| 1 | [ Mar 19 17:23:17 Enabled. ] | ||
| 2 | [ Mar 19 17:23:17 Rereading configuration. ] | ||
| 3 | [ Mar 19 17:23:18 Rereading configuration. ] | ||
| 4 | [ Mar 19 17:23:20 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 | [ Mar 19 17:23:20 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.03.19 17:23:20.967301 [ 1 ] {} <Information> Application: Will watch for the process with pid 23403 | ||
| 29 | 2025.03.19 17:23:20.967361 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.19 17:23:21.426119 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23403 | ||
| 31 | 2025.03.19 17:23:21.426916 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.19 17:23:21.427644 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.19 17:23:21.524565 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.19 17:23:21.549597 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.19 17:23:21.549674 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.19 17:23:21.549687 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.19 17:23:21.549750 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.19 17:23:21.550426 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.19 17:23:21.552114 [ 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.03.19 17:23:21.553029 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.19 17:23:21.553362 [ 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.03.19 17:23:21.553410 [ 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.03.19 17:23:21.553451 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.19 17:23:21.553634 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.19 17:23:21.554589 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.19 17:23:21.560318 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.19 17:23:21.561183 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.19 17:23:21.562497 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.19 17:23:21.562590 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.19 17:23:21.564318 [ 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.03.19 17:23:21.564860 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.19 17:23:21.569729 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.19 17:23:21.570476 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.19 17:23:21.571534 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.19 17:23:21.571989 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.19 17:23:21.572477 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.19 17:23:21.572892 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.19 17:23:21.574377 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.19 17:23:21.574404 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.19 17:23:21.574473 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.19 17:23:21.574602 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.19 17:23:21.588933 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.19 17:23:21.588960 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000147854 sec | ||
| 68 | 2025.03.19 17:23:21.589040 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.19 17:23:21.589081 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.19 17:23:21.590371 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.19 17:23:21.591021 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.19 17:23:21.605633 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.19 17:23:21.605682 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.19 17:23:21.605753 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.19 17:23:21.605766 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.19 17:23:21.605800 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.19 17:23:21.605871 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.19 17:23:21.610168 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.19 17:23:21.610217 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.19 17:23:21.610267 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.19 17:23:21.610474 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.19 17:23:21.610495 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.19 17:23:21.610530 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.19 17:23:21.610604 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.19 17:23:21.610618 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.19 17:23:21.610650 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.19 17:23:21.610718 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.19 17:23:21.641005 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.19 17:23:21.645230 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.19 17:23:21.645317 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000106313 sec | ||
| 91 | 2025.03.19 17:23:21.645332 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.19 17:23:21.645343 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.19 17:23:21.645369 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.19 17:23:21.645600 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.19 17:23:21.645702 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.19 17:23:21.645718 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.19 17:23:21.645730 [ 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.03.19 17:23:21.645742 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.19 17:23:21.655564 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.19 17:23:21.655790 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.03.19 17:23:21.656735 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6101e-05 sec. | ||
| 102 | 2025.03.19 17:23:21.657786 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.19 17:23:21.657905 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.19 17:23:21.657924 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.19 17:23:21.658084 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39923 | ||
| 106 | 2025.03.19 17:23:21.658358 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.19 17:23:21.658411 [ 3 ] {} <Debug> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:39923 | ||
| 108 | 2025.03.19 17:23:21.658443 [ 3 ] {} <Debug> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.19 17:23:21.658514 [ 3 ] {} <Debug> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.19 17:23:21.658611 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.19 17:23:21.658638 [ 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.03.19 17:23:21.658713 [ 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.03.19 17:23:21.661348 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39429 | ||
| 114 | 2025.03.19 17:23:21.661386 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51707 | ||
| 115 | 2025.03.19 17:23:21.661484 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.19 17:23:21.661506 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.03.19 17:23:21.661519 [ 5 ] {} <Debug> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51707 | ||
| 118 | 2025.03.19 17:23:21.661635 [ 4 ] {} <Debug> TCP-Session: f1b9fb6d-1f11-4fa6-a430-cad27dbc43e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39429 | ||
| 119 | 2025.03.19 17:23:21.661643 [ 5 ] {} <Debug> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.03.19 17:23:21.661672 [ 4 ] {} <Debug> TCP-Session: f1b9fb6d-1f11-4fa6-a430-cad27dbc43e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.03.19 17:23:21.661750 [ 5 ] {} <Debug> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.03.19 17:23:21.661763 [ 4 ] {} <Debug> TCP-Session: f1b9fb6d-1f11-4fa6-a430-cad27dbc43e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.03.19 17:23:21.662409 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56091 | ||
| 124 | 2025.03.19 17:23:21.662511 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53946 | ||
| 125 | 2025.03.19 17:23:21.663286 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39727 | ||
| 126 | 2025.03.19 17:23:21.663288 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.03.19 17:23:21.663453 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50697 | ||
| 128 | 2025.03.19 17:23:21.663518 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 129 | 2025.03.19 17:23:21.663522 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.03.19 17:23:21.663650 [ 253 ] {} <Debug> TCP-Session: 6b032722-93f9-4d78-b1e8-2d1fef7e53fd Authenticating user 'default' from [fd00:1122:3344:101::d]:56091 | ||
| 131 | 2025.03.19 17:23:21.663657 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59201 | ||
| 132 | 2025.03.19 17:23:21.663760 [ 254 ] {} <Debug> TCP-Session: e85504cf-a36c-4d3f-a54c-040c901d2c04 Authenticating user 'default' from [fd00:1122:3344:101::d]:53946 | ||
| 133 | 2025.03.19 17:23:21.663773 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.03.19 17:23:21.663963 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47517 | ||
| 135 | 2025.03.19 17:23:21.663964 [ 253 ] {} <Debug> TCP-Session: 6b032722-93f9-4d78-b1e8-2d1fef7e53fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.03.19 17:23:21.663978 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.03.19 17:23:21.664189 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.03.19 17:23:21.664225 [ 254 ] {} <Debug> TCP-Session: e85504cf-a36c-4d3f-a54c-040c901d2c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.03.19 17:23:21.664244 [ 253 ] {} <Debug> TCP-Session: 6b032722-93f9-4d78-b1e8-2d1fef7e53fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.03.19 17:23:21.664240 [ 257 ] {} <Debug> TCP-Session: cddd2592-37f0-40e3-808e-b99591c4f16c Authenticating user 'default' from [fd00:1122:3344:101::d]:59201 | ||
| 141 | 2025.03.19 17:23:21.664015 [ 255 ] {} <Debug> TCP-Session: 6ab9bb8c-e962-40c3-a17f-da5b15ef0948 Authenticating user 'default' from [fd00:1122:3344:101::d]:39727 | ||
| 142 | 2025.03.19 17:23:21.666116 [ 254 ] {} <Debug> TCP-Session: e85504cf-a36c-4d3f-a54c-040c901d2c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.03.19 17:23:21.666125 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.03.19 17:23:21.666166 [ 256 ] {} <Debug> TCP-Session: c140f1ce-0d81-4130-b24c-4897e6f19fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50697 | ||
| 145 | 2025.03.19 17:23:21.666263 [ 257 ] {} <Debug> TCP-Session: cddd2592-37f0-40e3-808e-b99591c4f16c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.03.19 17:23:21.666172 [ 255 ] {} <Debug> TCP-Session: 6ab9bb8c-e962-40c3-a17f-da5b15ef0948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.03.19 17:23:21.666331 [ 258 ] {} <Debug> TCP-Session: 1c8d710f-3a08-4cf8-9f5d-c22e2c6f8b49 Authenticating user 'default' from [fd00:1122:3344:101::d]:47517 | ||
| 148 | 2025.03.19 17:23:21.666352 [ 256 ] {} <Debug> TCP-Session: c140f1ce-0d81-4130-b24c-4897e6f19fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.03.19 17:23:21.666387 [ 257 ] {} <Debug> TCP-Session: cddd2592-37f0-40e3-808e-b99591c4f16c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.03.19 17:23:21.666480 [ 255 ] {} <Debug> TCP-Session: 6ab9bb8c-e962-40c3-a17f-da5b15ef0948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.03.19 17:23:21.666493 [ 256 ] {} <Debug> TCP-Session: c140f1ce-0d81-4130-b24c-4897e6f19fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.19 17:23:21.667035 [ 258 ] {} <Debug> TCP-Session: 1c8d710f-3a08-4cf8-9f5d-c22e2c6f8b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.19 17:23:21.667171 [ 258 ] {} <Debug> TCP-Session: 1c8d710f-3a08-4cf8-9f5d-c22e2c6f8b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.03.19 17:23:21.667972 [ 3 ] {9e53dd05-1c34-47bc-b163-561ded81eab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.03.19 17:23:21.722384 [ 3 ] {9e53dd05-1c34-47bc-b163-561ded81eab8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39923) (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.03.19 17:23:21.723383 [ 3 ] {9e53dd05-1c34-47bc-b163-561ded81eab8} <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.03.19 17:23:21.723621 [ 3 ] {9e53dd05-1c34-47bc-b163-561ded81eab8} <Debug> TCPHandler: Processed in 0.061932266 sec. | ||
| 204 | 2025.03.19 17:23:21.723924 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.03.19 17:23:21.724131 [ 5 ] {6d667605-ba87-4220-ac40-48eb04688c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.03.19 17:23:21.724485 [ 5 ] {6d667605-ba87-4220-ac40-48eb04688c97} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51707) (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.03.19 17:23:21.724731 [ 5 ] {6d667605-ba87-4220-ac40-48eb04688c97} <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.03.19 17:23:21.724938 [ 5 ] {6d667605-ba87-4220-ac40-48eb04688c97} <Debug> TCPHandler: Processed in 0.001151696 sec. | ||
| 255 | 2025.03.19 17:23:21.725827 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.03.19 17:23:21.727150 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.03.19 17:23:21.727247 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.03.19 17:23:21.731442 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.03.19 17:23:21.731464 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7161e-05 sec | ||
| 260 | 2025.03.19 17:23:21.731479 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.03.19 17:23:21.731533 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.03.19 17:23:21.731593 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.03.19 17:23:21.732247 [ 3 ] {491dee5b-562e-4aa2-9d08-493bcb6bb37e} <Debug> TCPHandler: Processed in 0.00653862 sec. | ||
| 264 | 2025.03.19 17:23:21.732386 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.03.19 17:23:21.732641 [ 3 ] {4f2b60df-2ac0-4f7a-8d06-e11318c8e41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) /* 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.03.19 17:23:21.732687 [ 3 ] {4f2b60df-2ac0-4f7a-8d06-e11318c8e41c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.03.19 17:23:21.737881 [ 3 ] {4f2b60df-2ac0-4f7a-8d06-e11318c8e41c} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.03.19 17:23:21.739394 [ 3 ] {4f2b60df-2ac0-4f7a-8d06-e11318c8e41c} <Debug> oximeter.version (298d60c5-383b-4dd2-b94d-8114a34b4ca8): Loading data parts | ||
| 270 | 2025.03.19 17:23:21.739960 [ 3 ] {4f2b60df-2ac0-4f7a-8d06-e11318c8e41c} <Debug> oximeter.version (298d60c5-383b-4dd2-b94d-8114a34b4ca8): There are no data parts | ||
| 271 | 2025.03.19 17:23:21.745051 [ 3 ] {4f2b60df-2ac0-4f7a-8d06-e11318c8e41c} <Debug> TCPHandler: Processed in 0.01271611 sec. | ||
| 272 | 2025.03.19 17:23:21.745213 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.03.19 17:23:21.745418 [ 3 ] {f9af96dd-2560-4700-b564-2c4c51c93faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) /* 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.03.19 17:23:21.745577 [ 3 ] {f9af96dd-2560-4700-b564-2c4c51c93faa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.03.19 17:23:21.754616 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34764 | ||
| 286 | 2025.03.19 17:23:21.755188 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 287 | 2025.03.19 17:23:21.755221 [ 260 ] {} <Debug> TCP-Session: 11f89afc-0a5f-4fd5-a954-36dead6d42fb Authenticating user 'default' from [fd00:1122:3344:101::b]:34764 | ||
| 288 | 2025.03.19 17:23:21.755240 [ 260 ] {} <Debug> TCP-Session: 11f89afc-0a5f-4fd5-a954-36dead6d42fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2025.03.19 17:23:21.755340 [ 260 ] {} <Debug> TCP-Session: 11f89afc-0a5f-4fd5-a954-36dead6d42fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2025.03.19 17:23:21.755406 [ 260 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 291 | 2025.03.19 17:23:21.755441 [ 260 ] {} <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 | ||
| 292 | 2025.03.19 17:23:21.755525 [ 260 ] {} <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 | ||
| 293 | 2025.03.19 17:23:21.755762 [ 3 ] {f9af96dd-2560-4700-b564-2c4c51c93faa} <Debug> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): Loading data parts | ||
| 294 | 2025.03.19 17:23:21.756047 [ 3 ] {f9af96dd-2560-4700-b564-2c4c51c93faa} <Debug> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): There are no data parts | ||
| 295 | 2025.03.19 17:23:21.757271 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33015 | ||
| 296 | 2025.03.19 17:23:21.757364 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49323 | ||
| 297 | 2025.03.19 17:23:21.757602 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49925 | ||
| 298 | 2025.03.19 17:23:21.757612 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 299 | 2025.03.19 17:23:21.757601 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 300 | 2025.03.19 17:23:21.757676 [ 263 ] {} <Debug> TCP-Session: bef61e9d-c983-4df5-895f-56bdb6d98cb3 Authenticating user 'default' from [fd00:1122:3344:101::b]:49323 | ||
| 301 | 2025.03.19 17:23:21.757767 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 302 | 2025.03.19 17:23:21.757759 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46118 | ||
| 303 | 2025.03.19 17:23:21.757819 [ 263 ] {} <Debug> TCP-Session: bef61e9d-c983-4df5-895f-56bdb6d98cb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 304 | 2025.03.19 17:23:21.757868 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39401 | ||
| 305 | 2025.03.19 17:23:21.757914 [ 264 ] {} <Debug> TCP-Session: c3bf12f7-7aea-4e8c-8680-59c2dbff5f27 Authenticating user 'default' from [fd00:1122:3344:101::b]:49925 | ||
| 306 | 2025.03.19 17:23:21.757912 [ 262 ] {} <Debug> TCP-Session: 05692ef1-53d6-42af-8206-21a528b50d7b Authenticating user 'default' from [fd00:1122:3344:101::b]:33015 | ||
| 307 | 2025.03.19 17:23:21.758163 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56413 | ||
| 308 | 2025.03.19 17:23:21.758181 [ 263 ] {} <Debug> TCP-Session: bef61e9d-c983-4df5-895f-56bdb6d98cb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 309 | 2025.03.19 17:23:21.758211 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32860 | ||
| 310 | 2025.03.19 17:23:21.758167 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 311 | 2025.03.19 17:23:21.758292 [ 262 ] {} <Debug> TCP-Session: 05692ef1-53d6-42af-8206-21a528b50d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2025.03.19 17:23:21.758152 [ 264 ] {} <Debug> TCP-Session: c3bf12f7-7aea-4e8c-8680-59c2dbff5f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 313 | 2025.03.19 17:23:21.758132 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 314 | 2025.03.19 17:23:21.758420 [ 264 ] {} <Debug> TCP-Session: c3bf12f7-7aea-4e8c-8680-59c2dbff5f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 315 | 2025.03.19 17:23:21.758512 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 316 | 2025.03.19 17:23:21.758557 [ 262 ] {} <Debug> TCP-Session: 05692ef1-53d6-42af-8206-21a528b50d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 317 | 2025.03.19 17:23:21.758607 [ 266 ] {} <Debug> TCP-Session: 0e9b01e5-6c99-4d3a-9257-e90cb55060b0 Authenticating user 'default' from [fd00:1122:3344:101::b]:39401 | ||
| 318 | 2025.03.19 17:23:21.758576 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 319 | 2025.03.19 17:23:21.758638 [ 268 ] {} <Debug> TCP-Session: d86a0c8b-a84a-4182-ba5a-64e9c8ec56a0 Authenticating user 'default' from [fd00:1122:3344:101::b]:32860 | ||
| 320 | 2025.03.19 17:23:21.758430 [ 265 ] {} <Debug> TCP-Session: a01e1b3d-d844-4be3-84e2-56bd36c22f59 Authenticating user 'default' from [fd00:1122:3344:101::b]:46118 | ||
| 321 | 2025.03.19 17:23:21.758743 [ 267 ] {} <Debug> TCP-Session: 55749448-0ebd-4d1a-8b76-a5c12a9c6af6 Authenticating user 'default' from [fd00:1122:3344:101::b]:56413 | ||
| 322 | 2025.03.19 17:23:21.758781 [ 266 ] {} <Debug> TCP-Session: 0e9b01e5-6c99-4d3a-9257-e90cb55060b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2025.03.19 17:23:21.758809 [ 268 ] {} <Debug> TCP-Session: d86a0c8b-a84a-4182-ba5a-64e9c8ec56a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2025.03.19 17:23:21.758864 [ 265 ] {} <Debug> TCP-Session: a01e1b3d-d844-4be3-84e2-56bd36c22f59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 325 | 2025.03.19 17:23:21.758882 [ 266 ] {} <Debug> TCP-Session: 0e9b01e5-6c99-4d3a-9257-e90cb55060b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 326 | 2025.03.19 17:23:21.758910 [ 267 ] {} <Debug> TCP-Session: 55749448-0ebd-4d1a-8b76-a5c12a9c6af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 327 | 2025.03.19 17:23:21.758960 [ 268 ] {} <Debug> TCP-Session: d86a0c8b-a84a-4182-ba5a-64e9c8ec56a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 328 | 2025.03.19 17:23:21.759013 [ 265 ] {} <Debug> TCP-Session: a01e1b3d-d844-4be3-84e2-56bd36c22f59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 329 | 2025.03.19 17:23:21.759056 [ 267 ] {} <Debug> TCP-Session: 55749448-0ebd-4d1a-8b76-a5c12a9c6af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 330 | 2025.03.19 17:23:21.760830 [ 3 ] {f9af96dd-2560-4700-b564-2c4c51c93faa} <Debug> TCPHandler: Processed in 0.015668878 sec. | ||
| 331 | 2025.03.19 17:23:21.760983 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 332 | 2025.03.19 17:23:21.761274 [ 3 ] {d8cde77b-5547-4e5b-9bd7-72d4b8a58e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 333 | 2025.03.19 17:23:21.761368 [ 3 ] {d8cde77b-5547-4e5b-9bd7-72d4b8a58e94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 334 | 2025.03.19 17:23:21.765475 [ 3 ] {d8cde77b-5547-4e5b-9bd7-72d4b8a58e94} <Debug> oximeter.measurements_i8 (e96222e9-27dc-41e3-9e43-2996b1ccf5a3): Loading data parts | ||
| 335 | 2025.03.19 17:23:21.765655 [ 3 ] {d8cde77b-5547-4e5b-9bd7-72d4b8a58e94} <Debug> oximeter.measurements_i8 (e96222e9-27dc-41e3-9e43-2996b1ccf5a3): There are no data parts | ||
| 336 | 2025.03.19 17:23:21.768962 [ 3 ] {d8cde77b-5547-4e5b-9bd7-72d4b8a58e94} <Debug> TCPHandler: Processed in 0.008030723 sec. | ||
| 337 | 2025.03.19 17:23:21.769178 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2025.03.19 17:23:21.769413 [ 3 ] {736f5ebd-8845-4191-8172-e6b93d7b846c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 339 | 2025.03.19 17:23:21.769524 [ 3 ] {736f5ebd-8845-4191-8172-e6b93d7b846c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 340 | 2025.03.19 17:23:21.773058 [ 3 ] {736f5ebd-8845-4191-8172-e6b93d7b846c} <Debug> oximeter.measurements_u8 (667e3047-afc4-4bb2-abfd-999a7b1a84fa): Loading data parts | ||
| 341 | 2025.03.19 17:23:21.773233 [ 3 ] {736f5ebd-8845-4191-8172-e6b93d7b846c} <Debug> oximeter.measurements_u8 (667e3047-afc4-4bb2-abfd-999a7b1a84fa): There are no data parts | ||
| 342 | 2025.03.19 17:23:21.777044 [ 3 ] {736f5ebd-8845-4191-8172-e6b93d7b846c} <Debug> TCPHandler: Processed in 0.007915431 sec. | ||
| 343 | 2025.03.19 17:23:21.777213 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 344 | 2025.03.19 17:23:21.777428 [ 3 ] {056578a6-301e-44f0-8e26-7aef254d6602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 345 | 2025.03.19 17:23:21.777586 [ 3 ] {056578a6-301e-44f0-8e26-7aef254d6602} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 346 | 2025.03.19 17:23:21.780634 [ 3 ] {056578a6-301e-44f0-8e26-7aef254d6602} <Debug> oximeter.measurements_i16 (69f029b3-e2e7-45e9-89e2-072b668cf5fb): Loading data parts | ||
| 347 | 2025.03.19 17:23:21.780799 [ 3 ] {056578a6-301e-44f0-8e26-7aef254d6602} <Debug> oximeter.measurements_i16 (69f029b3-e2e7-45e9-89e2-072b668cf5fb): There are no data parts | ||
| 348 | 2025.03.19 17:23:21.782276 [ 3 ] {056578a6-301e-44f0-8e26-7aef254d6602} <Debug> TCPHandler: Processed in 0.005117326 sec. | ||
| 349 | 2025.03.19 17:23:21.782411 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.03.19 17:23:21.782743 [ 3 ] {9203e0d4-17a0-487b-800e-0a97b98dfd63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 351 | 2025.03.19 17:23:21.782853 [ 3 ] {9203e0d4-17a0-487b-800e-0a97b98dfd63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 352 | 2025.03.19 17:23:21.787183 [ 3 ] {9203e0d4-17a0-487b-800e-0a97b98dfd63} <Debug> oximeter.measurements_u16 (1db09cc1-14ef-4551-a430-c7f41852d394): Loading data parts | ||
| 353 | 2025.03.19 17:23:21.787331 [ 3 ] {9203e0d4-17a0-487b-800e-0a97b98dfd63} <Debug> oximeter.measurements_u16 (1db09cc1-14ef-4551-a430-c7f41852d394): There are no data parts | ||
| 354 | 2025.03.19 17:23:21.789784 [ 3 ] {9203e0d4-17a0-487b-800e-0a97b98dfd63} <Debug> TCPHandler: Processed in 0.00742295 sec. | ||
| 355 | 2025.03.19 17:23:21.789934 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.03.19 17:23:21.790124 [ 3 ] {0226534f-610a-415a-9274-1cea41a4a18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 357 | 2025.03.19 17:23:21.790243 [ 3 ] {0226534f-610a-415a-9274-1cea41a4a18c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 358 | 2025.03.19 17:23:21.792900 [ 3 ] {0226534f-610a-415a-9274-1cea41a4a18c} <Debug> oximeter.measurements_i32 (12bd8a8f-c7db-4a42-bba4-afcc169ecf79): Loading data parts | ||
| 359 | 2025.03.19 17:23:21.793177 [ 3 ] {0226534f-610a-415a-9274-1cea41a4a18c} <Debug> oximeter.measurements_i32 (12bd8a8f-c7db-4a42-bba4-afcc169ecf79): There are no data parts | ||
| 360 | 2025.03.19 17:23:21.795421 [ 3 ] {0226534f-610a-415a-9274-1cea41a4a18c} <Debug> TCPHandler: Processed in 0.005538287 sec. | ||
| 361 | 2025.03.19 17:23:21.795562 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2025.03.19 17:23:21.795819 [ 3 ] {5bea9f55-a84d-4744-8775-db511fd00298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 363 | 2025.03.19 17:23:21.795946 [ 3 ] {5bea9f55-a84d-4744-8775-db511fd00298} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 364 | 2025.03.19 17:23:21.800453 [ 3 ] {5bea9f55-a84d-4744-8775-db511fd00298} <Debug> oximeter.measurements_u32 (9ed89a6b-a1ec-4164-9520-2d72fd0a81bb): Loading data parts | ||
| 365 | 2025.03.19 17:23:21.800618 [ 3 ] {5bea9f55-a84d-4744-8775-db511fd00298} <Debug> oximeter.measurements_u32 (9ed89a6b-a1ec-4164-9520-2d72fd0a81bb): There are no data parts | ||
| 366 | 2025.03.19 17:23:21.804352 [ 3 ] {5bea9f55-a84d-4744-8775-db511fd00298} <Debug> TCPHandler: Processed in 0.008841502 sec. | ||
| 367 | 2025.03.19 17:23:21.804518 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.03.19 17:23:21.804754 [ 3 ] {39b289c8-37a3-4e45-b52b-451d298dec8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 369 | 2025.03.19 17:23:21.804892 [ 3 ] {39b289c8-37a3-4e45-b52b-451d298dec8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 370 | 2025.03.19 17:23:21.808194 [ 3 ] {39b289c8-37a3-4e45-b52b-451d298dec8b} <Debug> oximeter.measurements_i64 (c6e141c7-a806-411d-b471-56d2cf54fda0): Loading data parts | ||
| 371 | 2025.03.19 17:23:21.808425 [ 3 ] {39b289c8-37a3-4e45-b52b-451d298dec8b} <Debug> oximeter.measurements_i64 (c6e141c7-a806-411d-b471-56d2cf54fda0): There are no data parts | ||
| 372 | 2025.03.19 17:23:21.812490 [ 3 ] {39b289c8-37a3-4e45-b52b-451d298dec8b} <Debug> TCPHandler: Processed in 0.008034264 sec. | ||
| 373 | 2025.03.19 17:23:21.812653 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.03.19 17:23:21.812974 [ 3 ] {3be67346-1e32-4b25-a21b-35cef6485559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 375 | 2025.03.19 17:23:21.813089 [ 3 ] {3be67346-1e32-4b25-a21b-35cef6485559} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 376 | 2025.03.19 17:23:21.815207 [ 3 ] {3be67346-1e32-4b25-a21b-35cef6485559} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Loading data parts | ||
| 377 | 2025.03.19 17:23:21.815385 [ 3 ] {3be67346-1e32-4b25-a21b-35cef6485559} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): There are no data parts | ||
| 378 | 2025.03.19 17:23:21.817519 [ 3 ] {3be67346-1e32-4b25-a21b-35cef6485559} <Debug> TCPHandler: Processed in 0.004927263 sec. | ||
| 379 | 2025.03.19 17:23:21.817655 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.03.19 17:23:21.817845 [ 3 ] {667bc73b-43f9-4900-82af-b8b19a256901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 381 | 2025.03.19 17:23:21.817961 [ 3 ] {667bc73b-43f9-4900-82af-b8b19a256901} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 382 | 2025.03.19 17:23:21.819904 [ 3 ] {667bc73b-43f9-4900-82af-b8b19a256901} <Debug> oximeter.measurements_f32 (b645b9d7-8add-42e4-bed9-83d1335c3bbe): Loading data parts | ||
| 383 | 2025.03.19 17:23:21.820169 [ 3 ] {667bc73b-43f9-4900-82af-b8b19a256901} <Debug> oximeter.measurements_f32 (b645b9d7-8add-42e4-bed9-83d1335c3bbe): There are no data parts | ||
| 384 | 2025.03.19 17:23:21.824233 [ 3 ] {667bc73b-43f9-4900-82af-b8b19a256901} <Debug> TCPHandler: Processed in 0.006628851 sec. | ||
| 385 | 2025.03.19 17:23:21.824360 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.03.19 17:23:21.824662 [ 3 ] {4d8aedd0-34dd-4437-8e3f-be2f4d3d4ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 387 | 2025.03.19 17:23:21.824762 [ 3 ] {4d8aedd0-34dd-4437-8e3f-be2f4d3d4ecd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 388 | 2025.03.19 17:23:21.826949 [ 3 ] {4d8aedd0-34dd-4437-8e3f-be2f4d3d4ecd} <Debug> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Loading data parts | ||
| 389 | 2025.03.19 17:23:21.827152 [ 3 ] {4d8aedd0-34dd-4437-8e3f-be2f4d3d4ecd} <Debug> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): There are no data parts | ||
| 390 | 2025.03.19 17:23:21.829229 [ 3 ] {4d8aedd0-34dd-4437-8e3f-be2f4d3d4ecd} <Debug> TCPHandler: Processed in 0.004919483 sec. | ||
| 391 | 2025.03.19 17:23:21.829486 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.03.19 17:23:21.829726 [ 3 ] {b6abff3b-518e-4a43-9737-a0ad94e232dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 393 | 2025.03.19 17:23:21.829866 [ 3 ] {b6abff3b-518e-4a43-9737-a0ad94e232dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 394 | 2025.03.19 17:23:21.831850 [ 3 ] {b6abff3b-518e-4a43-9737-a0ad94e232dc} <Debug> oximeter.measurements_string (fd038d80-a1dd-40af-b08a-3144b7d9aa83): Loading data parts | ||
| 395 | 2025.03.19 17:23:21.832076 [ 3 ] {b6abff3b-518e-4a43-9737-a0ad94e232dc} <Debug> oximeter.measurements_string (fd038d80-a1dd-40af-b08a-3144b7d9aa83): There are no data parts | ||
| 396 | 2025.03.19 17:23:21.835945 [ 3 ] {b6abff3b-518e-4a43-9737-a0ad94e232dc} <Debug> TCPHandler: Processed in 0.006520019 sec. | ||
| 397 | 2025.03.19 17:23:21.836132 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 398 | 2025.03.19 17:23:21.836458 [ 3 ] {b5db74e6-c9d5-4c3e-aae4-219d48bacc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 399 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 400 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 401 | * a string isn't palatable for a few reasons. | ||
| 402 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 403 | * details. | ||
| 404 | */ | ||
| 405 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 406 | 2025.03.19 17:23:21.836598 [ 3 ] {b5db74e6-c9d5-4c3e-aae4-219d48bacc7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 407 | 2025.03.19 17:23:21.839185 [ 3 ] {b5db74e6-c9d5-4c3e-aae4-219d48bacc7b} <Debug> oximeter.measurements_bytes (72b79ae3-8fe7-4236-b2f2-afd6e49c5ba3): Loading data parts | ||
| 408 | 2025.03.19 17:23:21.839893 [ 3 ] {b5db74e6-c9d5-4c3e-aae4-219d48bacc7b} <Debug> oximeter.measurements_bytes (72b79ae3-8fe7-4236-b2f2-afd6e49c5ba3): There are no data parts | ||
| 409 | 2025.03.19 17:23:21.842706 [ 3 ] {b5db74e6-c9d5-4c3e-aae4-219d48bacc7b} <Debug> TCPHandler: Processed in 0.006636162 sec. | ||
| 410 | 2025.03.19 17:23:21.842832 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2025.03.19 17:23:21.843512 [ 3 ] {195c5725-cd4e-402c-8d77-9b251a4fe744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 412 | 2025.03.19 17:23:21.843633 [ 3 ] {195c5725-cd4e-402c-8d77-9b251a4fe744} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 413 | 2025.03.19 17:23:21.845654 [ 3 ] {195c5725-cd4e-402c-8d77-9b251a4fe744} <Debug> oximeter.measurements_cumulativei64 (ef1f23af-0817-4e8e-8030-7848aba5a80c): Loading data parts | ||
| 414 | 2025.03.19 17:23:21.845810 [ 3 ] {195c5725-cd4e-402c-8d77-9b251a4fe744} <Debug> oximeter.measurements_cumulativei64 (ef1f23af-0817-4e8e-8030-7848aba5a80c): There are no data parts | ||
| 415 | 2025.03.19 17:23:21.849749 [ 3 ] {195c5725-cd4e-402c-8d77-9b251a4fe744} <Debug> TCPHandler: Processed in 0.0069666 sec. | ||
| 416 | 2025.03.19 17:23:21.849879 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2025.03.19 17:23:21.850078 [ 3 ] {0c1ea322-7068-406f-b3d6-e25258e62669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.850204 [ 3 ] {0c1ea322-7068-406f-b3d6-e25258e62669} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 419 | 2025.03.19 17:23:21.852534 [ 3 ] {0c1ea322-7068-406f-b3d6-e25258e62669} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Loading data parts | ||
| 420 | 2025.03.19 17:23:21.852764 [ 3 ] {0c1ea322-7068-406f-b3d6-e25258e62669} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): There are no data parts | ||
| 421 | 2025.03.19 17:23:21.854851 [ 3 ] {0c1ea322-7068-406f-b3d6-e25258e62669} <Debug> TCPHandler: Processed in 0.005022455 sec. | ||
| 422 | 2025.03.19 17:23:21.855068 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2025.03.19 17:23:21.855312 [ 3 ] {40700553-f903-434c-854b-32d073a74a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.855456 [ 3 ] {40700553-f903-434c-854b-32d073a74a1e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 425 | 2025.03.19 17:23:21.857600 [ 3 ] {40700553-f903-434c-854b-32d073a74a1e} <Debug> oximeter.measurements_cumulativef32 (58a2b221-1ac8-479d-bc75-09a46f150f04): Loading data parts | ||
| 426 | 2025.03.19 17:23:21.857834 [ 3 ] {40700553-f903-434c-854b-32d073a74a1e} <Debug> oximeter.measurements_cumulativef32 (58a2b221-1ac8-479d-bc75-09a46f150f04): There are no data parts | ||
| 427 | 2025.03.19 17:23:21.861640 [ 3 ] {40700553-f903-434c-854b-32d073a74a1e} <Debug> TCPHandler: Processed in 0.006633471 sec. | ||
| 428 | 2025.03.19 17:23:21.861769 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2025.03.19 17:23:21.862041 [ 3 ] {d6e98d80-0168-4e13-82bc-b385cefabda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.862159 [ 3 ] {d6e98d80-0168-4e13-82bc-b385cefabda7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 431 | 2025.03.19 17:23:21.864354 [ 3 ] {d6e98d80-0168-4e13-82bc-b385cefabda7} <Debug> oximeter.measurements_cumulativef64 (97d76015-d832-44bb-9113-9a98c4ae9cb1): Loading data parts | ||
| 432 | 2025.03.19 17:23:21.864524 [ 3 ] {d6e98d80-0168-4e13-82bc-b385cefabda7} <Debug> oximeter.measurements_cumulativef64 (97d76015-d832-44bb-9113-9a98c4ae9cb1): There are no data parts | ||
| 433 | 2025.03.19 17:23:21.866624 [ 3 ] {d6e98d80-0168-4e13-82bc-b385cefabda7} <Debug> TCPHandler: Processed in 0.004905853 sec. | ||
| 434 | 2025.03.19 17:23:21.866752 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2025.03.19 17:23:21.867027 [ 3 ] {f7c6da1b-7aa9-4b6e-a5ff-317491be12b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.867187 [ 3 ] {f7c6da1b-7aa9-4b6e-a5ff-317491be12b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 447 | 2025.03.19 17:23:21.869562 [ 3 ] {f7c6da1b-7aa9-4b6e-a5ff-317491be12b1} <Debug> oximeter.measurements_histogrami8 (fa6361d6-66dc-4ea9-9f7f-045bf0626d30): Loading data parts | ||
| 448 | 2025.03.19 17:23:21.869811 [ 3 ] {f7c6da1b-7aa9-4b6e-a5ff-317491be12b1} <Debug> oximeter.measurements_histogrami8 (fa6361d6-66dc-4ea9-9f7f-045bf0626d30): There are no data parts | ||
| 449 | 2025.03.19 17:23:21.873882 [ 3 ] {f7c6da1b-7aa9-4b6e-a5ff-317491be12b1} <Debug> TCPHandler: Processed in 0.007181454 sec. | ||
| 450 | 2025.03.19 17:23:21.874036 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 451 | 2025.03.19 17:23:21.874394 [ 3 ] {d2345777-1c56-4c7e-b168-03d50b69b02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.874542 [ 3 ] {d2345777-1c56-4c7e-b168-03d50b69b02e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 453 | 2025.03.19 17:23:21.877120 [ 3 ] {d2345777-1c56-4c7e-b168-03d50b69b02e} <Debug> oximeter.measurements_histogramu8 (87c451e3-d587-4ff4-b22d-165eb236a8d9): Loading data parts | ||
| 454 | 2025.03.19 17:23:21.877293 [ 3 ] {d2345777-1c56-4c7e-b168-03d50b69b02e} <Debug> oximeter.measurements_histogramu8 (87c451e3-d587-4ff4-b22d-165eb236a8d9): There are no data parts | ||
| 455 | 2025.03.19 17:23:21.879442 [ 3 ] {d2345777-1c56-4c7e-b168-03d50b69b02e} <Debug> TCPHandler: Processed in 0.005455344 sec. | ||
| 456 | 2025.03.19 17:23:21.879692 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.03.19 17:23:21.880008 [ 3 ] {4d55f4ab-15ad-4f86-b494-1d97e7a2c83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.880144 [ 3 ] {4d55f4ab-15ad-4f86-b494-1d97e7a2c83d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 459 | 2025.03.19 17:23:21.882516 [ 3 ] {4d55f4ab-15ad-4f86-b494-1d97e7a2c83d} <Debug> oximeter.measurements_histogrami16 (3849ae30-b740-46f4-ae3d-f08a4a04918d): Loading data parts | ||
| 460 | 2025.03.19 17:23:21.882705 [ 3 ] {4d55f4ab-15ad-4f86-b494-1d97e7a2c83d} <Debug> oximeter.measurements_histogrami16 (3849ae30-b740-46f4-ae3d-f08a4a04918d): There are no data parts | ||
| 461 | 2025.03.19 17:23:21.886696 [ 3 ] {4d55f4ab-15ad-4f86-b494-1d97e7a2c83d} <Debug> TCPHandler: Processed in 0.007065271 sec. | ||
| 462 | 2025.03.19 17:23:21.886863 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.03.19 17:23:21.887174 [ 3 ] {fbdda70a-b44b-4ab3-b92f-ac48b0fc30dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.887303 [ 3 ] {fbdda70a-b44b-4ab3-b92f-ac48b0fc30dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 465 | 2025.03.19 17:23:21.889943 [ 3 ] {fbdda70a-b44b-4ab3-b92f-ac48b0fc30dd} <Debug> oximeter.measurements_histogramu16 (ada0a876-d10a-45b1-90d4-00aff4768f84): Loading data parts | ||
| 466 | 2025.03.19 17:23:21.890120 [ 3 ] {fbdda70a-b44b-4ab3-b92f-ac48b0fc30dd} <Debug> oximeter.measurements_histogramu16 (ada0a876-d10a-45b1-90d4-00aff4768f84): There are no data parts | ||
| 467 | 2025.03.19 17:23:21.892298 [ 3 ] {fbdda70a-b44b-4ab3-b92f-ac48b0fc30dd} <Debug> TCPHandler: Processed in 0.005487645 sec. | ||
| 468 | 2025.03.19 17:23:21.892535 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2025.03.19 17:23:21.892816 [ 3 ] {d64429fb-f1ee-463f-add9-17bd2684c9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.892941 [ 3 ] {d64429fb-f1ee-463f-add9-17bd2684c9e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 471 | 2025.03.19 17:23:21.895226 [ 3 ] {d64429fb-f1ee-463f-add9-17bd2684c9e8} <Debug> oximeter.measurements_histogrami32 (7c02759b-e9f6-46ae-b042-803a911fd1ec): Loading data parts | ||
| 472 | 2025.03.19 17:23:21.895402 [ 3 ] {d64429fb-f1ee-463f-add9-17bd2684c9e8} <Debug> oximeter.measurements_histogrami32 (7c02759b-e9f6-46ae-b042-803a911fd1ec): There are no data parts | ||
| 473 | 2025.03.19 17:23:21.899449 [ 3 ] {d64429fb-f1ee-463f-add9-17bd2684c9e8} <Debug> TCPHandler: Processed in 0.006967679 sec. | ||
| 474 | 2025.03.19 17:23:21.899630 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 475 | 2025.03.19 17:23:21.899959 [ 3 ] {58b83d34-d1d2-4465-bacc-9f43c0931414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.900098 [ 3 ] {58b83d34-d1d2-4465-bacc-9f43c0931414} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 477 | 2025.03.19 17:23:21.902728 [ 3 ] {58b83d34-d1d2-4465-bacc-9f43c0931414} <Debug> oximeter.measurements_histogramu32 (cd4b6542-15ef-4874-bf05-6fb695d55f16): Loading data parts | ||
| 478 | 2025.03.19 17:23:21.902890 [ 3 ] {58b83d34-d1d2-4465-bacc-9f43c0931414} <Debug> oximeter.measurements_histogramu32 (cd4b6542-15ef-4874-bf05-6fb695d55f16): There are no data parts | ||
| 479 | 2025.03.19 17:23:21.905101 [ 3 ] {58b83d34-d1d2-4465-bacc-9f43c0931414} <Debug> TCPHandler: Processed in 0.005533576 sec. | ||
| 480 | 2025.03.19 17:23:21.905338 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 481 | 2025.03.19 17:23:21.905720 [ 3 ] {50d75e92-1f80-4d83-956c-78fcce197bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.905867 [ 3 ] {50d75e92-1f80-4d83-956c-78fcce197bc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 483 | 2025.03.19 17:23:21.912580 [ 3 ] {50d75e92-1f80-4d83-956c-78fcce197bc2} <Debug> oximeter.measurements_histogrami64 (af19f742-31d1-4e54-a7ed-6b3eeeac3e6b): Loading data parts | ||
| 484 | 2025.03.19 17:23:21.912732 [ 3 ] {50d75e92-1f80-4d83-956c-78fcce197bc2} <Debug> oximeter.measurements_histogrami64 (af19f742-31d1-4e54-a7ed-6b3eeeac3e6b): There are no data parts | ||
| 485 | 2025.03.19 17:23:21.917104 [ 3 ] {50d75e92-1f80-4d83-956c-78fcce197bc2} <Debug> TCPHandler: Processed in 0.01182828 sec. | ||
| 486 | 2025.03.19 17:23:21.917295 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 487 | 2025.03.19 17:23:21.917625 [ 3 ] {e655818b-6aba-4c22-b95b-bc8c395856c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.917806 [ 3 ] {e655818b-6aba-4c22-b95b-bc8c395856c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 489 | 2025.03.19 17:23:21.923086 [ 3 ] {e655818b-6aba-4c22-b95b-bc8c395856c5} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Loading data parts | ||
| 490 | 2025.03.19 17:23:21.923299 [ 3 ] {e655818b-6aba-4c22-b95b-bc8c395856c5} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): There are no data parts | ||
| 491 | 2025.03.19 17:23:21.925328 [ 3 ] {e655818b-6aba-4c22-b95b-bc8c395856c5} <Debug> TCPHandler: Processed in 0.008094625 sec. | ||
| 492 | 2025.03.19 17:23:21.925491 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.03.19 17:23:21.925854 [ 3 ] {4b9bff04-5b91-402a-b897-6c5c0abe8981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.925983 [ 3 ] {4b9bff04-5b91-402a-b897-6c5c0abe8981} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 495 | 2025.03.19 17:23:21.930511 [ 3 ] {4b9bff04-5b91-402a-b897-6c5c0abe8981} <Debug> oximeter.measurements_histogramf32 (825d5547-c773-4f1c-9578-1822c7a83220): Loading data parts | ||
| 496 | 2025.03.19 17:23:21.930696 [ 3 ] {4b9bff04-5b91-402a-b897-6c5c0abe8981} <Debug> oximeter.measurements_histogramf32 (825d5547-c773-4f1c-9578-1822c7a83220): There are no data parts | ||
| 497 | 2025.03.19 17:23:21.932715 [ 3 ] {4b9bff04-5b91-402a-b897-6c5c0abe8981} <Debug> TCPHandler: Processed in 0.007286026 sec. | ||
| 498 | 2025.03.19 17:23:21.932884 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.03.19 17:23:21.933149 [ 3 ] {b78310d8-398a-4f24-b866-cd110e8fedcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.933295 [ 3 ] {b78310d8-398a-4f24-b866-cd110e8fedcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 501 | 2025.03.19 17:23:21.938047 [ 3 ] {b78310d8-398a-4f24-b866-cd110e8fedcc} <Debug> oximeter.measurements_histogramf64 (fb32c8a2-cc5c-46fd-be63-7c2eebdbbb27): Loading data parts | ||
| 502 | 2025.03.19 17:23:21.938283 [ 3 ] {b78310d8-398a-4f24-b866-cd110e8fedcc} <Debug> oximeter.measurements_histogramf64 (fb32c8a2-cc5c-46fd-be63-7c2eebdbbb27): There are no data parts | ||
| 503 | 2025.03.19 17:23:21.940191 [ 3 ] {b78310d8-398a-4f24-b866-cd110e8fedcc} <Debug> TCPHandler: Processed in 0.007360288 sec. | ||
| 504 | 2025.03.19 17:23:21.940370 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.03.19 17:23:21.940708 [ 3 ] {c8e4a268-9a73-490c-af8d-a706141e4ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) /* 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.03.19 17:23:21.940864 [ 3 ] {c8e4a268-9a73-490c-af8d-a706141e4ee9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 532 | 2025.03.19 17:23:21.943858 [ 3 ] {c8e4a268-9a73-490c-af8d-a706141e4ee9} <Debug> oximeter.fields_bool (259b64bf-8d3d-4af1-87d9-901b9e6bd2c0): Loading data parts | ||
| 533 | 2025.03.19 17:23:21.944012 [ 3 ] {c8e4a268-9a73-490c-af8d-a706141e4ee9} <Debug> oximeter.fields_bool (259b64bf-8d3d-4af1-87d9-901b9e6bd2c0): There are no data parts | ||
| 534 | 2025.03.19 17:23:21.945694 [ 3 ] {c8e4a268-9a73-490c-af8d-a706141e4ee9} <Debug> TCPHandler: Processed in 0.005374683 sec. | ||
| 535 | 2025.03.19 17:23:21.945908 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.03.19 17:23:21.946100 [ 3 ] {58738ca2-4ce6-4fc1-86b4-b7ceb0bfb080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.946230 [ 3 ] {58738ca2-4ce6-4fc1-86b4-b7ceb0bfb080} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 538 | 2025.03.19 17:23:21.950794 [ 3 ] {58738ca2-4ce6-4fc1-86b4-b7ceb0bfb080} <Debug> oximeter.fields_i8 (c6c76f1b-1e92-4c1d-903c-8e3fdd2d2d74): Loading data parts | ||
| 539 | 2025.03.19 17:23:21.951037 [ 3 ] {58738ca2-4ce6-4fc1-86b4-b7ceb0bfb080} <Debug> oximeter.fields_i8 (c6c76f1b-1e92-4c1d-903c-8e3fdd2d2d74): There are no data parts | ||
| 540 | 2025.03.19 17:23:21.952940 [ 3 ] {58738ca2-4ce6-4fc1-86b4-b7ceb0bfb080} <Debug> TCPHandler: Processed in 0.007082222 sec. | ||
| 541 | 2025.03.19 17:23:21.953075 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.03.19 17:23:21.953351 [ 3 ] {c9659840-9c7a-40cd-b45c-a626dce5c080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.953441 [ 3 ] {c9659840-9c7a-40cd-b45c-a626dce5c080} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 544 | 2025.03.19 17:23:21.956343 [ 3 ] {c9659840-9c7a-40cd-b45c-a626dce5c080} <Debug> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Loading data parts | ||
| 545 | 2025.03.19 17:23:21.956535 [ 3 ] {c9659840-9c7a-40cd-b45c-a626dce5c080} <Debug> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): There are no data parts | ||
| 546 | 2025.03.19 17:23:21.958376 [ 3 ] {c9659840-9c7a-40cd-b45c-a626dce5c080} <Debug> TCPHandler: Processed in 0.005352613 sec. | ||
| 547 | 2025.03.19 17:23:21.958595 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.03.19 17:23:21.958790 [ 3 ] {eaee46c1-ca0f-47a9-b154-467de0a6caf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.958923 [ 3 ] {eaee46c1-ca0f-47a9-b154-467de0a6caf9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 550 | 2025.03.19 17:23:21.963456 [ 3 ] {eaee46c1-ca0f-47a9-b154-467de0a6caf9} <Debug> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Loading data parts | ||
| 551 | 2025.03.19 17:23:21.963731 [ 3 ] {eaee46c1-ca0f-47a9-b154-467de0a6caf9} <Debug> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): There are no data parts | ||
| 552 | 2025.03.19 17:23:21.965634 [ 3 ] {eaee46c1-ca0f-47a9-b154-467de0a6caf9} <Debug> TCPHandler: Processed in 0.007092873 sec. | ||
| 553 | 2025.03.19 17:23:21.965775 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.03.19 17:23:21.966056 [ 3 ] {5fea160a-b8cc-4956-ab51-ead957a148ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.966199 [ 3 ] {5fea160a-b8cc-4956-ab51-ead957a148ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 556 | 2025.03.19 17:23:21.968971 [ 3 ] {5fea160a-b8cc-4956-ab51-ead957a148ad} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Loading data parts | ||
| 557 | 2025.03.19 17:23:21.969146 [ 3 ] {5fea160a-b8cc-4956-ab51-ead957a148ad} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): There are no data parts | ||
| 558 | 2025.03.19 17:23:21.970926 [ 3 ] {5fea160a-b8cc-4956-ab51-ead957a148ad} <Debug> TCPHandler: Processed in 0.005201799 sec. | ||
| 559 | 2025.03.19 17:23:21.971130 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.03.19 17:23:21.971321 [ 3 ] {1cbd3ae6-3fe9-4b3f-99b6-a453d794f109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.971448 [ 3 ] {1cbd3ae6-3fe9-4b3f-99b6-a453d794f109} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 562 | 2025.03.19 17:23:21.976005 [ 3 ] {1cbd3ae6-3fe9-4b3f-99b6-a453d794f109} <Debug> oximeter.fields_i32 (c8263fb6-40d7-4d7d-aa6d-8c5ab95672a5): Loading data parts | ||
| 563 | 2025.03.19 17:23:21.976248 [ 3 ] {1cbd3ae6-3fe9-4b3f-99b6-a453d794f109} <Debug> oximeter.fields_i32 (c8263fb6-40d7-4d7d-aa6d-8c5ab95672a5): There are no data parts | ||
| 564 | 2025.03.19 17:23:21.978111 [ 3 ] {1cbd3ae6-3fe9-4b3f-99b6-a453d794f109} <Debug> TCPHandler: Processed in 0.007031631 sec. | ||
| 565 | 2025.03.19 17:23:21.978248 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 566 | 2025.03.19 17:23:21.978523 [ 3 ] {ec532384-c090-47dc-8577-4af57d6ec721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.978653 [ 3 ] {ec532384-c090-47dc-8577-4af57d6ec721} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 568 | 2025.03.19 17:23:21.981398 [ 3 ] {ec532384-c090-47dc-8577-4af57d6ec721} <Debug> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Loading data parts | ||
| 569 | 2025.03.19 17:23:21.981550 [ 3 ] {ec532384-c090-47dc-8577-4af57d6ec721} <Debug> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): There are no data parts | ||
| 570 | 2025.03.19 17:23:21.983240 [ 3 ] {ec532384-c090-47dc-8577-4af57d6ec721} <Debug> TCPHandler: Processed in 0.005042765 sec. | ||
| 571 | 2025.03.19 17:23:21.983457 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 572 | 2025.03.19 17:23:21.983649 [ 3 ] {4428b7f2-18c8-4e57-b528-2b9ff4613039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.983812 [ 3 ] {4428b7f2-18c8-4e57-b528-2b9ff4613039} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 574 | 2025.03.19 17:23:21.987364 [ 3 ] {4428b7f2-18c8-4e57-b528-2b9ff4613039} <Debug> oximeter.fields_i64 (92ddcdee-1a02-46ae-bc1d-0405746fa098): Loading data parts | ||
| 575 | 2025.03.19 17:23:21.987642 [ 3 ] {4428b7f2-18c8-4e57-b528-2b9ff4613039} <Debug> oximeter.fields_i64 (92ddcdee-1a02-46ae-bc1d-0405746fa098): There are no data parts | ||
| 576 | 2025.03.19 17:23:21.992850 [ 3 ] {4428b7f2-18c8-4e57-b528-2b9ff4613039} <Debug> TCPHandler: Processed in 0.009444366 sec. | ||
| 577 | 2025.03.19 17:23:21.993016 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 578 | 2025.03.19 17:23:21.993289 [ 3 ] {3e5865ae-3627-450e-a843-0a783b8ba247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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.03.19 17:23:21.993412 [ 3 ] {3e5865ae-3627-450e-a843-0a783b8ba247} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 580 | 2025.03.19 17:23:21.998432 [ 3 ] {3e5865ae-3627-450e-a843-0a783b8ba247} <Debug> oximeter.fields_u64 (6e60b5ad-f298-4587-bdb1-f095a32e01c6): Loading data parts | ||
| 581 | 2025.03.19 17:23:21.998642 [ 3 ] {3e5865ae-3627-450e-a843-0a783b8ba247} <Debug> oximeter.fields_u64 (6e60b5ad-f298-4587-bdb1-f095a32e01c6): There are no data parts | ||
| 582 | 2025.03.19 17:23:22.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.09 MiB, peak 124.09 MiB, free memory in arenas 0.00 B, will set to 135.79 MiB (RSS), difference: 11.70 MiB | ||
| 583 | 2025.03.19 17:23:22.000977 [ 3 ] {3e5865ae-3627-450e-a843-0a783b8ba247} <Debug> TCPHandler: Processed in 0.008016793 sec. | ||
| 584 | 2025.03.19 17:23:22.001128 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.03.19 17:23:22.001502 [ 3 ] {7af797f2-d061-402c-9bb0-7ad4157474ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 586 | 2025.03.19 17:23:22.001550 [ 3 ] {7af797f2-d061-402c-9bb0-7ad4157474ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 587 | 2025.03.19 17:23:22.005746 [ 3 ] {7af797f2-d061-402c-9bb0-7ad4157474ce} <Debug> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Loading data parts | ||
| 588 | 2025.03.19 17:23:22.005903 [ 3 ] {7af797f2-d061-402c-9bb0-7ad4157474ce} <Debug> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): There are no data parts | ||
| 589 | 2025.03.19 17:23:22.010016 [ 3 ] {7af797f2-d061-402c-9bb0-7ad4157474ce} <Debug> TCPHandler: Processed in 0.008938114 sec. | ||
| 590 | 2025.03.19 17:23:22.010272 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.03.19 17:23:22.010510 [ 3 ] {734481e1-a9fa-47ab-a7e6-cc2f0028617c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 592 | 2025.03.19 17:23:22.010682 [ 3 ] {734481e1-a9fa-47ab-a7e6-cc2f0028617c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 593 | 2025.03.19 17:23:22.013131 [ 3 ] {734481e1-a9fa-47ab-a7e6-cc2f0028617c} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Loading data parts | ||
| 594 | 2025.03.19 17:23:22.013374 [ 3 ] {734481e1-a9fa-47ab-a7e6-cc2f0028617c} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): There are no data parts | ||
| 595 | 2025.03.19 17:23:22.014722 [ 3 ] {734481e1-a9fa-47ab-a7e6-cc2f0028617c} <Debug> TCPHandler: Processed in 0.004515063 sec. | ||
| 596 | 2025.03.19 17:23:22.014863 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 597 | 2025.03.19 17:23:22.015139 [ 3 ] {abf9d6f7-dc61-4996-9140-32bd1ac59b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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) | ||
| 598 | 2025.03.19 17:23:22.015228 [ 3 ] {abf9d6f7-dc61-4996-9140-32bd1ac59b8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 599 | 2025.03.19 17:23:22.019277 [ 3 ] {abf9d6f7-dc61-4996-9140-32bd1ac59b8f} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Loading data parts | ||
| 600 | 2025.03.19 17:23:22.019472 [ 3 ] {abf9d6f7-dc61-4996-9140-32bd1ac59b8f} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): There are no data parts | ||
| 601 | 2025.03.19 17:23:22.024101 [ 3 ] {abf9d6f7-dc61-4996-9140-32bd1ac59b8f} <Debug> TCPHandler: Processed in 0.009290182 sec. | ||
| 602 | 2025.03.19 17:23:22.024405 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2025.03.19 17:23:22.024735 [ 3 ] {2cb7ead2-69f2-4f51-84a9-ecb7e69f7009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) /* The timeseries schema table stores the extracted schema for the samples | ||
| 604 | * oximeter collects. | ||
| 605 | */ | ||
| 606 | 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) | ||
| 607 | 2025.03.19 17:23:22.024935 [ 3 ] {2cb7ead2-69f2-4f51-84a9-ecb7e69f7009} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 608 | 2025.03.19 17:23:22.028132 [ 3 ] {2cb7ead2-69f2-4f51-84a9-ecb7e69f7009} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Loading data parts | ||
| 609 | 2025.03.19 17:23:22.028314 [ 3 ] {2cb7ead2-69f2-4f51-84a9-ecb7e69f7009} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): There are no data parts | ||
| 610 | 2025.03.19 17:23:22.033943 [ 3 ] {2cb7ead2-69f2-4f51-84a9-ecb7e69f7009} <Debug> TCPHandler: Processed in 0.0096118 sec. | ||
| 611 | 2025.03.19 17:23:22.036271 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 612 | 2025.03.19 17:23:22.036636 [ 5 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 613 | 2025.03.19 17:23:22.038079 [ 5 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 614 | 2025.03.19 17:23:22.047181 [ 259 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Trace> oximeter.version (298d60c5-383b-4dd2-b94d-8114a34b4ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 615 | 2025.03.19 17:23:22.047245 [ 259 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
| 616 | 2025.03.19 17:23:22.052489 [ 259 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 617 | 2025.03.19 17:23:22.053154 [ 259 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Trace> oximeter.version (298d60c5-383b-4dd2-b94d-8114a34b4ca8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 618 | 2025.03.19 17:23:22.053503 [ 5 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017007 sec., 58.79931792791203 rows/sec., 940.79 B/sec. | ||
| 619 | 2025.03.19 17:23:22.053890 [ 5 ] {de6e0eff-4802-4492-99df-65d6ed46e907} <Debug> TCPHandler: Processed in 0.017742286 sec. | ||
| 620 | 2025.03.19 17:23:22.332356 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49805 | ||
| 621 | 2025.03.19 17:23:22.332898 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.03.19 17:23:22.332933 [ 269 ] {} <Debug> TCP-Session: 05911c0d-6816-43ad-bd05-425217d5458c Authenticating user 'default' from [fd00:1122:3344:101::c]:49805 | ||
| 623 | 2025.03.19 17:23:22.333064 [ 269 ] {} <Debug> TCP-Session: 05911c0d-6816-43ad-bd05-425217d5458c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.03.19 17:23:22.333081 [ 269 ] {} <Debug> TCP-Session: 05911c0d-6816-43ad-bd05-425217d5458c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.03.19 17:23:22.333133 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.03.19 17:23:22.333201 [ 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 | ||
| 627 | 2025.03.19 17:23:22.333259 [ 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 | ||
| 628 | 2025.03.19 17:23:22.334435 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59572 | ||
| 629 | 2025.03.19 17:23:22.334602 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 630 | 2025.03.19 17:23:22.334642 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55585 | ||
| 631 | 2025.03.19 17:23:22.334634 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34781 | ||
| 632 | 2025.03.19 17:23:22.334729 [ 270 ] {} <Debug> TCP-Session: cbd96cae-0c8d-42d0-ba1c-6293087f99be Authenticating user 'default' from [fd00:1122:3344:101::c]:59572 | ||
| 633 | 2025.03.19 17:23:22.334729 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52473 | ||
| 634 | 2025.03.19 17:23:22.334802 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49537 | ||
| 635 | 2025.03.19 17:23:22.334856 [ 270 ] {} <Debug> TCP-Session: cbd96cae-0c8d-42d0-ba1c-6293087f99be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2025.03.19 17:23:22.335279 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.03.19 17:23:22.334919 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39426 | ||
| 638 | 2025.03.19 17:23:22.335343 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 639 | 2025.03.19 17:23:22.335325 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2025.03.19 17:23:22.335395 [ 270 ] {} <Debug> TCP-Session: cbd96cae-0c8d-42d0-ba1c-6293087f99be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.03.19 17:23:22.335512 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.03.19 17:23:22.335520 [ 271 ] {} <Debug> TCP-Session: 509d53a6-f05f-4a0c-8454-d2d93f142821 Authenticating user 'default' from [fd00:1122:3344:101::c]:55585 | ||
| 643 | 2025.03.19 17:23:22.335310 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44528 | ||
| 644 | 2025.03.19 17:23:22.335599 [ 272 ] {} <Debug> TCP-Session: 64d92342-17ba-4eab-a1cf-b8d61d0f7e52 Authenticating user 'default' from [fd00:1122:3344:101::c]:34781 | ||
| 645 | 2025.03.19 17:23:22.335619 [ 274 ] {} <Debug> TCP-Session: 97806f8a-bb12-4569-bafa-0e6c7caccb6d Authenticating user 'default' from [fd00:1122:3344:101::c]:49537 | ||
| 646 | 2025.03.19 17:23:22.335801 [ 271 ] {} <Debug> TCP-Session: 509d53a6-f05f-4a0c-8454-d2d93f142821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.03.19 17:23:22.335820 [ 273 ] {} <Debug> TCP-Session: 2bf3f3bf-ea84-401b-8152-5804177c1ffc Authenticating user 'default' from [fd00:1122:3344:101::c]:52473 | ||
| 648 | 2025.03.19 17:23:22.335802 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2025.03.19 17:23:22.335986 [ 272 ] {} <Debug> TCP-Session: 64d92342-17ba-4eab-a1cf-b8d61d0f7e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.03.19 17:23:22.335995 [ 274 ] {} <Debug> TCP-Session: 97806f8a-bb12-4569-bafa-0e6c7caccb6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.03.19 17:23:22.336073 [ 275 ] {} <Debug> TCP-Session: eb4718bd-717d-40ca-909f-0b4380423893 Authenticating user 'default' from [fd00:1122:3344:101::c]:39426 | ||
| 652 | 2025.03.19 17:23:22.336060 [ 273 ] {} <Debug> TCP-Session: 2bf3f3bf-ea84-401b-8152-5804177c1ffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.03.19 17:23:22.336164 [ 274 ] {} <Debug> TCP-Session: 97806f8a-bb12-4569-bafa-0e6c7caccb6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.03.19 17:23:22.336190 [ 275 ] {} <Debug> TCP-Session: eb4718bd-717d-40ca-909f-0b4380423893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.03.19 17:23:22.336047 [ 272 ] {} <Debug> TCP-Session: 64d92342-17ba-4eab-a1cf-b8d61d0f7e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.03.19 17:23:22.336176 [ 273 ] {} <Debug> TCP-Session: 2bf3f3bf-ea84-401b-8152-5804177c1ffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.03.19 17:23:22.336298 [ 275 ] {} <Debug> TCP-Session: eb4718bd-717d-40ca-909f-0b4380423893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.03.19 17:23:22.336009 [ 271 ] {} <Debug> TCP-Session: 509d53a6-f05f-4a0c-8454-d2d93f142821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.03.19 17:23:22.336012 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.03.19 17:23:22.336566 [ 276 ] {} <Debug> TCP-Session: 68249c19-d772-49b9-91ec-49d7f3657719 Authenticating user 'default' from [fd00:1122:3344:101::c]:44528 | ||
| 661 | 2025.03.19 17:23:22.336678 [ 276 ] {} <Debug> TCP-Session: 68249c19-d772-49b9-91ec-49d7f3657719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.03.19 17:23:22.336697 [ 276 ] {} <Debug> TCP-Session: 68249c19-d772-49b9-91ec-49d7f3657719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.03.19 17:23:23.000388 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.28 MiB, peak 136.28 MiB, free memory in arenas 0.00 B, will set to 140.24 MiB (RSS), difference: 3.96 MiB | ||
| 664 | 2025.03.19 17:23:23.597205 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44991 | ||
| 665 | 2025.03.19 17:23:23.598451 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.03.19 17:23:23.598500 [ 277 ] {} <Debug> TCP-Session: d7bc67ed-f7e9-4ea1-99a0-73673fafa6ee Authenticating user 'default' from [fd00:1122:3344:101::a]:44991 | ||
| 667 | 2025.03.19 17:23:23.598655 [ 277 ] {} <Debug> TCP-Session: d7bc67ed-f7e9-4ea1-99a0-73673fafa6ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.03.19 17:23:23.598673 [ 277 ] {} <Debug> TCP-Session: d7bc67ed-f7e9-4ea1-99a0-73673fafa6ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.03.19 17:23:23.598744 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.03.19 17:23:23.598872 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.03.19 17:23:23.598893 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 672 | 2025.03.19 17:23:23.600154 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62922 | ||
| 673 | 2025.03.19 17:23:23.600251 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54040 | ||
| 674 | 2025.03.19 17:23:23.600438 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 675 | 2025.03.19 17:23:23.600441 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59238 | ||
| 676 | 2025.03.19 17:23:23.600768 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63134 | ||
| 677 | 2025.03.19 17:23:23.600792 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49027 | ||
| 678 | 2025.03.19 17:23:23.601001 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59632 | ||
| 679 | 2025.03.19 17:23:23.600866 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.03.19 17:23:23.600777 [ 278 ] {} <Debug> TCP-Session: aabce1dc-b2ed-4f91-b06d-150ce01ce12e Authenticating user 'default' from [fd00:1122:3344:101::a]:62922 | ||
| 681 | 2025.03.19 17:23:23.601005 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.03.19 17:23:23.601127 [ 278 ] {} <Debug> TCP-Session: aabce1dc-b2ed-4f91-b06d-150ce01ce12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.03.19 17:23:23.601104 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43325 | ||
| 684 | 2025.03.19 17:23:23.601347 [ 279 ] {} <Debug> TCP-Session: 3dbf6959-cbc8-4160-be7d-e6b6f9e271f5 Authenticating user 'default' from [fd00:1122:3344:101::a]:54040 | ||
| 685 | 2025.03.19 17:23:23.601418 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.03.19 17:23:23.601574 [ 278 ] {} <Debug> TCP-Session: aabce1dc-b2ed-4f91-b06d-150ce01ce12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.03.19 17:23:23.601594 [ 282 ] {} <Debug> TCP-Session: ab2ef46a-6692-4676-96e6-d50d4c3e88b8 Authenticating user 'default' from [fd00:1122:3344:101::a]:49027 | ||
| 688 | 2025.03.19 17:23:23.601612 [ 279 ] {} <Debug> TCP-Session: 3dbf6959-cbc8-4160-be7d-e6b6f9e271f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.03.19 17:23:23.601861 [ 282 ] {} <Debug> TCP-Session: ab2ef46a-6692-4676-96e6-d50d4c3e88b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.03.19 17:23:23.601930 [ 281 ] {} <Debug> TCP-Session: 0acacc29-b604-4f79-ba10-5b9f8310ea4e Authenticating user 'default' from [fd00:1122:3344:101::a]:63134 | ||
| 691 | 2025.03.19 17:23:23.601972 [ 282 ] {} <Debug> TCP-Session: ab2ef46a-6692-4676-96e6-d50d4c3e88b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.03.19 17:23:23.601959 [ 279 ] {} <Debug> TCP-Session: 3dbf6959-cbc8-4160-be7d-e6b6f9e271f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.03.19 17:23:23.602048 [ 281 ] {} <Debug> TCP-Session: 0acacc29-b604-4f79-ba10-5b9f8310ea4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.03.19 17:23:23.601933 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2025.03.19 17:23:23.602191 [ 281 ] {} <Debug> TCP-Session: 0acacc29-b604-4f79-ba10-5b9f8310ea4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.03.19 17:23:23.602322 [ 284 ] {} <Debug> TCP-Session: 9a5671e1-4fba-4ea1-8b9b-fe3896b46d41 Authenticating user 'default' from [fd00:1122:3344:101::a]:43325 | ||
| 697 | 2025.03.19 17:23:23.602377 [ 284 ] {} <Debug> TCP-Session: 9a5671e1-4fba-4ea1-8b9b-fe3896b46d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.03.19 17:23:23.602511 [ 284 ] {} <Debug> TCP-Session: 9a5671e1-4fba-4ea1-8b9b-fe3896b46d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.03.19 17:23:23.603542 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2025.03.19 17:23:23.603585 [ 283 ] {} <Debug> TCP-Session: 7835dae7-43bb-4210-8b76-36a6de3978e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:59632 | ||
| 701 | 2025.03.19 17:23:23.603859 [ 283 ] {} <Debug> TCP-Session: 7835dae7-43bb-4210-8b76-36a6de3978e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.03.19 17:23:23.603886 [ 283 ] {} <Debug> TCP-Session: 7835dae7-43bb-4210-8b76-36a6de3978e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.03.19 17:23:23.608589 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.03.19 17:23:23.608972 [ 280 ] {} <Debug> TCP-Session: 637abd5e-d64b-4cc1-8dee-a23dab3d5223 Authenticating user 'default' from [fd00:1122:3344:101::a]:59238 | ||
| 705 | 2025.03.19 17:23:23.608993 [ 280 ] {} <Debug> TCP-Session: 637abd5e-d64b-4cc1-8dee-a23dab3d5223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.03.19 17:23:23.609008 [ 280 ] {} <Debug> TCP-Session: 637abd5e-d64b-4cc1-8dee-a23dab3d5223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.03.19 17:23:29.111068 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.03.19 17:23:29.111093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.03.19 17:23:29.111181 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.03.19 17:23:29.111268 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.03.19 17:23:29.118131 [ 244 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Loading data parts | ||
| 712 | 2025.03.19 17:23:29.118472 [ 244 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): There are no data parts | ||
| 713 | 2025.03.19 17:23:29.128900 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.03.19 17:23:29.129116 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
| 715 | 2025.03.19 17:23:29.132670 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.03.19 17:23:29.133647 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.03.19 17:23:29.134549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 718 | 2025.03.19 17:23:29.138635 [ 242 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Loading data parts | ||
| 719 | 2025.03.19 17:23:29.138840 [ 242 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): There are no data parts | ||
| 720 | 2025.03.19 17:23:29.168706 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.03.19 17:23:29.168853 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
| 722 | 2025.03.19 17:23:29.176050 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.03.19 17:23:29.177237 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.03.19 17:23:29.180068 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.03.19 17:23:30.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.77 MiB, peak 149.77 MiB, free memory in arenas 0.00 B, will set to 150.58 MiB (RSS), difference: 4.81 MiB | ||
| 726 | 2025.03.19 17:23:31.611080 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.03.19 17:23:31.611161 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.03.19 17:23:31.626092 [ 243 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Loading data parts | ||
| 729 | 2025.03.19 17:23:31.626308 [ 243 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): There are no data parts | ||
| 730 | 2025.03.19 17:23:31.633211 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.03.19 17:23:31.633346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
| 732 | 2025.03.19 17:23:31.635142 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.03.19 17:23:31.635640 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.03.19 17:23:31.636242 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.03.19 17:23:32.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.75 MiB, peak 154.75 MiB, free memory in arenas 0.00 B, will set to 151.01 MiB (RSS), difference: -3.75 MiB | ||
| 736 | 2025.03.19 17:23:36.574872 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.03.19 17:23:36.574933 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.03.19 17:23:36.634752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.03.19 17:23:36.636175 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.03.19 17:23:36.636239 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
| 741 | 2025.03.19 17:23:36.637139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.03.19 17:23:36.637842 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.03.19 17:23:36.638292 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.03.19 17:23:36.680195 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.03.19 17:23:36.702357 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.03.19 17:23:36.702517 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. | ||
| 747 | 2025.03.19 17:23:36.709784 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.03.19 17:23:36.711021 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.03.19 17:23:36.713859 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.03.19 17:23:42.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.62 MiB, peak 155.68 MiB, free memory in arenas 0.00 B, will set to 152.64 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.03.19 17:23:42.063007 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.03.19 17:23:42.063350 [ 3 ] {4fe7d35a-5ad3-4ef6-8545-0d86c3e92b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.03.19 17:23:42.069915 [ 3 ] {4fe7d35a-5ad3-4ef6-8545-0d86c3e92b76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.03.19 17:23:42.078173 [ 3 ] {4fe7d35a-5ad3-4ef6-8545-0d86c3e92b76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.03.19 17:23:42.081055 [ 3 ] {4fe7d35a-5ad3-4ef6-8545-0d86c3e92b76} <Debug> TCPHandler: Processed in 0.018184095 sec. | ||
| 756 | 2025.03.19 17:23:42.087986 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.03.19 17:23:42.088185 [ 3 ] {a5968471-4df8-40f1-b3ca-b0ec24c74c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.03.19 17:23:42.096002 [ 3 ] {a5968471-4df8-40f1-b3ca-b0ec24c74c23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.03.19 17:23:42.096066 [ 3 ] {a5968471-4df8-40f1-b3ca-b0ec24c74c23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.03.19 17:23:42.096845 [ 3 ] {a5968471-4df8-40f1-b3ca-b0ec24c74c23} <Debug> TCPHandler: Processed in 0.008929594 sec. | ||
| 761 | 2025.03.19 17:23:42.104999 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.03.19 17:23:42.105192 [ 3 ] {c70bc2a1-b78b-40ca-bf7f-71b98a19432f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 763 | 2025.03.19 17:23:42.105656 [ 3 ] {c70bc2a1-b78b-40ca-bf7f-71b98a19432f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.03.19 17:23:42.105724 [ 3 ] {c70bc2a1-b78b-40ca-bf7f-71b98a19432f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.03.19 17:23:42.106269 [ 3 ] {c70bc2a1-b78b-40ca-bf7f-71b98a19432f} <Debug> TCPHandler: Processed in 0.001338071 sec. | ||
| 766 | 2025.03.19 17:23:42.106500 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.03.19 17:23:42.106652 [ 3 ] {47881802-56c9-4b22-8589-18042162d52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 768 | 2025.03.19 17:23:42.106980 [ 3 ] {47881802-56c9-4b22-8589-18042162d52b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.03.19 17:23:42.107034 [ 3 ] {47881802-56c9-4b22-8589-18042162d52b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.03.19 17:23:42.107530 [ 3 ] {47881802-56c9-4b22-8589-18042162d52b} <Debug> TCPHandler: Processed in 0.001081525 sec. | ||
| 771 | 2025.03.19 17:23:42.107757 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.03.19 17:23:42.107896 [ 3 ] {1c3e2f0e-eea1-42ca-b23f-606687933e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 773 | 2025.03.19 17:23:42.108222 [ 3 ] {1c3e2f0e-eea1-42ca-b23f-606687933e42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.03.19 17:23:42.108276 [ 3 ] {1c3e2f0e-eea1-42ca-b23f-606687933e42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.03.19 17:23:42.108765 [ 3 ] {1c3e2f0e-eea1-42ca-b23f-606687933e42} <Debug> TCPHandler: Processed in 0.001059444 sec. | ||
| 776 | 2025.03.19 17:23:42.109007 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.03.19 17:23:42.109148 [ 3 ] {862cc7f0-912d-4988-bfed-8e97064fed56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 778 | 2025.03.19 17:23:42.109470 [ 3 ] {862cc7f0-912d-4988-bfed-8e97064fed56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.03.19 17:23:42.109523 [ 3 ] {862cc7f0-912d-4988-bfed-8e97064fed56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.03.19 17:23:42.109994 [ 3 ] {862cc7f0-912d-4988-bfed-8e97064fed56} <Debug> TCPHandler: Processed in 0.001036804 sec. | ||
| 781 | 2025.03.19 17:23:42.110204 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.03.19 17:23:42.110342 [ 3 ] {3eebc96e-3389-4159-8580-5dfab3980dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 783 | 2025.03.19 17:23:42.110670 [ 3 ] {3eebc96e-3389-4159-8580-5dfab3980dd4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.03.19 17:23:42.110722 [ 3 ] {3eebc96e-3389-4159-8580-5dfab3980dd4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.03.19 17:23:42.111199 [ 3 ] {3eebc96e-3389-4159-8580-5dfab3980dd4} <Debug> TCPHandler: Processed in 0.001042824 sec. | ||
| 786 | 2025.03.19 17:23:42.111454 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.03.19 17:23:42.111591 [ 3 ] {f0e330cf-7e7e-4b97-aab4-acf4dbaaa840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 788 | 2025.03.19 17:23:42.111924 [ 3 ] {f0e330cf-7e7e-4b97-aab4-acf4dbaaa840} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.03.19 17:23:42.111977 [ 3 ] {f0e330cf-7e7e-4b97-aab4-acf4dbaaa840} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.03.19 17:23:42.112454 [ 3 ] {f0e330cf-7e7e-4b97-aab4-acf4dbaaa840} <Debug> TCPHandler: Processed in 0.001049724 sec. | ||
| 791 | 2025.03.19 17:23:42.112726 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.03.19 17:23:42.112864 [ 3 ] {6cfa4a93-155e-4f47-8327-5740157793c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 793 | 2025.03.19 17:23:42.113195 [ 3 ] {6cfa4a93-155e-4f47-8327-5740157793c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.03.19 17:23:42.113252 [ 3 ] {6cfa4a93-155e-4f47-8327-5740157793c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.03.19 17:23:42.113734 [ 3 ] {6cfa4a93-155e-4f47-8327-5740157793c1} <Debug> TCPHandler: Processed in 0.001055994 sec. | ||
| 796 | 2025.03.19 17:23:42.113948 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.03.19 17:23:42.114089 [ 3 ] {c35c4bb4-59d3-4ffb-bf43-9b4228ec468b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 798 | 2025.03.19 17:23:42.114426 [ 3 ] {c35c4bb4-59d3-4ffb-bf43-9b4228ec468b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.03.19 17:23:42.114479 [ 3 ] {c35c4bb4-59d3-4ffb-bf43-9b4228ec468b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.03.19 17:23:42.114957 [ 3 ] {c35c4bb4-59d3-4ffb-bf43-9b4228ec468b} <Debug> TCPHandler: Processed in 0.001058954 sec. | ||
| 801 | 2025.03.19 17:23:42.115189 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.03.19 17:23:42.115330 [ 3 ] {c12acb00-76f6-41ba-a974-126101ad796d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 803 | 2025.03.19 17:23:42.115667 [ 3 ] {c12acb00-76f6-41ba-a974-126101ad796d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.03.19 17:23:42.115719 [ 3 ] {c12acb00-76f6-41ba-a974-126101ad796d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.03.19 17:23:42.116198 [ 3 ] {c12acb00-76f6-41ba-a974-126101ad796d} <Debug> TCPHandler: Processed in 0.001058044 sec. | ||
| 806 | 2025.03.19 17:23:42.116397 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.03.19 17:23:42.116539 [ 3 ] {2edfd631-d4ec-4397-a44a-32c89ca04fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 808 | 2025.03.19 17:23:42.116879 [ 3 ] {2edfd631-d4ec-4397-a44a-32c89ca04fc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.03.19 17:23:42.116930 [ 3 ] {2edfd631-d4ec-4397-a44a-32c89ca04fc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.03.19 17:23:42.117404 [ 3 ] {2edfd631-d4ec-4397-a44a-32c89ca04fc7} <Debug> TCPHandler: Processed in 0.001054294 sec. | ||
| 811 | 2025.03.19 17:23:42.117621 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.03.19 17:23:42.117762 [ 3 ] {0bdfd728-bffa-40f1-8778-42376892c480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 813 | 2025.03.19 17:23:42.118102 [ 3 ] {0bdfd728-bffa-40f1-8778-42376892c480} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.03.19 17:23:42.118161 [ 3 ] {0bdfd728-bffa-40f1-8778-42376892c480} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.03.19 17:23:42.118657 [ 3 ] {0bdfd728-bffa-40f1-8778-42376892c480} <Debug> TCPHandler: Processed in 0.001084705 sec. | ||
| 816 | 2025.03.19 17:23:42.118898 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.03.19 17:23:42.119043 [ 3 ] {1afe75eb-beb0-4467-b627-2c31891806d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 818 | 2025.03.19 17:23:42.119387 [ 3 ] {1afe75eb-beb0-4467-b627-2c31891806d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.03.19 17:23:42.119439 [ 3 ] {1afe75eb-beb0-4467-b627-2c31891806d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.03.19 17:23:42.119927 [ 3 ] {1afe75eb-beb0-4467-b627-2c31891806d1} <Debug> TCPHandler: Processed in 0.001083055 sec. | ||
| 821 | 2025.03.19 17:23:42.122348 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.03.19 17:23:42.122469 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 823 | 2025.03.19 17:23:42.122519 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.03.19 17:23:42.125202 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 825 | 2025.03.19 17:23:42.125257 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 826 | 2025.03.19 17:23:42.128394 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 827 | 2025.03.19 17:23:42.128851 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 828 | 2025.03.19 17:23:42.129138 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.006679 sec., 2096.1221739781404 rows/sec., 300.76 KiB/sec. | ||
| 829 | 2025.03.19 17:23:42.129241 [ 3 ] {3c530071-7056-40e6-87a7-e522cdaf6bcf} <Debug> TCPHandler: Processed in 0.006946759 sec. | ||
| 830 | 2025.03.19 17:23:42.129367 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2025.03.19 17:23:42.129478 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 832 | 2025.03.19 17:23:42.129523 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 833 | 2025.03.19 17:23:42.130770 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 834 | 2025.03.19 17:23:42.130808 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 835 | 2025.03.19 17:23:42.133253 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 836 | 2025.03.19 17:23:42.133774 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 837 | 2025.03.19 17:23:42.133991 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.004539 sec., 5728.133950209298 rows/sec., 454.18 KiB/sec. | ||
| 838 | 2025.03.19 17:23:42.134044 [ 3 ] {1c23aaed-0509-4edb-a96d-24c4a59990d2} <Debug> TCPHandler: Processed in 0.004728428 sec. | ||
| 839 | 2025.03.19 17:23:42.134166 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2025.03.19 17:23:42.134273 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 841 | 2025.03.19 17:23:42.134318 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 842 | 2025.03.19 17:23:42.134845 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 843 | 2025.03.19 17:23:42.134886 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 844 | 2025.03.19 17:23:42.135382 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 845 | 2025.03.19 17:23:42.135865 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 846 | 2025.03.19 17:23:42.136078 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001829 sec., 15308.911973756152 rows/sec., 1.19 MiB/sec. | ||
| 847 | 2025.03.19 17:23:42.136130 [ 3 ] {13b19b2b-cfb0-4569-af9a-76e3878e52f0} <Debug> TCPHandler: Processed in 0.002014066 sec. | ||
| 848 | 2025.03.19 17:23:42.136252 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.03.19 17:23:42.136361 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 850 | 2025.03.19 17:23:42.136409 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 851 | 2025.03.19 17:23:42.137505 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 852 | 2025.03.19 17:23:42.137542 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 853 | 2025.03.19 17:23:42.140112 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 854 | 2025.03.19 17:23:42.140635 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 855 | 2025.03.19 17:23:42.140952 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.0046 sec., 8695.652173913044 rows/sec., 617.36 KiB/sec. | ||
| 856 | 2025.03.19 17:23:42.141030 [ 3 ] {e80dc2c1-626d-466e-94e6-58fe2576da3a} <Debug> TCPHandler: Processed in 0.00482783 sec. | ||
| 857 | 2025.03.19 17:23:42.141175 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 858 | 2025.03.19 17:23:42.141286 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 859 | 2025.03.19 17:23:42.141333 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 860 | 2025.03.19 17:23:42.141776 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 861 | 2025.03.19 17:23:42.141816 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 862 | 2025.03.19 17:23:42.142411 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 863 | 2025.03.19 17:23:42.142997 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 864 | 2025.03.19 17:23:42.143266 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.002002 sec., 7992.0079920079925 rows/sec., 561.94 KiB/sec. | ||
| 865 | 2025.03.19 17:23:42.143333 [ 3 ] {569dcb60-81e3-4f69-91f6-3e9470df4b33} <Debug> TCPHandler: Processed in 0.002220251 sec. | ||
| 866 | 2025.03.19 17:23:44.138469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 867 | 2025.03.19 17:23:44.139191 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 868 | 2025.03.19 17:23:44.139242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 869 | 2025.03.19 17:23:44.140014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 870 | 2025.03.19 17:23:44.140598 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 871 | 2025.03.19 17:23:44.140872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 872 | 2025.03.19 17:23:44.213983 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 873 | 2025.03.19 17:23:44.233771 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 874 | 2025.03.19 17:23:44.233838 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 875 | 2025.03.19 17:23:44.240658 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 876 | 2025.03.19 17:23:44.241905 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 877 | 2025.03.19 17:23:44.245109 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 878 | 2025.03.19 17:23:47.064611 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.03.19 17:23:47.064818 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 880 | 2025.03.19 17:23:47.064912 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 881 | 2025.03.19 17:23:47.065804 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.03.19 17:23:47.065852 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 883 | 2025.03.19 17:23:47.066430 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 884 | 2025.03.19 17:23:47.066989 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 885 | 2025.03.19 17:23:47.067197 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.002437 sec., 10668.855149774314 rows/sec., 845.93 KiB/sec. | ||
| 886 | 2025.03.19 17:23:47.067259 [ 3 ] {41c1392f-98b8-4cfa-b7cf-e70a90854f03} <Debug> TCPHandler: Processed in 0.002774164 sec. | ||
| 887 | 2025.03.19 17:23:47.067399 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2025.03.19 17:23:47.067512 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 889 | 2025.03.19 17:23:47.067562 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 890 | 2025.03.19 17:23:47.068116 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.03.19 17:23:47.068154 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 892 | 2025.03.19 17:23:47.068608 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 893 | 2025.03.19 17:23:47.069046 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.03.19 17:23:47.069239 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001754 sec., 15963.51197263398 rows/sec., 1.25 MiB/sec. | ||
| 895 | 2025.03.19 17:23:47.069291 [ 3 ] {75af756d-4357-499c-a464-34ba7b056064} <Debug> TCPHandler: Processed in 0.001947474 sec. | ||
| 896 | 2025.03.19 17:23:47.069410 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.03.19 17:23:47.069519 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 898 | 2025.03.19 17:23:47.069569 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 899 | 2025.03.19 17:23:47.070064 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2025.03.19 17:23:47.070106 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 901 | 2025.03.19 17:23:47.070609 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 902 | 2025.03.19 17:23:47.071122 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2025.03.19 17:23:47.071336 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001842 sec., 27144.408251900106 rows/sec., 1.88 MiB/sec. | ||
| 904 | 2025.03.19 17:23:47.071388 [ 3 ] {c9e8fa08-2b16-4754-98c6-88ff6ec4fcb1} <Debug> TCPHandler: Processed in 0.002030326 sec. | ||
| 905 | 2025.03.19 17:23:47.071508 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2025.03.19 17:23:47.071615 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 907 | 2025.03.19 17:23:47.071661 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 908 | 2025.03.19 17:23:47.072092 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.03.19 17:23:47.072131 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 910 | 2025.03.19 17:23:47.072617 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 911 | 2025.03.19 17:23:47.073053 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.03.19 17:23:47.073273 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001679 sec., 11911.852293031567 rows/sec., 837.55 KiB/sec. | ||
| 913 | 2025.03.19 17:23:47.073343 [ 3 ] {b1e68d0e-f3f2-47d5-8c21-8e6ffc832932} <Debug> TCPHandler: Processed in 0.001885933 sec. | ||
| 914 | 2025.03.19 17:23:51.575185 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 915 | 2025.03.19 17:23:51.575248 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 916 | 2025.03.19 17:23:51.636879 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
| 917 | 2025.03.19 17:23:51.641130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 918 | 2025.03.19 17:23:51.641180 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2025.03.19 17:23:51.641274 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 920 | 2025.03.19 17:23:51.643840 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.03.19 17:23:51.643932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 922 | 2025.03.19 17:23:51.645308 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 923 | 2025.03.19 17:23:51.646108 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.03.19 17:23:51.646778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 925 | 2025.03.19 17:23:51.647088 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 926 | 2025.03.19 17:23:51.647792 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2025.03.19 17:23:51.648506 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
| 928 | 2025.03.19 17:23:51.745245 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 929 | 2025.03.19 17:23:51.766009 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.03.19 17:23:51.766067 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 931 | 2025.03.19 17:23:51.773259 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 932 | 2025.03.19 17:23:51.774433 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.03.19 17:23:51.777542 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 934 | 2025.03.19 17:23:52.063535 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.03.19 17:23:52.063809 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 936 | 2025.03.19 17:23:52.066426 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 937 | 2025.03.19 17:23:52.071940 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 938 | 2025.03.19 17:23:52.072280 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 939 | 2025.03.19 17:23:52.076530 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 940 | 2025.03.19 17:23:52.078808 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 941 | 2025.03.19 17:23:52.083915 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 942 | 2025.03.19 17:23:52.086033 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 943 | 2025.03.19 17:23:52.086069 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 944 | 2025.03.19 17:23:52.086200 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 945 | 2025.03.19 17:23:52.086230 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 946 | 2025.03.19 17:23:52.102516 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.038823 sec., 360.61097802848826 rows/sec., 14.72 KiB/sec. | ||
| 947 | 2025.03.19 17:23:52.102675 [ 3 ] {e31d4bdf-3318-4e26-bcdd-5c472f2421e2} <Debug> TCPHandler: Processed in 0.039277688 sec. | ||
| 948 | 2025.03.19 17:23:52.106341 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 949 | 2025.03.19 17:23:52.106547 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 950 | 2025.03.19 17:23:52.106897 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 951 | 2025.03.19 17:23:52.106939 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 952 | 2025.03.19 17:23:52.107220 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 953 | 2025.03.19 17:23:52.107295 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 954 | 2025.03.19 17:23:52.107463 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 955 | 2025.03.19 17:23:52.107499 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 956 | 2025.03.19 17:23:52.107524 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 957 | 2025.03.19 17:23:52.107541 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 958 | 2025.03.19 17:23:52.107587 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 959 | 2025.03.19 17:23:52.107611 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 960 | 2025.03.19 17:23:52.108274 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001822 sec., 7683.863885839736 rows/sec., 313.55 KiB/sec. | ||
| 961 | 2025.03.19 17:23:52.108399 [ 3 ] {80135ccc-46f7-485e-b1be-9a266d332851} <Debug> TCPHandler: Processed in 0.002152639 sec. | ||
| 962 | 2025.03.19 17:23:52.108623 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2025.03.19 17:23:52.108779 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 964 | 2025.03.19 17:23:52.109051 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 965 | 2025.03.19 17:23:52.109092 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 966 | 2025.03.19 17:23:52.109350 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 967 | 2025.03.19 17:23:52.109417 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 968 | 2025.03.19 17:23:52.109562 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 969 | 2025.03.19 17:23:52.109597 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 970 | 2025.03.19 17:23:52.109620 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 971 | 2025.03.19 17:23:52.109638 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 972 | 2025.03.19 17:23:52.109681 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 973 | 2025.03.19 17:23:52.109704 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 974 | 2025.03.19 17:23:52.110363 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001652 sec., 8474.57627118644 rows/sec., 345.82 KiB/sec. | ||
| 975 | 2025.03.19 17:23:52.110483 [ 3 ] {2a75f683-6b99-41ae-8e60-8264bf67cba8} <Debug> TCPHandler: Processed in 0.001914804 sec. | ||
| 976 | 2025.03.19 17:23:52.110688 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 977 | 2025.03.19 17:23:52.110846 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 978 | 2025.03.19 17:23:52.111124 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 979 | 2025.03.19 17:23:52.111164 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 980 | 2025.03.19 17:23:52.111422 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 981 | 2025.03.19 17:23:52.111489 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 982 | 2025.03.19 17:23:52.111635 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 983 | 2025.03.19 17:23:52.111668 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 984 | 2025.03.19 17:23:52.111691 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 985 | 2025.03.19 17:23:52.111709 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 986 | 2025.03.19 17:23:52.111754 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 987 | 2025.03.19 17:23:52.111777 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 988 | 2025.03.19 17:23:52.112379 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 356.61 KiB/sec. | ||
| 989 | 2025.03.19 17:23:52.112496 [ 3 ] {13a81672-1ac9-4c47-a35f-5f2fc416dbcf} <Debug> TCPHandler: Processed in 0.001861782 sec. | ||
| 990 | 2025.03.19 17:23:52.115417 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 991 | 2025.03.19 17:23:52.115540 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 992 | 2025.03.19 17:23:52.115591 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 993 | 2025.03.19 17:23:52.116354 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 994 | 2025.03.19 17:23:52.116406 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 995 | 2025.03.19 17:23:52.117113 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 996 | 2025.03.19 17:23:52.117618 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 997 | 2025.03.19 17:23:52.117883 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.002374 sec., 1684.9199663016009 rows/sec., 178.12 KiB/sec. | ||
| 998 | 2025.03.19 17:23:52.118033 [ 3 ] {6471aee9-055d-4d52-a0fe-1c1bb9b59fcb} <Debug> TCPHandler: Processed in 0.002672381 sec. | ||
| 999 | 2025.03.19 17:23:52.118151 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1000 | 2025.03.19 17:23:52.118261 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1001 | 2025.03.19 17:23:52.118308 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1002 | 2025.03.19 17:23:52.118901 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1003 | 2025.03.19 17:23:52.118943 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1004 | 2025.03.19 17:23:52.119469 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1005 | 2025.03.19 17:23:52.119990 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1006 | 2025.03.19 17:23:52.120278 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Debug> executeQuery: Read 68 rows, 5.99 KiB in 0.002032 sec., 33464.566929133856 rows/sec., 2.88 MiB/sec. | ||
| 1007 | 2025.03.19 17:23:52.120407 [ 3 ] {724b0479-811b-47f0-ac46-5d38a66f4efc} <Debug> TCPHandler: Processed in 0.002311153 sec. | ||
| 1008 | 2025.03.19 17:23:52.120530 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1009 | 2025.03.19 17:23:52.120637 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1010 | 2025.03.19 17:23:52.120682 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1011 | 2025.03.19 17:23:52.121302 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1012 | 2025.03.19 17:23:52.121339 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1013 | 2025.03.19 17:23:52.121849 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1014 | 2025.03.19 17:23:52.122357 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1015 | 2025.03.19 17:23:52.122566 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.001952 sec., 10758.196721311475 rows/sec., 808.97 KiB/sec. | ||
| 1016 | 2025.03.19 17:23:52.122618 [ 3 ] {c7487206-de5f-4b4d-b66e-57029550b4ff} <Debug> TCPHandler: Processed in 0.002139149 sec. | ||
| 1017 | 2025.03.19 17:23:52.122733 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1018 | 2025.03.19 17:23:52.122838 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1019 | 2025.03.19 17:23:52.122883 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1020 | 2025.03.19 17:23:52.123420 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1021 | 2025.03.19 17:23:52.123459 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1022 | 2025.03.19 17:23:52.123945 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1023 | 2025.03.19 17:23:52.124547 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1024 | 2025.03.19 17:23:52.124761 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Debug> executeQuery: Read 62 rows, 4.97 KiB in 0.001945 sec., 31876.606683804628 rows/sec., 2.50 MiB/sec. | ||
| 1025 | 2025.03.19 17:23:52.124814 [ 3 ] {81ad6384-675f-4289-8444-63c4ca20d521} <Debug> TCPHandler: Processed in 0.002131809 sec. | ||
| 1026 | 2025.03.19 17:23:52.124931 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1027 | 2025.03.19 17:23:52.125036 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1028 | 2025.03.19 17:23:52.125083 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1029 | 2025.03.19 17:23:52.125630 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1030 | 2025.03.19 17:23:52.125668 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1031 | 2025.03.19 17:23:52.126174 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1032 | 2025.03.19 17:23:52.126678 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1033 | 2025.03.19 17:23:52.126915 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001896 sec., 26371.30801687764 rows/sec., 1.83 MiB/sec. | ||
| 1034 | 2025.03.19 17:23:52.126991 [ 3 ] {407879fb-78b2-4209-88f9-e9d3f363e9c2} <Debug> TCPHandler: Processed in 0.002110878 sec. | ||
| 1035 | 2025.03.19 17:23:52.127111 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1036 | 2025.03.19 17:23:52.127215 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1037 | 2025.03.19 17:23:52.127283 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1038 | 2025.03.19 17:23:52.128471 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1039 | 2025.03.19 17:23:52.128509 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1040 | 2025.03.19 17:23:52.131234 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1041 | 2025.03.19 17:23:52.131712 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1042 | 2025.03.19 17:23:52.132031 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.004825 sec., 4352.331606217616 rows/sec., 7.80 MiB/sec. | ||
| 1043 | 2025.03.19 17:23:52.132168 [ 3 ] {97759674-355d-4f6c-959b-396ae4d0f619} <Debug> TCPHandler: Processed in 0.005107747 sec. | ||
| 1044 | 2025.03.19 17:23:52.132304 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1045 | 2025.03.19 17:23:52.132411 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1046 | 2025.03.19 17:23:52.132456 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1047 | 2025.03.19 17:23:52.132902 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Trace> oximeter.measurements_i64 (c6e141c7-a806-411d-b471-56d2cf54fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1048 | 2025.03.19 17:23:52.132941 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1049 | 2025.03.19 17:23:52.133399 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1050 | 2025.03.19 17:23:52.133869 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Trace> oximeter.measurements_i64 (c6e141c7-a806-411d-b471-56d2cf54fda0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1051 | 2025.03.19 17:23:52.134069 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.00167 sec., 12574.850299401198 rows/sec., 939.14 KiB/sec. | ||
| 1052 | 2025.03.19 17:23:52.134223 [ 3 ] {e37cd66f-0ca0-4c2a-bf82-34fc8880afb5} <Debug> TCPHandler: Processed in 0.001965225 sec. | ||
| 1053 | 2025.03.19 17:23:52.134338 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.03.19 17:23:52.134441 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1055 | 2025.03.19 17:23:52.134485 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1056 | 2025.03.19 17:23:52.134930 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1057 | 2025.03.19 17:23:52.134970 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1058 | 2025.03.19 17:23:52.135423 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1059 | 2025.03.19 17:23:52.135888 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1060 | 2025.03.19 17:23:52.136116 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001694 sec., 11806.37544273908 rows/sec., 830.14 KiB/sec. | ||
| 1061 | 2025.03.19 17:23:52.136171 [ 3 ] {3751d519-12fd-419a-80af-c57275b39f7b} <Debug> TCPHandler: Processed in 0.001882473 sec. | ||
| 1062 | 2025.03.19 17:23:57.063878 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1063 | 2025.03.19 17:23:57.064174 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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') FORMAT Native; (stage: Complete) | ||
| 1064 | 2025.03.19 17:23:57.064602 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1065 | 2025.03.19 17:23:57.064645 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <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')" moved to PREWHERE | ||
| 1066 | 2025.03.19 17:23:57.064954 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1067 | 2025.03.19 17:23:57.065039 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1068 | 2025.03.19 17:23:57.065222 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1069 | 2025.03.19 17:23:57.065423 [ 285 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1070 | 2025.03.19 17:23:57.065488 [ 259 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1071 | 2025.03.19 17:23:57.065632 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1072 | 2025.03.19 17:23:57.065666 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1073 | 2025.03.19 17:23:57.069847 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1074 | 2025.03.19 17:23:57.069879 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1075 | 2025.03.19 17:23:57.069943 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <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'))" | ||
| 1076 | 2025.03.19 17:23:57.069991 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <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'))" | ||
| 1077 | 2025.03.19 17:23:57.071224 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.007174 sec., 2509.060496236409 rows/sec., 105.36 KiB/sec. | ||
| 1078 | 2025.03.19 17:23:57.071390 [ 3 ] {ddcc9835-1841-4045-bbcb-66d90f32d947} <Debug> TCPHandler: Processed in 0.007650294 sec. | ||
| 1079 | 2025.03.19 17:23:57.071704 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1080 | 2025.03.19 17:23:57.071869 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1081 | 2025.03.19 17:23:57.072169 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1082 | 2025.03.19 17:23:57.072212 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1083 | 2025.03.19 17:23:57.072498 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1084 | 2025.03.19 17:23:57.072568 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1085 | 2025.03.19 17:23:57.072719 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1086 | 2025.03.19 17:23:57.072814 [ 259 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1087 | 2025.03.19 17:23:57.072814 [ 286 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1088 | 2025.03.19 17:23:57.072947 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1089 | 2025.03.19 17:23:57.072981 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1090 | 2025.03.19 17:23:57.073087 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1091 | 2025.03.19 17:23:57.073109 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1092 | 2025.03.19 17:23:57.073149 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <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', 'static_routing_config:static_routes'))" | ||
| 1093 | 2025.03.19 17:23:57.073191 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <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', 'static_routing_config:static_routes'))" | ||
| 1094 | 2025.03.19 17:23:57.074171 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002378 sec., 7569.386038687973 rows/sec., 317.86 KiB/sec. | ||
| 1095 | 2025.03.19 17:23:57.074314 [ 3 ] {c3a15696-d406-4ab5-b49c-aa5c3caf3f6c} <Debug> TCPHandler: Processed in 0.002663051 sec. | ||
| 1096 | 2025.03.19 17:23:57.074539 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1097 | 2025.03.19 17:23:57.074696 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1098 | 2025.03.19 17:23:57.074978 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1099 | 2025.03.19 17:23:57.075020 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1100 | 2025.03.19 17:23:57.075300 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1101 | 2025.03.19 17:23:57.075368 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1102 | 2025.03.19 17:23:57.075517 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1103 | 2025.03.19 17:23:57.075590 [ 285 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1104 | 2025.03.19 17:23:57.075616 [ 286 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1105 | 2025.03.19 17:23:57.075719 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1106 | 2025.03.19 17:23:57.075748 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1107 | 2025.03.19 17:23:57.075829 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1108 | 2025.03.19 17:23:57.075852 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1109 | 2025.03.19 17:23:57.075891 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1110 | 2025.03.19 17:23:57.075932 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1111 | 2025.03.19 17:23:57.076993 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002367 sec., 7604.562737642585 rows/sec., 319.33 KiB/sec. | ||
| 1112 | 2025.03.19 17:23:57.077130 [ 3 ] {ff43d3cd-c384-42cb-9ebe-216a5bc3190e} <Debug> TCPHandler: Processed in 0.00264213 sec. | ||
| 1113 | 2025.03.19 17:23:57.077345 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.03.19 17:23:57.077501 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1115 | 2025.03.19 17:23:57.077780 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2025.03.19 17:23:57.077822 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1117 | 2025.03.19 17:23:57.078100 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2025.03.19 17:23:57.078168 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2025.03.19 17:23:57.078315 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1120 | 2025.03.19 17:23:57.078417 [ 285 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1121 | 2025.03.19 17:23:57.078431 [ 259 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1122 | 2025.03.19 17:23:57.078532 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1123 | 2025.03.19 17:23:57.078562 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1124 | 2025.03.19 17:23:57.078642 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1125 | 2025.03.19 17:23:57.078663 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1126 | 2025.03.19 17:23:57.078703 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1127 | 2025.03.19 17:23:57.078744 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1128 | 2025.03.19 17:23:57.079560 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002127 sec., 8462.62341325811 rows/sec., 355.36 KiB/sec. | ||
| 1129 | 2025.03.19 17:23:57.079714 [ 3 ] {f9ccdbd8-32b9-4657-9c0a-09e232360de7} <Debug> TCPHandler: Processed in 0.002419096 sec. | ||
| 1130 | 2025.03.19 17:23:57.085570 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1131 | 2025.03.19 17:23:57.085692 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1132 | 2025.03.19 17:23:57.085741 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1133 | 2025.03.19 17:23:57.086611 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1134 | 2025.03.19 17:23:57.086656 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1135 | 2025.03.19 17:23:57.087156 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1136 | 2025.03.19 17:23:57.087374 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1137 | 2025.03.19 17:23:57.087604 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001946 sec., 2055.498458376156 rows/sec., 261.45 KiB/sec. | ||
| 1138 | 2025.03.19 17:23:57.087661 [ 3 ] {4fc0db4f-1e77-4ac0-bbd6-72a4628cce31} <Debug> TCPHandler: Processed in 0.002142539 sec. | ||
| 1139 | 2025.03.19 17:23:57.087787 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1140 | 2025.03.19 17:23:57.087896 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1141 | 2025.03.19 17:23:57.087942 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1142 | 2025.03.19 17:23:57.088510 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1143 | 2025.03.19 17:23:57.088551 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1144 | 2025.03.19 17:23:57.088912 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1145 | 2025.03.19 17:23:57.089156 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1146 | 2025.03.19 17:23:57.089416 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001536 sec., 36458.333333333336 rows/sec., 2.80 MiB/sec. | ||
| 1147 | 2025.03.19 17:23:57.089550 [ 3 ] {0fa1c6b7-6844-4eaf-866c-1cef5c9c39b8} <Debug> TCPHandler: Processed in 0.001812622 sec. | ||
| 1148 | 2025.03.19 17:23:57.089677 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1149 | 2025.03.19 17:23:57.089818 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1150 | 2025.03.19 17:23:57.089879 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1151 | 2025.03.19 17:23:57.090664 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1152 | 2025.03.19 17:23:57.090705 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1153 | 2025.03.19 17:23:57.091066 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1154 | 2025.03.19 17:23:57.091307 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1155 | 2025.03.19 17:23:57.091507 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001721 sec., 37187.68158047646 rows/sec., 2.90 MiB/sec. | ||
| 1156 | 2025.03.19 17:23:57.091559 [ 3 ] {25d20d75-3b7b-414a-8be8-eeae8024ec8b} <Debug> TCPHandler: Processed in 0.001947375 sec. | ||
| 1157 | 2025.03.19 17:23:57.091685 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2025.03.19 17:23:57.091792 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1159 | 2025.03.19 17:23:57.091839 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1160 | 2025.03.19 17:23:57.092361 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1161 | 2025.03.19 17:23:57.092401 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1162 | 2025.03.19 17:23:57.092792 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1163 | 2025.03.19 17:23:57.093026 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1164 | 2025.03.19 17:23:57.093241 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Debug> executeQuery: Read 138 rows, 9.84 KiB in 0.001471 sec., 93813.7321549966 rows/sec., 6.53 MiB/sec. | ||
| 1165 | 2025.03.19 17:23:57.093303 [ 3 ] {ec95d299-ca47-4958-814c-05b8e4607c01} <Debug> TCPHandler: Processed in 0.001669158 sec. | ||
| 1166 | 2025.03.19 17:23:57.093428 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1167 | 2025.03.19 17:23:57.093534 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1168 | 2025.03.19 17:23:57.093580 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1169 | 2025.03.19 17:23:57.094056 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1170 | 2025.03.19 17:23:57.094104 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1171 | 2025.03.19 17:23:57.094523 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1172 | 2025.03.19 17:23:57.094901 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1173 | 2025.03.19 17:23:57.095114 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Debug> executeQuery: Read 52 rows, 3.59 KiB in 0.001602 sec., 32459.425717852686 rows/sec., 2.19 MiB/sec. | ||
| 1174 | 2025.03.19 17:23:57.095173 [ 3 ] {c308941f-0bd3-4007-8e53-7e645a07e698} <Debug> TCPHandler: Processed in 0.001794871 sec. | ||
| 1175 | 2025.03.19 17:23:59.146979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1176 | 2025.03.19 17:23:59.147637 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.03.19 17:23:59.147683 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1178 | 2025.03.19 17:23:59.148253 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1179 | 2025.03.19 17:23:59.148518 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2025.03.19 17:23:59.148730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1181 | 2025.03.19 17:23:59.277690 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1182 | 2025.03.19 17:23:59.298363 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1183 | 2025.03.19 17:23:59.298424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.36 GiB. | ||
| 1184 | 2025.03.19 17:23:59.305626 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1185 | 2025.03.19 17:23:59.306440 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1186 | 2025.03.19 17:23:59.309571 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1187 | 2025.03.19 17:24:00.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.53 MiB, peak 161.53 MiB, free memory in arenas 0.00 B, will set to 158.68 MiB (RSS), difference: 1.15 MiB | ||
| 1188 | 2025.03.19 17:24:01.648840 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 176 | ||
| 1189 | 2025.03.19 17:24:01.652177 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1190 | 2025.03.19 17:24:01.652237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1191 | 2025.03.19 17:24:01.653840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1192 | 2025.03.19 17:24:01.654189 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1193 | 2025.03.19 17:24:01.655107 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 176 | ||
| 1194 | 2025.03.19 17:24:02.071298 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1195 | 2025.03.19 17:24:02.071505 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1196 | 2025.03.19 17:24:02.071589 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1197 | 2025.03.19 17:24:02.072397 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1198 | 2025.03.19 17:24:02.072453 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1199 | 2025.03.19 17:24:02.072984 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1200 | 2025.03.19 17:24:02.073254 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1201 | 2025.03.19 17:24:02.073562 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Debug> executeQuery: Read 100 rows, 8.52 KiB in 0.002102 sec., 47573.73929590866 rows/sec., 3.96 MiB/sec. | ||
| 1202 | 2025.03.19 17:24:02.073752 [ 3 ] {56b6cada-21c5-4d18-9c05-c641e464c3ee} <Debug> TCPHandler: Processed in 0.002595259 sec. | ||
| 1203 | 2025.03.19 17:24:02.073891 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1204 | 2025.03.19 17:24:02.074005 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1205 | 2025.03.19 17:24:02.074054 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1206 | 2025.03.19 17:24:02.074646 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1207 | 2025.03.19 17:24:02.074689 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1208 | 2025.03.19 17:24:02.075058 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1209 | 2025.03.19 17:24:02.075309 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1210 | 2025.03.19 17:24:02.075588 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001589 sec., 13845.185651353053 rows/sec., 1.02 MiB/sec. | ||
| 1211 | 2025.03.19 17:24:02.075679 [ 3 ] {8d7ae3e3-f433-4902-bbd9-a4273d7dc238} <Debug> TCPHandler: Processed in 0.001843223 sec. | ||
| 1212 | 2025.03.19 17:24:02.075802 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1213 | 2025.03.19 17:24:02.075909 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1214 | 2025.03.19 17:24:02.075957 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1215 | 2025.03.19 17:24:02.076522 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1216 | 2025.03.19 17:24:02.076563 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1217 | 2025.03.19 17:24:02.076929 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1218 | 2025.03.19 17:24:02.077168 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1219 | 2025.03.19 17:24:02.077395 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001509 sec., 56991.38502319417 rows/sec., 4.45 MiB/sec. | ||
| 1220 | 2025.03.19 17:24:02.077450 [ 3 ] {8c30c476-a83a-4e6f-a1a8-9c3a6574c622} <Debug> TCPHandler: Processed in 0.001699409 sec. | ||
| 1221 | 2025.03.19 17:24:02.077573 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1222 | 2025.03.19 17:24:02.077680 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1223 | 2025.03.19 17:24:02.077730 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1224 | 2025.03.19 17:24:02.078259 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1225 | 2025.03.19 17:24:02.078299 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1226 | 2025.03.19 17:24:02.078703 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1227 | 2025.03.19 17:24:02.078944 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1228 | 2025.03.19 17:24:02.079174 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
| 1229 | 2025.03.19 17:24:02.079229 [ 3 ] {9bbe94f2-3448-40e1-9b3d-ba23326db676} <Debug> TCPHandler: Processed in 0.00170669 sec. | ||
| 1230 | 2025.03.19 17:24:02.079350 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1231 | 2025.03.19 17:24:02.079455 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1232 | 2025.03.19 17:24:02.079523 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1233 | 2025.03.19 17:24:02.080616 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1234 | 2025.03.19 17:24:02.080655 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1235 | 2025.03.19 17:24:02.081296 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1236 | 2025.03.19 17:24:02.081571 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1237 | 2025.03.19 17:24:02.081889 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002433 sec., 9042.334566378957 rows/sec., 16.20 MiB/sec. | ||
| 1238 | 2025.03.19 17:24:02.082020 [ 3 ] {9b58394e-b63a-4dc5-9967-fbceacc9a049} <Debug> TCPHandler: Processed in 0.002720692 sec. | ||
| 1239 | 2025.03.19 17:24:02.082168 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1240 | 2025.03.19 17:24:02.082273 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1241 | 2025.03.19 17:24:02.082321 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1242 | 2025.03.19 17:24:02.082787 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2025.03.19 17:24:02.082830 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1244 | 2025.03.19 17:24:02.083216 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1245 | 2025.03.19 17:24:02.083470 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1246 | 2025.03.19 17:24:02.083747 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 1247 | 2025.03.19 17:24:02.083876 [ 3 ] {e5e06e78-791b-4b1d-ad32-dcb85b615269} <Debug> TCPHandler: Processed in 0.00175886 sec. | ||
| 1248 | 2025.03.19 17:24:06.575316 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1249 | 2025.03.19 17:24:06.575378 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1250 | 2025.03.19 17:24:06.648907 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1251 | 2025.03.19 17:24:06.649543 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1252 | 2025.03.19 17:24:06.649589 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1253 | 2025.03.19 17:24:06.650138 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1254 | 2025.03.19 17:24:06.650413 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1255 | 2025.03.19 17:24:06.650632 [ 73 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1256 | 2025.03.19 17:24:06.650693 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1257 | 2025.03.19 17:24:06.650734 [ 73 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.03.19 17:24:06.650765 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1259 | 2025.03.19 17:24:06.654737 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 1260 | 2025.03.19 17:24:06.654903 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1261 | 2025.03.19 17:24:06.654995 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 1262 | 2025.03.19 17:24:06.655116 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 1263 | 2025.03.19 17:24:06.655329 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 1264 | 2025.03.19 17:24:06.655531 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 1265 | 2025.03.19 17:24:06.655666 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 1266 | 2025.03.19 17:24:06.655861 [ 201 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 1267 | 2025.03.19 17:24:06.679520 [ 188 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.028682966 sec., 97828.09769394141 rows/sec., 1.40 MiB/sec. | ||
| 1268 | 2025.03.19 17:24:06.680419 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1269 | 2025.03.19 17:24:06.680828 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_6_1} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.03.19 17:24:06.680923 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_6_1} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1271 | 2025.03.19 17:24:06.681069 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1272 | 2025.03.19 17:24:06.809698 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1273 | 2025.03.19 17:24:06.830808 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1274 | 2025.03.19 17:24:06.830855 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1275 | 2025.03.19 17:24:06.837515 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1276 | 2025.03.19 17:24:06.838313 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1277 | 2025.03.19 17:24:06.838799 [ 73 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1278 | 2025.03.19 17:24:06.838964 [ 73 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1279 | 2025.03.19 17:24:06.839056 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1280 | 2025.03.19 17:24:06.839353 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 1281 | 2025.03.19 17:24:06.847023 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1282 | 2025.03.19 17:24:06.848458 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1283 | 2025.03.19 17:24:06.849348 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 1284 | 2025.03.19 17:24:06.854131 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 1285 | 2025.03.19 17:24:06.858854 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 1286 | 2025.03.19 17:24:06.863930 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 1287 | 2025.03.19 17:24:06.871091 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 1288 | 2025.03.19 17:24:06.875600 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 1289 | 2025.03.19 17:24:06.938664 [ 188 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.099467004 sec., 462.46491952245793 rows/sec., 2.39 MiB/sec. | ||
| 1290 | 2025.03.19 17:24:06.941275 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1291 | 2025.03.19 17:24:06.944346 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_6_1} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1292 | 2025.03.19 17:24:06.944466 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_6_1} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1293 | 2025.03.19 17:24:06.946822 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1294 | 2025.03.19 17:24:07.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.85 MiB, peak 169.39 MiB, free memory in arenas 0.00 B, will set to 163.02 MiB (RSS), difference: 3.17 MiB | ||
| 1295 | 2025.03.19 17:24:07.065320 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1296 | 2025.03.19 17:24:07.065623 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1297 | 2025.03.19 17:24:07.066078 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1298 | 2025.03.19 17:24:07.066125 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1299 | 2025.03.19 17:24:07.066452 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1300 | 2025.03.19 17:24:07.066534 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1301 | 2025.03.19 17:24:07.066714 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1302 | 2025.03.19 17:24:07.066926 [ 285 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1303 | 2025.03.19 17:24:07.067062 [ 288 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1304 | 2025.03.19 17:24:07.067139 [ 289 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1305 | 2025.03.19 17:24:07.067325 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1306 | 2025.03.19 17:24:07.067359 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1307 | 2025.03.19 17:24:07.067485 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1308 | 2025.03.19 17:24:07.067510 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1309 | 2025.03.19 17:24:07.067558 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1310 | 2025.03.19 17:24:07.067608 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1311 | 2025.03.19 17:24:07.067690 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1312 | 2025.03.19 17:24:07.069540 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.004058 sec., 5421.389847215377 rows/sec., 226.93 KiB/sec. | ||
| 1313 | 2025.03.19 17:24:07.069753 [ 3 ] {6bc87f12-deac-4604-abed-a41ef6cdda5a} <Debug> TCPHandler: Processed in 0.004574554 sec. | ||
| 1314 | 2025.03.19 17:24:07.071176 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1315 | 2025.03.19 17:24:07.071333 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1316 | 2025.03.19 17:24:07.071612 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1317 | 2025.03.19 17:24:07.071656 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1318 | 2025.03.19 17:24:07.071941 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1319 | 2025.03.19 17:24:07.072008 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1320 | 2025.03.19 17:24:07.072155 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1321 | 2025.03.19 17:24:07.072328 [ 289 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1322 | 2025.03.19 17:24:07.072325 [ 288 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1323 | 2025.03.19 17:24:07.072378 [ 290 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1324 | 2025.03.19 17:24:07.072547 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1325 | 2025.03.19 17:24:07.072579 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1326 | 2025.03.19 17:24:07.072689 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1327 | 2025.03.19 17:24:07.072710 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1328 | 2025.03.19 17:24:07.072750 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1329 | 2025.03.19 17:24:07.072791 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1330 | 2025.03.19 17:24:07.072830 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1331 | 2025.03.19 17:24:07.074244 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00298 sec., 7382.5503355704695 rows/sec., 309.03 KiB/sec. | ||
| 1332 | 2025.03.19 17:24:07.074422 [ 3 ] {0cdfdad8-4264-4efe-afed-c214564ca76b} <Debug> TCPHandler: Processed in 0.003298395 sec. | ||
| 1333 | 2025.03.19 17:24:07.075009 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1334 | 2025.03.19 17:24:07.075168 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1335 | 2025.03.19 17:24:07.075446 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1336 | 2025.03.19 17:24:07.075491 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1337 | 2025.03.19 17:24:07.075773 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1338 | 2025.03.19 17:24:07.075839 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1339 | 2025.03.19 17:24:07.075983 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1340 | 2025.03.19 17:24:07.076118 [ 288 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1341 | 2025.03.19 17:24:07.076175 [ 289 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1342 | 2025.03.19 17:24:07.076215 [ 290 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1343 | 2025.03.19 17:24:07.076387 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1344 | 2025.03.19 17:24:07.076418 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1345 | 2025.03.19 17:24:07.076529 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1346 | 2025.03.19 17:24:07.076550 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1347 | 2025.03.19 17:24:07.076589 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1348 | 2025.03.19 17:24:07.076630 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1349 | 2025.03.19 17:24:07.076670 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1350 | 2025.03.19 17:24:07.078124 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003026 sec., 7270.323859881031 rows/sec., 304.33 KiB/sec. | ||
| 1351 | 2025.03.19 17:24:07.078306 [ 3 ] {ee0b092a-36ee-4873-b808-a13610facb66} <Debug> TCPHandler: Processed in 0.003348387 sec. | ||
| 1352 | 2025.03.19 17:24:07.078530 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2025.03.19 17:24:07.078689 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1354 | 2025.03.19 17:24:07.078969 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1355 | 2025.03.19 17:24:07.079013 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1356 | 2025.03.19 17:24:07.079300 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1357 | 2025.03.19 17:24:07.079367 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1358 | 2025.03.19 17:24:07.079513 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1359 | 2025.03.19 17:24:07.079648 [ 289 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1360 | 2025.03.19 17:24:07.079661 [ 288 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1361 | 2025.03.19 17:24:07.079675 [ 290 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1362 | 2025.03.19 17:24:07.079795 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1363 | 2025.03.19 17:24:07.079824 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1364 | 2025.03.19 17:24:07.079932 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1365 | 2025.03.19 17:24:07.079954 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1366 | 2025.03.19 17:24:07.079992 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1367 | 2025.03.19 17:24:07.080035 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1368 | 2025.03.19 17:24:07.080073 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1369 | 2025.03.19 17:24:07.081467 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002849 sec., 7722.007722007722 rows/sec., 323.24 KiB/sec. | ||
| 1370 | 2025.03.19 17:24:07.081649 [ 3 ] {3edbe0c3-870f-4b99-8531-824b5b4bffc9} <Debug> TCPHandler: Processed in 0.003170732 sec. | ||
| 1371 | 2025.03.19 17:24:07.081878 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.03.19 17:24:07.082040 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1373 | 2025.03.19 17:24:07.082319 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1374 | 2025.03.19 17:24:07.082363 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1375 | 2025.03.19 17:24:07.082648 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1376 | 2025.03.19 17:24:07.082714 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1377 | 2025.03.19 17:24:07.082859 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1378 | 2025.03.19 17:24:07.082996 [ 288 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1379 | 2025.03.19 17:24:07.083044 [ 289 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1380 | 2025.03.19 17:24:07.083062 [ 290 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1381 | 2025.03.19 17:24:07.083243 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1382 | 2025.03.19 17:24:07.083274 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1383 | 2025.03.19 17:24:07.083383 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1384 | 2025.03.19 17:24:07.083404 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1385 | 2025.03.19 17:24:07.083444 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1386 | 2025.03.19 17:24:07.083485 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1387 | 2025.03.19 17:24:07.083524 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1388 | 2025.03.19 17:24:07.084995 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003028 sec., 7265.52179656539 rows/sec., 304.13 KiB/sec. | ||
| 1389 | 2025.03.19 17:24:07.085181 [ 3 ] {1975a100-e4fc-4293-8ea9-26129604aefc} <Debug> TCPHandler: Processed in 0.003353947 sec. | ||
| 1390 | 2025.03.19 17:24:07.085414 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.03.19 17:24:07.085573 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1392 | 2025.03.19 17:24:07.085854 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1393 | 2025.03.19 17:24:07.085899 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1394 | 2025.03.19 17:24:07.086197 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1395 | 2025.03.19 17:24:07.086263 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1396 | 2025.03.19 17:24:07.086407 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1397 | 2025.03.19 17:24:07.086547 [ 289 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1398 | 2025.03.19 17:24:07.086562 [ 288 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1399 | 2025.03.19 17:24:07.086544 [ 290 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1400 | 2025.03.19 17:24:07.086696 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1401 | 2025.03.19 17:24:07.086725 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1402 | 2025.03.19 17:24:07.086836 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1403 | 2025.03.19 17:24:07.086857 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1404 | 2025.03.19 17:24:07.086897 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1405 | 2025.03.19 17:24:07.086941 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1406 | 2025.03.19 17:24:07.086979 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1407 | 2025.03.19 17:24:07.088327 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002827 sec., 7782.101167315175 rows/sec., 325.75 KiB/sec. | ||
| 1408 | 2025.03.19 17:24:07.088506 [ 3 ] {07b3e2ef-6230-4825-8da9-bd43fe5e4c81} <Debug> TCPHandler: Processed in 0.003145312 sec. | ||
| 1409 | 2025.03.19 17:24:07.088729 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2025.03.19 17:24:07.088889 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1411 | 2025.03.19 17:24:07.089171 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1412 | 2025.03.19 17:24:07.089216 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1413 | 2025.03.19 17:24:07.089507 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1414 | 2025.03.19 17:24:07.089573 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1415 | 2025.03.19 17:24:07.089718 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1416 | 2025.03.19 17:24:07.089822 [ 289 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1417 | 2025.03.19 17:24:07.089856 [ 285 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1418 | 2025.03.19 17:24:07.089876 [ 290 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1419 | 2025.03.19 17:24:07.089988 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1420 | 2025.03.19 17:24:07.090020 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1421 | 2025.03.19 17:24:07.090128 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1422 | 2025.03.19 17:24:07.090150 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1423 | 2025.03.19 17:24:07.090190 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1424 | 2025.03.19 17:24:07.090233 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1425 | 2025.03.19 17:24:07.090269 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1426 | 2025.03.19 17:24:07.091764 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002948 sec., 7462.686567164179 rows/sec., 312.38 KiB/sec. | ||
| 1427 | 2025.03.19 17:24:07.091942 [ 3 ] {38bdc32c-9599-4f83-b2b0-baeabc5f7f8f} <Debug> TCPHandler: Processed in 0.003264745 sec. | ||
| 1428 | 2025.03.19 17:24:07.092194 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1429 | 2025.03.19 17:24:07.092355 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1430 | 2025.03.19 17:24:07.092639 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1431 | 2025.03.19 17:24:07.092683 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1432 | 2025.03.19 17:24:07.092981 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1433 | 2025.03.19 17:24:07.093051 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1434 | 2025.03.19 17:24:07.093197 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1435 | 2025.03.19 17:24:07.093301 [ 289 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1436 | 2025.03.19 17:24:07.093344 [ 288 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1437 | 2025.03.19 17:24:07.093349 [ 285 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1438 | 2025.03.19 17:24:07.093461 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1439 | 2025.03.19 17:24:07.093486 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1440 | 2025.03.19 17:24:07.093593 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1441 | 2025.03.19 17:24:07.093614 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1442 | 2025.03.19 17:24:07.093654 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1443 | 2025.03.19 17:24:07.093697 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1444 | 2025.03.19 17:24:07.093738 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1445 | 2025.03.19 17:24:07.095152 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002869 sec., 7668.177065179505 rows/sec., 320.98 KiB/sec. | ||
| 1446 | 2025.03.19 17:24:07.095332 [ 3 ] {90bc84cb-8aa8-4af4-adac-1fc7abcb0b5a} <Debug> TCPHandler: Processed in 0.003190763 sec. | ||
| 1447 | 2025.03.19 17:24:07.095561 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2025.03.19 17:24:07.095723 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1449 | 2025.03.19 17:24:07.096011 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1450 | 2025.03.19 17:24:07.096057 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1451 | 2025.03.19 17:24:07.096357 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1452 | 2025.03.19 17:24:07.096423 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1453 | 2025.03.19 17:24:07.096568 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1454 | 2025.03.19 17:24:07.096685 [ 289 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1455 | 2025.03.19 17:24:07.096711 [ 288 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1456 | 2025.03.19 17:24:07.096732 [ 290 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1457 | 2025.03.19 17:24:07.096836 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1458 | 2025.03.19 17:24:07.096865 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1459 | 2025.03.19 17:24:07.096976 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1460 | 2025.03.19 17:24:07.096997 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1461 | 2025.03.19 17:24:07.097039 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1462 | 2025.03.19 17:24:07.097085 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1463 | 2025.03.19 17:24:07.097126 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1464 | 2025.03.19 17:24:07.098660 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003013 sec., 7301.692665117823 rows/sec., 305.64 KiB/sec. | ||
| 1465 | 2025.03.19 17:24:07.098840 [ 3 ] {efa7a29a-dc19-495e-af3e-1078041ea3f0} <Debug> TCPHandler: Processed in 0.003331196 sec. | ||
| 1466 | 2025.03.19 17:24:07.099072 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2025.03.19 17:24:07.099234 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1468 | 2025.03.19 17:24:07.099521 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1469 | 2025.03.19 17:24:07.099568 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1470 | 2025.03.19 17:24:07.099870 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1471 | 2025.03.19 17:24:07.099935 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1472 | 2025.03.19 17:24:07.100078 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1473 | 2025.03.19 17:24:07.100213 [ 289 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1474 | 2025.03.19 17:24:07.100233 [ 290 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1475 | 2025.03.19 17:24:07.100247 [ 288 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1476 | 2025.03.19 17:24:07.100363 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1477 | 2025.03.19 17:24:07.100392 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1478 | 2025.03.19 17:24:07.100502 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1479 | 2025.03.19 17:24:07.100525 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1480 | 2025.03.19 17:24:07.100564 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1481 | 2025.03.19 17:24:07.100607 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1482 | 2025.03.19 17:24:07.100649 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1483 | 2025.03.19 17:24:07.102083 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002926 sec., 7518.796992481202 rows/sec., 314.73 KiB/sec. | ||
| 1484 | 2025.03.19 17:24:07.102264 [ 3 ] {acaf6177-0ed0-45dc-b950-7c7e3f6f7c8a} <Debug> TCPHandler: Processed in 0.003243984 sec. | ||
| 1485 | 2025.03.19 17:24:07.102488 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2025.03.19 17:24:07.102655 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1487 | 2025.03.19 17:24:07.102954 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1488 | 2025.03.19 17:24:07.103001 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1489 | 2025.03.19 17:24:07.103311 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1490 | 2025.03.19 17:24:07.103378 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1491 | 2025.03.19 17:24:07.103525 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1492 | 2025.03.19 17:24:07.103639 [ 289 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1493 | 2025.03.19 17:24:07.103669 [ 288 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1494 | 2025.03.19 17:24:07.103679 [ 290 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1495 | 2025.03.19 17:24:07.103802 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1496 | 2025.03.19 17:24:07.103832 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1497 | 2025.03.19 17:24:07.103942 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1498 | 2025.03.19 17:24:07.103964 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1499 | 2025.03.19 17:24:07.104004 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1500 | 2025.03.19 17:24:07.104046 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1501 | 2025.03.19 17:24:07.104090 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1502 | 2025.03.19 17:24:07.105483 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002906 sec., 7570.543702684102 rows/sec., 316.90 KiB/sec. | ||
| 1503 | 2025.03.19 17:24:07.105662 [ 3 ] {cc250e59-89fd-4480-ba4a-968026d931b1} <Debug> TCPHandler: Processed in 0.003226373 sec. | ||
| 1504 | 2025.03.19 17:24:07.110990 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1505 | 2025.03.19 17:24:07.111170 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1506 | 2025.03.19 17:24:07.111470 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1507 | 2025.03.19 17:24:07.111518 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1508 | 2025.03.19 17:24:07.111829 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1509 | 2025.03.19 17:24:07.111898 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1510 | 2025.03.19 17:24:07.112045 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1511 | 2025.03.19 17:24:07.112175 [ 289 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1512 | 2025.03.19 17:24:07.112204 [ 288 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1513 | 2025.03.19 17:24:07.112211 [ 290 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1514 | 2025.03.19 17:24:07.112339 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1515 | 2025.03.19 17:24:07.112369 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1516 | 2025.03.19 17:24:07.112477 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1517 | 2025.03.19 17:24:07.112500 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1518 | 2025.03.19 17:24:07.112539 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1519 | 2025.03.19 17:24:07.112582 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1520 | 2025.03.19 17:24:07.112622 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1521 | 2025.03.19 17:24:07.114094 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003002 sec., 7328.447701532312 rows/sec., 306.76 KiB/sec. | ||
| 1522 | 2025.03.19 17:24:07.114275 [ 3 ] {d6a16339-48fe-4bd6-bfb0-c5a3f23ab790} <Debug> TCPHandler: Processed in 0.003380837 sec. | ||
| 1523 | 2025.03.19 17:24:07.120706 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1524 | 2025.03.19 17:24:07.120850 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1525 | 2025.03.19 17:24:07.120908 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1526 | 2025.03.19 17:24:07.121789 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2025.03.19 17:24:07.121841 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1528 | 2025.03.19 17:24:07.122409 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1529 | 2025.03.19 17:24:07.122634 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.03.19 17:24:07.122866 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.002058 sec., 5830.903790087464 rows/sec., 2.07 MiB/sec. | ||
| 1531 | 2025.03.19 17:24:07.122924 [ 3 ] {d7ecd274-22af-4d98-bcc5-8fdbc6e142e7} <Debug> TCPHandler: Processed in 0.002281882 sec. | ||
| 1532 | 2025.03.19 17:24:07.123048 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1533 | 2025.03.19 17:24:07.123160 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1534 | 2025.03.19 17:24:07.123207 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1535 | 2025.03.19 17:24:07.124381 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1536 | 2025.03.19 17:24:07.124419 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1537 | 2025.03.19 17:24:07.124807 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1538 | 2025.03.19 17:24:07.125051 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1539 | 2025.03.19 17:24:07.125275 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002127 sec., 99670.8979783733 rows/sec., 6.34 MiB/sec. | ||
| 1540 | 2025.03.19 17:24:07.125428 [ 3 ] {06920017-abfb-488c-ba13-be3824347ce2} <Debug> TCPHandler: Processed in 0.002428726 sec. | ||
| 1541 | 2025.03.19 17:24:07.125539 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1542 | 2025.03.19 17:24:07.125644 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1543 | 2025.03.19 17:24:07.125690 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1544 | 2025.03.19 17:24:07.126478 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.03.19 17:24:07.126518 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1546 | 2025.03.19 17:24:07.126927 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1547 | 2025.03.19 17:24:07.127165 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.03.19 17:24:07.127335 [ 72 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1549 | 2025.03.19 17:24:07.127408 [ 72 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1550 | 2025.03.19 17:24:07.127414 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001787 sec., 354224.95803021826 rows/sec., 27.86 MiB/sec. | ||
| 1551 | 2025.03.19 17:24:07.127445 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1552 | 2025.03.19 17:24:07.127567 [ 3 ] {e8ed6f42-9d2b-4a84-b075-b5cba3b276a1} <Debug> TCPHandler: Processed in 0.002077787 sec. | ||
| 1553 | 2025.03.19 17:24:07.127679 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 1554 | 2025.03.19 17:24:07.127714 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.03.19 17:24:07.127833 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1556 | 2025.03.19 17:24:07.127851 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1557 | 2025.03.19 17:24:07.127876 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1558 | 2025.03.19 17:24:07.127904 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1559 | 2025.03.19 17:24:07.128152 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1560 | 2025.03.19 17:24:07.128499 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part | ||
| 1561 | 2025.03.19 17:24:07.128865 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1562 | 2025.03.19 17:24:07.129317 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
| 1563 | 2025.03.19 17:24:07.129730 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 633 rows starting from the beginning of the part | ||
| 1564 | 2025.03.19 17:24:07.130681 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.03.19 17:24:07.130724 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1566 | 2025.03.19 17:24:07.131393 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1567 | 2025.03.19 17:24:07.131741 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1568 | 2025.03.19 17:24:07.131900 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 5 columns (5 merged, 0 gathered) in 0.004314269 sec., 210696.1805116927 rows/sec., 17.56 MiB/sec. | ||
| 1569 | 2025.03.19 17:24:07.132126 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00431 sec., 26450.116009280744 rows/sec., 1.58 MiB/sec. | ||
| 1570 | 2025.03.19 17:24:07.132254 [ 3 ] {832a0978-3d2f-48df-b67e-068a32284d10} <Debug> TCPHandler: Processed in 0.004586375 sec. | ||
| 1571 | 2025.03.19 17:24:07.132426 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1572 | 2025.03.19 17:24:07.132444 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1573 | 2025.03.19 17:24:07.132634 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1574 | 2025.03.19 17:24:07.132696 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1575 | 2025.03.19 17:24:07.133216 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1576 | 2025.03.19 17:24:07.133428 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_6_1} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1577 | 2025.03.19 17:24:07.133551 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1578 | 2025.03.19 17:24:07.133824 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1579 | 2025.03.19 17:24:07.133870 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1580 | 2025.03.19 17:24:07.134321 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1581 | 2025.03.19 17:24:07.134563 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1582 | 2025.03.19 17:24:07.134769 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002161 sec., 52290.606200832946 rows/sec., 3.38 MiB/sec. | ||
| 1583 | 2025.03.19 17:24:07.134826 [ 3 ] {992e4ce9-b923-4eb9-892f-390459dd2b0c} <Debug> TCPHandler: Processed in 0.002465216 sec. | ||
| 1584 | 2025.03.19 17:24:07.134957 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1585 | 2025.03.19 17:24:07.135089 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1586 | 2025.03.19 17:24:07.135144 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1587 | 2025.03.19 17:24:07.135822 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1588 | 2025.03.19 17:24:07.135870 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1589 | 2025.03.19 17:24:07.136244 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1590 | 2025.03.19 17:24:07.136491 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1591 | 2025.03.19 17:24:07.136744 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00168 sec., 66666.66666666666 rows/sec., 3.80 MiB/sec. | ||
| 1592 | 2025.03.19 17:24:07.136941 [ 3 ] {27abd394-5e74-440a-a20c-e1928ca852a9} <Debug> TCPHandler: Processed in 0.002041376 sec. | ||
| 1593 | 2025.03.19 17:24:07.137088 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1594 | 2025.03.19 17:24:07.137195 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1595 | 2025.03.19 17:24:07.137240 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1596 | 2025.03.19 17:24:07.137915 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1597 | 2025.03.19 17:24:07.137955 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1598 | 2025.03.19 17:24:07.138330 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1599 | 2025.03.19 17:24:07.138570 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2025.03.19 17:24:07.138723 [ 72 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1601 | 2025.03.19 17:24:07.138784 [ 72 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1602 | 2025.03.19 17:24:07.138827 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1603 | 2025.03.19 17:24:07.138825 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001639 sec., 237949.96949359364 rows/sec., 16.82 MiB/sec. | ||
| 1604 | 2025.03.19 17:24:07.138981 [ 3 ] {fd87521e-eef8-454d-8bb6-c22e387adf76} <Debug> TCPHandler: Processed in 0.001939534 sec. | ||
| 1605 | 2025.03.19 17:24:07.139028 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 1606 | 2025.03.19 17:24:07.139131 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1607 | 2025.03.19 17:24:07.139158 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1608 | 2025.03.19 17:24:07.139193 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1609 | 2025.03.19 17:24:07.139248 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1610 | 2025.03.19 17:24:07.139378 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1611 | 2025.03.19 17:24:07.139421 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1612 | 2025.03.19 17:24:07.139915 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part | ||
| 1613 | 2025.03.19 17:24:07.140248 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1614 | 2025.03.19 17:24:07.140551 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 86 rows starting from the beginning of the part | ||
| 1615 | 2025.03.19 17:24:07.140855 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 390 rows starting from the beginning of the part | ||
| 1616 | 2025.03.19 17:24:07.141523 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Trace> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1617 | 2025.03.19 17:24:07.141570 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1618 | 2025.03.19 17:24:07.142141 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1619 | 2025.03.19 17:24:07.142470 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Trace> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1620 | 2025.03.19 17:24:07.142670 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 5 columns (5 merged, 0 gathered) in 0.003742136 sec., 175835.4052338023 rows/sec., 13.63 MiB/sec. | ||
| 1621 | 2025.03.19 17:24:07.142937 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003675 sec., 1632.6530612244899 rows/sec., 85.30 KiB/sec. | ||
| 1622 | 2025.03.19 17:24:07.143028 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1623 | 2025.03.19 17:24:07.143047 [ 3 ] {025130e0-65d4-4ae3-b852-c461b06c9867} <Debug> TCPHandler: Processed in 0.003971151 sec. | ||
| 1624 | 2025.03.19 17:24:07.143172 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1625 | 2025.03.19 17:24:07.143291 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1626 | 2025.03.19 17:24:07.143348 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2025.03.19 17:24:07.143355 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1628 | 2025.03.19 17:24:07.143467 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_6_1} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1629 | 2025.03.19 17:24:07.143572 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1630 | 2025.03.19 17:24:07.144002 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1631 | 2025.03.19 17:24:07.144040 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1632 | 2025.03.19 17:24:07.144420 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1633 | 2025.03.19 17:24:07.144665 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1634 | 2025.03.19 17:24:07.144828 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1635 | 2025.03.19 17:24:07.144893 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1636 | 2025.03.19 17:24:07.144927 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1637 | 2025.03.19 17:24:07.144934 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001661 sec., 142685.12944009632 rows/sec., 9.56 MiB/sec. | ||
| 1638 | 2025.03.19 17:24:07.145191 [ 3 ] {4378b5c6-1bce-4570-a8ba-fab1dd53fb0b} <Debug> TCPHandler: Processed in 0.002061128 sec. | ||
| 1639 | 2025.03.19 17:24:07.145452 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 1640 | 2025.03.19 17:24:07.145497 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1641 | 2025.03.19 17:24:07.145698 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1642 | 2025.03.19 17:24:07.145732 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1643 | 2025.03.19 17:24:07.145773 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1644 | 2025.03.19 17:24:07.145814 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1645 | 2025.03.19 17:24:07.146145 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1646 | 2025.03.19 17:24:07.146534 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 1647 | 2025.03.19 17:24:07.146864 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 138 rows starting from the beginning of the part | ||
| 1648 | 2025.03.19 17:24:07.147192 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1649 | 2025.03.19 17:24:07.147496 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
| 1650 | 2025.03.19 17:24:07.148369 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2025.03.19 17:24:07.148425 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1652 | 2025.03.19 17:24:07.149472 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1653 | 2025.03.19 17:24:07.150068 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2025.03.19 17:24:07.150727 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005041 sec., 198.37333862328902 rows/sec., 13.37 KiB/sec. | ||
| 1655 | 2025.03.19 17:24:07.150882 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 5 columns (5 merged, 0 gathered) in 0.005850874 sec., 115367.37930093863 rows/sec., 7.92 MiB/sec. | ||
| 1656 | 2025.03.19 17:24:07.151021 [ 3 ] {45efcb12-0b16-4ba2-b994-87e1a2441e27} <Debug> TCPHandler: Processed in 0.005600688 sec. | ||
| 1657 | 2025.03.19 17:24:07.151209 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1658 | 2025.03.19 17:24:07.151226 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1659 | 2025.03.19 17:24:07.151411 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1660 | 2025.03.19 17:24:07.151569 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1661 | 2025.03.19 17:24:07.151810 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1662 | 2025.03.19 17:24:07.152064 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1663 | 2025.03.19 17:24:07.152262 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1664 | 2025.03.19 17:24:07.153236 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1665 | 2025.03.19 17:24:07.153281 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1666 | 2025.03.19 17:24:07.153908 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1667 | 2025.03.19 17:24:07.154172 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1668 | 2025.03.19 17:24:07.154415 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003049 sec., 2623.8110856018366 rows/sec., 4.70 MiB/sec. | ||
| 1669 | 2025.03.19 17:24:07.154523 [ 3 ] {9a1c3f4d-4eb6-4b50-a646-453a792eaf22} <Debug> TCPHandler: Processed in 0.003398078 sec. | ||
| 1670 | 2025.03.19 17:24:07.154666 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.03.19 17:24:07.154771 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1672 | 2025.03.19 17:24:07.154817 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1673 | 2025.03.19 17:24:07.155267 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1674 | 2025.03.19 17:24:07.155307 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1675 | 2025.03.19 17:24:07.155670 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1676 | 2025.03.19 17:24:07.155907 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2025.03.19 17:24:07.156066 [ 72 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1678 | 2025.03.19 17:24:07.156126 [ 72 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2025.03.19 17:24:07.156162 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001406 sec., 58321.47937411095 rows/sec., 3.70 MiB/sec. | ||
| 1680 | 2025.03.19 17:24:07.156169 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1681 | 2025.03.19 17:24:07.156317 [ 3 ] {811473fe-a32c-4e81-9df7-63c79928bc7f} <Debug> TCPHandler: Processed in 0.001701679 sec. | ||
| 1682 | 2025.03.19 17:24:07.156381 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 1683 | 2025.03.19 17:24:07.156494 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1684 | 2025.03.19 17:24:07.156527 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 1685 | 2025.03.19 17:24:07.156637 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 1686 | 2025.03.19 17:24:07.156851 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 1687 | 2025.03.19 17:24:07.157028 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part | ||
| 1688 | 2025.03.19 17:24:07.157174 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1689 | 2025.03.19 17:24:07.157315 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 82 rows starting from the beginning of the part | ||
| 1690 | 2025.03.19 17:24:07.158390 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 4 columns (4 merged, 0 gathered) in 0.002073538 sec., 120566.87651733412 rows/sec., 8.01 MiB/sec. | ||
| 1691 | 2025.03.19 17:24:07.158603 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1692 | 2025.03.19 17:24:07.159006 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1693 | 2025.03.19 17:24:07.159091 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_6_1} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1694 | 2025.03.19 17:24:07.159184 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1695 | 2025.03.19 17:24:08.000274 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.77 MiB, peak 169.39 MiB, free memory in arenas 0.00 B, will set to 163.45 MiB (RSS), difference: -1.32 MiB | ||
| 1696 | 2025.03.19 17:24:11.655422 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 236 | ||
| 1697 | 2025.03.19 17:24:11.659199 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2025.03.19 17:24:11.659256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1699 | 2025.03.19 17:24:11.660917 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1700 | 2025.03.19 17:24:11.661251 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1701 | 2025.03.19 17:24:11.661906 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 236 | ||
| 1702 | 2025.03.19 17:24:12.073229 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2025.03.19 17:24:12.073412 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1704 | 2025.03.19 17:24:12.073485 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1705 | 2025.03.19 17:24:12.074301 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2025.03.19 17:24:12.074352 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1707 | 2025.03.19 17:24:12.074801 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1708 | 2025.03.19 17:24:12.075066 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2025.03.19 17:24:12.075317 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001955 sec., 52173.91304347826 rows/sec., 4.36 MiB/sec. | ||
| 1710 | 2025.03.19 17:24:12.075383 [ 3 ] {a857888f-d270-46bd-85e8-43bfcd2630e0} <Debug> TCPHandler: Processed in 0.002280682 sec. | ||
| 1711 | 2025.03.19 17:24:12.075519 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.03.19 17:24:12.075633 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1713 | 2025.03.19 17:24:12.075683 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1714 | 2025.03.19 17:24:12.076310 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.03.19 17:24:12.076353 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1716 | 2025.03.19 17:24:12.076715 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1717 | 2025.03.19 17:24:12.076965 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.03.19 17:24:12.077180 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001573 sec., 14621.741894469167 rows/sec., 1.07 MiB/sec. | ||
| 1719 | 2025.03.19 17:24:12.077235 [ 3 ] {c97f1099-8657-4b28-8417-b7294b161dc5} <Debug> TCPHandler: Processed in 0.00176937 sec. | ||
| 1720 | 2025.03.19 17:24:12.077357 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1721 | 2025.03.19 17:24:12.077471 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1722 | 2025.03.19 17:24:12.077519 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1723 | 2025.03.19 17:24:12.078092 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.03.19 17:24:12.078133 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1725 | 2025.03.19 17:24:12.078504 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1726 | 2025.03.19 17:24:12.078746 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2025.03.19 17:24:12.078965 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001517 sec., 57350.03295978906 rows/sec., 4.48 MiB/sec. | ||
| 1728 | 2025.03.19 17:24:12.079020 [ 3 ] {bf48cb13-4950-44d6-b4ce-d3bb90b90ff3} <Debug> TCPHandler: Processed in 0.001716469 sec. | ||
| 1729 | 2025.03.19 17:24:12.079153 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.03.19 17:24:12.079294 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1731 | 2025.03.19 17:24:12.079354 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1732 | 2025.03.19 17:24:12.080007 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.03.19 17:24:12.080057 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1734 | 2025.03.19 17:24:12.080479 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1735 | 2025.03.19 17:24:12.080724 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.03.19 17:24:12.080949 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec. | ||
| 1737 | 2025.03.19 17:24:12.081004 [ 3 ] {ee741adf-64d3-42c8-ad6b-9600cc35cde0} <Debug> TCPHandler: Processed in 0.001915013 sec. | ||
| 1738 | 2025.03.19 17:24:12.081111 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.03.19 17:24:12.081213 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.03.19 17:24:12.081281 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1741 | 2025.03.19 17:24:12.082422 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.03.19 17:24:12.082463 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1743 | 2025.03.19 17:24:12.083095 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1744 | 2025.03.19 17:24:12.083397 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.03.19 17:24:12.083644 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002452 sec., 9380.097879282217 rows/sec., 16.81 MiB/sec. | ||
| 1746 | 2025.03.19 17:24:12.083760 [ 3 ] {4a2acd02-0870-4b3d-9dec-e5e3facb29e7} <Debug> TCPHandler: Processed in 0.002699382 sec. | ||
| 1747 | 2025.03.19 17:24:12.083900 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.03.19 17:24:12.084005 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1749 | 2025.03.19 17:24:12.084052 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1750 | 2025.03.19 17:24:12.084506 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.03.19 17:24:12.084546 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1752 | 2025.03.19 17:24:12.084910 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1753 | 2025.03.19 17:24:12.085169 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.03.19 17:24:12.085391 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
| 1755 | 2025.03.19 17:24:12.085445 [ 3 ] {34e317ac-279f-4105-98d7-600718458d9e} <Debug> TCPHandler: Processed in 0.001594446 sec. | ||
| 1756 | 2025.03.19 17:24:14.150887 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1757 | 2025.03.19 17:24:14.151587 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1758 | 2025.03.19 17:24:14.151646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1759 | 2025.03.19 17:24:14.152204 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1760 | 2025.03.19 17:24:14.152470 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2025.03.19 17:24:14.152741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1762 | 2025.03.19 17:24:14.347161 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1763 | 2025.03.19 17:24:14.366961 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1764 | 2025.03.19 17:24:14.367009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1765 | 2025.03.19 17:24:14.374074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1766 | 2025.03.19 17:24:14.374876 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1767 | 2025.03.19 17:24:14.378229 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1768 | 2025.03.19 17:24:15.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.08 MiB, peak 169.39 MiB, free memory in arenas 0.00 B, will set to 165.78 MiB (RSS), difference: 1.70 MiB | ||
| 1769 | 2025.03.19 17:24:17.071302 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1770 | 2025.03.19 17:24:17.071541 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1771 | 2025.03.19 17:24:17.071619 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1772 | 2025.03.19 17:24:17.072517 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1773 | 2025.03.19 17:24:17.072562 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1774 | 2025.03.19 17:24:17.073003 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1775 | 2025.03.19 17:24:17.073258 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1776 | 2025.03.19 17:24:17.073504 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002023 sec., 35590.70687098369 rows/sec., 2.89 MiB/sec. | ||
| 1777 | 2025.03.19 17:24:17.073573 [ 3 ] {3f5b8c69-9eda-4381-86fa-a48597661cf9} <Debug> TCPHandler: Processed in 0.002439836 sec. | ||
| 1778 | 2025.03.19 17:24:17.073705 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1779 | 2025.03.19 17:24:17.073819 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1780 | 2025.03.19 17:24:17.073867 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1781 | 2025.03.19 17:24:17.074407 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1782 | 2025.03.19 17:24:17.074447 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1783 | 2025.03.19 17:24:17.074804 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1784 | 2025.03.19 17:24:17.075042 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1785 | 2025.03.19 17:24:17.075262 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00147 sec., 5442.1768707483 rows/sec., 409.23 KiB/sec. | ||
| 1786 | 2025.03.19 17:24:17.075319 [ 3 ] {78262766-2bb8-4496-81a0-64f47a7dbf58} <Debug> TCPHandler: Processed in 0.001666308 sec. | ||
| 1787 | 2025.03.19 17:24:17.075425 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1788 | 2025.03.19 17:24:17.075527 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1789 | 2025.03.19 17:24:17.075572 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1790 | 2025.03.19 17:24:17.076125 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1791 | 2025.03.19 17:24:17.076170 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1792 | 2025.03.19 17:24:17.076582 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1793 | 2025.03.19 17:24:17.076814 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1794 | 2025.03.19 17:24:17.077054 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001545 sec., 46601.94174757282 rows/sec., 3.64 MiB/sec. | ||
| 1795 | 2025.03.19 17:24:17.077143 [ 3 ] {35d1e4ec-71ad-469a-9053-9303d5b1b523} <Debug> TCPHandler: Processed in 0.00176677 sec. | ||
| 1796 | 2025.03.19 17:24:17.077259 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2025.03.19 17:24:17.077364 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1798 | 2025.03.19 17:24:17.077412 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1799 | 2025.03.19 17:24:17.077948 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.03.19 17:24:17.077985 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1801 | 2025.03.19 17:24:17.078372 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1802 | 2025.03.19 17:24:17.078609 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2025.03.19 17:24:17.078870 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 1804 | 2025.03.19 17:24:17.079003 [ 3 ] {6c81604e-b903-437c-b3c4-e472fb987218} <Debug> TCPHandler: Processed in 0.00179475 sec. | ||
| 1805 | 2025.03.19 17:24:17.079130 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2025.03.19 17:24:17.079235 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1807 | 2025.03.19 17:24:17.079304 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1808 | 2025.03.19 17:24:17.080399 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2025.03.19 17:24:17.080438 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1810 | 2025.03.19 17:24:17.081044 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1811 | 2025.03.19 17:24:17.081299 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2025.03.19 17:24:17.081545 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002331 sec., 3432.003432003432 rows/sec., 6.15 MiB/sec. | ||
| 1813 | 2025.03.19 17:24:17.081652 [ 3 ] {7fdddf2e-b912-4f2f-bb04-3d2d89bcfa89} <Debug> TCPHandler: Processed in 0.002572179 sec. | ||
| 1814 | 2025.03.19 17:24:17.081790 [ 3 ] {} <Trace> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2025.03.19 17:24:17.081895 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39923) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1816 | 2025.03.19 17:24:17.081940 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1817 | 2025.03.19 17:24:17.082393 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2025.03.19 17:24:17.082433 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1819 | 2025.03.19 17:24:17.082788 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1820 | 2025.03.19 17:24:17.083022 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2025.03.19 17:24:17.083225 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
| 1822 | 2025.03.19 17:24:17.083277 [ 3 ] {bac3afac-29a2-4d9e-b992-d483ba3bc866} <Debug> TCPHandler: Processed in 0.001537375 sec. | ||
| 1823 | 2025.03.19 17:24:21.575412 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1824 | 2025.03.19 17:24:21.575486 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1825 | 2025.03.19 17:24:21.652927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1826 | 2025.03.19 17:24:21.653667 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1827 | 2025.03.19 17:24:21.653719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1828 | 2025.03.19 17:24:21.654325 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1829 | 2025.03.19 17:24:21.654592 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1830 | 2025.03.19 17:24:21.654920 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1831 | 2025.03.19 17:24:21.662296 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 260 | ||
| 1832 | 2025.03.19 17:24:21.663645 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1833 | 2025.03.19 17:24:21.663749 [ 3 ] {} <Debug> TCP-Session: d04f7f7e-f536-4804-9d66-5d4557460d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1834 | 2025.03.19 17:24:21.665344 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1835 | 2025.03.19 17:24:21.665388 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1836 | 2025.03.19 17:24:21.666909 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1837 | 2025.03.19 17:24:21.667241 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1838 | 2025.03.19 17:24:21.668190 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260 | ||
| 1839 | 2025.03.19 17:24:21.878355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1840 | 2025.03.19 17:24:21.899079 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.03.19 17:24:21.899144 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1842 | 2025.03.19 17:24:21.906192 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1843 | 2025.03.19 17:24:21.907016 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.03.19 17:24:21.910554 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1845 | 2025.03.19 17:24:22.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.33 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 166.16 MiB (RSS), difference: 1.83 MiB | ||
| 1846 | 2025.03.19 17:24:22.072056 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1847 | 2025.03.19 17:24:22.072347 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1848 | 2025.03.19 17:24:22.072457 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1849 | 2025.03.19 17:24:22.073432 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.03.19 17:24:22.073476 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1851 | 2025.03.19 17:24:22.073948 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1852 | 2025.03.19 17:24:22.074213 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2025.03.19 17:24:22.074432 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.002167 sec., 47069.68158744808 rows/sec., 3.93 MiB/sec. | ||
| 1854 | 2025.03.19 17:24:22.074497 [ 5 ] {a3543254-2697-495f-ac5c-cddf94b740ca} <Debug> TCPHandler: Processed in 0.00262028 sec. | ||
| 1855 | 2025.03.19 17:24:22.074627 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1856 | 2025.03.19 17:24:22.074740 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1857 | 2025.03.19 17:24:22.074789 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1858 | 2025.03.19 17:24:22.075336 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1859 | 2025.03.19 17:24:22.075373 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1860 | 2025.03.19 17:24:22.075737 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1861 | 2025.03.19 17:24:22.075976 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1862 | 2025.03.19 17:24:22.076099 [ 53 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1863 | 2025.03.19 17:24:22.076144 [ 53 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2025.03.19 17:24:22.076170 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1865 | 2025.03.19 17:24:22.076173 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001458 sec., 15775.034293552812 rows/sec., 1.16 MiB/sec. | ||
| 1866 | 2025.03.19 17:24:22.076501 [ 5 ] {4dd3b759-1f0e-4f6d-85b3-0079bd96611d} <Debug> TCPHandler: Processed in 0.001922844 sec. | ||
| 1867 | 2025.03.19 17:24:22.076870 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1868 | 2025.03.19 17:24:22.076891 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 1869 | 2025.03.19 17:24:22.077039 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1870 | 2025.03.19 17:24:22.077157 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1871 | 2025.03.19 17:24:22.077198 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1872 | 2025.03.19 17:24:22.077300 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 1873 | 2025.03.19 17:24:22.077570 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 1874 | 2025.03.19 17:24:22.077974 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 1875 | 2025.03.19 17:24:22.078351 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
| 1876 | 2025.03.19 17:24:22.078693 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 1877 | 2025.03.19 17:24:22.079024 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 1878 | 2025.03.19 17:24:22.080228 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1879 | 2025.03.19 17:24:22.080299 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1880 | 2025.03.19 17:24:22.081457 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1881 | 2025.03.19 17:24:22.081790 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477515 sec., 38521.11769661973 rows/sec., 2.69 MiB/sec. | ||
| 1882 | 2025.03.19 17:24:22.081973 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2025.03.19 17:24:22.082095 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1884 | 2025.03.19 17:24:22.082820 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005782 sec., 15046.696644759599 rows/sec., 1.18 MiB/sec. | ||
| 1885 | 2025.03.19 17:24:22.083024 [ 5 ] {7fc7a276-dc0a-4d79-82e5-873e82697da1} <Debug> TCPHandler: Processed in 0.006260323 sec. | ||
| 1886 | 2025.03.19 17:24:22.083196 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1887 | 2025.03.19 17:24:22.083213 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1888 | 2025.03.19 17:24:22.083331 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_6_1} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1889 | 2025.03.19 17:24:22.083402 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1890 | 2025.03.19 17:24:22.083502 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1891 | 2025.03.19 17:24:22.083519 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1892 | 2025.03.19 17:24:22.084090 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1893 | 2025.03.19 17:24:22.084128 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1894 | 2025.03.19 17:24:22.084535 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1895 | 2025.03.19 17:24:22.084774 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1896 | 2025.03.19 17:24:22.085069 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
| 1897 | 2025.03.19 17:24:22.085232 [ 5 ] {13f6da88-f2ae-4b24-b32b-06ff28bdd171} <Debug> TCPHandler: Processed in 0.002090698 sec. | ||
| 1898 | 2025.03.19 17:24:22.085372 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1899 | 2025.03.19 17:24:22.085478 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1900 | 2025.03.19 17:24:22.085544 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1901 | 2025.03.19 17:24:22.086671 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1902 | 2025.03.19 17:24:22.086707 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1903 | 2025.03.19 17:24:22.087361 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1904 | 2025.03.19 17:24:22.087623 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1905 | 2025.03.19 17:24:22.087754 [ 53 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1906 | 2025.03.19 17:24:22.087799 [ 53 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1907 | 2025.03.19 17:24:22.087824 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1908 | 2025.03.19 17:24:22.087842 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002384 sec., 9647.65100671141 rows/sec., 17.29 MiB/sec. | ||
| 1909 | 2025.03.19 17:24:22.088487 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 1910 | 2025.03.19 17:24:22.088800 [ 5 ] {58284264-938a-41e4-a498-65d0890bec14} <Debug> TCPHandler: Processed in 0.003476549 sec. | ||
| 1911 | 2025.03.19 17:24:22.089092 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1912 | 2025.03.19 17:24:22.089179 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1913 | 2025.03.19 17:24:22.089321 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1914 | 2025.03.19 17:24:22.089348 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 1915 | 2025.03.19 17:24:22.089418 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1916 | 2025.03.19 17:24:22.090243 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 1917 | 2025.03.19 17:24:22.090825 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 1918 | 2025.03.19 17:24:22.091574 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
| 1919 | 2025.03.19 17:24:22.091943 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1920 | 2025.03.19 17:24:22.092082 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 1921 | 2025.03.19 17:24:22.092210 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 1922 | 2025.03.19 17:24:22.092875 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 1923 | 2025.03.19 17:24:22.093770 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1924 | 2025.03.19 17:24:22.094331 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1925 | 2025.03.19 17:24:22.095389 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006107 sec., 9824.791223186508 rows/sec., 678.01 KiB/sec. | ||
| 1926 | 2025.03.19 17:24:22.095656 [ 5 ] {58df3a42-26b5-4610-a2fe-77999222195a} <Debug> TCPHandler: Processed in 0.006646032 sec. | ||
| 1927 | 2025.03.19 17:24:22.097323 [ 196 ] {88021829-b954-4535-9382-03f522c339cb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 19 columns (19 merged, 0 gathered) in 0.009377524 sec., 11196.985472924409 rows/sec., 20.06 MiB/sec. | ||
| 1928 | 2025.03.19 17:24:22.097683 [ 196 ] {88021829-b954-4535-9382-03f522c339cb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1929 | 2025.03.19 17:24:22.098145 [ 196 ] {88021829-b954-4535-9382-03f522c339cb::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1930 | 2025.03.19 17:24:22.098239 [ 196 ] {88021829-b954-4535-9382-03f522c339cb::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1931 | 2025.03.19 17:24:22.098360 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 1932 | 2025.03.19 17:24:22.602227 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1933 | 2025.03.19 17:24:22.602521 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1934 | 2025.03.19 17:24:22.602959 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1935 | 2025.03.19 17:24:22.603011 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1936 | 2025.03.19 17:24:22.603392 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1937 | 2025.03.19 17:24:22.603475 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1938 | 2025.03.19 17:24:22.603676 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1939 | 2025.03.19 17:24:22.603787 [ 289 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1940 | 2025.03.19 17:24:22.603944 [ 285 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1941 | 2025.03.19 17:24:22.603994 [ 288 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1942 | 2025.03.19 17:24:22.603963 [ 290 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1943 | 2025.03.19 17:24:22.604250 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1944 | 2025.03.19 17:24:22.604283 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1945 | 2025.03.19 17:24:22.604431 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1946 | 2025.03.19 17:24:22.604456 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1947 | 2025.03.19 17:24:22.604503 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1948 | 2025.03.19 17:24:22.604550 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1949 | 2025.03.19 17:24:22.604598 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1950 | 2025.03.19 17:24:22.604648 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1951 | 2025.03.19 17:24:22.606813 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004431 sec., 7673.2114646806585 rows/sec., 295.33 KiB/sec. | ||
| 1952 | 2025.03.19 17:24:22.607056 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> MemoryTracker: Peak memory usage (for query): 141.94 KiB. | ||
| 1953 | 2025.03.19 17:24:22.607073 [ 5 ] {feabe94e-9b87-4133-b10b-7696796bb8c7} <Debug> TCPHandler: Processed in 0.004978404 sec. | ||
| 1954 | 2025.03.19 17:24:22.607418 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2025.03.19 17:24:22.607593 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1956 | 2025.03.19 17:24:22.607907 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1957 | 2025.03.19 17:24:22.607956 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1958 | 2025.03.19 17:24:22.608279 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1959 | 2025.03.19 17:24:22.608346 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1960 | 2025.03.19 17:24:22.608496 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1961 | 2025.03.19 17:24:22.608693 [ 285 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1962 | 2025.03.19 17:24:22.608708 [ 288 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1963 | 2025.03.19 17:24:22.608733 [ 292 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1964 | 2025.03.19 17:24:22.608718 [ 289 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1965 | 2025.03.19 17:24:22.608918 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1966 | 2025.03.19 17:24:22.608942 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1967 | 2025.03.19 17:24:22.609075 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1968 | 2025.03.19 17:24:22.609098 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1969 | 2025.03.19 17:24:22.609141 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1970 | 2025.03.19 17:24:22.609184 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1971 | 2025.03.19 17:24:22.609223 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1972 | 2025.03.19 17:24:22.609260 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1973 | 2025.03.19 17:24:22.611010 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003502 sec., 9708.73786407767 rows/sec., 373.67 KiB/sec. | ||
| 1974 | 2025.03.19 17:24:22.611239 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> MemoryTracker: Peak memory usage (for query): 142.03 KiB. | ||
| 1975 | 2025.03.19 17:24:22.611256 [ 5 ] {e359b4fe-6dad-4595-9943-9180cf250447} <Debug> TCPHandler: Processed in 0.003892159 sec. | ||
| 1976 | 2025.03.19 17:24:22.611481 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1977 | 2025.03.19 17:24:22.611648 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1978 | 2025.03.19 17:24:22.611954 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1979 | 2025.03.19 17:24:22.612002 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1980 | 2025.03.19 17:24:22.612326 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1981 | 2025.03.19 17:24:22.612391 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1982 | 2025.03.19 17:24:22.612538 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1983 | 2025.03.19 17:24:22.612706 [ 285 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1984 | 2025.03.19 17:24:22.612712 [ 289 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1985 | 2025.03.19 17:24:22.612738 [ 290 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1986 | 2025.03.19 17:24:22.612824 [ 288 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1987 | 2025.03.19 17:24:22.612977 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 1988 | 2025.03.19 17:24:22.613007 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1989 | 2025.03.19 17:24:22.613139 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1990 | 2025.03.19 17:24:22.613161 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1991 | 2025.03.19 17:24:22.613203 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1992 | 2025.03.19 17:24:22.613246 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1993 | 2025.03.19 17:24:22.613286 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1994 | 2025.03.19 17:24:22.613325 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1995 | 2025.03.19 17:24:22.615103 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003536 sec., 9615.384615384615 rows/sec., 370.08 KiB/sec. | ||
| 1996 | 2025.03.19 17:24:22.615333 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> MemoryTracker: Peak memory usage (for query): 142.24 KiB. | ||
| 1997 | 2025.03.19 17:24:22.615350 [ 5 ] {59cefebd-c810-4818-80fb-04cf3e8e279e} <Debug> TCPHandler: Processed in 0.003921029 sec. | ||
| 1998 | 2025.03.19 17:24:22.615570 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2025.03.19 17:24:22.615736 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2000 | 2025.03.19 17:24:22.616039 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2001 | 2025.03.19 17:24:22.616088 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2002 | 2025.03.19 17:24:22.616415 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2003 | 2025.03.19 17:24:22.616481 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2004 | 2025.03.19 17:24:22.616627 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2005 | 2025.03.19 17:24:22.616808 [ 285 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2006 | 2025.03.19 17:24:22.616850 [ 292 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2007 | 2025.03.19 17:24:22.616870 [ 290 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2008 | 2025.03.19 17:24:22.616834 [ 288 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2009 | 2025.03.19 17:24:22.617024 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2010 | 2025.03.19 17:24:22.617053 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2011 | 2025.03.19 17:24:22.617186 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2012 | 2025.03.19 17:24:22.617209 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2013 | 2025.03.19 17:24:22.617249 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2014 | 2025.03.19 17:24:22.617293 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2015 | 2025.03.19 17:24:22.617334 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2016 | 2025.03.19 17:24:22.617372 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2017 | 2025.03.19 17:24:22.619285 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003628 sec., 9371.554575523704 rows/sec., 360.69 KiB/sec. | ||
| 2018 | 2025.03.19 17:24:22.619515 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> MemoryTracker: Peak memory usage (for query): 143.06 KiB. | ||
| 2019 | 2025.03.19 17:24:22.619532 [ 5 ] {aa45a4be-e068-44e3-b308-74aef766e850} <Debug> TCPHandler: Processed in 0.004013982 sec. | ||
| 2020 | 2025.03.19 17:24:22.619741 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2021 | 2025.03.19 17:24:22.619908 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2022 | 2025.03.19 17:24:22.620220 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2023 | 2025.03.19 17:24:22.620272 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2024 | 2025.03.19 17:24:22.620607 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2025 | 2025.03.19 17:24:22.620673 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2026 | 2025.03.19 17:24:22.620818 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2027 | 2025.03.19 17:24:22.620993 [ 289 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2028 | 2025.03.19 17:24:22.621018 [ 288 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2029 | 2025.03.19 17:24:22.621009 [ 285 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2030 | 2025.03.19 17:24:22.621033 [ 292 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2031 | 2025.03.19 17:24:22.621196 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2032 | 2025.03.19 17:24:22.621225 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2033 | 2025.03.19 17:24:22.621356 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2034 | 2025.03.19 17:24:22.621378 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2035 | 2025.03.19 17:24:22.621420 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2036 | 2025.03.19 17:24:22.621464 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2037 | 2025.03.19 17:24:22.621504 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2038 | 2025.03.19 17:24:22.621544 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2039 | 2025.03.19 17:24:22.623278 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003451 sec., 9852.216748768473 rows/sec., 379.19 KiB/sec. | ||
| 2040 | 2025.03.19 17:24:22.623504 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> MemoryTracker: Peak memory usage (for query): 142.85 KiB. | ||
| 2041 | 2025.03.19 17:24:22.623520 [ 5 ] {4f0ae36d-0b0b-4f96-9e98-e01d9ff22dc1} <Debug> TCPHandler: Processed in 0.003831018 sec. | ||
| 2042 | 2025.03.19 17:24:22.623727 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2043 | 2025.03.19 17:24:22.623894 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2044 | 2025.03.19 17:24:22.624201 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2045 | 2025.03.19 17:24:22.624249 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2046 | 2025.03.19 17:24:22.624581 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2047 | 2025.03.19 17:24:22.624646 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2048 | 2025.03.19 17:24:22.624791 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2049 | 2025.03.19 17:24:22.624989 [ 285 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2050 | 2025.03.19 17:24:22.624992 [ 289 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2051 | 2025.03.19 17:24:22.625062 [ 288 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2052 | 2025.03.19 17:24:22.625063 [ 292 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2053 | 2025.03.19 17:24:22.625247 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2054 | 2025.03.19 17:24:22.625277 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2055 | 2025.03.19 17:24:22.625411 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2056 | 2025.03.19 17:24:22.625433 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2057 | 2025.03.19 17:24:22.625475 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2058 | 2025.03.19 17:24:22.625519 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2059 | 2025.03.19 17:24:22.625557 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2060 | 2025.03.19 17:24:22.625596 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2061 | 2025.03.19 17:24:22.627445 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003631 sec., 9363.81162214266 rows/sec., 360.39 KiB/sec. | ||
| 2062 | 2025.03.19 17:24:22.627670 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> MemoryTracker: Peak memory usage (for query): 143.05 KiB. | ||
| 2063 | 2025.03.19 17:24:22.627687 [ 5 ] {2b9434df-64bf-4d2c-b0a5-3d39d494d105} <Debug> TCPHandler: Processed in 0.004013302 sec. | ||
| 2064 | 2025.03.19 17:24:22.719885 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2025.03.19 17:24:22.720119 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2066 | 2025.03.19 17:24:22.720213 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2067 | 2025.03.19 17:24:22.721222 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.03.19 17:24:22.721262 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2069 | 2025.03.19 17:24:22.721762 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2070 | 2025.03.19 17:24:22.721996 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.03.19 17:24:22.722297 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002221 sec., 2701.4858171994597 rows/sec., 601.50 KiB/sec. | ||
| 2072 | 2025.03.19 17:24:22.722396 [ 5 ] {5f4f928d-1f50-49ca-b266-8037b0d4a006} <Debug> TCPHandler: Processed in 0.00261984 sec. | ||
| 2073 | 2025.03.19 17:24:22.722506 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2025.03.19 17:24:22.722608 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2075 | 2025.03.19 17:24:22.722651 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2076 | 2025.03.19 17:24:22.723806 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2025.03.19 17:24:22.723846 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2078 | 2025.03.19 17:24:22.724278 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2079 | 2025.03.19 17:24:22.724517 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2025.03.19 17:24:22.724749 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002164 sec., 560073.9371534196 rows/sec., 46.28 MiB/sec. | ||
| 2081 | 2025.03.19 17:24:22.724804 [ 5 ] {e10c6c90-f79d-4e54-afdf-b0939934e5cf} <Debug> TCPHandler: Processed in 0.002347623 sec. | ||
| 2082 | 2025.03.19 17:24:22.724922 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2083 | 2025.03.19 17:24:22.725028 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2084 | 2025.03.19 17:24:22.725071 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2085 | 2025.03.19 17:24:22.725628 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2025.03.19 17:24:22.725667 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2087 | 2025.03.19 17:24:22.726004 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2088 | 2025.03.19 17:24:22.726245 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2025.03.19 17:24:22.726458 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001452 sec., 5509.641873278237 rows/sec., 414.30 KiB/sec. | ||
| 2090 | 2025.03.19 17:24:22.726511 [ 5 ] {6c8033f7-00fb-4fb0-8366-30bf3a5f11c2} <Debug> TCPHandler: Processed in 0.001640127 sec. | ||
| 2091 | 2025.03.19 17:24:22.726629 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2025.03.19 17:24:22.726734 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2093 | 2025.03.19 17:24:22.726778 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2094 | 2025.03.19 17:24:22.727386 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.03.19 17:24:22.727424 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2096 | 2025.03.19 17:24:22.727874 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2097 | 2025.03.19 17:24:22.728150 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.03.19 17:24:22.728458 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001716 sec., 132867.13286713287 rows/sec., 9.00 MiB/sec. | ||
| 2099 | 2025.03.19 17:24:22.728738 [ 5 ] {976a3f00-f320-4096-8485-5c6bf3b3ef48} <Debug> TCPHandler: Processed in 0.002157389 sec. | ||
| 2100 | 2025.03.19 17:24:22.728861 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2025.03.19 17:24:22.728976 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2102 | 2025.03.19 17:24:22.729024 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2103 | 2025.03.19 17:24:22.729770 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.03.19 17:24:22.729810 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2105 | 2025.03.19 17:24:22.730200 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2106 | 2025.03.19 17:24:22.730449 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.03.19 17:24:22.730678 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001725 sec., 306086.95652173914 rows/sec., 22.67 MiB/sec. | ||
| 2108 | 2025.03.19 17:24:22.730734 [ 5 ] {68159499-caf5-44d0-a79b-8ea2eda7216c} <Debug> TCPHandler: Processed in 0.001926234 sec. | ||
| 2109 | 2025.03.19 17:24:22.730853 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2110 | 2025.03.19 17:24:22.730961 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2111 | 2025.03.19 17:24:22.731009 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2112 | 2025.03.19 17:24:22.732190 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2113 | 2025.03.19 17:24:22.732227 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2114 | 2025.03.19 17:24:22.732729 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2115 | 2025.03.19 17:24:22.732971 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2116 | 2025.03.19 17:24:22.733199 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Debug> executeQuery: Read 2474 rows, 169.22 KiB in 0.00226 sec., 1094690.2654867258 rows/sec., 73.12 MiB/sec. | ||
| 2117 | 2025.03.19 17:24:22.733254 [ 5 ] {d6d3ecce-6ce9-4465-92d0-f96f88f15517} <Debug> TCPHandler: Processed in 0.002452126 sec. | ||
| 2118 | 2025.03.19 17:24:22.733364 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2025.03.19 17:24:22.733468 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2120 | 2025.03.19 17:24:22.733533 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2121 | 2025.03.19 17:24:22.734590 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2025.03.19 17:24:22.734629 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2123 | 2025.03.19 17:24:22.735231 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2124 | 2025.03.19 17:24:22.735483 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2125 | 2025.03.19 17:24:22.735753 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002307 sec., 3467.7069787602945 rows/sec., 6.21 MiB/sec. | ||
| 2126 | 2025.03.19 17:24:22.735850 [ 5 ] {b0dbdd4d-21a2-47ba-9873-74af4097a421} <Debug> TCPHandler: Processed in 0.002538068 sec. | ||
| 2127 | 2025.03.19 17:24:22.735965 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2128 | 2025.03.19 17:24:22.736069 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2129 | 2025.03.19 17:24:22.736114 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2130 | 2025.03.19 17:24:22.736548 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2025.03.19 17:24:22.736587 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2132 | 2025.03.19 17:24:22.736948 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2133 | 2025.03.19 17:24:22.737185 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2025.03.19 17:24:22.737406 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001358 sec., 8836.524300441826 rows/sec., 609.81 KiB/sec. | ||
| 2135 | 2025.03.19 17:24:22.737457 [ 5 ] {7f7ac769-d18f-4e85-a06a-6a608606b1e4} <Debug> TCPHandler: Processed in 0.001543115 sec. | ||
| 2136 | 2025.03.19 17:24:23.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.76 MiB, peak 170.47 MiB, free memory in arenas 0.00 B, will set to 166.32 MiB (RSS), difference: -1.44 MiB | ||
| 2137 | 2025.03.19 17:24:27.068915 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2138 | 2025.03.19 17:24:27.069138 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2139 | 2025.03.19 17:24:27.069245 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2140 | 2025.03.19 17:24:27.070054 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2141 | 2025.03.19 17:24:27.070098 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2142 | 2025.03.19 17:24:27.070538 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2143 | 2025.03.19 17:24:27.070795 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2144 | 2025.03.19 17:24:27.070987 [ 47 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2145 | 2025.03.19 17:24:27.071052 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.19 MiB/sec. | ||
| 2146 | 2025.03.19 17:24:27.071066 [ 47 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2147 | 2025.03.19 17:24:27.071133 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2148 | 2025.03.19 17:24:27.071171 [ 5 ] {3390c366-d6e4-452c-a743-1a5a3a2f3608} <Debug> TCPHandler: Processed in 0.002393004 sec. | ||
| 2149 | 2025.03.19 17:24:27.071513 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2150 | 2025.03.19 17:24:27.071539 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 2151 | 2025.03.19 17:24:27.071760 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2152 | 2025.03.19 17:24:27.071834 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2153 | 2025.03.19 17:24:27.071854 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2154 | 2025.03.19 17:24:27.071903 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 677 rows starting from the beginning of the part | ||
| 2155 | 2025.03.19 17:24:27.072218 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 102 rows starting from the beginning of the part | ||
| 2156 | 2025.03.19 17:24:27.072537 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 2157 | 2025.03.19 17:24:27.072842 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 102 rows starting from the beginning of the part | ||
| 2158 | 2025.03.19 17:24:27.073225 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1212 rows starting from the beginning of the part | ||
| 2159 | 2025.03.19 17:24:27.073573 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2160 | 2025.03.19 17:24:27.074815 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2025.03.19 17:24:27.074883 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2162 | 2025.03.19 17:24:27.075912 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2163 | 2025.03.19 17:24:27.076315 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2025.03.19 17:24:27.076613 [ 47 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2165 | 2025.03.19 17:24:27.076712 [ 47 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2166 | 2025.03.19 17:24:27.076790 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2167 | 2025.03.19 17:24:27.076993 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005263 sec., 12160.364810944327 rows/sec., 971.92 KiB/sec. | ||
| 2168 | 2025.03.19 17:24:27.077471 [ 5 ] {b8a631dd-6510-453c-b5ad-4c1ce15637e8} <Debug> TCPHandler: Processed in 0.006106 sec. | ||
| 2169 | 2025.03.19 17:24:27.077712 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 2170 | 2025.03.19 17:24:27.077865 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2171 | 2025.03.19 17:24:27.077919 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2221 rows, containing 5 columns (5 merged, 0 gathered) in 0.006609621 sec., 336025.31824441976 rows/sec., 28.69 MiB/sec. | ||
| 2172 | 2025.03.19 17:24:27.078111 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2173 | 2025.03.19 17:24:27.078143 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2174 | 2025.03.19 17:24:27.078186 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 425 rows starting from the beginning of the part | ||
| 2175 | 2025.03.19 17:24:27.078250 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2176 | 2025.03.19 17:24:27.078471 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2177 | 2025.03.19 17:24:27.078640 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 87 rows starting from the beginning of the part | ||
| 2178 | 2025.03.19 17:24:27.079089 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 2179 | 2025.03.19 17:24:27.079488 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 87 rows starting from the beginning of the part | ||
| 2180 | 2025.03.19 17:24:27.079918 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 528 rows starting from the beginning of the part | ||
| 2181 | 2025.03.19 17:24:27.080276 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 2182 | 2025.03.19 17:24:27.081331 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2183 | 2025.03.19 17:24:27.081722 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_11_2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2184 | 2025.03.19 17:24:27.081938 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2185 | 2025.03.19 17:24:27.082046 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2186 | 2025.03.19 17:24:27.082067 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 2187 | 2025.03.19 17:24:27.083088 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2188 | 2025.03.19 17:24:27.083535 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2189 | 2025.03.19 17:24:27.083788 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2190 | 2025.03.19 17:24:27.083894 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2025.03.19 17:24:27.083979 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2192 | 2025.03.19 17:24:27.084195 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006132 sec., 20874.103065883886 rows/sec., 1.45 MiB/sec. | ||
| 2193 | 2025.03.19 17:24:27.084412 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1263 rows, containing 5 columns (5 merged, 0 gathered) in 0.007450211 sec., 169525.40001887194 rows/sec., 13.21 MiB/sec. | ||
| 2194 | 2025.03.19 17:24:27.084479 [ 5 ] {534baac1-214a-4c55-937d-59f285a89485} <Debug> TCPHandler: Processed in 0.006729024 sec. | ||
| 2195 | 2025.03.19 17:24:27.084607 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 2196 | 2025.03.19 17:24:27.084760 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2025.03.19 17:24:27.084933 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2198 | 2025.03.19 17:24:27.084997 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2199 | 2025.03.19 17:24:27.085043 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 675 rows starting from the beginning of the part | ||
| 2200 | 2025.03.19 17:24:27.085064 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2201 | 2025.03.19 17:24:27.085270 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2202 | 2025.03.19 17:24:27.085338 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2203 | 2025.03.19 17:24:27.085737 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2204 | 2025.03.19 17:24:27.086097 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2205 | 2025.03.19 17:24:27.086556 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2474 rows starting from the beginning of the part | ||
| 2206 | 2025.03.19 17:24:27.086892 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2207 | 2025.03.19 17:24:27.088433 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2208 | 2025.03.19 17:24:27.088531 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2209 | 2025.03.19 17:24:27.088626 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2210 | 2025.03.19 17:24:27.088953 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_11_2} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2211 | 2025.03.19 17:24:27.089267 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2212 | 2025.03.19 17:24:27.089886 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2213 | 2025.03.19 17:24:27.090400 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2214 | 2025.03.19 17:24:27.090738 [ 47 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2215 | 2025.03.19 17:24:27.090830 [ 47 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2216 | 2025.03.19 17:24:27.090874 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2217 | 2025.03.19 17:24:27.090916 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005922 sec., 8105.369807497467 rows/sec., 559.35 KiB/sec. | ||
| 2218 | 2025.03.19 17:24:27.091260 [ 5 ] {61e3b0e6-2ffe-4297-8be4-aee85d51f0fb} <Debug> TCPHandler: Processed in 0.006593831 sec. | ||
| 2219 | 2025.03.19 17:24:27.091345 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 2220 | 2025.03.19 17:24:27.091774 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2221 | 2025.03.19 17:24:27.091834 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 250 rows starting from the beginning of the part | ||
| 2222 | 2025.03.19 17:24:27.091840 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3757 rows, containing 5 columns (5 merged, 0 gathered) in 0.007531312 sec., 498850.6650634046 rows/sec., 33.72 MiB/sec. | ||
| 2223 | 2025.03.19 17:24:27.091985 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2224 | 2025.03.19 17:24:27.092283 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2225 | 2025.03.19 17:24:27.092338 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2226 | 2025.03.19 17:24:27.092542 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 2227 | 2025.03.19 17:24:27.092866 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 2228 | 2025.03.19 17:24:27.093149 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2229 | 2025.03.19 17:24:27.093552 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2230 | 2025.03.19 17:24:27.093764 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2231 | 2025.03.19 17:24:27.093913 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2232 | 2025.03.19 17:24:27.094733 [ 198 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 4 columns (4 merged, 0 gathered) in 0.003692054 sec., 132717.45212827332 rows/sec., 8.88 MiB/sec. | ||
| 2233 | 2025.03.19 17:24:27.094911 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2234 | 2025.03.19 17:24:27.095259 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2235 | 2025.03.19 17:24:27.095359 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_11_2} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2236 | 2025.03.19 17:24:27.095457 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2237 | 2025.03.19 17:24:29.155090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2238 | 2025.03.19 17:24:29.155783 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2239 | 2025.03.19 17:24:29.155826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2240 | 2025.03.19 17:24:29.156370 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2241 | 2025.03.19 17:24:29.156632 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2025.03.19 17:24:29.157014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2243 | 2025.03.19 17:24:29.410678 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2244 | 2025.03.19 17:24:29.430980 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.03.19 17:24:29.431036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2246 | 2025.03.19 17:24:29.438469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2247 | 2025.03.19 17:24:29.439296 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2025.03.19 17:24:29.442612 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2249 | 2025.03.19 17:24:31.668413 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 308 | ||
| 2250 | 2025.03.19 17:24:31.671942 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.03.19 17:24:31.671995 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2252 | 2025.03.19 17:24:31.673568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2253 | 2025.03.19 17:24:31.673890 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2025.03.19 17:24:31.674110 [ 42 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2255 | 2025.03.19 17:24:31.674232 [ 42 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2025.03.19 17:24:31.674295 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2257 | 2025.03.19 17:24:31.674700 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 2258 | 2025.03.19 17:24:31.675359 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 308 | ||
| 2259 | 2025.03.19 17:24:31.675671 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2260 | 2025.03.19 17:24:31.675800 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 2261 | 2025.03.19 17:24:31.676381 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2262 | 2025.03.19 17:24:31.676955 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
| 2263 | 2025.03.19 17:24:31.677534 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 2264 | 2025.03.19 17:24:31.678136 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 2265 | 2025.03.19 17:24:31.678759 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part | ||
| 2266 | 2025.03.19 17:24:31.688936 [ 198 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 72 columns (72 merged, 0 gathered) in 0.014514341 sec., 21220.391611303607 rows/sec., 21.93 MiB/sec. | ||
| 2267 | 2025.03.19 17:24:31.689978 [ 198 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2268 | 2025.03.19 17:24:31.690838 [ 198 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2025.03.19 17:24:31.690931 [ 198 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_6_1} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2270 | 2025.03.19 17:24:31.691269 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2271 | 2025.03.19 17:24:32.071541 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2025.03.19 17:24:32.071722 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2273 | 2025.03.19 17:24:32.071793 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2274 | 2025.03.19 17:24:32.072586 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2025.03.19 17:24:32.072629 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2276 | 2025.03.19 17:24:32.073069 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2277 | 2025.03.19 17:24:32.073321 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.03.19 17:24:32.073582 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Debug> executeQuery: Read 102 rows, 8.72 KiB in 0.001904 sec., 53571.428571428565 rows/sec., 4.47 MiB/sec. | ||
| 2279 | 2025.03.19 17:24:32.073733 [ 5 ] {79b4ef7e-bdf0-4ca5-bf11-a31ae9899234} <Debug> TCPHandler: Processed in 0.002313023 sec. | ||
| 2280 | 2025.03.19 17:24:32.073882 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.03.19 17:24:32.073988 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.03.19 17:24:32.074032 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2283 | 2025.03.19 17:24:32.074591 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.03.19 17:24:32.074629 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2285 | 2025.03.19 17:24:32.074970 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2286 | 2025.03.19 17:24:32.075216 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.03.19 17:24:32.075453 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001483 sec., 15509.103169251517 rows/sec., 1.14 MiB/sec. | ||
| 2288 | 2025.03.19 17:24:32.075527 [ 5 ] {c7806386-5e2a-4806-ba67-7b34c8785520} <Debug> TCPHandler: Processed in 0.001694969 sec. | ||
| 2289 | 2025.03.19 17:24:32.075636 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2290 | 2025.03.19 17:24:32.075737 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2291 | 2025.03.19 17:24:32.075781 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2292 | 2025.03.19 17:24:32.076332 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2025.03.19 17:24:32.076370 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2294 | 2025.03.19 17:24:32.076720 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2295 | 2025.03.19 17:24:32.076956 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2025.03.19 17:24:32.077170 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001454 sec., 59834.93810178817 rows/sec., 4.67 MiB/sec. | ||
| 2297 | 2025.03.19 17:24:32.077222 [ 5 ] {a9722287-3c6d-4ff0-b283-eedd1f191ce5} <Debug> TCPHandler: Processed in 0.001638238 sec. | ||
| 2298 | 2025.03.19 17:24:32.077338 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2299 | 2025.03.19 17:24:32.077444 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2300 | 2025.03.19 17:24:32.077491 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2301 | 2025.03.19 17:24:32.078020 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2302 | 2025.03.19 17:24:32.078059 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2303 | 2025.03.19 17:24:32.078446 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2304 | 2025.03.19 17:24:32.078683 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2025.03.19 17:24:32.078896 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 2306 | 2025.03.19 17:24:32.078947 [ 5 ] {7e37ed45-4245-4190-8522-995a0087f46c} <Debug> TCPHandler: Processed in 0.001661038 sec. | ||
| 2307 | 2025.03.19 17:24:32.079054 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2308 | 2025.03.19 17:24:32.079157 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2309 | 2025.03.19 17:24:32.079222 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2310 | 2025.03.19 17:24:32.080349 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2025.03.19 17:24:32.080387 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2312 | 2025.03.19 17:24:32.081010 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2313 | 2025.03.19 17:24:32.081275 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2025.03.19 17:24:32.081633 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002475 sec., 9292.929292929291 rows/sec., 16.65 MiB/sec. | ||
| 2315 | 2025.03.19 17:24:32.081779 [ 5 ] {4023ce96-fe01-4ee0-961c-f2d5a186e383} <Debug> TCPHandler: Processed in 0.002773903 sec. | ||
| 2316 | 2025.03.19 17:24:32.081914 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2317 | 2025.03.19 17:24:32.082021 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2318 | 2025.03.19 17:24:32.082065 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2319 | 2025.03.19 17:24:32.082507 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2320 | 2025.03.19 17:24:32.082546 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2321 | 2025.03.19 17:24:32.082898 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2322 | 2025.03.19 17:24:32.083129 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2025.03.19 17:24:32.083347 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 2324 | 2025.03.19 17:24:32.083396 [ 5 ] {b3c6e4ce-a861-4447-8e67-a2908b1df367} <Debug> TCPHandler: Processed in 0.001533755 sec. | ||
| 2325 | 2025.03.19 17:24:33.979922 [ 39 ] {} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2326 | 2025.03.19 17:24:33.979983 [ 39 ] {} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2327 | 2025.03.19 17:24:33.980006 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2328 | 2025.03.19 17:24:33.980298 [ 194 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::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 | ||
| 2329 | 2025.03.19 17:24:33.980705 [ 194 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2330 | 2025.03.19 17:24:33.980757 [ 194 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2331 | 2025.03.19 17:24:33.980894 [ 194 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2332 | 2025.03.19 17:24:33.981039 [ 194 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::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 | ||
| 2333 | 2025.03.19 17:24:33.981154 [ 194 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2334 | 2025.03.19 17:24:33.981265 [ 194 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::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 | ||
| 2335 | 2025.03.19 17:24:33.983904 [ 199 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.003800396 sec., 10525.218950867225 rows/sec., 2.22 MiB/sec. | ||
| 2336 | 2025.03.19 17:24:33.984168 [ 189 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2337 | 2025.03.19 17:24:33.984694 [ 189 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2025.03.19 17:24:33.984791 [ 189 ] {5adea46d-6e99-4f0b-b918-e54a2e51cd79::all_1_5_1} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2339 | 2025.03.19 17:24:33.984903 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2340 | 2025.03.19 17:24:36.575533 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2341 | 2025.03.19 17:24:36.575597 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2342 | 2025.03.19 17:24:36.657222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2343 | 2025.03.19 17:24:36.657932 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2025.03.19 17:24:36.657976 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2345 | 2025.03.19 17:24:36.658526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2346 | 2025.03.19 17:24:36.658787 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2025.03.19 17:24:36.659030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2348 | 2025.03.19 17:24:36.942735 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2349 | 2025.03.19 17:24:36.963601 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2350 | 2025.03.19 17:24:36.963664 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2351 | 2025.03.19 17:24:36.970821 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2352 | 2025.03.19 17:24:36.971633 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2353 | 2025.03.19 17:24:36.975058 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2354 | 2025.03.19 17:24:37.071057 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2025.03.19 17:24:37.071251 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2356 | 2025.03.19 17:24:37.071330 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2357 | 2025.03.19 17:24:37.072224 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2358 | 2025.03.19 17:24:37.072272 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2359 | 2025.03.19 17:24:37.072714 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2360 | 2025.03.19 17:24:37.072973 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2361 | 2025.03.19 17:24:37.073225 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002032 sec., 35433.07086614173 rows/sec., 2.88 MiB/sec. | ||
| 2362 | 2025.03.19 17:24:37.073341 [ 5 ] {3c8675c8-b515-46db-82ca-0ac1755d0c3e} <Debug> TCPHandler: Processed in 0.002412775 sec. | ||
| 2363 | 2025.03.19 17:24:37.073477 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2364 | 2025.03.19 17:24:37.073592 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2365 | 2025.03.19 17:24:37.073641 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2366 | 2025.03.19 17:24:37.074186 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2025.03.19 17:24:37.074226 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2368 | 2025.03.19 17:24:37.074575 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2369 | 2025.03.19 17:24:37.074813 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2025.03.19 17:24:37.075028 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001464 sec., 5464.48087431694 rows/sec., 410.90 KiB/sec. | ||
| 2371 | 2025.03.19 17:24:37.075082 [ 5 ] {0bf603be-4500-4b76-bfc8-c840f0cb798b} <Debug> TCPHandler: Processed in 0.001658898 sec. | ||
| 2372 | 2025.03.19 17:24:37.075187 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2373 | 2025.03.19 17:24:37.075292 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2374 | 2025.03.19 17:24:37.075337 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2375 | 2025.03.19 17:24:37.075901 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2025.03.19 17:24:37.075940 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2377 | 2025.03.19 17:24:37.076306 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2378 | 2025.03.19 17:24:37.076540 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2025.03.19 17:24:37.076811 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001541 sec., 46722.90720311486 rows/sec., 3.65 MiB/sec. | ||
| 2380 | 2025.03.19 17:24:37.077013 [ 5 ] {974239a0-908c-48fe-b010-db58d0343bf6} <Debug> TCPHandler: Processed in 0.001873953 sec. | ||
| 2381 | 2025.03.19 17:24:37.077151 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2382 | 2025.03.19 17:24:37.077256 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2383 | 2025.03.19 17:24:37.077305 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2384 | 2025.03.19 17:24:37.077853 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2385 | 2025.03.19 17:24:37.077891 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2386 | 2025.03.19 17:24:37.078270 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2387 | 2025.03.19 17:24:37.078511 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2388 | 2025.03.19 17:24:37.078725 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
| 2389 | 2025.03.19 17:24:37.078781 [ 5 ] {f2fbf81d-7544-470f-913e-a553403a0485} <Debug> TCPHandler: Processed in 0.001679778 sec. | ||
| 2390 | 2025.03.19 17:24:37.078947 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2391 | 2025.03.19 17:24:37.079053 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2392 | 2025.03.19 17:24:37.079119 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2393 | 2025.03.19 17:24:37.080216 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2394 | 2025.03.19 17:24:37.080254 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2395 | 2025.03.19 17:24:37.080863 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2396 | 2025.03.19 17:24:37.081115 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2397 | 2025.03.19 17:24:37.081359 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002327 sec., 3437.902879243661 rows/sec., 6.16 MiB/sec. | ||
| 2398 | 2025.03.19 17:24:37.081466 [ 5 ] {7ef1ceb9-272c-4a7b-9016-682b327f028f} <Debug> TCPHandler: Processed in 0.002567799 sec. | ||
| 2399 | 2025.03.19 17:24:37.081619 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2400 | 2025.03.19 17:24:37.081757 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2401 | 2025.03.19 17:24:37.081815 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2402 | 2025.03.19 17:24:37.082343 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2403 | 2025.03.19 17:24:37.082383 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.35 GiB. | ||
| 2404 | 2025.03.19 17:24:37.082763 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2405 | 2025.03.19 17:24:37.083010 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2025.03.19 17:24:37.083238 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec. | ||
| 2407 | 2025.03.19 17:24:37.083290 [ 5 ] {fe252932-036b-4769-ab9c-1b8ffeaaa730} <Debug> TCPHandler: Processed in 0.00173472 sec. | ||
| 2408 | 2025.03.19 17:24:41.675678 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 332 | ||
| 2409 | 2025.03.19 17:24:41.678610 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2025.03.19 17:24:41.678660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2411 | 2025.03.19 17:24:41.680139 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2412 | 2025.03.19 17:24:41.680452 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.03.19 17:24:41.681187 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 332 | ||
| 2414 | 2025.03.19 17:24:42.062720 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2415 | 2025.03.19 17:24:42.063018 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2416 | 2025.03.19 17:24:42.063511 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2417 | 2025.03.19 17:24:42.063568 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2418 | 2025.03.19 17:24:42.063964 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2419 | 2025.03.19 17:24:42.064050 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2420 | 2025.03.19 17:24:42.064234 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2421 | 2025.03.19 17:24:42.064276 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2422 | 2025.03.19 17:24:42.064304 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2423 | 2025.03.19 17:24:42.064322 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2424 | 2025.03.19 17:24:42.064373 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2425 | 2025.03.19 17:24:42.064403 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2426 | 2025.03.19 17:24:42.065333 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002459 sec., 16266.77511183408 rows/sec., 620.33 KiB/sec. | ||
| 2427 | 2025.03.19 17:24:42.065470 [ 5 ] {c86086a6-61ba-4690-a829-702fb3a3e1bf} <Debug> TCPHandler: Processed in 0.002885946 sec. | ||
| 2428 | 2025.03.19 17:24:42.068841 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2429 | 2025.03.19 17:24:42.069061 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2430 | 2025.03.19 17:24:42.069448 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2431 | 2025.03.19 17:24:42.069501 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2432 | 2025.03.19 17:24:42.069850 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2433 | 2025.03.19 17:24:42.069918 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2434 | 2025.03.19 17:24:42.070072 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2435 | 2025.03.19 17:24:42.070110 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2436 | 2025.03.19 17:24:42.070136 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2437 | 2025.03.19 17:24:42.070154 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2438 | 2025.03.19 17:24:42.070202 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2439 | 2025.03.19 17:24:42.070226 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2440 | 2025.03.19 17:24:42.070881 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001934 sec., 20682.52326783868 rows/sec., 788.72 KiB/sec. | ||
| 2441 | 2025.03.19 17:24:42.071003 [ 5 ] {d57a5ce6-8af0-472a-a2b8-d18baab4acce} <Debug> TCPHandler: Processed in 0.002229551 sec. | ||
| 2442 | 2025.03.19 17:24:42.071262 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2025.03.19 17:24:42.071445 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2444 | 2025.03.19 17:24:42.071761 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2445 | 2025.03.19 17:24:42.071815 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2446 | 2025.03.19 17:24:42.072161 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2447 | 2025.03.19 17:24:42.072229 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2448 | 2025.03.19 17:24:42.072379 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2449 | 2025.03.19 17:24:42.072415 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2450 | 2025.03.19 17:24:42.072439 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2451 | 2025.03.19 17:24:42.072456 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2452 | 2025.03.19 17:24:42.072502 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2453 | 2025.03.19 17:24:42.072527 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2454 | 2025.03.19 17:24:42.073110 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001761 sec., 22714.36683702442 rows/sec., 866.21 KiB/sec. | ||
| 2455 | 2025.03.19 17:24:42.073227 [ 5 ] {c733f67b-2eb9-4d5b-8814-13ebca6099f7} <Debug> TCPHandler: Processed in 0.002017576 sec. | ||
| 2456 | 2025.03.19 17:24:42.073464 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2025.03.19 17:24:42.073636 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_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) | ||
| 2458 | 2025.03.19 17:24:42.073950 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2459 | 2025.03.19 17:24:42.074003 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_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 | ||
| 2460 | 2025.03.19 17:24:42.074356 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2461 | 2025.03.19 17:24:42.074425 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2462 | 2025.03.19 17:24:42.074573 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 2463 | 2025.03.19 17:24:42.074607 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2464 | 2025.03.19 17:24:42.074632 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2465 | 2025.03.19 17:24:42.074650 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2466 | 2025.03.19 17:24:42.074696 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_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'))" | ||
| 2467 | 2025.03.19 17:24:42.074720 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2468 | 2025.03.19 17:24:42.075314 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001764 sec., 22675.736961451246 rows/sec., 864.73 KiB/sec. | ||
| 2469 | 2025.03.19 17:24:42.075432 [ 5 ] {f023f484-ef01-4ece-849e-a716393daf85} <Debug> TCPHandler: Processed in 0.002019296 sec. | ||
| 2470 | 2025.03.19 17:24:42.075680 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2025.03.19 17:24:42.075852 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_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) | ||
| 2472 | 2025.03.19 17:24:42.076165 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2473 | 2025.03.19 17:24:42.076219 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_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 | ||
| 2474 | 2025.03.19 17:24:42.076569 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2475 | 2025.03.19 17:24:42.076635 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2476 | 2025.03.19 17:24:42.076778 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 2477 | 2025.03.19 17:24:42.076811 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2478 | 2025.03.19 17:24:42.076834 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2479 | 2025.03.19 17:24:42.076851 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2480 | 2025.03.19 17:24:42.076896 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_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'))" | ||
| 2481 | 2025.03.19 17:24:42.076920 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2482 | 2025.03.19 17:24:42.077476 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001709 sec., 23405.500292568755 rows/sec., 892.56 KiB/sec. | ||
| 2483 | 2025.03.19 17:24:42.077609 [ 5 ] {4e390f2f-6164-4ecd-ba6b-6c91fd8dce7e} <Debug> TCPHandler: Processed in 0.001982115 sec. | ||
| 2484 | 2025.03.19 17:24:42.077837 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2485 | 2025.03.19 17:24:42.078007 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table: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) | ||
| 2486 | 2025.03.19 17:24:42.078319 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2487 | 2025.03.19 17:24:42.078374 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table: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 | ||
| 2488 | 2025.03.19 17:24:42.078757 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2489 | 2025.03.19 17:24:42.078822 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2490 | 2025.03.19 17:24:42.078967 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 2491 | 2025.03.19 17:24:42.078999 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2492 | 2025.03.19 17:24:42.079023 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2493 | 2025.03.19 17:24:42.079040 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2494 | 2025.03.19 17:24:42.079085 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2495 | 2025.03.19 17:24:42.079109 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2496 | 2025.03.19 17:24:42.079664 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001742 sec., 22962.11251435132 rows/sec., 875.65 KiB/sec. | ||
| 2497 | 2025.03.19 17:24:42.079783 [ 5 ] {a0409500-2812-4488-b6bb-dbe1e58a9bd4} <Debug> TCPHandler: Processed in 0.001997876 sec. | ||
| 2498 | 2025.03.19 17:24:42.080035 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2025.03.19 17:24:42.080209 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table: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) | ||
| 2500 | 2025.03.19 17:24:42.080531 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2501 | 2025.03.19 17:24:42.080584 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table: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 | ||
| 2502 | 2025.03.19 17:24:42.080936 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2503 | 2025.03.19 17:24:42.081002 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2504 | 2025.03.19 17:24:42.081147 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 2505 | 2025.03.19 17:24:42.081179 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2506 | 2025.03.19 17:24:42.081202 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2507 | 2025.03.19 17:24:42.081219 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2508 | 2025.03.19 17:24:42.081264 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2509 | 2025.03.19 17:24:42.081288 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
| 2510 | 2025.03.19 17:24:42.081855 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.001731 sec., 23108.030040439055 rows/sec., 881.22 KiB/sec. | ||
| 2511 | 2025.03.19 17:24:42.081974 [ 5 ] {a72e9476-5d86-49a3-9340-70bc200e7d12} <Debug> TCPHandler: Processed in 0.001989996 sec. | ||
| 2512 | 2025.03.19 17:24:42.099422 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2025.03.19 17:24:42.099543 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2514 | 2025.03.19 17:24:42.099591 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2515 | 2025.03.19 17:24:42.100295 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2516 | 2025.03.19 17:24:42.100335 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2517 | 2025.03.19 17:24:42.100858 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2518 | 2025.03.19 17:24:42.101083 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2519 | 2025.03.19 17:24:42.101291 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Debug> executeQuery: Read 7 rows, 3.07 KiB in 0.001783 sec., 3925.967470555244 rows/sec., 1.68 MiB/sec. | ||
| 2520 | 2025.03.19 17:24:42.101389 [ 5 ] {5647d956-b055-4a10-b0d3-1c481fe9d804} <Debug> TCPHandler: Processed in 0.002019577 sec. | ||
| 2521 | 2025.03.19 17:24:42.101496 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2522 | 2025.03.19 17:24:42.101601 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2523 | 2025.03.19 17:24:42.101646 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2524 | 2025.03.19 17:24:42.102181 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2025.03.19 17:24:42.102218 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2526 | 2025.03.19 17:24:42.102576 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2527 | 2025.03.19 17:24:42.102815 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2528 | 2025.03.19 17:24:42.103059 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001464 sec., 16393.44262295082 rows/sec., 1.36 MiB/sec. | ||
| 2529 | 2025.03.19 17:24:42.103136 [ 5 ] {8e3cff9c-e380-43f3-8c3b-ec320eb603cf} <Debug> TCPHandler: Processed in 0.001690528 sec. | ||
| 2530 | 2025.03.19 17:24:42.103240 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2531 | 2025.03.19 17:24:42.103343 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2532 | 2025.03.19 17:24:42.103389 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2533 | 2025.03.19 17:24:42.103890 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2534 | 2025.03.19 17:24:42.103928 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2535 | 2025.03.19 17:24:42.104336 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2536 | 2025.03.19 17:24:42.104576 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2537 | 2025.03.19 17:24:42.104785 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00146 sec., 2739.7260273972606 rows/sec., 223.41 KiB/sec. | ||
| 2538 | 2025.03.19 17:24:42.104837 [ 5 ] {97a5bd67-7ed5-4dd6-b321-7d2a2bdc3da2} <Debug> TCPHandler: Processed in 0.001647798 sec. | ||
| 2539 | 2025.03.19 17:24:42.104940 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2025.03.19 17:24:42.105046 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2541 | 2025.03.19 17:24:42.105089 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2542 | 2025.03.19 17:24:42.105701 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2025.03.19 17:24:42.105739 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2544 | 2025.03.19 17:24:42.106100 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2545 | 2025.03.19 17:24:42.106331 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2546 | 2025.03.19 17:24:42.106563 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Debug> executeQuery: Read 224 rows, 20.33 KiB in 0.00153 sec., 146405.22875816995 rows/sec., 12.98 MiB/sec. | ||
| 2547 | 2025.03.19 17:24:42.106757 [ 5 ] {4fea48b9-3435-4543-995a-2201df7de857} <Debug> TCPHandler: Processed in 0.001867132 sec. | ||
| 2548 | 2025.03.19 17:24:42.106883 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2549 | 2025.03.19 17:24:42.106990 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2550 | 2025.03.19 17:24:42.107034 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2551 | 2025.03.19 17:24:42.107579 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2025.03.19 17:24:42.107617 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2553 | 2025.03.19 17:24:42.107960 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2554 | 2025.03.19 17:24:42.108194 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2555 | 2025.03.19 17:24:42.108369 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Debug> executeQuery: Read 39 rows, 2.97 KiB in 0.001401 sec., 27837.2591006424 rows/sec., 2.07 MiB/sec. | ||
| 2556 | 2025.03.19 17:24:42.108421 [ 5 ] {0e72b3e9-6ed9-4434-8c4f-78a8dcf3cd50} <Debug> TCPHandler: Processed in 0.001589016 sec. | ||
| 2557 | 2025.03.19 17:24:42.108526 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2025.03.19 17:24:42.108629 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2559 | 2025.03.19 17:24:42.108673 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2560 | 2025.03.19 17:24:42.109187 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2025.03.19 17:24:42.109225 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2562 | 2025.03.19 17:24:42.109565 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2563 | 2025.03.19 17:24:42.109807 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2025.03.19 17:24:42.110007 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001397 sec., 17179.670722977808 rows/sec., 1.43 MiB/sec. | ||
| 2565 | 2025.03.19 17:24:42.110059 [ 5 ] {0224c497-a21a-42a4-a0ff-9dc3f9830c3f} <Debug> TCPHandler: Processed in 0.001584896 sec. | ||
| 2566 | 2025.03.19 17:24:42.110162 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2025.03.19 17:24:42.110263 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2568 | 2025.03.19 17:24:42.110307 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2569 | 2025.03.19 17:24:42.110814 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2570 | 2025.03.19 17:24:42.110851 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2571 | 2025.03.19 17:24:42.111189 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2572 | 2025.03.19 17:24:42.111423 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2025.03.19 17:24:42.111626 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001377 sec., 8714.596949891067 rows/sec., 680.83 KiB/sec. | ||
| 2574 | 2025.03.19 17:24:42.111767 [ 5 ] {1f80fc37-3eba-4b4d-991a-7b449ed532db} <Debug> TCPHandler: Processed in 0.001652848 sec. | ||
| 2575 | 2025.03.19 17:24:42.111901 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2576 | 2025.03.19 17:24:42.112004 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2577 | 2025.03.19 17:24:42.112047 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2578 | 2025.03.19 17:24:42.112617 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2025.03.19 17:24:42.112657 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2580 | 2025.03.19 17:24:42.113012 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2581 | 2025.03.19 17:24:42.113243 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2582 | 2025.03.19 17:24:42.113464 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Debug> executeQuery: Read 127 rows, 10.54 KiB in 0.001481 sec., 85752.86968264687 rows/sec., 6.95 MiB/sec. | ||
| 2583 | 2025.03.19 17:24:42.113519 [ 5 ] {0cdacdbc-0225-4fc1-a774-2647db5e5224} <Debug> TCPHandler: Processed in 0.001668128 sec. | ||
| 2584 | 2025.03.19 17:24:42.113620 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2025.03.19 17:24:42.113722 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2586 | 2025.03.19 17:24:42.113768 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2587 | 2025.03.19 17:24:42.114315 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2025.03.19 17:24:42.114355 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2589 | 2025.03.19 17:24:42.114748 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2590 | 2025.03.19 17:24:42.114993 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2025.03.19 17:24:42.115204 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Debug> executeQuery: Read 426 rows, 33.47 KiB in 0.001504 sec., 283244.68085106387 rows/sec., 21.73 MiB/sec. | ||
| 2592 | 2025.03.19 17:24:42.115258 [ 5 ] {933804d1-24e4-4553-a66e-68f59e08e522} <Debug> TCPHandler: Processed in 0.001688299 sec. | ||
| 2593 | 2025.03.19 17:24:42.115360 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2594 | 2025.03.19 17:24:42.115463 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2595 | 2025.03.19 17:24:42.115528 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2596 | 2025.03.19 17:24:42.116596 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2025.03.19 17:24:42.116634 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2598 | 2025.03.19 17:24:42.117260 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2599 | 2025.03.19 17:24:42.117515 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2025.03.19 17:24:42.117758 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002316 sec., 9930.91537132988 rows/sec., 17.80 MiB/sec. | ||
| 2601 | 2025.03.19 17:24:42.117867 [ 5 ] {bb1627cb-f1af-4fd7-b7aa-ebdf39ed01e0} <Debug> TCPHandler: Processed in 0.002557288 sec. | ||
| 2602 | 2025.03.19 17:24:42.117981 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2025.03.19 17:24:42.118084 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2604 | 2025.03.19 17:24:42.118128 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2605 | 2025.03.19 17:24:42.118548 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2025.03.19 17:24:42.118587 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2607 | 2025.03.19 17:24:42.118940 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2608 | 2025.03.19 17:24:42.119173 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2609 | 2025.03.19 17:24:42.119382 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 2610 | 2025.03.19 17:24:42.119433 [ 5 ] {3d297505-cab2-4b09-9fdc-ded579a85200} <Debug> TCPHandler: Processed in 0.001503074 sec. | ||
| 2611 | 2025.03.19 17:24:43.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.08 MiB, peak 172.94 MiB, free memory in arenas 0.00 B, will set to 167.00 MiB (RSS), difference: -1.08 MiB | ||
| 2612 | 2025.03.19 17:24:44.159181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2613 | 2025.03.19 17:24:44.159899 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2025.03.19 17:24:44.159941 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2615 | 2025.03.19 17:24:44.160464 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2616 | 2025.03.19 17:24:44.160717 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2025.03.19 17:24:44.160865 [ 48 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2618 | 2025.03.19 17:24:44.160929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2619 | 2025.03.19 17:24:44.160933 [ 48 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2025.03.19 17:24:44.160968 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2621 | 2025.03.19 17:24:44.161176 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 2622 | 2025.03.19 17:24:44.161439 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2623 | 2025.03.19 17:24:44.161509 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 2624 | 2025.03.19 17:24:44.161628 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 2625 | 2025.03.19 17:24:44.161832 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 2626 | 2025.03.19 17:24:44.162004 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 2627 | 2025.03.19 17:24:44.162185 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 2628 | 2025.03.19 17:24:44.162342 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 2629 | 2025.03.19 17:24:44.164107 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00305042 sec., 1679768.6875905613 rows/sec., 24.03 MiB/sec. | ||
| 2630 | 2025.03.19 17:24:44.164789 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2631 | 2025.03.19 17:24:44.165140 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_11_2} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2632 | 2025.03.19 17:24:44.165232 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_11_2} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2633 | 2025.03.19 17:24:44.165349 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2634 | 2025.03.19 17:24:44.475167 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2635 | 2025.03.19 17:24:44.496934 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2636 | 2025.03.19 17:24:44.496996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2637 | 2025.03.19 17:24:44.504623 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2638 | 2025.03.19 17:24:44.505444 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2639 | 2025.03.19 17:24:44.505843 [ 65 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2640 | 2025.03.19 17:24:44.505976 [ 65 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2025.03.19 17:24:44.506049 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2642 | 2025.03.19 17:24:44.506484 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 2643 | 2025.03.19 17:24:44.515793 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2644 | 2025.03.19 17:24:44.516968 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2645 | 2025.03.19 17:24:44.517908 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 2646 | 2025.03.19 17:24:44.522641 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 2647 | 2025.03.19 17:24:44.527412 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 2648 | 2025.03.19 17:24:44.532614 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 2649 | 2025.03.19 17:24:44.538095 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 2650 | 2025.03.19 17:24:44.543021 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 2651 | 2025.03.19 17:24:44.602271 [ 201 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.096071736 sec., 863.9377558452779 rows/sec., 4.47 MiB/sec. | ||
| 2652 | 2025.03.19 17:24:44.604948 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2653 | 2025.03.19 17:24:44.608030 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_11_2} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2025.03.19 17:24:44.608162 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_11_2} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2655 | 2025.03.19 17:24:44.610752 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2656 | 2025.03.19 17:24:45.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.12 MiB, peak 178.02 MiB, free memory in arenas 0.00 B, will set to 170.05 MiB (RSS), difference: 1.93 MiB | ||
| 2657 | 2025.03.19 17:24:47.071470 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2658 | 2025.03.19 17:24:47.071795 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2659 | 2025.03.19 17:24:47.071878 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2660 | 2025.03.19 17:24:47.072761 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2661 | 2025.03.19 17:24:47.072811 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2662 | 2025.03.19 17:24:47.073297 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2663 | 2025.03.19 17:24:47.073584 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2664 | 2025.03.19 17:24:47.073845 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00211 sec., 34123.22274881517 rows/sec., 2.77 MiB/sec. | ||
| 2665 | 2025.03.19 17:24:47.073912 [ 5 ] {6bdf0de1-4473-4fd3-9da5-a3879d4a79cd} <Debug> TCPHandler: Processed in 0.00258982 sec. | ||
| 2666 | 2025.03.19 17:24:47.074130 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2667 | 2025.03.19 17:24:47.074248 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2668 | 2025.03.19 17:24:47.074297 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2669 | 2025.03.19 17:24:47.074835 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2670 | 2025.03.19 17:24:47.074875 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2671 | 2025.03.19 17:24:47.075226 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2672 | 2025.03.19 17:24:47.075470 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2673 | 2025.03.19 17:24:47.075684 [ 100 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2674 | 2025.03.19 17:24:47.075764 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00154 sec., 5194.805194805195 rows/sec., 390.63 KiB/sec. | ||
| 2675 | 2025.03.19 17:24:47.075790 [ 100 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2676 | 2025.03.19 17:24:47.075864 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2677 | 2025.03.19 17:24:47.075905 [ 5 ] {6c3a1269-ff07-4edf-b3e8-0d6621e3124d} <Debug> TCPHandler: Processed in 0.001823221 sec. | ||
| 2678 | 2025.03.19 17:24:47.076114 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2679 | 2025.03.19 17:24:47.076170 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 2680 | 2025.03.19 17:24:47.076254 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2681 | 2025.03.19 17:24:47.076336 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2682 | 2025.03.19 17:24:47.076673 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2683 | 2025.03.19 17:24:47.076768 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 137 rows starting from the beginning of the part | ||
| 2684 | 2025.03.19 17:24:47.077113 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 2685 | 2025.03.19 17:24:47.077536 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 2686 | 2025.03.19 17:24:47.077958 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 2687 | 2025.03.19 17:24:47.078182 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 2688 | 2025.03.19 17:24:47.078590 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 2689 | 2025.03.19 17:24:47.079420 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2025.03.19 17:24:47.079490 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2691 | 2025.03.19 17:24:47.080495 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2692 | 2025.03.19 17:24:47.081081 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2025.03.19 17:24:47.081649 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 223 rows, containing 5 columns (5 merged, 0 gathered) in 0.005615758 sec., 39709.688344832524 rows/sec., 2.80 MiB/sec. | ||
| 2694 | 2025.03.19 17:24:47.081780 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005538 sec., 13001.083423618635 rows/sec., 1.01 MiB/sec. | ||
| 2695 | 2025.03.19 17:24:47.082076 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2696 | 2025.03.19 17:24:47.082111 [ 5 ] {6e4b586d-148c-4a17-addd-9dc625103fc7} <Debug> TCPHandler: Processed in 0.006082069 sec. | ||
| 2697 | 2025.03.19 17:24:47.082369 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2698 | 2025.03.19 17:24:47.082568 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2699 | 2025.03.19 17:24:47.082671 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2700 | 2025.03.19 17:24:47.082685 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.03.19 17:24:47.082930 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_11_2} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2702 | 2025.03.19 17:24:47.083122 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2703 | 2025.03.19 17:24:47.083595 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2704 | 2025.03.19 17:24:47.083638 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2705 | 2025.03.19 17:24:47.084048 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2706 | 2025.03.19 17:24:47.084290 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2707 | 2025.03.19 17:24:47.084546 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002039 sec., 78469.8381559588 rows/sec., 5.47 MiB/sec. | ||
| 2708 | 2025.03.19 17:24:47.084778 [ 5 ] {209da102-d20e-470b-b529-f9c42e70fa5e} <Debug> TCPHandler: Processed in 0.002478047 sec. | ||
| 2709 | 2025.03.19 17:24:47.084997 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2710 | 2025.03.19 17:24:47.085107 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2711 | 2025.03.19 17:24:47.085186 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2712 | 2025.03.19 17:24:47.086293 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2025.03.19 17:24:47.086333 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2714 | 2025.03.19 17:24:47.086980 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2715 | 2025.03.19 17:24:47.087232 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2025.03.19 17:24:47.087432 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2717 | 2025.03.19 17:24:47.087507 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002419 sec., 3307.1517155849524 rows/sec., 5.93 MiB/sec. | ||
| 2718 | 2025.03.19 17:24:47.087515 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2025.03.19 17:24:47.087594 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2720 | 2025.03.19 17:24:47.087840 [ 5 ] {ccd781af-a616-47c9-b34b-fedf63f3eab2} <Debug> TCPHandler: Processed in 0.002907046 sec. | ||
| 2721 | 2025.03.19 17:24:47.087878 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 2722 | 2025.03.19 17:24:47.087993 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2723 | 2025.03.19 17:24:47.088153 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2724 | 2025.03.19 17:24:47.088188 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2725 | 2025.03.19 17:24:47.088216 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2726 | 2025.03.19 17:24:47.088289 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 2727 | 2025.03.19 17:24:47.088974 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 2728 | 2025.03.19 17:24:47.089511 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 2729 | 2025.03.19 17:24:47.090119 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2730 | 2025.03.19 17:24:47.090132 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 2731 | 2025.03.19 17:24:47.090164 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2732 | 2025.03.19 17:24:47.090626 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 2733 | 2025.03.19 17:24:47.091140 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 2734 | 2025.03.19 17:24:47.091303 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2735 | 2025.03.19 17:24:47.091843 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2025.03.19 17:24:47.092170 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004059 sec., 14781.966001478197 rows/sec., 1020.11 KiB/sec. | ||
| 2737 | 2025.03.19 17:24:47.092261 [ 5 ] {760656d5-9d0f-41d1-b87a-8ac6f1a05f9c} <Debug> TCPHandler: Processed in 0.004322759 sec. | ||
| 2738 | 2025.03.19 17:24:47.094965 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 175 rows, containing 19 columns (19 merged, 0 gathered) in 0.007200545 sec., 24303.715899282623 rows/sec., 43.55 MiB/sec. | ||
| 2739 | 2025.03.19 17:24:47.095519 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2740 | 2025.03.19 17:24:47.095984 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2741 | 2025.03.19 17:24:47.096082 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2742 | 2025.03.19 17:24:47.096243 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 2743 | 2025.03.19 17:24:51.575645 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2744 | 2025.03.19 17:24:51.575748 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2745 | 2025.03.19 17:24:51.661211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2746 | 2025.03.19 17:24:51.662315 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.03.19 17:24:51.662366 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2748 | 2025.03.19 17:24:51.662923 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2749 | 2025.03.19 17:24:51.663187 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.03.19 17:24:51.663448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2751 | 2025.03.19 17:24:51.681388 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 380 | ||
| 2752 | 2025.03.19 17:24:51.684945 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2025.03.19 17:24:51.685000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2754 | 2025.03.19 17:24:51.686530 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2755 | 2025.03.19 17:24:51.686865 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2025.03.19 17:24:51.687525 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2757 | 2025.03.19 17:24:52.015911 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2758 | 2025.03.19 17:24:52.036357 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2759 | 2025.03.19 17:24:52.036427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2760 | 2025.03.19 17:24:52.043786 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2761 | 2025.03.19 17:24:52.044641 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2025.03.19 17:24:52.047651 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2763 | 2025.03.19 17:24:52.065460 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2025.03.19 17:24:52.065898 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 2765 | 2025.03.19 17:24:52.066369 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2766 | 2025.03.19 17:24:52.066429 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 2767 | 2025.03.19 17:24:52.066850 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2768 | 2025.03.19 17:24:52.066935 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2769 | 2025.03.19 17:24:52.067116 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 2770 | 2025.03.19 17:24:52.067267 [ 285 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2771 | 2025.03.19 17:24:52.067285 [ 290 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 2772 | 2025.03.19 17:24:52.067453 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (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 | ||
| 2773 | 2025.03.19 17:24:52.067486 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2774 | 2025.03.19 17:24:52.067584 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2775 | 2025.03.19 17:24:52.067610 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79) (SelectExecutor): Reading approx. 47 rows with 2 streams | ||
| 2776 | 2025.03.19 17:24:52.067658 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2777 | 2025.03.19 17:24:52.067715 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2778 | 2025.03.19 17:24:52.068985 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> executeQuery: Read 47 rows, 1.87 KiB in 0.003299 sec., 14246.741436799031 rows/sec., 566.28 KiB/sec. | ||
| 2779 | 2025.03.19 17:24:52.069155 [ 5 ] {c71224b8-181d-45b8-bbc9-67756d4d4553} <Debug> TCPHandler: Processed in 0.003883539 sec. | ||
| 2780 | 2025.03.19 17:24:52.076940 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2025.03.19 17:24:52.077085 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2782 | 2025.03.19 17:24:52.077148 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2783 | 2025.03.19 17:24:52.077966 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2784 | 2025.03.19 17:24:52.078007 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2785 | 2025.03.19 17:24:52.078542 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2786 | 2025.03.19 17:24:52.078776 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Trace> oximeter.timeseries_schema (5adea46d-6e99-4f0b-b918-e54a2e51cd79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2787 | 2025.03.19 17:24:52.078984 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001942 sec., 514.9330587023687 rows/sec., 53.30 KiB/sec. | ||
| 2788 | 2025.03.19 17:24:52.079043 [ 5 ] {25cadb2f-4a80-4960-bcfe-42f21a73fbbc} <Debug> TCPHandler: Processed in 0.002167939 sec. | ||
| 2789 | 2025.03.19 17:24:52.079152 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2790 | 2025.03.19 17:24:52.079259 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2791 | 2025.03.19 17:24:52.079306 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2792 | 2025.03.19 17:24:52.079901 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.03.19 17:24:52.079940 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2794 | 2025.03.19 17:24:52.080334 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2795 | 2025.03.19 17:24:52.080610 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2025.03.19 17:24:52.080738 [ 29 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2797 | 2025.03.19 17:24:52.080781 [ 29 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2025.03.19 17:24:52.080808 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Debug> executeQuery: Read 121 rows, 10.53 KiB in 0.001573 sec., 76923.07692307692 rows/sec., 6.54 MiB/sec. | ||
| 2799 | 2025.03.19 17:24:52.080814 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2800 | 2025.03.19 17:24:52.080911 [ 5 ] {6f3ddb75-0940-46e9-b1be-47b41fec81e7} <Debug> TCPHandler: Processed in 0.001808372 sec. | ||
| 2801 | 2025.03.19 17:24:52.081079 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 2802 | 2025.03.19 17:24:52.081119 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2803 | 2025.03.19 17:24:52.081360 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2804 | 2025.03.19 17:24:52.081364 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2805 | 2025.03.19 17:24:52.081432 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1819 rows starting from the beginning of the part | ||
| 2806 | 2025.03.19 17:24:52.081469 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2807 | 2025.03.19 17:24:52.081814 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 102 rows starting from the beginning of the part | ||
| 2808 | 2025.03.19 17:24:52.082161 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part | ||
| 2809 | 2025.03.19 17:24:52.082485 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 224 rows starting from the beginning of the part | ||
| 2810 | 2025.03.19 17:24:52.082998 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part | ||
| 2811 | 2025.03.19 17:24:52.083252 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 121 rows starting from the beginning of the part | ||
| 2812 | 2025.03.19 17:24:52.084317 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2813 | 2025.03.19 17:24:52.084398 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2814 | 2025.03.19 17:24:52.085389 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2815 | 2025.03.19 17:24:52.085903 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2816 | 2025.03.19 17:24:52.086208 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004903 sec., 6526.616357332246 rows/sec., 490.77 KiB/sec. | ||
| 2817 | 2025.03.19 17:24:52.086344 [ 5 ] {a2ea79e9-e741-433a-ad85-245ced1f8660} <Debug> TCPHandler: Processed in 0.005282561 sec. | ||
| 2818 | 2025.03.19 17:24:52.086691 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2819 | 2025.03.19 17:24:52.086768 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.005830553 sec., 413339.8667330526 rows/sec., 35.65 MiB/sec. | ||
| 2820 | 2025.03.19 17:24:52.086836 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2821 | 2025.03.19 17:24:52.086909 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2822 | 2025.03.19 17:24:52.087294 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2823 | 2025.03.19 17:24:52.088107 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2824 | 2025.03.19 17:24:52.088318 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_16_3} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2825 | 2025.03.19 17:24:52.088497 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2826 | 2025.03.19 17:24:52.088515 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 2827 | 2025.03.19 17:24:52.088560 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2828 | 2025.03.19 17:24:52.088925 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2829 | 2025.03.19 17:24:52.089169 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2830 | 2025.03.19 17:24:52.089351 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002541 sec., 393.5458480913027 rows/sec., 26.13 KiB/sec. | ||
| 2831 | 2025.03.19 17:24:52.089409 [ 5 ] {1669276b-bbc4-43fb-90c2-b5247a373c59} <Debug> TCPHandler: Processed in 0.002835375 sec. | ||
| 2832 | 2025.03.19 17:24:52.089515 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2833 | 2025.03.19 17:24:52.089616 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2834 | 2025.03.19 17:24:52.089660 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2835 | 2025.03.19 17:24:52.090211 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2836 | 2025.03.19 17:24:52.090248 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2837 | 2025.03.19 17:24:52.090611 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2838 | 2025.03.19 17:24:52.090867 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2839 | 2025.03.19 17:24:52.090991 [ 29 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2840 | 2025.03.19 17:24:52.091030 [ 29 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2841 | 2025.03.19 17:24:52.091057 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2842 | 2025.03.19 17:24:52.091059 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001461 sec., 71868.58316221766 rows/sec., 5.62 MiB/sec. | ||
| 2843 | 2025.03.19 17:24:52.091300 [ 5 ] {a753feb7-c97e-4977-957a-353fda4635b9} <Debug> TCPHandler: Processed in 0.001827462 sec. | ||
| 2844 | 2025.03.19 17:24:52.091676 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2845 | 2025.03.19 17:24:52.091775 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 2846 | 2025.03.19 17:24:52.091950 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2847 | 2025.03.19 17:24:52.092093 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2848 | 2025.03.19 17:24:52.092108 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2849 | 2025.03.19 17:24:52.092204 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 882 rows starting from the beginning of the part | ||
| 2850 | 2025.03.19 17:24:52.092508 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 87 rows starting from the beginning of the part | ||
| 2851 | 2025.03.19 17:24:52.092939 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part | ||
| 2852 | 2025.03.19 17:24:52.093327 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 127 rows starting from the beginning of the part | ||
| 2853 | 2025.03.19 17:24:52.093590 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part | ||
| 2854 | 2025.03.19 17:24:52.093862 [ 198 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 105 rows starting from the beginning of the part | ||
| 2855 | 2025.03.19 17:24:52.095000 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.03.19 17:24:52.095074 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2857 | 2025.03.19 17:24:52.096167 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2858 | 2025.03.19 17:24:52.096584 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2859 | 2025.03.19 17:24:52.096972 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2860 | 2025.03.19 17:24:52.097068 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2861 | 2025.03.19 17:24:52.097110 [ 188 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1345 rows, containing 5 columns (5 merged, 0 gathered) in 0.005922306 sec., 227107.48144388353 rows/sec., 17.82 MiB/sec. | ||
| 2862 | 2025.03.19 17:24:52.097146 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2863 | 2025.03.19 17:24:52.097214 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00533 sec., 30018.761726078803 rows/sec., 2.09 MiB/sec. | ||
| 2864 | 2025.03.19 17:24:52.097645 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2865 | 2025.03.19 17:24:52.097868 [ 5 ] {0f90858e-1309-4fcb-9a4a-5e95c8cf4d0c} <Debug> TCPHandler: Processed in 0.006316104 sec. | ||
| 2866 | 2025.03.19 17:24:52.098031 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 2867 | 2025.03.19 17:24:52.098393 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2868 | 2025.03.19 17:24:52.098595 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2869 | 2025.03.19 17:24:52.098673 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2870 | 2025.03.19 17:24:52.098693 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3757 rows starting from the beginning of the part | ||
| 2871 | 2025.03.19 17:24:52.098781 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2872 | 2025.03.19 17:24:52.098794 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2025.03.19 17:24:52.099153 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2874 | 2025.03.19 17:24:52.099347 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_16_3} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2875 | 2025.03.19 17:24:52.099740 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2876 | 2025.03.19 17:24:52.099882 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 2877 | 2025.03.19 17:24:52.100318 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 426 rows starting from the beginning of the part | ||
| 2878 | 2025.03.19 17:24:52.100627 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2879 | 2025.03.19 17:24:52.100935 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2880 | 2025.03.19 17:24:52.101620 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2025.03.19 17:24:52.101664 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2882 | 2025.03.19 17:24:52.102110 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2883 | 2025.03.19 17:24:52.102441 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2025.03.19 17:24:52.102962 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.004338 sec., 230.52097740894422 rows/sec., 14.63 KiB/sec. | ||
| 2885 | 2025.03.19 17:24:52.103185 [ 5 ] {32edaade-43c7-486d-8c2a-5884850fa2be} <Debug> TCPHandler: Processed in 0.004947613 sec. | ||
| 2886 | 2025.03.19 17:24:52.103296 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2887 | 2025.03.19 17:24:52.103419 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2888 | 2025.03.19 17:24:52.103485 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2889 | 2025.03.19 17:24:52.104100 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4823 rows, containing 5 columns (5 merged, 0 gathered) in 0.006815466 sec., 707655.2065552084 rows/sec., 48.59 MiB/sec. | ||
| 2890 | 2025.03.19 17:24:52.104501 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2891 | 2025.03.19 17:24:52.104856 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2892 | 2025.03.19 17:24:52.104972 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2893 | 2025.03.19 17:24:52.105084 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 2894 | 2025.03.19 17:24:52.105248 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.03.19 17:24:52.105284 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2896 | 2025.03.19 17:24:52.105941 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2897 | 2025.03.19 17:24:52.106196 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.03.19 17:24:52.106397 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003022 sec., 10589.01389808074 rows/sec., 18.98 MiB/sec. | ||
| 2899 | 2025.03.19 17:24:52.106505 [ 5 ] {26c3664c-274c-46b7-8e19-19155fc1d39c} <Debug> TCPHandler: Processed in 0.003260185 sec. | ||
| 2900 | 2025.03.19 17:24:52.106653 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2025.03.19 17:24:52.106789 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2902 | 2025.03.19 17:24:52.106836 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2903 | 2025.03.19 17:24:52.107263 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Trace> oximeter.measurements_i64 (c6e141c7-a806-411d-b471-56d2cf54fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2025.03.19 17:24:52.107300 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2905 | 2025.03.19 17:24:52.107675 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2906 | 2025.03.19 17:24:52.107920 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Trace> oximeter.measurements_i64 (c6e141c7-a806-411d-b471-56d2cf54fda0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2025.03.19 17:24:52.108132 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001367 sec., 6583.760058522312 rows/sec., 465.06 KiB/sec. | ||
| 2908 | 2025.03.19 17:24:52.108294 [ 5 ] {044fe564-f9f4-4056-b0f6-9b99b09874d7} <Debug> TCPHandler: Processed in 0.001701109 sec. | ||
| 2909 | 2025.03.19 17:24:52.108424 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2910 | 2025.03.19 17:24:52.108529 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2911 | 2025.03.19 17:24:52.108574 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2912 | 2025.03.19 17:24:52.109032 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2913 | 2025.03.19 17:24:52.109071 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2914 | 2025.03.19 17:24:52.109435 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2915 | 2025.03.19 17:24:52.109675 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2916 | 2025.03.19 17:24:52.109804 [ 29 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2917 | 2025.03.19 17:24:52.109851 [ 29 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2025.03.19 17:24:52.109861 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 2919 | 2025.03.19 17:24:52.109881 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2920 | 2025.03.19 17:24:52.109969 [ 5 ] {4ae48481-5c90-4da7-af89-a9a8c687b29c} <Debug> TCPHandler: Processed in 0.001590566 sec. | ||
| 2921 | 2025.03.19 17:24:52.110207 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 2922 | 2025.03.19 17:24:52.110415 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2923 | 2025.03.19 17:24:52.110474 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part | ||
| 2924 | 2025.03.19 17:24:52.110648 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 2925 | 2025.03.19 17:24:52.110816 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 2926 | 2025.03.19 17:24:52.110934 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2927 | 2025.03.19 17:24:52.111032 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2928 | 2025.03.19 17:24:52.111120 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 2929 | 2025.03.19 17:24:52.112257 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 790 rows, containing 4 columns (4 merged, 0 gathered) in 0.002262941 sec., 349103.224520657 rows/sec., 23.42 MiB/sec. | ||
| 2930 | 2025.03.19 17:24:52.112495 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2931 | 2025.03.19 17:24:52.112871 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2932 | 2025.03.19 17:24:52.112956 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_16_3} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2933 | 2025.03.19 17:24:52.113044 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2934 | 2025.03.19 17:24:55.296373 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2025.03.19 17:24:55.296601 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2936 | 2025.03.19 17:24:55.296685 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2937 | 2025.03.19 17:24:55.297503 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.03.19 17:24:55.297544 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2939 | 2025.03.19 17:24:55.297958 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2940 | 2025.03.19 17:24:55.298205 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.03.19 17:24:55.298394 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001853 sec., 5396.654074473826 rows/sec., 440.06 KiB/sec. | ||
| 2942 | 2025.03.19 17:24:55.298450 [ 5 ] {c4d73056-ed24-4245-9201-2a4a3e77f9a8} <Debug> TCPHandler: Processed in 0.002217411 sec. | ||
| 2943 | 2025.03.19 17:24:55.298558 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2944 | 2025.03.19 17:24:55.298659 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2945 | 2025.03.19 17:24:55.298703 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2946 | 2025.03.19 17:24:55.299780 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2947 | 2025.03.19 17:24:55.299817 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2948 | 2025.03.19 17:24:55.300243 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2949 | 2025.03.19 17:24:55.300519 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2950 | 2025.03.19 17:24:55.300729 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Debug> executeQuery: Read 1217 rows, 102.92 KiB in 0.002085 sec., 583693.0455635492 rows/sec., 48.20 MiB/sec. | ||
| 2951 | 2025.03.19 17:24:55.300817 [ 5 ] {62161083-e15a-4f29-8b54-17adc08dc543} <Debug> TCPHandler: Processed in 0.002308853 sec. | ||
| 2952 | 2025.03.19 17:24:55.300934 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2025.03.19 17:24:55.301049 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2954 | 2025.03.19 17:24:55.301095 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2955 | 2025.03.19 17:24:55.301636 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.03.19 17:24:55.301674 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2957 | 2025.03.19 17:24:55.302079 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2958 | 2025.03.19 17:24:55.302324 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.03.19 17:24:55.302509 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001482 sec., 12145.748987854251 rows/sec., 877.06 KiB/sec. | ||
| 2960 | 2025.03.19 17:24:55.302564 [ 5 ] {2bd4c83b-da27-4978-8027-ff9ef49f61af} <Debug> TCPHandler: Processed in 0.001684819 sec. | ||
| 2961 | 2025.03.19 17:24:55.302686 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2962 | 2025.03.19 17:24:55.302802 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2963 | 2025.03.19 17:24:55.302847 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2964 | 2025.03.19 17:24:55.303442 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2025.03.19 17:24:55.303480 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2966 | 2025.03.19 17:24:55.303851 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2967 | 2025.03.19 17:24:55.304090 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2025.03.19 17:24:55.304271 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001492 sec., 152815.01340482573 rows/sec., 10.35 MiB/sec. | ||
| 2969 | 2025.03.19 17:24:55.304324 [ 5 ] {64dbf22d-7e38-467b-9904-286de730bffe} <Debug> TCPHandler: Processed in 0.001688678 sec. | ||
| 2970 | 2025.03.19 17:24:55.304431 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2025.03.19 17:24:55.304533 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2972 | 2025.03.19 17:24:55.304576 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2973 | 2025.03.19 17:24:55.305293 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.03.19 17:24:55.305330 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2975 | 2025.03.19 17:24:55.305724 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2976 | 2025.03.19 17:24:55.305964 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.03.19 17:24:55.306173 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Debug> executeQuery: Read 538 rows, 40.86 KiB in 0.001655 sec., 325075.5287009063 rows/sec., 24.11 MiB/sec. | ||
| 2978 | 2025.03.19 17:24:55.306252 [ 5 ] {79872b79-5c21-42e5-b108-006d9a398347} <Debug> TCPHandler: Processed in 0.001871452 sec. | ||
| 2979 | 2025.03.19 17:24:55.306354 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2025.03.19 17:24:55.306463 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2981 | 2025.03.19 17:24:55.306512 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2982 | 2025.03.19 17:24:55.307219 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2025.03.19 17:24:55.307258 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2984 | 2025.03.19 17:24:55.307724 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2985 | 2025.03.19 17:24:55.307963 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.03.19 17:24:55.308143 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.001709 sec., 559976.5944997075 rows/sec., 37.57 MiB/sec. | ||
| 2987 | 2025.03.19 17:24:55.308197 [ 5 ] {9b8ea9a5-cc6d-4c61-9374-703b91cc1b2f} <Debug> TCPHandler: Processed in 0.001891954 sec. | ||
| 2988 | 2025.03.19 17:24:55.308314 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2025.03.19 17:24:55.308428 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2990 | 2025.03.19 17:24:55.308499 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2991 | 2025.03.19 17:24:55.309576 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.03.19 17:24:55.309615 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 2993 | 2025.03.19 17:24:55.310232 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2994 | 2025.03.19 17:24:55.310491 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2025.03.19 17:24:55.310688 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002284 sec., 3502.626970227671 rows/sec., 6.28 MiB/sec. | ||
| 2996 | 2025.03.19 17:24:55.310788 [ 5 ] {50c6f44d-0327-4841-b370-485f59165640} <Debug> TCPHandler: Processed in 0.002527088 sec. | ||
| 2997 | 2025.03.19 17:24:55.310903 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2025.03.19 17:24:55.311007 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2999 | 2025.03.19 17:24:55.311052 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3000 | 2025.03.19 17:24:55.311480 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.03.19 17:24:55.311517 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3002 | 2025.03.19 17:24:55.311874 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3003 | 2025.03.19 17:24:55.312107 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.03.19 17:24:55.312280 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001296 sec., 30864.197530864196 rows/sec., 2.08 MiB/sec. | ||
| 3005 | 2025.03.19 17:24:55.312331 [ 5 ] {76428900-e6df-4009-899e-be4acbc986d9} <Debug> TCPHandler: Processed in 0.001479374 sec. | ||
| 3006 | 2025.03.19 17:24:57.065372 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2025.03.19 17:24:57.065570 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3008 | 2025.03.19 17:24:57.065638 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3009 | 2025.03.19 17:24:57.066445 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2025.03.19 17:24:57.066490 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3011 | 2025.03.19 17:24:57.066919 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3012 | 2025.03.19 17:24:57.067171 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2025.03.19 17:24:57.067431 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec. | ||
| 3014 | 2025.03.19 17:24:57.067497 [ 5 ] {0355adc3-cd7c-498e-91b3-86fc0b051a18} <Debug> TCPHandler: Processed in 0.002251052 sec. | ||
| 3015 | 2025.03.19 17:24:57.067616 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3016 | 2025.03.19 17:24:57.067725 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3017 | 2025.03.19 17:24:57.067772 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3018 | 2025.03.19 17:24:57.068338 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3019 | 2025.03.19 17:24:57.068379 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3020 | 2025.03.19 17:24:57.068747 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3021 | 2025.03.19 17:24:57.068988 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3022 | 2025.03.19 17:24:57.069220 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00152 sec., 42105.26315789473 rows/sec., 3.29 MiB/sec. | ||
| 3023 | 2025.03.19 17:24:57.069277 [ 5 ] {36dc52d9-b417-436c-8e69-899245b4f54b} <Debug> TCPHandler: Processed in 0.001714289 sec. | ||
| 3024 | 2025.03.19 17:24:57.069395 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3025 | 2025.03.19 17:24:57.069503 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3026 | 2025.03.19 17:24:57.069552 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3027 | 2025.03.19 17:24:57.070054 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3028 | 2025.03.19 17:24:57.070093 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3029 | 2025.03.19 17:24:57.070486 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3030 | 2025.03.19 17:24:57.070725 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2025.03.19 17:24:57.070949 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001469 sec., 36759.700476514634 rows/sec., 2.56 MiB/sec. | ||
| 3032 | 2025.03.19 17:24:57.071014 [ 5 ] {9f7611c0-c5f9-4b89-a843-9c9dc59a5a7d} <Debug> TCPHandler: Processed in 0.001671208 sec. | ||
| 3033 | 2025.03.19 17:24:57.071123 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.03.19 17:24:57.071226 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3035 | 2025.03.19 17:24:57.071271 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3036 | 2025.03.19 17:24:57.071716 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2025.03.19 17:24:57.071754 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3038 | 2025.03.19 17:24:57.072103 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3039 | 2025.03.19 17:24:57.072330 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2025.03.19 17:24:57.072553 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.00135 sec., 14814.814814814814 rows/sec., 1018.52 KiB/sec. | ||
| 3041 | 2025.03.19 17:24:57.072613 [ 5 ] {f840784c-c9a5-44a8-a2ff-10f0bb60ec00} <Debug> TCPHandler: Processed in 0.001540485 sec. | ||
| 3042 | 2025.03.19 17:24:59.163618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3043 | 2025.03.19 17:24:59.164663 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.03.19 17:24:59.164713 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3045 | 2025.03.19 17:24:59.165310 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3046 | 2025.03.19 17:24:59.165568 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.03.19 17:24:59.165840 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3048 | 2025.03.19 17:24:59.547765 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3049 | 2025.03.19 17:24:59.569582 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2025.03.19 17:24:59.569649 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3051 | 2025.03.19 17:24:59.577708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3052 | 2025.03.19 17:24:59.578590 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2025.03.19 17:24:59.581810 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3054 | 2025.03.19 17:25:01.687878 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 426 | ||
| 3055 | 2025.03.19 17:25:01.691472 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3056 | 2025.03.19 17:25:01.691528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3057 | 2025.03.19 17:25:01.693071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3058 | 2025.03.19 17:25:01.693401 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3059 | 2025.03.19 17:25:01.694379 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 426 | ||
| 3060 | 2025.03.19 17:25:02.072475 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3061 | 2025.03.19 17:25:02.072669 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3062 | 2025.03.19 17:25:02.072739 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3063 | 2025.03.19 17:25:02.073577 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2025.03.19 17:25:02.073628 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3065 | 2025.03.19 17:25:02.074090 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3066 | 2025.03.19 17:25:02.074356 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2025.03.19 17:25:02.074609 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001992 sec., 60240.963855421694 rows/sec., 5.12 MiB/sec. | ||
| 3068 | 2025.03.19 17:25:02.074677 [ 5 ] {fbb77e89-9454-4f16-9a7c-f416a91cd477} <Debug> TCPHandler: Processed in 0.002332053 sec. | ||
| 3069 | 2025.03.19 17:25:02.074802 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3070 | 2025.03.19 17:25:02.074918 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3071 | 2025.03.19 17:25:02.074967 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3072 | 2025.03.19 17:25:02.075515 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3073 | 2025.03.19 17:25:02.075554 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3074 | 2025.03.19 17:25:02.075929 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3075 | 2025.03.19 17:25:02.076174 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3076 | 2025.03.19 17:25:02.076400 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001509 sec., 21206.096752816436 rows/sec., 1.56 MiB/sec. | ||
| 3077 | 2025.03.19 17:25:02.076512 [ 5 ] {1a275e98-774b-4418-8b78-b432e4e03641} <Debug> TCPHandler: Processed in 0.00176312 sec. | ||
| 3078 | 2025.03.19 17:25:02.076640 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3079 | 2025.03.19 17:25:02.076749 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3080 | 2025.03.19 17:25:02.076796 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3081 | 2025.03.19 17:25:02.077363 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2025.03.19 17:25:02.077401 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3083 | 2025.03.19 17:25:02.077767 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3084 | 2025.03.19 17:25:02.078014 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2025.03.19 17:25:02.078273 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001544 sec., 62176.16580310881 rows/sec., 4.86 MiB/sec. | ||
| 3086 | 2025.03.19 17:25:02.078484 [ 5 ] {d587bb48-4279-478b-be7f-b3f688ecb064} <Debug> TCPHandler: Processed in 0.001893223 sec. | ||
| 3087 | 2025.03.19 17:25:02.078651 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3088 | 2025.03.19 17:25:02.078757 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3089 | 2025.03.19 17:25:02.078807 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3090 | 2025.03.19 17:25:02.079358 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2025.03.19 17:25:02.079397 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3092 | 2025.03.19 17:25:02.079784 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3093 | 2025.03.19 17:25:02.080020 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2025.03.19 17:25:02.080231 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
| 3095 | 2025.03.19 17:25:02.080286 [ 5 ] {aecfcbd2-6d2e-4934-a04a-dad56c555e7c} <Debug> TCPHandler: Processed in 0.001686488 sec. | ||
| 3096 | 2025.03.19 17:25:02.080393 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3097 | 2025.03.19 17:25:02.080496 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3098 | 2025.03.19 17:25:02.080561 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3099 | 2025.03.19 17:25:02.081733 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2025.03.19 17:25:02.081773 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3101 | 2025.03.19 17:25:02.082457 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3102 | 2025.03.19 17:25:02.082731 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2025.03.19 17:25:02.083004 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002526 sec., 12668.25019794141 rows/sec., 22.70 MiB/sec. | ||
| 3104 | 2025.03.19 17:25:02.083118 [ 5 ] {09621fb2-ddbf-465a-907e-73508a15a51c} <Debug> TCPHandler: Processed in 0.002776243 sec. | ||
| 3105 | 2025.03.19 17:25:02.083237 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3106 | 2025.03.19 17:25:02.083340 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3107 | 2025.03.19 17:25:02.083386 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3108 | 2025.03.19 17:25:02.083832 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3109 | 2025.03.19 17:25:02.083871 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3110 | 2025.03.19 17:25:02.084227 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3111 | 2025.03.19 17:25:02.084465 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2025.03.19 17:25:02.084766 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
| 3113 | 2025.03.19 17:25:02.084947 [ 5 ] {b874b569-f658-4b46-8b4c-7596f63b39a4} <Debug> TCPHandler: Processed in 0.00175782 sec. | ||
| 3114 | 2025.03.19 17:25:06.575809 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3115 | 2025.03.19 17:25:06.575876 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3116 | 2025.03.19 17:25:06.666004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3117 | 2025.03.19 17:25:06.666758 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2025.03.19 17:25:06.666810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3119 | 2025.03.19 17:25:06.667373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3120 | 2025.03.19 17:25:06.667640 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2025.03.19 17:25:06.667913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3122 | 2025.03.19 17:25:07.071361 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.03.19 17:25:07.071617 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3124 | 2025.03.19 17:25:07.071700 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3125 | 2025.03.19 17:25:07.072582 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2025.03.19 17:25:07.072628 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3127 | 2025.03.19 17:25:07.073042 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3128 | 2025.03.19 17:25:07.073285 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2025.03.19 17:25:07.073641 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002084 sec., 34548.9443378119 rows/sec., 2.81 MiB/sec. | ||
| 3130 | 2025.03.19 17:25:07.073856 [ 5 ] {adf1b197-0609-45ea-b379-731e5720b12a} <Debug> TCPHandler: Processed in 0.002634411 sec. | ||
| 3131 | 2025.03.19 17:25:07.074046 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2025.03.19 17:25:07.074160 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3133 | 2025.03.19 17:25:07.074211 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3134 | 2025.03.19 17:25:07.074789 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2025.03.19 17:25:07.074829 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3136 | 2025.03.19 17:25:07.075178 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3137 | 2025.03.19 17:25:07.075434 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2025.03.19 17:25:07.075670 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001537 sec., 5204.94469746259 rows/sec., 391.39 KiB/sec. | ||
| 3139 | 2025.03.19 17:25:07.075727 [ 5 ] {4f4e3743-5da2-4d8b-b775-f9b617528b62} <Debug> TCPHandler: Processed in 0.001736719 sec. | ||
| 3140 | 2025.03.19 17:25:07.075836 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2025.03.19 17:25:07.075938 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3142 | 2025.03.19 17:25:07.075984 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3143 | 2025.03.19 17:25:07.076534 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.03.19 17:25:07.076573 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3145 | 2025.03.19 17:25:07.076922 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3146 | 2025.03.19 17:25:07.077159 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.03.19 17:25:07.077380 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001463 sec., 49213.94395078605 rows/sec., 3.84 MiB/sec. | ||
| 3148 | 2025.03.19 17:25:07.077434 [ 5 ] {6c9e7fed-50eb-494e-b110-34d7748b5784} <Debug> TCPHandler: Processed in 0.001650167 sec. | ||
| 3149 | 2025.03.19 17:25:07.077551 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2025.03.19 17:25:07.077657 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3151 | 2025.03.19 17:25:07.077706 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3152 | 2025.03.19 17:25:07.078233 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2025.03.19 17:25:07.078270 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3154 | 2025.03.19 17:25:07.078650 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3155 | 2025.03.19 17:25:07.078884 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2025.03.19 17:25:07.079107 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 3157 | 2025.03.19 17:25:07.079160 [ 5 ] {7e0e6bbe-61b6-41f3-bba3-e36bcc2dd135} <Debug> TCPHandler: Processed in 0.001660658 sec. | ||
| 3158 | 2025.03.19 17:25:07.079330 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3159 | 2025.03.19 17:25:07.079435 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3160 | 2025.03.19 17:25:07.079501 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3161 | 2025.03.19 17:25:07.080568 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2025.03.19 17:25:07.080606 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3163 | 2025.03.19 17:25:07.081202 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3164 | 2025.03.19 17:25:07.081463 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2025.03.19 17:25:07.081771 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002348 sec., 3407.155025553663 rows/sec., 6.11 MiB/sec. | ||
| 3166 | 2025.03.19 17:25:07.081939 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3167 | 2025.03.19 17:25:07.082329 [ 5 ] {dee84d73-9b0a-46bd-a8e6-c6ba73e6c4f0} <Debug> TCPHandler: Processed in 0.00304514 sec. | ||
| 3168 | 2025.03.19 17:25:07.082657 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3169 | 2025.03.19 17:25:07.082969 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3170 | 2025.03.19 17:25:07.083141 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3171 | 2025.03.19 17:25:07.086581 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2025.03.19 17:25:07.086721 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3173 | 2025.03.19 17:25:07.088966 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3174 | 2025.03.19 17:25:07.090015 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3175 | 2025.03.19 17:25:07.091020 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00814 sec., 7371.007371007371 rows/sec., 508.68 KiB/sec. | ||
| 3176 | 2025.03.19 17:25:07.091338 [ 5 ] {32896e50-5cec-4fd8-813a-37589ef674ae} <Debug> TCPHandler: Processed in 0.00877077 sec. | ||
| 3177 | 2025.03.19 17:25:07.111132 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2025.03.19 17:25:07.111205 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3179 | 2025.03.19 17:25:07.118901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3180 | 2025.03.19 17:25:07.119711 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3181 | 2025.03.19 17:25:07.122739 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3182 | 2025.03.19 17:25:08.446365 [ 149 ] {} <Debug> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3183 | 2025.03.19 17:25:08.446431 [ 149 ] {} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.03.19 17:25:08.446454 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3185 | 2025.03.19 17:25:08.446627 [ 193 ] {b429a842-4471-4087-8e0e-03641c98bc8e::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 | ||
| 3186 | 2025.03.19 17:25:08.446809 [ 193 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3187 | 2025.03.19 17:25:08.446847 [ 193 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 3188 | 2025.03.19 17:25:08.446932 [ 193 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 3189 | 2025.03.19 17:25:08.447215 [ 193 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 3190 | 2025.03.19 17:25:08.447400 [ 193 ] {b429a842-4471-4087-8e0e-03641c98bc8e::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 | ||
| 3191 | 2025.03.19 17:25:08.447532 [ 193 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 3192 | 2025.03.19 17:25:08.448854 [ 191 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 5 columns (5 merged, 0 gathered) in 0.002328593 sec., 255089.6614393327 rows/sec., 18.26 MiB/sec. | ||
| 3193 | 2025.03.19 17:25:08.449108 [ 192 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3194 | 2025.03.19 17:25:08.449464 [ 192 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3195 | 2025.03.19 17:25:08.449551 [ 192 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_5_1} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3196 | 2025.03.19 17:25:08.449658 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3197 | 2025.03.19 17:25:11.694669 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 450 | ||
| 3198 | 2025.03.19 17:25:11.697887 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3199 | 2025.03.19 17:25:11.697936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3200 | 2025.03.19 17:25:11.699428 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3201 | 2025.03.19 17:25:11.699746 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3202 | 2025.03.19 17:25:11.700765 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450 | ||
| 3203 | 2025.03.19 17:25:12.073855 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3204 | 2025.03.19 17:25:12.074040 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3205 | 2025.03.19 17:25:12.074108 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3206 | 2025.03.19 17:25:12.074920 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3207 | 2025.03.19 17:25:12.074961 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3208 | 2025.03.19 17:25:12.075403 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3209 | 2025.03.19 17:25:12.075677 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3210 | 2025.03.19 17:25:12.075958 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001953 sec., 12288.786482334868 rows/sec., 1.02 MiB/sec. | ||
| 3211 | 2025.03.19 17:25:12.076048 [ 5 ] {be188d8b-1b23-4bc6-98cd-1182072916f4} <Debug> TCPHandler: Processed in 0.002317203 sec. | ||
| 3212 | 2025.03.19 17:25:12.076181 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3213 | 2025.03.19 17:25:12.076287 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3214 | 2025.03.19 17:25:12.076333 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3215 | 2025.03.19 17:25:12.076999 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3216 | 2025.03.19 17:25:12.077038 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3217 | 2025.03.19 17:25:12.077414 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3218 | 2025.03.19 17:25:12.077686 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3219 | 2025.03.19 17:25:12.077817 [ 145 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3220 | 2025.03.19 17:25:12.077868 [ 145 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3221 | 2025.03.19 17:25:12.077887 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Debug> executeQuery: Read 240 rows, 21.90 KiB in 0.001619 sec., 148239.65410747376 rows/sec., 13.21 MiB/sec. | ||
| 3222 | 2025.03.19 17:25:12.077901 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3223 | 2025.03.19 17:25:12.077973 [ 5 ] {3652fef2-4cf6-434f-ae09-4c634a2d6aa3} <Debug> TCPHandler: Processed in 0.001840742 sec. | ||
| 3224 | 2025.03.19 17:25:12.078068 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 3225 | 2025.03.19 17:25:12.078114 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2025.03.19 17:25:12.078224 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3227 | 2025.03.19 17:25:12.078250 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3228 | 2025.03.19 17:25:12.078269 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1960 rows starting from the beginning of the part | ||
| 3229 | 2025.03.19 17:25:12.078307 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3230 | 2025.03.19 17:25:12.078529 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1217 rows starting from the beginning of the part | ||
| 3231 | 2025.03.19 17:25:12.078901 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3232 | 2025.03.19 17:25:12.079363 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 120 rows starting from the beginning of the part | ||
| 3233 | 2025.03.19 17:25:12.079711 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part | ||
| 3234 | 2025.03.19 17:25:12.080125 [ 193 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 240 rows starting from the beginning of the part | ||
| 3235 | 2025.03.19 17:25:12.080918 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3236 | 2025.03.19 17:25:12.080967 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3237 | 2025.03.19 17:25:12.081532 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3238 | 2025.03.19 17:25:12.081962 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3239 | 2025.03.19 17:25:12.082119 [ 145 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3240 | 2025.03.19 17:25:12.082160 [ 145 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2025.03.19 17:25:12.082189 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3242 | 2025.03.19 17:25:12.082219 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Debug> executeQuery: Read 44 rows, 3.37 KiB in 0.00399 sec., 11027.568922305765 rows/sec., 843.91 KiB/sec. | ||
| 3243 | 2025.03.19 17:25:12.082734 [ 5 ] {1617ce1c-76bd-43a7-8302-7e70962ae219} <Debug> TCPHandler: Processed in 0.004666677 sec. | ||
| 3244 | 2025.03.19 17:25:12.082854 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 3245 | 2025.03.19 17:25:12.083161 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3246 | 2025.03.19 17:25:12.083710 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3247 | 2025.03.19 17:25:12.083771 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3248 | 2025.03.19 17:25:12.083931 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3249 | 2025.03.19 17:25:12.083932 [ 197 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3665 rows, containing 5 columns (5 merged, 0 gathered) in 0.005941566 sec., 616840.7453523196 rows/sec., 53.46 MiB/sec. | ||
| 3250 | 2025.03.19 17:25:12.083960 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 153 rows starting from the beginning of the part | ||
| 3251 | 2025.03.19 17:25:12.084472 [ 197 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3252 | 2025.03.19 17:25:12.084477 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 3253 | 2025.03.19 17:25:12.085031 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 18 rows starting from the beginning of the part | ||
| 3254 | 2025.03.19 17:25:12.085510 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 3255 | 2025.03.19 17:25:12.085768 [ 197 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2025.03.19 17:25:12.086079 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3257 | 2025.03.19 17:25:12.086253 [ 197 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_21_4} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3258 | 2025.03.19 17:25:12.086620 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 3259 | 2025.03.19 17:25:12.086709 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 44 rows starting from the beginning of the part | ||
| 3260 | 2025.03.19 17:25:12.088301 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2025.03.19 17:25:12.088368 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3262 | 2025.03.19 17:25:12.089316 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3263 | 2025.03.19 17:25:12.089931 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3264 | 2025.03.19 17:25:12.089947 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 287 rows, containing 5 columns (5 merged, 0 gathered) in 0.007653674 sec., 37498.330866979704 rows/sec., 2.70 MiB/sec. | ||
| 3265 | 2025.03.19 17:25:12.090194 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3266 | 2025.03.19 17:25:12.090486 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.006936 sec., 3460.207612456747 rows/sec., 293.98 KiB/sec. | ||
| 3267 | 2025.03.19 17:25:12.090689 [ 5 ] {2811ca41-07c0-4144-b931-da0ee8741f1d} <Debug> TCPHandler: Processed in 0.007688786 sec. | ||
| 3268 | 2025.03.19 17:25:12.090861 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.03.19 17:25:12.090876 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3270 | 2025.03.19 17:25:12.090994 [ 191 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_16_3} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3271 | 2025.03.19 17:25:12.091066 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3272 | 2025.03.19 17:25:12.091148 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3273 | 2025.03.19 17:25:12.091173 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3274 | 2025.03.19 17:25:12.091784 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2025.03.19 17:25:12.091823 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3276 | 2025.03.19 17:25:12.092180 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3277 | 2025.03.19 17:25:12.092425 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2025.03.19 17:25:12.092605 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001589 sec., 7551.9194461925745 rows/sec., 589.99 KiB/sec. | ||
| 3279 | 2025.03.19 17:25:12.092658 [ 5 ] {794aa7a4-2c6e-4220-8c26-c0ce13d4e815} <Debug> TCPHandler: Processed in 0.001861253 sec. | ||
| 3280 | 2025.03.19 17:25:12.092767 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3281 | 2025.03.19 17:25:12.092871 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3282 | 2025.03.19 17:25:12.092916 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3283 | 2025.03.19 17:25:12.093508 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2025.03.19 17:25:12.093545 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3285 | 2025.03.19 17:25:12.093906 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3286 | 2025.03.19 17:25:12.094169 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3287 | 2025.03.19 17:25:12.094291 [ 145 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3288 | 2025.03.19 17:25:12.094327 [ 145 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3289 | 2025.03.19 17:25:12.094350 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3290 | 2025.03.19 17:25:12.094359 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Debug> executeQuery: Read 132 rows, 10.94 KiB in 0.001507 sec., 87591.24087591241 rows/sec., 7.09 MiB/sec. | ||
| 3291 | 2025.03.19 17:25:12.094571 [ 5 ] {20c0d358-9740-47fe-b8fc-8eadf4105fa3} <Debug> TCPHandler: Processed in 0.001850462 sec. | ||
| 3292 | 2025.03.19 17:25:12.094613 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 3293 | 2025.03.19 17:25:12.094752 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3294 | 2025.03.19 17:25:12.094814 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3295 | 2025.03.19 17:25:12.094889 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 939 rows starting from the beginning of the part | ||
| 3296 | 2025.03.19 17:25:12.094970 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3297 | 2025.03.19 17:25:12.095157 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3298 | 2025.03.19 17:25:12.095164 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 538 rows starting from the beginning of the part | ||
| 3299 | 2025.03.19 17:25:12.095590 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 3300 | 2025.03.19 17:25:12.095914 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 96 rows starting from the beginning of the part | ||
| 3301 | 2025.03.19 17:25:12.096254 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part | ||
| 3302 | 2025.03.19 17:25:12.096644 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 132 rows starting from the beginning of the part | ||
| 3303 | 2025.03.19 17:25:12.097972 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2025.03.19 17:25:12.098026 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3305 | 2025.03.19 17:25:12.099090 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3306 | 2025.03.19 17:25:12.099432 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2025.03.19 17:25:12.099849 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.005427074 sec., 339225.15152732393 rows/sec., 26.61 MiB/sec. | ||
| 3308 | 2025.03.19 17:25:12.099867 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3309 | 2025.03.19 17:25:12.099933 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3310 | 2025.03.19 17:25:12.099956 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3311 | 2025.03.19 17:25:12.099996 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.005083 sec., 38559.9055675782 rows/sec., 2.77 MiB/sec. | ||
| 3312 | 2025.03.19 17:25:12.100092 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3313 | 2025.03.19 17:25:12.100247 [ 5 ] {98d5ea58-58e6-4472-bf11-6b534cec7ed4} <Debug> TCPHandler: Processed in 0.005579398 sec. | ||
| 3314 | 2025.03.19 17:25:12.100271 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 3315 | 2025.03.19 17:25:12.100398 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3316 | 2025.03.19 17:25:12.100478 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3317 | 2025.03.19 17:25:12.100551 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4823 rows starting from the beginning of the part | ||
| 3318 | 2025.03.19 17:25:12.100582 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3319 | 2025.03.19 17:25:12.100605 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3320 | 2025.03.19 17:25:12.100960 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 957 rows starting from the beginning of the part | ||
| 3321 | 2025.03.19 17:25:12.101116 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_21_4} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3322 | 2025.03.19 17:25:12.101136 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3323 | 2025.03.19 17:25:12.101511 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part | ||
| 3324 | 2025.03.19 17:25:12.101570 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3325 | 2025.03.19 17:25:12.101971 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 3326 | 2025.03.19 17:25:12.102350 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 3327 | 2025.03.19 17:25:12.102680 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 196 rows starting from the beginning of the part | ||
| 3328 | 2025.03.19 17:25:12.104994 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2025.03.19 17:25:12.105032 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3330 | 2025.03.19 17:25:12.105843 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6350 rows, containing 5 columns (5 merged, 0 gathered) in 0.005805593 sec., 1093772.8497330074 rows/sec., 75.02 MiB/sec. | ||
| 3331 | 2025.03.19 17:25:12.105983 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3332 | 2025.03.19 17:25:12.106264 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.03.19 17:25:12.106402 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3334 | 2025.03.19 17:25:12.106418 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3335 | 2025.03.19 17:25:12.106492 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3336 | 2025.03.19 17:25:12.106551 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3337 | 2025.03.19 17:25:12.106677 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00613 sec., 5220.228384991843 rows/sec., 9.35 MiB/sec. | ||
| 3338 | 2025.03.19 17:25:12.106716 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 3339 | 2025.03.19 17:25:12.107062 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3340 | 2025.03.19 17:25:12.107178 [ 5 ] {56f27e89-6041-4eea-8ab3-4843df9e98e9} <Debug> TCPHandler: Processed in 0.006841457 sec. | ||
| 3341 | 2025.03.19 17:25:12.107266 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3342 | 2025.03.19 17:25:12.107441 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 3343 | 2025.03.19 17:25:12.107497 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3344 | 2025.03.19 17:25:12.107519 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3345 | 2025.03.19 17:25:12.107580 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 175 rows starting from the beginning of the part | ||
| 3346 | 2025.03.19 17:25:12.107628 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3347 | 2025.03.19 17:25:12.107728 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3348 | 2025.03.19 17:25:12.108172 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 3349 | 2025.03.19 17:25:12.108765 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 3350 | 2025.03.19 17:25:12.109370 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 3351 | 2025.03.19 17:25:12.109406 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.03.19 17:25:12.109458 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3353 | 2025.03.19 17:25:12.109837 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3354 | 2025.03.19 17:25:12.110329 [ 193 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 3355 | 2025.03.19 17:25:12.110531 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3356 | 2025.03.19 17:25:12.111045 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3357 | 2025.03.19 17:25:12.111199 [ 145 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3358 | 2025.03.19 17:25:12.111269 [ 145 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3359 | 2025.03.19 17:25:12.111307 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3360 | 2025.03.19 17:25:12.111351 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003744 sec., 16025.641025641025 rows/sec., 1.08 MiB/sec. | ||
| 3361 | 2025.03.19 17:25:12.111841 [ 5 ] {b9987abd-07b8-43ca-80db-1671be34f132} <Debug> TCPHandler: Processed in 0.004410481 sec. | ||
| 3362 | 2025.03.19 17:25:12.112207 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3363 | 2025.03.19 17:25:12.112624 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3364 | 2025.03.19 17:25:12.112696 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 790 rows starting from the beginning of the part | ||
| 3365 | 2025.03.19 17:25:12.113048 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 3366 | 2025.03.19 17:25:12.113349 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3367 | 2025.03.19 17:25:12.113717 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3368 | 2025.03.19 17:25:12.114068 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3369 | 2025.03.19 17:25:12.114389 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3370 | 2025.03.19 17:25:12.118053 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1030 rows, containing 4 columns (4 merged, 0 gathered) in 0.006583541 sec., 156450.76107219505 rows/sec., 10.51 MiB/sec. | ||
| 3371 | 2025.03.19 17:25:12.118322 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3372 | 2025.03.19 17:25:12.118870 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_21_4} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3373 | 2025.03.19 17:25:12.118954 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_21_4} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3374 | 2025.03.19 17:25:12.119120 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3375 | 2025.03.19 17:25:12.119538 [ 194 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 287 rows, containing 19 columns (19 merged, 0 gathered) in 0.012912145 sec., 22227.13577023802 rows/sec., 39.83 MiB/sec. | ||
| 3376 | 2025.03.19 17:25:12.120062 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3377 | 2025.03.19 17:25:12.120501 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2025.03.19 17:25:12.120583 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3379 | 2025.03.19 17:25:12.120680 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 3380 | 2025.03.19 17:25:14.168064 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3381 | 2025.03.19 17:25:14.168811 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2025.03.19 17:25:14.168861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3383 | 2025.03.19 17:25:14.169394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3384 | 2025.03.19 17:25:14.169657 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3385 | 2025.03.19 17:25:14.169913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3386 | 2025.03.19 17:25:14.622832 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3387 | 2025.03.19 17:25:14.644162 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2025.03.19 17:25:14.644213 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3389 | 2025.03.19 17:25:14.651855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3390 | 2025.03.19 17:25:14.652693 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2025.03.19 17:25:14.655613 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3392 | 2025.03.19 17:25:17.070910 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2025.03.19 17:25:17.071116 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3394 | 2025.03.19 17:25:17.071193 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3395 | 2025.03.19 17:25:17.072053 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.03.19 17:25:17.072098 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3397 | 2025.03.19 17:25:17.072577 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3398 | 2025.03.19 17:25:17.072838 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.03.19 17:25:17.073100 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002041 sec., 35276.82508574228 rows/sec., 2.87 MiB/sec. | ||
| 3400 | 2025.03.19 17:25:17.073165 [ 5 ] {bda9a443-198d-4397-9710-324c8ad23972} <Debug> TCPHandler: Processed in 0.002393595 sec. | ||
| 3401 | 2025.03.19 17:25:17.073300 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3402 | 2025.03.19 17:25:17.073414 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3403 | 2025.03.19 17:25:17.073462 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3404 | 2025.03.19 17:25:17.074013 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3405 | 2025.03.19 17:25:17.074053 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3406 | 2025.03.19 17:25:17.074419 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3407 | 2025.03.19 17:25:17.074670 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2025.03.19 17:25:17.074890 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001502 sec., 5326.231691078561 rows/sec., 400.51 KiB/sec. | ||
| 3409 | 2025.03.19 17:25:17.074945 [ 5 ] {63493d8b-1c82-41e0-9d40-876029e2e482} <Debug> TCPHandler: Processed in 0.001699989 sec. | ||
| 3410 | 2025.03.19 17:25:17.075056 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2025.03.19 17:25:17.075161 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3412 | 2025.03.19 17:25:17.075206 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3413 | 2025.03.19 17:25:17.075770 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2025.03.19 17:25:17.075810 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3415 | 2025.03.19 17:25:17.076176 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3416 | 2025.03.19 17:25:17.076425 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2025.03.19 17:25:17.076650 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001512 sec., 47619.04761904762 rows/sec., 3.72 MiB/sec. | ||
| 3418 | 2025.03.19 17:25:17.076706 [ 5 ] {e3d76b92-b4f7-4750-88e1-3eb9d3663547} <Debug> TCPHandler: Processed in 0.001701368 sec. | ||
| 3419 | 2025.03.19 17:25:17.076824 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3420 | 2025.03.19 17:25:17.076931 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3421 | 2025.03.19 17:25:17.076979 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3422 | 2025.03.19 17:25:17.077524 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3423 | 2025.03.19 17:25:17.077563 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3424 | 2025.03.19 17:25:17.077965 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3425 | 2025.03.19 17:25:17.078204 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3426 | 2025.03.19 17:25:17.078427 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
| 3427 | 2025.03.19 17:25:17.078482 [ 5 ] {772aa993-2293-4d4e-af76-bb10d8a232e2} <Debug> TCPHandler: Processed in 0.001710629 sec. | ||
| 3428 | 2025.03.19 17:25:17.078598 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3429 | 2025.03.19 17:25:17.078704 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3430 | 2025.03.19 17:25:17.078768 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3431 | 2025.03.19 17:25:17.079849 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2025.03.19 17:25:17.079888 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3433 | 2025.03.19 17:25:17.080515 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3434 | 2025.03.19 17:25:17.080773 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2025.03.19 17:25:17.081009 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002327 sec., 3437.902879243661 rows/sec., 6.16 MiB/sec. | ||
| 3436 | 2025.03.19 17:25:17.081114 [ 5 ] {89a29b70-1bea-465e-98f3-a14b448c55ef} <Debug> TCPHandler: Processed in 0.002573439 sec. | ||
| 3437 | 2025.03.19 17:25:17.081278 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2025.03.19 17:25:17.081414 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3439 | 2025.03.19 17:25:17.081470 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3440 | 2025.03.19 17:25:17.082004 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3441 | 2025.03.19 17:25:17.082043 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. | ||
| 3442 | 2025.03.19 17:25:17.082418 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3443 | 2025.03.19 17:25:17.082664 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3444 | 2025.03.19 17:25:17.082875 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
| 3445 | 2025.03.19 17:25:17.082927 [ 5 ] {d3808f6a-1223-49a2-9a8b-5d399511a355} <Debug> TCPHandler: Processed in 0.001711939 sec. | ||
| 3446 | 2025.03.19 17:25:21.576148 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3447 | 2025.03.19 17:25:21.576254 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3448 | 2025.03.19 17:25:21.670100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3449 | 2025.03.19 17:25:21.670951 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3450 | 2025.03.19 17:25:21.671003 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3451 | 2025.03.19 17:25:21.671567 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3452 | 2025.03.19 17:25:21.671840 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3453 | 2025.03.19 17:25:21.672065 [ 133 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3454 | 2025.03.19 17:25:21.672125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3455 | 2025.03.19 17:25:21.672150 [ 133 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3456 | 2025.03.19 17:25:21.672184 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3457 | 2025.03.19 17:25:21.672356 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 3458 | 2025.03.19 17:25:21.672512 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3459 | 2025.03.19 17:25:21.672555 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 3460 | 2025.03.19 17:25:21.672641 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 3461 | 2025.03.19 17:25:21.672807 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 3462 | 2025.03.19 17:25:21.673099 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 3463 | 2025.03.19 17:25:21.673221 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 3464 | 2025.03.19 17:25:21.673452 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 3465 | 2025.03.19 17:25:21.675272 [ 189 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003010949 sec., 2451386.5894108466 rows/sec., 35.07 MiB/sec. | ||
| 3466 | 2025.03.19 17:25:21.675984 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3467 | 2025.03.19 17:25:21.676273 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_16_3} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3468 | 2025.03.19 17:25:21.676351 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_16_3} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3469 | 2025.03.19 17:25:21.676445 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3470 | 2025.03.19 17:25:21.700971 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 480 | ||
| 3471 | 2025.03.19 17:25:21.703983 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3472 | 2025.03.19 17:25:21.704025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3473 | 2025.03.19 17:25:21.705465 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3474 | 2025.03.19 17:25:21.705793 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3475 | 2025.03.19 17:25:21.706038 [ 133 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3476 | 2025.03.19 17:25:21.706123 [ 133 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.03.19 17:25:21.706183 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3478 | 2025.03.19 17:25:21.706779 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 3479 | 2025.03.19 17:25:21.707965 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480 | ||
| 3480 | 2025.03.19 17:25:21.708346 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3481 | 2025.03.19 17:25:21.708520 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part | ||
| 3482 | 2025.03.19 17:25:21.709176 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 3483 | 2025.03.19 17:25:21.709902 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 3484 | 2025.03.19 17:25:21.710539 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3485 | 2025.03.19 17:25:21.711187 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 3486 | 2025.03.19 17:25:21.711806 [ 186 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 3487 | 2025.03.19 17:25:21.720043 [ 189 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 72 columns (72 merged, 0 gathered) in 0.013713143 sec., 35002.91654509838 rows/sec., 33.87 MiB/sec. | ||
| 3488 | 2025.03.19 17:25:21.721543 [ 189 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3489 | 2025.03.19 17:25:21.722375 [ 189 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3490 | 2025.03.19 17:25:21.722472 [ 189 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_11_2} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3491 | 2025.03.19 17:25:21.722801 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 3492 | 2025.03.19 17:25:22.001406 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001028604 sec. | ||
| 3493 | 2025.03.19 17:25:22.072060 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3494 | 2025.03.19 17:25:22.072244 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3495 | 2025.03.19 17:25:22.072314 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3496 | 2025.03.19 17:25:22.073151 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2025.03.19 17:25:22.073192 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3498 | 2025.03.19 17:25:22.073617 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3499 | 2025.03.19 17:25:22.073870 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3500 | 2025.03.19 17:25:22.074103 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001909 sec., 62860.13619696176 rows/sec., 5.34 MiB/sec. | ||
| 3501 | 2025.03.19 17:25:22.074332 [ 5 ] {c8552645-d03d-47c1-bb03-5056f019778f} <Debug> TCPHandler: Processed in 0.002395164 sec. | ||
| 3502 | 2025.03.19 17:25:22.074501 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3503 | 2025.03.19 17:25:22.074618 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3504 | 2025.03.19 17:25:22.074663 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3505 | 2025.03.19 17:25:22.075270 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3506 | 2025.03.19 17:25:22.075309 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3507 | 2025.03.19 17:25:22.075660 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3508 | 2025.03.19 17:25:22.075911 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3509 | 2025.03.19 17:25:22.076103 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001514 sec., 21136.063408190224 rows/sec., 1.55 MiB/sec. | ||
| 3510 | 2025.03.19 17:25:22.076161 [ 5 ] {d59de603-a42e-46cd-8cb5-158696b270c6} <Debug> TCPHandler: Processed in 0.001713389 sec. | ||
| 3511 | 2025.03.19 17:25:22.076286 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3512 | 2025.03.19 17:25:22.076395 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3513 | 2025.03.19 17:25:22.076439 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3514 | 2025.03.19 17:25:22.077004 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2025.03.19 17:25:22.077042 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3516 | 2025.03.19 17:25:22.077397 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3517 | 2025.03.19 17:25:22.077634 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2025.03.19 17:25:22.077853 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001481 sec., 64821.06684672519 rows/sec., 5.06 MiB/sec. | ||
| 3519 | 2025.03.19 17:25:22.078075 [ 5 ] {29fa3b5d-eb03-432f-9d1a-2e8e7b16ea99} <Debug> TCPHandler: Processed in 0.001834492 sec. | ||
| 3520 | 2025.03.19 17:25:22.078265 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2025.03.19 17:25:22.078374 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3522 | 2025.03.19 17:25:22.078422 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3523 | 2025.03.19 17:25:22.078978 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3524 | 2025.03.19 17:25:22.079015 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3525 | 2025.03.19 17:25:22.079387 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3526 | 2025.03.19 17:25:22.079623 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3527 | 2025.03.19 17:25:22.079802 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001452 sec., 110192.83746556475 rows/sec., 7.67 MiB/sec. | ||
| 3528 | 2025.03.19 17:25:22.079854 [ 5 ] {7e637646-7c79-423e-af07-4eff8412e121} <Debug> TCPHandler: Processed in 0.001640448 sec. | ||
| 3529 | 2025.03.19 17:25:22.079960 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3530 | 2025.03.19 17:25:22.080062 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3531 | 2025.03.19 17:25:22.080123 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3532 | 2025.03.19 17:25:22.081212 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2025.03.19 17:25:22.081249 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3534 | 2025.03.19 17:25:22.081912 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3535 | 2025.03.19 17:25:22.082176 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3536 | 2025.03.19 17:25:22.082445 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002404 sec., 13311.148086522464 rows/sec., 23.85 MiB/sec. | ||
| 3537 | 2025.03.19 17:25:22.082551 [ 5 ] {1ce17f2d-2637-466a-9bb4-56d588dfe9d2} <Debug> TCPHandler: Processed in 0.00264044 sec. | ||
| 3538 | 2025.03.19 17:25:22.082691 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3539 | 2025.03.19 17:25:22.082797 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3540 | 2025.03.19 17:25:22.082842 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3541 | 2025.03.19 17:25:22.083279 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3542 | 2025.03.19 17:25:22.083318 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3543 | 2025.03.19 17:25:22.083667 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3544 | 2025.03.19 17:25:22.083897 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3545 | 2025.03.19 17:25:22.084121 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 3546 | 2025.03.19 17:25:22.084172 [ 5 ] {115a1063-372f-4b56-b3c0-c6cfc78a6b63} <Debug> TCPHandler: Processed in 0.001532265 sec. | ||
| 3547 | 2025.03.19 17:25:22.155711 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3548 | 2025.03.19 17:25:22.178316 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2025.03.19 17:25:22.178368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3550 | 2025.03.19 17:25:22.186368 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3551 | 2025.03.19 17:25:22.187201 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2025.03.19 17:25:22.187633 [ 132 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3553 | 2025.03.19 17:25:22.187822 [ 132 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3554 | 2025.03.19 17:25:22.187940 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3555 | 2025.03.19 17:25:22.188391 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 3556 | 2025.03.19 17:25:22.202379 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3557 | 2025.03.19 17:25:22.204276 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3558 | 2025.03.19 17:25:22.205986 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 3559 | 2025.03.19 17:25:22.211698 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 3560 | 2025.03.19 17:25:22.217286 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 3561 | 2025.03.19 17:25:22.222825 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 3562 | 2025.03.19 17:25:22.228488 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3563 | 2025.03.19 17:25:22.233446 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3564 | 2025.03.19 17:25:22.293472 [ 199 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105365108 sec., 1148.3877565996515 rows/sec., 5.94 MiB/sec. | ||
| 3565 | 2025.03.19 17:25:22.296016 [ 201 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3566 | 2025.03.19 17:25:22.299135 [ 201 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_16_3} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3567 | 2025.03.19 17:25:22.299260 [ 201 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_16_3} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3568 | 2025.03.19 17:25:22.301846 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3569 | 2025.03.19 17:25:25.294873 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3570 | 2025.03.19 17:25:25.295104 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3571 | 2025.03.19 17:25:25.295179 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3572 | 2025.03.19 17:25:25.296383 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3573 | 2025.03.19 17:25:25.296437 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3574 | 2025.03.19 17:25:25.296965 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3575 | 2025.03.19 17:25:25.297231 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2025.03.19 17:25:25.297498 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002448 sec., 495098.03921568627 rows/sec., 40.91 MiB/sec. | ||
| 3577 | 2025.03.19 17:25:25.297568 [ 5 ] {8c2d4372-f649-4606-846f-37062f40233b} <Debug> TCPHandler: Processed in 0.002836085 sec. | ||
| 3578 | 2025.03.19 17:25:25.297685 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3579 | 2025.03.19 17:25:25.297798 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3580 | 2025.03.19 17:25:25.297846 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3581 | 2025.03.19 17:25:25.298391 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2025.03.19 17:25:25.298434 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3583 | 2025.03.19 17:25:25.298795 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3584 | 2025.03.19 17:25:25.299060 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2025.03.19 17:25:25.299296 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001526 sec., 5242.463958060288 rows/sec., 394.21 KiB/sec. | ||
| 3586 | 2025.03.19 17:25:25.299355 [ 5 ] {f61494de-524a-4eb1-af34-10502a55519e} <Debug> TCPHandler: Processed in 0.00172334 sec. | ||
| 3587 | 2025.03.19 17:25:25.299466 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3588 | 2025.03.19 17:25:25.299570 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3589 | 2025.03.19 17:25:25.299616 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3590 | 2025.03.19 17:25:25.300210 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3591 | 2025.03.19 17:25:25.300251 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3592 | 2025.03.19 17:25:25.300618 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3593 | 2025.03.19 17:25:25.300856 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3594 | 2025.03.19 17:25:25.301122 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001574 sec., 144853.875476493 rows/sec., 9.81 MiB/sec. | ||
| 3595 | 2025.03.19 17:25:25.301313 [ 5 ] {4590e9c8-a279-494d-90ad-f7d8d74ddc0c} <Debug> TCPHandler: Processed in 0.001895004 sec. | ||
| 3596 | 2025.03.19 17:25:25.301435 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3597 | 2025.03.19 17:25:25.301540 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3598 | 2025.03.19 17:25:25.301585 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3599 | 2025.03.19 17:25:25.302296 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2025.03.19 17:25:25.302337 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3601 | 2025.03.19 17:25:25.302722 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3602 | 2025.03.19 17:25:25.302970 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2025.03.19 17:25:25.303184 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001667 sec., 316736.6526694661 rows/sec., 23.46 MiB/sec. | ||
| 3604 | 2025.03.19 17:25:25.303240 [ 5 ] {cdaf801a-63c3-49fc-a38c-8b9562c00e1c} <Debug> TCPHandler: Processed in 0.001856073 sec. | ||
| 3605 | 2025.03.19 17:25:25.303376 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2025.03.19 17:25:25.303515 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3607 | 2025.03.19 17:25:25.303577 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3608 | 2025.03.19 17:25:25.304346 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3609 | 2025.03.19 17:25:25.304387 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3610 | 2025.03.19 17:25:25.304864 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3611 | 2025.03.19 17:25:25.305106 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3612 | 2025.03.19 17:25:25.305367 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001879 sec., 506652.47472059604 rows/sec., 33.98 MiB/sec. | ||
| 3613 | 2025.03.19 17:25:25.305590 [ 5 ] {fcbc0c67-4060-4d69-a70e-63fcd0911419} <Debug> TCPHandler: Processed in 0.002272072 sec. | ||
| 3614 | 2025.03.19 17:25:25.305769 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3615 | 2025.03.19 17:25:25.305876 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3616 | 2025.03.19 17:25:25.305955 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3617 | 2025.03.19 17:25:25.307075 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2025.03.19 17:25:25.307115 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3619 | 2025.03.19 17:25:25.307742 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3620 | 2025.03.19 17:25:25.308003 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3621 | 2025.03.19 17:25:25.308365 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002489 sec., 3214.1422257934914 rows/sec., 5.76 MiB/sec. | ||
| 3622 | 2025.03.19 17:25:25.308664 [ 5 ] {20c99060-1072-4f47-842e-372ebdbd93d9} <Debug> TCPHandler: Processed in 0.002952138 sec. | ||
| 3623 | 2025.03.19 17:25:25.308809 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3624 | 2025.03.19 17:25:25.308915 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3625 | 2025.03.19 17:25:25.308962 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3626 | 2025.03.19 17:25:25.309414 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3627 | 2025.03.19 17:25:25.309452 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3628 | 2025.03.19 17:25:25.309808 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3629 | 2025.03.19 17:25:25.310052 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3630 | 2025.03.19 17:25:25.310270 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001376 sec., 29069.767441860466 rows/sec., 1.96 MiB/sec. | ||
| 3631 | 2025.03.19 17:25:25.310323 [ 5 ] {f3cff6d0-bad6-4b79-a1db-813f5e6887ac} <Debug> TCPHandler: Processed in 0.001564955 sec. | ||
| 3632 | 2025.03.19 17:25:27.065612 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3633 | 2025.03.19 17:25:27.065806 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3634 | 2025.03.19 17:25:27.065879 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3635 | 2025.03.19 17:25:27.066641 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3636 | 2025.03.19 17:25:27.066691 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3637 | 2025.03.19 17:25:27.067183 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3638 | 2025.03.19 17:25:27.067445 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3639 | 2025.03.19 17:25:27.067759 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.15 MiB/sec. | ||
| 3640 | 2025.03.19 17:25:27.067974 [ 5 ] {8a463ab9-fc1e-4df5-84a1-1ddd7fb9e144} <Debug> TCPHandler: Processed in 0.002488767 sec. | ||
| 3641 | 2025.03.19 17:25:27.068162 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3642 | 2025.03.19 17:25:27.068280 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3643 | 2025.03.19 17:25:27.068331 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3644 | 2025.03.19 17:25:27.068921 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3645 | 2025.03.19 17:25:27.068963 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3646 | 2025.03.19 17:25:27.069324 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3647 | 2025.03.19 17:25:27.069573 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3648 | 2025.03.19 17:25:27.069811 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001561 sec., 40999.35938500961 rows/sec., 3.20 MiB/sec. | ||
| 3649 | 2025.03.19 17:25:27.069869 [ 5 ] {a514474b-0592-4829-92e3-888060ce2937} <Debug> TCPHandler: Processed in 0.00177214 sec. | ||
| 3650 | 2025.03.19 17:25:27.069975 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3651 | 2025.03.19 17:25:27.070079 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3652 | 2025.03.19 17:25:27.070130 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3653 | 2025.03.19 17:25:27.070620 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3654 | 2025.03.19 17:25:27.070659 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3655 | 2025.03.19 17:25:27.071032 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3656 | 2025.03.19 17:25:27.071270 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3657 | 2025.03.19 17:25:27.071502 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001446 sec., 37344.39834024896 rows/sec., 2.60 MiB/sec. | ||
| 3658 | 2025.03.19 17:25:27.071556 [ 5 ] {07161aed-e96f-49a2-aff1-058b0ce4efec} <Debug> TCPHandler: Processed in 0.001632888 sec. | ||
| 3659 | 2025.03.19 17:25:27.071666 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3660 | 2025.03.19 17:25:27.071770 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3661 | 2025.03.19 17:25:27.071816 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3662 | 2025.03.19 17:25:27.072236 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3663 | 2025.03.19 17:25:27.072274 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3664 | 2025.03.19 17:25:27.072647 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3665 | 2025.03.19 17:25:27.072942 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3666 | 2025.03.19 17:25:27.073331 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001583 sec., 12634.238787113076 rows/sec., 868.60 KiB/sec. | ||
| 3667 | 2025.03.19 17:25:27.073386 [ 5 ] {15de07c0-4eb6-4216-bf51-cbbdf58bcebb} <Debug> TCPHandler: Processed in 0.001774401 sec. | ||
| 3668 | 2025.03.19 17:25:29.172297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3669 | 2025.03.19 17:25:29.172978 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2025.03.19 17:25:29.173030 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3671 | 2025.03.19 17:25:29.173657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3672 | 2025.03.19 17:25:29.173922 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2025.03.19 17:25:29.174225 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3674 | 2025.03.19 17:25:29.702509 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3675 | 2025.03.19 17:25:29.722222 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.03.19 17:25:29.722281 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3677 | 2025.03.19 17:25:29.729686 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3678 | 2025.03.19 17:25:29.730524 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.03.19 17:25:29.734060 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3680 | 2025.03.19 17:25:31.708205 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 514 | ||
| 3681 | 2025.03.19 17:25:31.711414 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2025.03.19 17:25:31.711468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3683 | 2025.03.19 17:25:31.713021 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3684 | 2025.03.19 17:25:31.713348 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2025.03.19 17:25:31.714982 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 514 | ||
| 3686 | 2025.03.19 17:25:32.072624 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3687 | 2025.03.19 17:25:32.072842 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3688 | 2025.03.19 17:25:32.072922 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3689 | 2025.03.19 17:25:32.073802 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3690 | 2025.03.19 17:25:32.073853 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3691 | 2025.03.19 17:25:32.074307 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3692 | 2025.03.19 17:25:32.074570 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2025.03.19 17:25:32.074764 [ 119 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3694 | 2025.03.19 17:25:32.074842 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002054 sec., 58422.59006815969 rows/sec., 4.96 MiB/sec. | ||
| 3695 | 2025.03.19 17:25:32.074848 [ 119 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2025.03.19 17:25:32.074922 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3697 | 2025.03.19 17:25:32.074981 [ 5 ] {4e2bcd2f-632d-4e4c-84f5-87d9ec868d7f} <Debug> TCPHandler: Processed in 0.002495107 sec. | ||
| 3698 | 2025.03.19 17:25:32.075306 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3699 | 2025.03.19 17:25:32.075306 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 3700 | 2025.03.19 17:25:32.075740 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3701 | 2025.03.19 17:25:32.075872 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3702 | 2025.03.19 17:25:32.075937 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3703 | 2025.03.19 17:25:32.076025 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1965 rows starting from the beginning of the part | ||
| 3704 | 2025.03.19 17:25:32.076585 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part | ||
| 3705 | 2025.03.19 17:25:32.076913 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 120 rows starting from the beginning of the part | ||
| 3706 | 2025.03.19 17:25:32.077238 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1212 rows starting from the beginning of the part | ||
| 3707 | 2025.03.19 17:25:32.077584 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3708 | 2025.03.19 17:25:32.077917 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 120 rows starting from the beginning of the part | ||
| 3709 | 2025.03.19 17:25:32.078968 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2025.03.19 17:25:32.079049 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3711 | 2025.03.19 17:25:32.080045 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3712 | 2025.03.19 17:25:32.080567 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.03.19 17:25:32.080847 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005274 sec., 6067.5009480470235 rows/sec., 456.25 KiB/sec. | ||
| 3714 | 2025.03.19 17:25:32.080914 [ 5 ] {2762aa52-3753-4a06-bf28-48164bb0eb21} <Debug> TCPHandler: Processed in 0.005729941 sec. | ||
| 3715 | 2025.03.19 17:25:32.081051 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3716 | 2025.03.19 17:25:32.081207 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3717 | 2025.03.19 17:25:32.081322 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3718 | 2025.03.19 17:25:32.081643 [ 187 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3545 rows, containing 5 columns (5 merged, 0 gathered) in 0.00660162 sec., 536989.4056307392 rows/sec., 46.35 MiB/sec. | ||
| 3719 | 2025.03.19 17:25:32.082050 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3720 | 2025.03.19 17:25:32.082535 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.03.19 17:25:32.082597 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3722 | 2025.03.19 17:25:32.082657 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2025.03.19 17:25:32.082845 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_26_5} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3724 | 2025.03.19 17:25:32.083003 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3725 | 2025.03.19 17:25:32.083229 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3726 | 2025.03.19 17:25:32.083476 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2025.03.19 17:25:32.083646 [ 119 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3728 | 2025.03.19 17:25:32.083701 [ 119 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.03.19 17:25:32.083735 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00258 sec., 37209.3023255814 rows/sec., 2.91 MiB/sec. | ||
| 3730 | 2025.03.19 17:25:32.083744 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3731 | 2025.03.19 17:25:32.083911 [ 5 ] {0961eadc-bcbe-45dd-a091-49667e0c7e45} <Debug> TCPHandler: Processed in 0.002919176 sec. | ||
| 3732 | 2025.03.19 17:25:32.084054 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 3733 | 2025.03.19 17:25:32.084103 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3734 | 2025.03.19 17:25:32.084347 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3735 | 2025.03.19 17:25:32.084353 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3736 | 2025.03.19 17:25:32.084438 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 949 rows starting from the beginning of the part | ||
| 3737 | 2025.03.19 17:25:32.084450 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3738 | 2025.03.19 17:25:32.084789 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part | ||
| 3739 | 2025.03.19 17:25:32.085151 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 96 rows starting from the beginning of the part | ||
| 3740 | 2025.03.19 17:25:32.085518 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 528 rows starting from the beginning of the part | ||
| 3741 | 2025.03.19 17:25:32.085914 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3742 | 2025.03.19 17:25:32.086255 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 96 rows starting from the beginning of the part | ||
| 3743 | 2025.03.19 17:25:32.087250 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3744 | 2025.03.19 17:25:32.087312 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3745 | 2025.03.19 17:25:32.088331 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3746 | 2025.03.19 17:25:32.088783 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3747 | 2025.03.19 17:25:32.088992 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3748 | 2025.03.19 17:25:32.089090 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3749 | 2025.03.19 17:25:32.089152 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3750 | 2025.03.19 17:25:32.089220 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004939 sec., 32395.221704798543 rows/sec., 2.26 MiB/sec. | ||
| 3751 | 2025.03.19 17:25:32.089596 [ 5 ] {9b1827fa-676c-417b-ac46-28e7e40e14a4} <Debug> TCPHandler: Processed in 0.005547557 sec. | ||
| 3752 | 2025.03.19 17:25:32.089641 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 3753 | 2025.03.19 17:25:32.090012 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.03.19 17:25:32.090127 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1805 rows, containing 5 columns (5 merged, 0 gathered) in 0.006215472 sec., 290404.33292918064 rows/sec., 22.70 MiB/sec. | ||
| 3755 | 2025.03.19 17:25:32.090205 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3756 | 2025.03.19 17:25:32.090298 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3757 | 2025.03.19 17:25:32.090314 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6350 rows starting from the beginning of the part | ||
| 3758 | 2025.03.19 17:25:32.090674 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3759 | 2025.03.19 17:25:32.090796 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 3760 | 2025.03.19 17:25:32.090805 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3761 | 2025.03.19 17:25:32.091321 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 3762 | 2025.03.19 17:25:32.091687 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 952 rows starting from the beginning of the part | ||
| 3763 | 2025.03.19 17:25:32.092247 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part | ||
| 3764 | 2025.03.19 17:25:32.092584 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 3765 | 2025.03.19 17:25:32.094000 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2025.03.19 17:25:32.094765 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_26_5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3767 | 2025.03.19 17:25:32.095246 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3768 | 2025.03.19 17:25:32.097013 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3769 | 2025.03.19 17:25:32.097057 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3770 | 2025.03.19 17:25:32.098073 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7836 rows, containing 5 columns (5 merged, 0 gathered) in 0.008775581 sec., 892932.3312040537 rows/sec., 61.14 MiB/sec. | ||
| 3771 | 2025.03.19 17:25:32.098158 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3772 | 2025.03.19 17:25:32.098459 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3773 | 2025.03.19 17:25:32.098786 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008578 sec., 3730.473303800419 rows/sec., 6.68 MiB/sec. | ||
| 3774 | 2025.03.19 17:25:32.098799 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3775 | 2025.03.19 17:25:32.099161 [ 5 ] {91fe9c85-2631-4f88-b02b-8c9efbeda3ca} <Debug> TCPHandler: Processed in 0.009313223 sec. | ||
| 3776 | 2025.03.19 17:25:32.099358 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3777 | 2025.03.19 17:25:32.099431 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.03.19 17:25:32.099589 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3779 | 2025.03.19 17:25:32.099617 [ 199 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3780 | 2025.03.19 17:25:32.099667 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3781 | 2025.03.19 17:25:32.099782 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 3782 | 2025.03.19 17:25:32.100267 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2025.03.19 17:25:32.100310 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3784 | 2025.03.19 17:25:32.100688 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3785 | 2025.03.19 17:25:32.100939 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.03.19 17:25:32.101103 [ 119 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3787 | 2025.03.19 17:25:32.101160 [ 119 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.03.19 17:25:32.101191 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001688 sec., 35545.02369668247 rows/sec., 2.40 MiB/sec. | ||
| 3789 | 2025.03.19 17:25:32.101198 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3790 | 2025.03.19 17:25:32.101331 [ 5 ] {fb629621-d362-4feb-bd21-ca1a69661254} <Debug> TCPHandler: Processed in 0.002042397 sec. | ||
| 3791 | 2025.03.19 17:25:32.101558 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3792 | 2025.03.19 17:25:32.101824 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3793 | 2025.03.19 17:25:32.101888 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1030 rows starting from the beginning of the part | ||
| 3794 | 2025.03.19 17:25:32.102040 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3795 | 2025.03.19 17:25:32.102195 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3796 | 2025.03.19 17:25:32.102382 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 3797 | 2025.03.19 17:25:32.102469 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 3798 | 2025.03.19 17:25:32.102552 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 3799 | 2025.03.19 17:25:32.103738 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1270 rows, containing 4 columns (4 merged, 0 gathered) in 0.002387684 sec., 531896.1805666076 rows/sec., 35.74 MiB/sec. | ||
| 3800 | 2025.03.19 17:25:32.103966 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3801 | 2025.03.19 17:25:32.104316 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2025.03.19 17:25:32.104400 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_26_5} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3803 | 2025.03.19 17:25:32.104485 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3804 | 2025.03.19 17:25:36.576312 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3805 | 2025.03.19 17:25:36.576410 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3806 | 2025.03.19 17:25:36.674384 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3807 | 2025.03.19 17:25:36.675017 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2025.03.19 17:25:36.675062 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3809 | 2025.03.19 17:25:36.675589 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3810 | 2025.03.19 17:25:36.675859 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2025.03.19 17:25:36.676147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3812 | 2025.03.19 17:25:37.070886 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3813 | 2025.03.19 17:25:37.071105 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3814 | 2025.03.19 17:25:37.071187 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3815 | 2025.03.19 17:25:37.072124 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3816 | 2025.03.19 17:25:37.072175 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3817 | 2025.03.19 17:25:37.072639 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3818 | 2025.03.19 17:25:37.072898 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3819 | 2025.03.19 17:25:37.073190 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002135 sec., 33723.65339578454 rows/sec., 2.74 MiB/sec. | ||
| 3820 | 2025.03.19 17:25:37.073410 [ 5 ] {addcc3e7-499d-49dc-a4a6-04d1a738dc4b} <Debug> TCPHandler: Processed in 0.00265773 sec. | ||
| 3821 | 2025.03.19 17:25:37.073597 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3822 | 2025.03.19 17:25:37.073718 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3823 | 2025.03.19 17:25:37.073769 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3824 | 2025.03.19 17:25:37.074348 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3825 | 2025.03.19 17:25:37.074389 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3826 | 2025.03.19 17:25:37.074745 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3827 | 2025.03.19 17:25:37.074986 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3828 | 2025.03.19 17:25:37.075163 [ 114 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3829 | 2025.03.19 17:25:37.075231 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001539 sec., 5198.180636777128 rows/sec., 390.88 KiB/sec. | ||
| 3830 | 2025.03.19 17:25:37.075256 [ 114 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3831 | 2025.03.19 17:25:37.075326 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3832 | 2025.03.19 17:25:37.075358 [ 5 ] {c665757a-3157-4193-875d-c418a9ff8171} <Debug> TCPHandler: Processed in 0.001818001 sec. | ||
| 3833 | 2025.03.19 17:25:37.075711 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3834 | 2025.03.19 17:25:37.075729 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 3835 | 2025.03.19 17:25:37.075957 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3836 | 2025.03.19 17:25:37.076050 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3837 | 2025.03.19 17:25:37.076066 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3838 | 2025.03.19 17:25:37.076144 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 172 rows starting from the beginning of the part | ||
| 3839 | 2025.03.19 17:25:37.076488 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 3840 | 2025.03.19 17:25:37.076826 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 3841 | 2025.03.19 17:25:37.077229 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 3842 | 2025.03.19 17:25:37.077580 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 3843 | 2025.03.19 17:25:37.077906 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 3844 | 2025.03.19 17:25:37.079079 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.03.19 17:25:37.079163 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3846 | 2025.03.19 17:25:37.080303 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3847 | 2025.03.19 17:25:37.080589 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134918 sec., 50633.719954242704 rows/sec., 3.61 MiB/sec. | ||
| 3848 | 2025.03.19 17:25:37.080809 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3849 | 2025.03.19 17:25:37.080836 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3850 | 2025.03.19 17:25:37.081355 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005455 sec., 13198.900091659028 rows/sec., 1.03 MiB/sec. | ||
| 3851 | 2025.03.19 17:25:37.081646 [ 5 ] {f52057c4-8925-4679-8068-4e8ad079c1db} <Debug> TCPHandler: Processed in 0.006079119 sec. | ||
| 3852 | 2025.03.19 17:25:37.081850 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2025.03.19 17:25:37.081916 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2025.03.19 17:25:37.081973 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_21_4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3855 | 2025.03.19 17:25:37.082108 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3856 | 2025.03.19 17:25:37.082123 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3857 | 2025.03.19 17:25:37.082265 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3858 | 2025.03.19 17:25:37.082985 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2025.03.19 17:25:37.083025 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3860 | 2025.03.19 17:25:37.083434 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3861 | 2025.03.19 17:25:37.083691 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2025.03.19 17:25:37.083963 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001931 sec., 82858.62247540135 rows/sec., 5.77 MiB/sec. | ||
| 3863 | 2025.03.19 17:25:37.084190 [ 5 ] {bf13b0e4-e725-4d81-ae74-abda8842ab24} <Debug> TCPHandler: Processed in 0.002350064 sec. | ||
| 3864 | 2025.03.19 17:25:37.084347 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3865 | 2025.03.19 17:25:37.084452 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3866 | 2025.03.19 17:25:37.084525 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3867 | 2025.03.19 17:25:37.085640 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3868 | 2025.03.19 17:25:37.085679 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3869 | 2025.03.19 17:25:37.086313 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3870 | 2025.03.19 17:25:37.086574 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3871 | 2025.03.19 17:25:37.086763 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3872 | 2025.03.19 17:25:37.086840 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2025.03.19 17:25:37.086874 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3874 | 2025.03.19 17:25:37.086902 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002461 sec., 3250.711093051605 rows/sec., 5.83 MiB/sec. | ||
| 3875 | 2025.03.19 17:25:37.087423 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 3876 | 2025.03.19 17:25:37.087647 [ 5 ] {acad4624-2a6a-4151-a615-a73d2cf06a7f} <Debug> TCPHandler: Processed in 0.003348276 sec. | ||
| 3877 | 2025.03.19 17:25:37.088050 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2025.03.19 17:25:37.088315 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3879 | 2025.03.19 17:25:37.088419 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3880 | 2025.03.19 17:25:37.088430 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3881 | 2025.03.19 17:25:37.088656 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 287 rows starting from the beginning of the part | ||
| 3882 | 2025.03.19 17:25:37.089574 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 3883 | 2025.03.19 17:25:37.090364 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 3884 | 2025.03.19 17:25:37.090589 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.03.19 17:25:37.090698 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3886 | 2025.03.19 17:25:37.091090 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 3887 | 2025.03.19 17:25:37.091880 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 3888 | 2025.03.19 17:25:37.092258 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3889 | 2025.03.19 17:25:37.092571 [ 191 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 3890 | 2025.03.19 17:25:37.093191 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3891 | 2025.03.19 17:25:37.093875 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005641 sec., 10636.411983690834 rows/sec., 734.02 KiB/sec. | ||
| 3892 | 2025.03.19 17:25:37.093950 [ 5 ] {748bae4f-88f5-4bce-9db4-4ae1956c29d0} <Debug> TCPHandler: Processed in 0.006003887 sec. | ||
| 3893 | 2025.03.19 17:25:37.097205 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 375 rows, containing 19 columns (19 merged, 0 gathered) in 0.010214513 sec., 36712.4697966511 rows/sec., 65.79 MiB/sec. | ||
| 3894 | 2025.03.19 17:25:37.097998 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3895 | 2025.03.19 17:25:37.098426 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.03.19 17:25:37.098504 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3897 | 2025.03.19 17:25:37.098650 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 3898 | 2025.03.19 17:25:37.234164 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3899 | 2025.03.19 17:25:37.255235 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2025.03.19 17:25:37.255282 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3901 | 2025.03.19 17:25:37.263080 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3902 | 2025.03.19 17:25:37.263885 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2025.03.19 17:25:37.267582 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3904 | 2025.03.19 17:25:41.715212 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 538 | ||
| 3905 | 2025.03.19 17:25:41.718233 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3906 | 2025.03.19 17:25:41.718288 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3907 | 2025.03.19 17:25:41.719821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3908 | 2025.03.19 17:25:41.720139 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2025.03.19 17:25:41.720811 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 538 | ||
| 3910 | 2025.03.19 17:25:42.074994 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3911 | 2025.03.19 17:25:42.075198 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3912 | 2025.03.19 17:25:42.075274 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3913 | 2025.03.19 17:25:42.076068 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2025.03.19 17:25:42.076110 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3915 | 2025.03.19 17:25:42.076557 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3916 | 2025.03.19 17:25:42.076818 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2025.03.19 17:25:42.077046 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001905 sec., 12598.425196850394 rows/sec., 1.05 MiB/sec. | ||
| 3918 | 2025.03.19 17:25:42.077103 [ 5 ] {d76711a8-79dd-404e-827d-1f392e480d1b} <Debug> TCPHandler: Processed in 0.002248151 sec. | ||
| 3919 | 2025.03.19 17:25:42.077240 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2025.03.19 17:25:42.077379 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3921 | 2025.03.19 17:25:42.077435 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3922 | 2025.03.19 17:25:42.078020 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2025.03.19 17:25:42.078060 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3924 | 2025.03.19 17:25:42.078411 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3925 | 2025.03.19 17:25:42.078660 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2025.03.19 17:25:42.078916 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001562 sec., 5121.638924455826 rows/sec., 417.63 KiB/sec. | ||
| 3927 | 2025.03.19 17:25:42.078985 [ 5 ] {1d1df283-4873-4584-bb8e-88daa3e50a06} <Debug> TCPHandler: Processed in 0.001809402 sec. | ||
| 3928 | 2025.03.19 17:25:42.079110 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2025.03.19 17:25:42.079216 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3930 | 2025.03.19 17:25:42.079259 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3931 | 2025.03.19 17:25:42.079886 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2025.03.19 17:25:42.079924 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3933 | 2025.03.19 17:25:42.080299 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3934 | 2025.03.19 17:25:42.080535 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2025.03.19 17:25:42.080760 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Debug> executeQuery: Read 244 rows, 22.19 KiB in 0.001564 sec., 156010.23017902812 rows/sec., 13.86 MiB/sec. | ||
| 3936 | 2025.03.19 17:25:42.080891 [ 5 ] {c01f6293-045c-48af-8258-fec92c65ec5d} <Debug> TCPHandler: Processed in 0.001832812 sec. | ||
| 3937 | 2025.03.19 17:25:42.081024 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3938 | 2025.03.19 17:25:42.081129 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3939 | 2025.03.19 17:25:42.081174 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3940 | 2025.03.19 17:25:42.081709 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2025.03.19 17:25:42.081747 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3942 | 2025.03.19 17:25:42.082088 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3943 | 2025.03.19 17:25:42.082319 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3944 | 2025.03.19 17:25:42.082495 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Debug> executeQuery: Read 52 rows, 3.93 KiB in 0.001388 sec., 37463.97694524496 rows/sec., 2.76 MiB/sec. | ||
| 3945 | 2025.03.19 17:25:42.082548 [ 5 ] {94147863-0864-476b-92e3-1cfb50d898b8} <Debug> TCPHandler: Processed in 0.001575406 sec. | ||
| 3946 | 2025.03.19 17:25:42.082651 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2025.03.19 17:25:42.082753 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3948 | 2025.03.19 17:25:42.082796 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3949 | 2025.03.19 17:25:42.083308 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2025.03.19 17:25:42.083345 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3951 | 2025.03.19 17:25:42.083680 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3952 | 2025.03.19 17:25:42.083912 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2025.03.19 17:25:42.084116 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001378 sec., 17416.54571843251 rows/sec., 1.45 MiB/sec. | ||
| 3954 | 2025.03.19 17:25:42.084187 [ 5 ] {ea37586c-94aa-4bb8-aaeb-37a58dfcec3c} <Debug> TCPHandler: Processed in 0.001585636 sec. | ||
| 3955 | 2025.03.19 17:25:42.084290 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3956 | 2025.03.19 17:25:42.084392 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3957 | 2025.03.19 17:25:42.084435 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3958 | 2025.03.19 17:25:42.084941 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2025.03.19 17:25:42.084979 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3960 | 2025.03.19 17:25:42.085340 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3961 | 2025.03.19 17:25:42.085575 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3962 | 2025.03.19 17:25:42.085788 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001414 sec., 8486.562942008488 rows/sec., 663.01 KiB/sec. | ||
| 3963 | 2025.03.19 17:25:42.085842 [ 5 ] {c9172e04-f9a1-40b9-b537-4b37d0f0cad5} <Debug> TCPHandler: Processed in 0.001601706 sec. | ||
| 3964 | 2025.03.19 17:25:42.085946 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3965 | 2025.03.19 17:25:42.086047 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3966 | 2025.03.19 17:25:42.086090 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3967 | 2025.03.19 17:25:42.086649 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2025.03.19 17:25:42.086686 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3969 | 2025.03.19 17:25:42.087039 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3970 | 2025.03.19 17:25:42.087272 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2025.03.19 17:25:42.087454 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Debug> executeQuery: Read 140 rows, 11.59 KiB in 0.001428 sec., 98039.2156862745 rows/sec., 7.92 MiB/sec. | ||
| 3972 | 2025.03.19 17:25:42.087507 [ 5 ] {2cac1b02-3ccc-43c1-834f-033f84813559} <Debug> TCPHandler: Processed in 0.001610916 sec. | ||
| 3973 | 2025.03.19 17:25:42.087609 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3974 | 2025.03.19 17:25:42.087711 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3975 | 2025.03.19 17:25:42.087758 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3976 | 2025.03.19 17:25:42.088259 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2025.03.19 17:25:42.088295 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3978 | 2025.03.19 17:25:42.088680 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3979 | 2025.03.19 17:25:42.088922 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2025.03.19 17:25:42.089103 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.001415 sec., 141342.75618374557 rows/sec., 10.13 MiB/sec. | ||
| 3981 | 2025.03.19 17:25:42.089155 [ 5 ] {2793ad7c-a5d9-4807-acaf-755ecaff90dd} <Debug> TCPHandler: Processed in 0.001595346 sec. | ||
| 3982 | 2025.03.19 17:25:42.089256 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2025.03.19 17:25:42.089358 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3984 | 2025.03.19 17:25:42.089420 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3985 | 2025.03.19 17:25:42.090505 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3986 | 2025.03.19 17:25:42.090542 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3987 | 2025.03.19 17:25:42.091284 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3988 | 2025.03.19 17:25:42.091559 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2025.03.19 17:25:42.091754 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002418 sec., 13234.077750206783 rows/sec., 23.71 MiB/sec. | ||
| 3990 | 2025.03.19 17:25:42.091852 [ 5 ] {e58c18e7-2901-4fe9-8b27-7105ef39b577} <Debug> TCPHandler: Processed in 0.00264501 sec. | ||
| 3991 | 2025.03.19 17:25:42.091964 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3992 | 2025.03.19 17:25:42.092067 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3993 | 2025.03.19 17:25:42.092111 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3994 | 2025.03.19 17:25:42.092535 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2025.03.19 17:25:42.092665 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 3996 | 2025.03.19 17:25:42.093018 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3997 | 2025.03.19 17:25:42.093250 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3998 | 2025.03.19 17:25:42.093423 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
| 3999 | 2025.03.19 17:25:42.093472 [ 5 ] {0ffa35df-ff5d-4512-ad99-65fe4b5e602c} <Debug> TCPHandler: Processed in 0.001558806 sec. | ||
| 4000 | 2025.03.19 17:25:44.176290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4001 | 2025.03.19 17:25:44.177024 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2025.03.19 17:25:44.177064 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4003 | 2025.03.19 17:25:44.177660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4004 | 2025.03.19 17:25:44.177933 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4005 | 2025.03.19 17:25:44.178184 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4006 | 2025.03.19 17:25:44.767683 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4007 | 2025.03.19 17:25:44.789513 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2025.03.19 17:25:44.789577 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4009 | 2025.03.19 17:25:44.797393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4010 | 2025.03.19 17:25:44.798230 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2025.03.19 17:25:44.801319 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4012 | 2025.03.19 17:25:47.071444 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4013 | 2025.03.19 17:25:47.071651 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4014 | 2025.03.19 17:25:47.071728 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4015 | 2025.03.19 17:25:47.072487 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4016 | 2025.03.19 17:25:47.072532 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4017 | 2025.03.19 17:25:47.072961 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4018 | 2025.03.19 17:25:47.073211 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2025.03.19 17:25:47.073471 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001864 sec., 38626.609442060086 rows/sec., 3.14 MiB/sec. | ||
| 4020 | 2025.03.19 17:25:47.073591 [ 5 ] {15914ef0-61f4-44a9-abde-abe297243c39} <Debug> TCPHandler: Processed in 0.002279053 sec. | ||
| 4021 | 2025.03.19 17:25:47.073802 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4022 | 2025.03.19 17:25:47.073911 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4023 | 2025.03.19 17:25:47.073958 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4024 | 2025.03.19 17:25:47.074484 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4025 | 2025.03.19 17:25:47.074523 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4026 | 2025.03.19 17:25:47.074868 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4027 | 2025.03.19 17:25:47.075115 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2025.03.19 17:25:47.075329 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001442 sec., 5547.850208044383 rows/sec., 417.17 KiB/sec. | ||
| 4029 | 2025.03.19 17:25:47.075382 [ 5 ] {a5d73b80-a720-4309-a863-fb4f426ec792} <Debug> TCPHandler: Processed in 0.001646088 sec. | ||
| 4030 | 2025.03.19 17:25:47.075485 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2025.03.19 17:25:47.075585 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4032 | 2025.03.19 17:25:47.075628 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4033 | 2025.03.19 17:25:47.076165 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2025.03.19 17:25:47.076205 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4035 | 2025.03.19 17:25:47.076558 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4036 | 2025.03.19 17:25:47.076802 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.03.19 17:25:47.077012 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001448 sec., 49723.756906077346 rows/sec., 3.88 MiB/sec. | ||
| 4038 | 2025.03.19 17:25:47.077064 [ 5 ] {07009282-46ef-474a-8de3-ebeda335d416} <Debug> TCPHandler: Processed in 0.001629907 sec. | ||
| 4039 | 2025.03.19 17:25:47.077167 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4040 | 2025.03.19 17:25:47.077269 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4041 | 2025.03.19 17:25:47.077316 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4042 | 2025.03.19 17:25:47.077820 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4043 | 2025.03.19 17:25:47.077859 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4044 | 2025.03.19 17:25:47.078243 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4045 | 2025.03.19 17:25:47.078480 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2025.03.19 17:25:47.078696 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec. | ||
| 4047 | 2025.03.19 17:25:47.078748 [ 5 ] {1c6c749e-ca6e-4d97-a542-c20ec0ca8f0a} <Debug> TCPHandler: Processed in 0.001632198 sec. | ||
| 4048 | 2025.03.19 17:25:47.078853 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4049 | 2025.03.19 17:25:47.078954 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4050 | 2025.03.19 17:25:47.079018 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4051 | 2025.03.19 17:25:47.080061 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2025.03.19 17:25:47.080100 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4053 | 2025.03.19 17:25:47.080706 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4054 | 2025.03.19 17:25:47.080970 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2025.03.19 17:25:47.081215 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002282 sec., 3505.6967572304993 rows/sec., 6.28 MiB/sec. | ||
| 4056 | 2025.03.19 17:25:47.081315 [ 5 ] {38bbb0bb-4842-4bbf-9a26-b444257487df} <Debug> TCPHandler: Processed in 0.002512187 sec. | ||
| 4057 | 2025.03.19 17:25:47.081449 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4058 | 2025.03.19 17:25:47.081563 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4059 | 2025.03.19 17:25:47.081611 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4060 | 2025.03.19 17:25:47.082065 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4061 | 2025.03.19 17:25:47.082106 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4062 | 2025.03.19 17:25:47.082487 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4063 | 2025.03.19 17:25:47.082731 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4064 | 2025.03.19 17:25:47.083003 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
| 4065 | 2025.03.19 17:25:47.083197 [ 5 ] {04387815-ec0e-4a3e-9665-02d85253bc08} <Debug> TCPHandler: Processed in 0.001798051 sec. | ||
| 4066 | 2025.03.19 17:25:51.576669 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4067 | 2025.03.19 17:25:51.576735 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4068 | 2025.03.19 17:25:51.678331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4069 | 2025.03.19 17:25:51.678975 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4070 | 2025.03.19 17:25:51.679021 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4071 | 2025.03.19 17:25:51.679584 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4072 | 2025.03.19 17:25:51.679840 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4073 | 2025.03.19 17:25:51.680093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4074 | 2025.03.19 17:25:51.721015 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 570 | ||
| 4075 | 2025.03.19 17:25:51.724240 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2025.03.19 17:25:51.724298 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4077 | 2025.03.19 17:25:51.725856 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4078 | 2025.03.19 17:25:51.726203 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2025.03.19 17:25:51.726925 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 570 | ||
| 4080 | 2025.03.19 17:25:52.072843 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4081 | 2025.03.19 17:25:52.073033 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4082 | 2025.03.19 17:25:52.073104 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4083 | 2025.03.19 17:25:52.073907 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2025.03.19 17:25:52.073953 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4085 | 2025.03.19 17:25:52.074422 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4086 | 2025.03.19 17:25:52.074715 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2025.03.19 17:25:52.074956 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001966 sec., 61037.639877924725 rows/sec., 5.19 MiB/sec. | ||
| 4088 | 2025.03.19 17:25:52.075112 [ 5 ] {5a043b47-f17b-4925-8b17-e0ea909e4b2e} <Debug> TCPHandler: Processed in 0.002400215 sec. | ||
| 4089 | 2025.03.19 17:25:52.075334 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2025.03.19 17:25:52.075450 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4091 | 2025.03.19 17:25:52.075498 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4092 | 2025.03.19 17:25:52.076092 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2025.03.19 17:25:52.076133 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4094 | 2025.03.19 17:25:52.076506 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4095 | 2025.03.19 17:25:52.076746 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2025.03.19 17:25:52.076974 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001549 sec., 20658.489347966428 rows/sec., 1.52 MiB/sec. | ||
| 4097 | 2025.03.19 17:25:52.077230 [ 5 ] {d7171f89-a5e1-4850-b603-343320019df2} <Debug> TCPHandler: Processed in 0.001959364 sec. | ||
| 4098 | 2025.03.19 17:25:52.077454 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2025.03.19 17:25:52.077564 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4100 | 2025.03.19 17:25:52.077611 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4101 | 2025.03.19 17:25:52.078225 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2025.03.19 17:25:52.078265 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4103 | 2025.03.19 17:25:52.078652 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4104 | 2025.03.19 17:25:52.078901 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2025.03.19 17:25:52.079116 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001569 sec., 61185.46845124283 rows/sec., 4.78 MiB/sec. | ||
| 4106 | 2025.03.19 17:25:52.079341 [ 5 ] {4f5f9393-0440-4b3d-ac1e-26aef99076ce} <Debug> TCPHandler: Processed in 0.001953454 sec. | ||
| 4107 | 2025.03.19 17:25:52.079538 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2025.03.19 17:25:52.079647 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4109 | 2025.03.19 17:25:52.079700 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4110 | 2025.03.19 17:25:52.080252 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2025.03.19 17:25:52.080291 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4112 | 2025.03.19 17:25:52.080694 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4113 | 2025.03.19 17:25:52.080962 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2025.03.19 17:25:52.081146 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
| 4115 | 2025.03.19 17:25:52.081207 [ 5 ] {e1f4ec6d-e1ff-4967-8f85-7a8fd999e23c} <Debug> TCPHandler: Processed in 0.001730589 sec. | ||
| 4116 | 2025.03.19 17:25:52.081316 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4117 | 2025.03.19 17:25:52.081421 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4118 | 2025.03.19 17:25:52.081487 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4119 | 2025.03.19 17:25:52.082681 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2025.03.19 17:25:52.082719 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4121 | 2025.03.19 17:25:52.083517 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4122 | 2025.03.19 17:25:52.083796 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2025.03.19 17:25:52.084010 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002614 sec., 12241.77505738332 rows/sec., 21.94 MiB/sec. | ||
| 4124 | 2025.03.19 17:25:52.084129 [ 5 ] {f3902f26-56a4-4ed7-9e56-40f1e95e44fc} <Debug> TCPHandler: Processed in 0.002864165 sec. | ||
| 4125 | 2025.03.19 17:25:52.084247 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.03.19 17:25:52.084351 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4127 | 2025.03.19 17:25:52.084398 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4128 | 2025.03.19 17:25:52.084836 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.03.19 17:25:52.084873 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4130 | 2025.03.19 17:25:52.085250 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4131 | 2025.03.19 17:25:52.085492 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.03.19 17:25:52.085677 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 4133 | 2025.03.19 17:25:52.085729 [ 5 ] {6fc008de-bb9a-4912-914e-87a0840826c8} <Debug> TCPHandler: Processed in 0.001532585 sec. | ||
| 4134 | 2025.03.19 17:25:52.301427 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4135 | 2025.03.19 17:25:52.323530 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4136 | 2025.03.19 17:25:52.323587 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. | ||
| 4137 | 2025.03.19 17:25:52.331517 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4138 | 2025.03.19 17:25:52.332334 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4139 | 2025.03.19 17:25:52.335395 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4140 | 2025.03.19 17:25:55.295600 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2025.03.19 17:25:55.295811 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4142 | 2025.03.19 17:25:55.295886 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4143 | 2025.03.19 17:25:55.296640 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.03.19 17:25:55.296687 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4145 | 2025.03.19 17:25:55.297118 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4146 | 2025.03.19 17:25:55.297403 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2025.03.19 17:25:55.297667 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001905 sec., 5249.343832020997 rows/sec., 428.05 KiB/sec. | ||
| 4148 | 2025.03.19 17:25:55.297740 [ 5 ] {f9cc595c-827a-4c7e-8145-5ef6d6d95ade} <Debug> TCPHandler: Processed in 0.002268052 sec. | ||
| 4149 | 2025.03.19 17:25:55.297867 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4150 | 2025.03.19 17:25:55.297975 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4151 | 2025.03.19 17:25:55.298022 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4152 | 2025.03.19 17:25:55.299145 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2025.03.19 17:25:55.299184 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4154 | 2025.03.19 17:25:55.299643 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4155 | 2025.03.19 17:25:55.299886 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2025.03.19 17:25:55.300061 [ 95 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4157 | 2025.03.19 17:25:55.300125 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Debug> executeQuery: Read 1217 rows, 102.92 KiB in 0.002172 sec., 560313.0755064457 rows/sec., 46.27 MiB/sec. | ||
| 4158 | 2025.03.19 17:25:55.300143 [ 95 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4159 | 2025.03.19 17:25:55.300220 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4160 | 2025.03.19 17:25:55.300258 [ 5 ] {bb019db9-8f7e-4cdb-aa72-1c136e589ee4} <Debug> TCPHandler: Processed in 0.002435216 sec. | ||
| 4161 | 2025.03.19 17:25:55.300458 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 4162 | 2025.03.19 17:25:55.300470 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2025.03.19 17:25:55.300708 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4164 | 2025.03.19 17:25:55.300729 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4165 | 2025.03.19 17:25:55.300808 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4166 | 2025.03.19 17:25:55.300816 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1965 rows starting from the beginning of the part | ||
| 4167 | 2025.03.19 17:25:55.301129 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part | ||
| 4168 | 2025.03.19 17:25:55.301544 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 244 rows starting from the beginning of the part | ||
| 4169 | 2025.03.19 17:25:55.301896 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part | ||
| 4170 | 2025.03.19 17:25:55.302246 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 120 rows starting from the beginning of the part | ||
| 4171 | 2025.03.19 17:25:55.302664 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1217 rows starting from the beginning of the part | ||
| 4172 | 2025.03.19 17:25:55.303685 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4173 | 2025.03.19 17:25:55.303751 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4174 | 2025.03.19 17:25:55.304590 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4175 | 2025.03.19 17:25:55.305179 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4176 | 2025.03.19 17:25:55.305612 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.004974 sec., 3618.8178528347407 rows/sec., 261.32 KiB/sec. | ||
| 4177 | 2025.03.19 17:25:55.305899 [ 5 ] {34846927-c011-4662-860e-f0f4d5740868} <Debug> TCPHandler: Processed in 0.005505906 sec. | ||
| 4178 | 2025.03.19 17:25:55.306193 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4179 | 2025.03.19 17:25:55.306392 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4180 | 2025.03.19 17:25:55.306444 [ 197 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3690 rows, containing 5 columns (5 merged, 0 gathered) in 0.00611642 sec., 603294.0837941149 rows/sec., 52.30 MiB/sec. | ||
| 4181 | 2025.03.19 17:25:55.306452 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4182 | 2025.03.19 17:25:55.306766 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4183 | 2025.03.19 17:25:55.307336 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.03.19 17:25:55.307537 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_31_6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4185 | 2025.03.19 17:25:55.307703 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 4186 | 2025.03.19 17:25:55.307728 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.03.19 17:25:55.307787 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4188 | 2025.03.19 17:25:55.308160 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4189 | 2025.03.19 17:25:55.308396 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2025.03.19 17:25:55.308647 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002308 sec., 98786.82842287695 rows/sec., 6.69 MiB/sec. | ||
| 4191 | 2025.03.19 17:25:55.308733 [ 5 ] {70ec6c74-737a-4cb2-8a9d-cf208318ef09} <Debug> TCPHandler: Processed in 0.002632791 sec. | ||
| 4192 | 2025.03.19 17:25:55.308840 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4193 | 2025.03.19 17:25:55.308944 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4194 | 2025.03.19 17:25:55.308988 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4195 | 2025.03.19 17:25:55.309743 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2025.03.19 17:25:55.309782 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4197 | 2025.03.19 17:25:55.310195 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4198 | 2025.03.19 17:25:55.310437 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.03.19 17:25:55.310592 [ 95 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4200 | 2025.03.19 17:25:55.310649 [ 95 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4201 | 2025.03.19 17:25:55.310684 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Debug> executeQuery: Read 538 rows, 40.86 KiB in 0.001751 sec., 307252.9982866933 rows/sec., 22.79 MiB/sec. | ||
| 4202 | 2025.03.19 17:25:55.310692 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4203 | 2025.03.19 17:25:55.310824 [ 5 ] {e09eb3c7-a996-4348-9028-47160157f698} <Debug> TCPHandler: Processed in 0.002032686 sec. | ||
| 4204 | 2025.03.19 17:25:55.310971 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 4205 | 2025.03.19 17:25:55.311020 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4206 | 2025.03.19 17:25:55.311273 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4207 | 2025.03.19 17:25:55.311273 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4208 | 2025.03.19 17:25:55.311378 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 949 rows starting from the beginning of the part | ||
| 4209 | 2025.03.19 17:25:55.311384 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4210 | 2025.03.19 17:25:55.311717 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part | ||
| 4211 | 2025.03.19 17:25:55.312085 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part | ||
| 4212 | 2025.03.19 17:25:55.312456 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part | ||
| 4213 | 2025.03.19 17:25:55.312787 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 96 rows starting from the beginning of the part | ||
| 4214 | 2025.03.19 17:25:55.313105 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 538 rows starting from the beginning of the part | ||
| 4215 | 2025.03.19 17:25:55.314463 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4216 | 2025.03.19 17:25:55.314536 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4217 | 2025.03.19 17:25:55.315755 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4218 | 2025.03.19 17:25:55.316286 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1867 rows, containing 5 columns (5 merged, 0 gathered) in 0.005443294 sec., 342990.8434120957 rows/sec., 26.93 MiB/sec. | ||
| 4219 | 2025.03.19 17:25:55.316293 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4220 | 2025.03.19 17:25:55.316537 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4221 | 2025.03.19 17:25:55.316619 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2025.03.19 17:25:55.316665 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4223 | 2025.03.19 17:25:55.316725 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.005543 sec., 172650.18942810752 rows/sec., 11.58 MiB/sec. | ||
| 4224 | 2025.03.19 17:25:55.316757 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4225 | 2025.03.19 17:25:55.317084 [ 5 ] {f1d378e3-79d4-4be3-aefe-54ad9921a3d6} <Debug> TCPHandler: Processed in 0.006117659 sec. | ||
| 4226 | 2025.03.19 17:25:55.317137 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 4227 | 2025.03.19 17:25:55.317337 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4228 | 2025.03.19 17:25:55.317432 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4229 | 2025.03.19 17:25:55.317530 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7836 rows starting from the beginning of the part | ||
| 4230 | 2025.03.19 17:25:55.317607 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4231 | 2025.03.19 17:25:55.317915 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4232 | 2025.03.19 17:25:55.317941 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4233 | 2025.03.19 17:25:55.318175 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4234 | 2025.03.19 17:25:55.318421 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 200 rows starting from the beginning of the part | ||
| 4235 | 2025.03.19 17:25:55.318502 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_31_6} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4236 | 2025.03.19 17:25:55.318934 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4237 | 2025.03.19 17:25:55.319034 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4238 | 2025.03.19 17:25:55.319368 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4239 | 2025.03.19 17:25:55.319784 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 957 rows starting from the beginning of the part | ||
| 4240 | 2025.03.19 17:25:55.322077 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4241 | 2025.03.19 17:25:55.322130 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4242 | 2025.03.19 17:25:55.322992 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4243 | 2025.03.19 17:25:55.323352 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4244 | 2025.03.19 17:25:55.323662 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006127 sec., 1305.6960992329036 rows/sec., 2.34 MiB/sec. | ||
| 4245 | 2025.03.19 17:25:55.323789 [ 5 ] {be892431-ec13-4737-8209-fb934ea23261} <Debug> TCPHandler: Processed in 0.00653922 sec. | ||
| 4246 | 2025.03.19 17:25:55.323965 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4247 | 2025.03.19 17:25:55.324079 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9473 rows, containing 5 columns (5 merged, 0 gathered) in 0.007295247 sec., 1298516.691758346 rows/sec., 88.90 MiB/sec. | ||
| 4248 | 2025.03.19 17:25:55.324142 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4249 | 2025.03.19 17:25:55.324200 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4250 | 2025.03.19 17:25:55.324422 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4251 | 2025.03.19 17:25:55.325007 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4252 | 2025.03.19 17:25:55.325141 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2025.03.19 17:25:55.325201 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4254 | 2025.03.19 17:25:55.325207 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4255 | 2025.03.19 17:25:55.325408 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 4256 | 2025.03.19 17:25:55.325758 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4257 | 2025.03.19 17:25:55.326006 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2025.03.19 17:25:55.326173 [ 95 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4259 | 2025.03.19 17:25:55.326237 [ 95 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4260 | 2025.03.19 17:25:55.326273 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002169 sec., 18441.67819271554 rows/sec., 1.25 MiB/sec. | ||
| 4261 | 2025.03.19 17:25:55.326280 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4262 | 2025.03.19 17:25:55.326446 [ 5 ] {086bddd6-1004-488a-956e-5377cd358c22} <Debug> TCPHandler: Processed in 0.002555268 sec. | ||
| 4263 | 2025.03.19 17:25:55.326486 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 4264 | 2025.03.19 17:25:55.326594 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4265 | 2025.03.19 17:25:55.326621 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1270 rows starting from the beginning of the part | ||
| 4266 | 2025.03.19 17:25:55.326705 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 4267 | 2025.03.19 17:25:55.326913 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4268 | 2025.03.19 17:25:55.327078 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 4269 | 2025.03.19 17:25:55.327291 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4270 | 2025.03.19 17:25:55.327460 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 4271 | 2025.03.19 17:25:55.328714 [ 194 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 4 columns (4 merged, 0 gathered) in 0.002299762 sec., 673982.7860448168 rows/sec., 45.32 MiB/sec. | ||
| 4272 | 2025.03.19 17:25:55.328909 [ 189 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4273 | 2025.03.19 17:25:55.329209 [ 189 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2025.03.19 17:25:55.329291 [ 189 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_31_6} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4275 | 2025.03.19 17:25:55.329363 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4276 | 2025.03.19 17:25:57.066120 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4277 | 2025.03.19 17:25:57.066326 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4278 | 2025.03.19 17:25:57.066396 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4279 | 2025.03.19 17:25:57.067173 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2025.03.19 17:25:57.067218 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4281 | 2025.03.19 17:25:57.067665 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4282 | 2025.03.19 17:25:57.067928 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2025.03.19 17:25:57.068179 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec. | ||
| 4284 | 2025.03.19 17:25:57.068246 [ 5 ] {b5e6cef9-4102-4b54-a6af-13c9d3683c72} <Debug> TCPHandler: Processed in 0.002268662 sec. | ||
| 4285 | 2025.03.19 17:25:57.068363 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4286 | 2025.03.19 17:25:57.068474 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4287 | 2025.03.19 17:25:57.068522 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4288 | 2025.03.19 17:25:57.069094 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2025.03.19 17:25:57.069136 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4290 | 2025.03.19 17:25:57.069501 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4291 | 2025.03.19 17:25:57.069741 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2025.03.19 17:25:57.069981 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec. | ||
| 4293 | 2025.03.19 17:25:57.070060 [ 5 ] {6500fa7e-94b3-426b-bce8-ea678bd33033} <Debug> TCPHandler: Processed in 0.0017446 sec. | ||
| 4294 | 2025.03.19 17:25:57.070295 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4295 | 2025.03.19 17:25:57.070411 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4296 | 2025.03.19 17:25:57.070463 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4297 | 2025.03.19 17:25:57.070967 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4298 | 2025.03.19 17:25:57.071008 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4299 | 2025.03.19 17:25:57.071389 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4300 | 2025.03.19 17:25:57.071643 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4301 | 2025.03.19 17:25:57.071866 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.00148 sec., 36486.48648648649 rows/sec., 2.54 MiB/sec. | ||
| 4302 | 2025.03.19 17:25:57.071922 [ 5 ] {d33c8998-8589-40fc-97b4-8442257e5101} <Debug> TCPHandler: Processed in 0.001710389 sec. | ||
| 4303 | 2025.03.19 17:25:57.072030 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4304 | 2025.03.19 17:25:57.072134 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4305 | 2025.03.19 17:25:57.072181 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4306 | 2025.03.19 17:25:57.072604 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2025.03.19 17:25:57.072644 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4308 | 2025.03.19 17:25:57.073008 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4309 | 2025.03.19 17:25:57.073246 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4310 | 2025.03.19 17:25:57.073460 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001349 sec., 14825.796886582655 rows/sec., 1019.27 KiB/sec. | ||
| 4311 | 2025.03.19 17:25:57.073512 [ 5 ] {f106de41-f792-4751-b231-7f3bb1585f03} <Debug> TCPHandler: Processed in 0.001535195 sec. | ||
| 4312 | 2025.03.19 17:25:59.180242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4313 | 2025.03.19 17:25:59.181028 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4314 | 2025.03.19 17:25:59.181083 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4315 | 2025.03.19 17:25:59.181659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4316 | 2025.03.19 17:25:59.181927 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2025.03.19 17:25:59.182211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4318 | 2025.03.19 17:25:59.182207 [ 90 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4319 | 2025.03.19 17:25:59.182334 [ 90 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2025.03.19 17:25:59.182377 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4321 | 2025.03.19 17:25:59.182508 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 4322 | 2025.03.19 17:25:59.182644 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4323 | 2025.03.19 17:25:59.182686 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 4324 | 2025.03.19 17:25:59.182762 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 4325 | 2025.03.19 17:25:59.182854 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 4326 | 2025.03.19 17:25:59.183073 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 4327 | 2025.03.19 17:25:59.183245 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 4328 | 2025.03.19 17:25:59.183328 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 4329 | 2025.03.19 17:25:59.185685 [ 189 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003225633 sec., 3006851.6784147485 rows/sec., 43.01 MiB/sec. | ||
| 4330 | 2025.03.19 17:25:59.186116 [ 189 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4331 | 2025.03.19 17:25:59.186601 [ 189 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_21_4} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4332 | 2025.03.19 17:25:59.186704 [ 189 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_21_4} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4333 | 2025.03.19 17:25:59.186823 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4334 | 2025.03.19 17:25:59.835486 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4335 | 2025.03.19 17:25:59.857085 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2025.03.19 17:25:59.857146 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4337 | 2025.03.19 17:25:59.865061 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4338 | 2025.03.19 17:25:59.865934 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4339 | 2025.03.19 17:25:59.866305 [ 89 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4340 | 2025.03.19 17:25:59.866465 [ 89 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4341 | 2025.03.19 17:25:59.866539 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4342 | 2025.03.19 17:25:59.866850 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 4343 | 2025.03.19 17:25:59.874595 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4344 | 2025.03.19 17:25:59.875982 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4345 | 2025.03.19 17:25:59.876886 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 4346 | 2025.03.19 17:25:59.881651 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 4347 | 2025.03.19 17:25:59.886107 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 4348 | 2025.03.19 17:25:59.891046 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 4349 | 2025.03.19 17:25:59.896477 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 4350 | 2025.03.19 17:25:59.901339 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 4351 | 2025.03.19 17:25:59.960311 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.093643241 sec., 1697.9335433296249 rows/sec., 8.78 MiB/sec. | ||
| 4352 | 2025.03.19 17:25:59.963352 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4353 | 2025.03.19 17:25:59.966572 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_21_4} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2025.03.19 17:25:59.966697 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_21_4} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4355 | 2025.03.19 17:25:59.969402 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4356 | 2025.03.19 17:26:00.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.50 MiB, peak 193.06 MiB, free memory in arenas 0.00 B, will set to 184.41 MiB (RSS), difference: 1.90 MiB | ||
| 4357 | 2025.03.19 17:26:01.727141 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 606 | ||
| 4358 | 2025.03.19 17:26:01.730438 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4359 | 2025.03.19 17:26:01.730491 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4360 | 2025.03.19 17:26:01.732163 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4361 | 2025.03.19 17:26:01.732490 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2025.03.19 17:26:01.733117 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 606 | ||
| 4363 | 2025.03.19 17:26:02.073016 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4364 | 2025.03.19 17:26:02.073231 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4365 | 2025.03.19 17:26:02.073311 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4366 | 2025.03.19 17:26:02.074227 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2025.03.19 17:26:02.074277 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4368 | 2025.03.19 17:26:02.074751 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4369 | 2025.03.19 17:26:02.075018 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2025.03.19 17:26:02.075311 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002134 sec., 56232.427366447984 rows/sec., 4.78 MiB/sec. | ||
| 4371 | 2025.03.19 17:26:02.075520 [ 5 ] {bdc3882d-1bc2-4533-bc13-dc10d6c22392} <Debug> TCPHandler: Processed in 0.002644011 sec. | ||
| 4372 | 2025.03.19 17:26:02.075743 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4373 | 2025.03.19 17:26:02.075857 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4374 | 2025.03.19 17:26:02.075906 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4375 | 2025.03.19 17:26:02.076529 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2025.03.19 17:26:02.076570 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4377 | 2025.03.19 17:26:02.076934 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4378 | 2025.03.19 17:26:02.077193 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.03.19 17:26:02.077371 [ 87 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4380 | 2025.03.19 17:26:02.077444 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001605 sec., 19937.69470404984 rows/sec., 1.46 MiB/sec. | ||
| 4381 | 2025.03.19 17:26:02.077448 [ 87 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4382 | 2025.03.19 17:26:02.077516 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4383 | 2025.03.19 17:26:02.077580 [ 5 ] {e07321ac-b689-416d-8bcd-1ced7f5e5c7b} <Debug> TCPHandler: Processed in 0.001903974 sec. | ||
| 4384 | 2025.03.19 17:26:02.077767 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 4385 | 2025.03.19 17:26:02.077805 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4386 | 2025.03.19 17:26:02.078042 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4387 | 2025.03.19 17:26:02.078055 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4388 | 2025.03.19 17:26:02.078126 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4389 | 2025.03.19 17:26:02.078147 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 172 rows starting from the beginning of the part | ||
| 4390 | 2025.03.19 17:26:02.078485 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
| 4391 | 2025.03.19 17:26:02.078884 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 4392 | 2025.03.19 17:26:02.079318 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 4393 | 2025.03.19 17:26:02.079604 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 18 rows starting from the beginning of the part | ||
| 4394 | 2025.03.19 17:26:02.079993 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 4395 | 2025.03.19 17:26:02.081188 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4396 | 2025.03.19 17:26:02.081266 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4397 | 2025.03.19 17:26:02.082278 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4398 | 2025.03.19 17:26:02.082945 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4399 | 2025.03.19 17:26:02.083057 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 5 columns (5 merged, 0 gathered) in 0.005438584 sec., 57735.61647664171 rows/sec., 4.17 MiB/sec. | ||
| 4400 | 2025.03.19 17:26:02.083322 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4401 | 2025.03.19 17:26:02.083355 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005395 sec., 17794.253938832255 rows/sec., 1.39 MiB/sec. | ||
| 4402 | 2025.03.19 17:26:02.083511 [ 5 ] {84e3bf50-f7de-4fa3-b640-42b919affb89} <Debug> TCPHandler: Processed in 0.005748221 sec. | ||
| 4403 | 2025.03.19 17:26:02.083682 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4404 | 2025.03.19 17:26:02.083821 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2025.03.19 17:26:02.083857 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4406 | 2025.03.19 17:26:02.083959 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4407 | 2025.03.19 17:26:02.083982 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_26_5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4408 | 2025.03.19 17:26:02.084158 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4409 | 2025.03.19 17:26:02.084737 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.03.19 17:26:02.084781 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4411 | 2025.03.19 17:26:02.085182 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4412 | 2025.03.19 17:26:02.085425 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.03.19 17:26:02.085636 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001829 sec., 87479.4969928923 rows/sec., 6.09 MiB/sec. | ||
| 4414 | 2025.03.19 17:26:02.085692 [ 5 ] {2ebf19bc-eb76-49d2-bbc2-1509049ffd40} <Debug> TCPHandler: Processed in 0.002073918 sec. | ||
| 4415 | 2025.03.19 17:26:02.085801 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.03.19 17:26:02.085905 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4417 | 2025.03.19 17:26:02.085972 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4418 | 2025.03.19 17:26:02.087146 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2025.03.19 17:26:02.087184 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4420 | 2025.03.19 17:26:02.087869 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4421 | 2025.03.19 17:26:02.088141 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.03.19 17:26:02.088333 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4423 | 2025.03.19 17:26:02.088405 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2025.03.19 17:26:02.088450 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4425 | 2025.03.19 17:26:02.088458 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002572 sec., 12441.67962674961 rows/sec., 22.29 MiB/sec. | ||
| 4426 | 2025.03.19 17:26:02.088767 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 4427 | 2025.03.19 17:26:02.088877 [ 5 ] {2c4392a1-4a72-40bf-93a2-241cb0cf4241} <Debug> TCPHandler: Processed in 0.003125921 sec. | ||
| 4428 | 2025.03.19 17:26:02.089140 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4429 | 2025.03.19 17:26:02.089388 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4430 | 2025.03.19 17:26:02.089422 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4431 | 2025.03.19 17:26:02.089480 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4432 | 2025.03.19 17:26:02.089603 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 375 rows starting from the beginning of the part | ||
| 4433 | 2025.03.19 17:26:02.090508 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 4434 | 2025.03.19 17:26:02.091087 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 4435 | 2025.03.19 17:26:02.091823 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 4436 | 2025.03.19 17:26:02.091868 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2025.03.19 17:26:02.091942 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4438 | 2025.03.19 17:26:02.092457 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 4439 | 2025.03.19 17:26:02.093112 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 4440 | 2025.03.19 17:26:02.093513 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4441 | 2025.03.19 17:26:02.094237 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2025.03.19 17:26:02.094611 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00531 sec., 11299.435028248588 rows/sec., 779.78 KiB/sec. | ||
| 4443 | 2025.03.19 17:26:02.094800 [ 5 ] {b1aeb33e-2d3a-4e04-bed8-b56fb2c37eec} <Debug> TCPHandler: Processed in 0.005746722 sec. | ||
| 4444 | 2025.03.19 17:26:02.098095 [ 198 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 19 columns (19 merged, 0 gathered) in 0.009559379 sec., 50944.73187013508 rows/sec., 91.29 MiB/sec. | ||
| 4445 | 2025.03.19 17:26:02.099033 [ 198 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4446 | 2025.03.19 17:26:02.099516 [ 198 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4447 | 2025.03.19 17:26:02.099611 [ 198 ] {88021829-b954-4535-9382-03f522c339cb::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4448 | 2025.03.19 17:26:02.099791 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 4449 | 2025.03.19 17:26:06.576772 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4450 | 2025.03.19 17:26:06.576842 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4451 | 2025.03.19 17:26:06.682388 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4452 | 2025.03.19 17:26:06.683142 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2025.03.19 17:26:06.683187 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4454 | 2025.03.19 17:26:06.683715 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4455 | 2025.03.19 17:26:06.683988 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2025.03.19 17:26:06.684227 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4457 | 2025.03.19 17:26:07.071635 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4458 | 2025.03.19 17:26:07.071850 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4459 | 2025.03.19 17:26:07.071929 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4460 | 2025.03.19 17:26:07.072801 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2025.03.19 17:26:07.072863 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4462 | 2025.03.19 17:26:07.073347 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4463 | 2025.03.19 17:26:07.073613 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2025.03.19 17:26:07.073904 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002095 sec., 34367.54176610978 rows/sec., 2.79 MiB/sec. | ||
| 4465 | 2025.03.19 17:26:07.074122 [ 5 ] {afb990e5-e666-4f1d-b7cc-3db08d60dadc} <Debug> TCPHandler: Processed in 0.002625909 sec. | ||
| 4466 | 2025.03.19 17:26:07.074357 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4467 | 2025.03.19 17:26:07.074474 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4468 | 2025.03.19 17:26:07.074526 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4469 | 2025.03.19 17:26:07.075118 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2025.03.19 17:26:07.075163 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4471 | 2025.03.19 17:26:07.075534 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4472 | 2025.03.19 17:26:07.075787 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2025.03.19 17:26:07.076045 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.0016 sec., 5000 rows/sec., 375.98 KiB/sec. | ||
| 4474 | 2025.03.19 17:26:07.076277 [ 5 ] {fa8c6cf1-7a77-4439-bef9-bd3f30c309af} <Debug> TCPHandler: Processed in 0.001982325 sec. | ||
| 4475 | 2025.03.19 17:26:07.076432 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2025.03.19 17:26:07.076539 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4477 | 2025.03.19 17:26:07.076584 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4478 | 2025.03.19 17:26:07.077182 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4479 | 2025.03.19 17:26:07.077223 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4480 | 2025.03.19 17:26:07.077629 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4481 | 2025.03.19 17:26:07.077880 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4482 | 2025.03.19 17:26:07.078128 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001612 sec., 44665.01240694789 rows/sec., 3.49 MiB/sec. | ||
| 4483 | 2025.03.19 17:26:07.078349 [ 5 ] {2b085e5e-d5d3-4621-808a-44d997d996fe} <Debug> TCPHandler: Processed in 0.001964285 sec. | ||
| 4484 | 2025.03.19 17:26:07.078537 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4485 | 2025.03.19 17:26:07.078647 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4486 | 2025.03.19 17:26:07.078697 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4487 | 2025.03.19 17:26:07.079279 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2025.03.19 17:26:07.079320 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4489 | 2025.03.19 17:26:07.079725 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4490 | 2025.03.19 17:26:07.079975 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2025.03.19 17:26:07.080198 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 4492 | 2025.03.19 17:26:07.080254 [ 5 ] {95a69c39-7bd4-43c5-a61a-697fe77a7910} <Debug> TCPHandler: Processed in 0.001770191 sec. | ||
| 4493 | 2025.03.19 17:26:07.080365 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4494 | 2025.03.19 17:26:07.080469 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4495 | 2025.03.19 17:26:07.080536 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4496 | 2025.03.19 17:26:07.081650 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4497 | 2025.03.19 17:26:07.081691 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4498 | 2025.03.19 17:26:07.082328 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4499 | 2025.03.19 17:26:07.082597 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4500 | 2025.03.19 17:26:07.082847 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0024 sec., 3333.3333333333335 rows/sec., 5.97 MiB/sec. | ||
| 4501 | 2025.03.19 17:26:07.082958 [ 5 ] {7b58a043-3dd1-4bba-8fd3-0ce42b731302} <Debug> TCPHandler: Processed in 0.002644561 sec. | ||
| 4502 | 2025.03.19 17:26:07.083104 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4503 | 2025.03.19 17:26:07.083213 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4504 | 2025.03.19 17:26:07.083260 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4505 | 2025.03.19 17:26:07.083717 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2025.03.19 17:26:07.083756 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4507 | 2025.03.19 17:26:07.084148 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4508 | 2025.03.19 17:26:07.084387 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2025.03.19 17:26:07.084602 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 4510 | 2025.03.19 17:26:07.084655 [ 5 ] {dcda872c-04d1-4b2e-b5f7-cc3b09db3344} <Debug> TCPHandler: Processed in 0.001602476 sec. | ||
| 4511 | 2025.03.19 17:26:07.374691 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4512 | 2025.03.19 17:26:07.395281 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2025.03.19 17:26:07.395346 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4514 | 2025.03.19 17:26:07.402984 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4515 | 2025.03.19 17:26:07.403808 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2025.03.19 17:26:07.406840 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4517 | 2025.03.19 17:26:08.060507 [ 82 ] {} <Debug> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4518 | 2025.03.19 17:26:08.060588 [ 82 ] {} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2025.03.19 17:26:08.060610 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4520 | 2025.03.19 17:26:08.060742 [ 190 ] {b429a842-4471-4087-8e0e-03641c98bc8e::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 | ||
| 4521 | 2025.03.19 17:26:08.060895 [ 190 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4522 | 2025.03.19 17:26:08.060933 [ 190 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 366 rows starting from the beginning of the part | ||
| 4523 | 2025.03.19 17:26:08.061026 [ 190 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 4524 | 2025.03.19 17:26:08.061185 [ 190 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 4525 | 2025.03.19 17:26:08.061444 [ 190 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 4526 | 2025.03.19 17:26:08.061675 [ 190 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 4527 | 2025.03.19 17:26:08.062934 [ 192 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.002254482 sec., 385897.95793446124 rows/sec., 27.94 MiB/sec. | ||
| 4528 | 2025.03.19 17:26:08.063197 [ 199 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4529 | 2025.03.19 17:26:08.063617 [ 199 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4530 | 2025.03.19 17:26:08.063724 [ 199 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_9_2} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4531 | 2025.03.19 17:26:08.063833 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4532 | 2025.03.19 17:26:11.733358 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 630 | ||
| 4533 | 2025.03.19 17:26:11.736378 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2025.03.19 17:26:11.736434 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4535 | 2025.03.19 17:26:11.737963 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4536 | 2025.03.19 17:26:11.738288 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2025.03.19 17:26:11.738521 [ 78 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4538 | 2025.03.19 17:26:11.738669 [ 78 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4539 | 2025.03.19 17:26:11.738734 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4540 | 2025.03.19 17:26:11.739445 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 4541 | 2025.03.19 17:26:11.740536 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 630 | ||
| 4542 | 2025.03.19 17:26:11.740932 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4543 | 2025.03.19 17:26:11.741100 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 480 rows starting from the beginning of the part | ||
| 4544 | 2025.03.19 17:26:11.741611 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 4545 | 2025.03.19 17:26:11.742108 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 4546 | 2025.03.19 17:26:11.742609 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 4547 | 2025.03.19 17:26:11.743105 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 4548 | 2025.03.19 17:26:11.743574 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 4549 | 2025.03.19 17:26:11.751340 [ 192 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 72 columns (72 merged, 0 gathered) in 0.012404554 sec., 50787.79938400043 rows/sec., 46.00 MiB/sec. | ||
| 4550 | 2025.03.19 17:26:11.752347 [ 192 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4551 | 2025.03.19 17:26:11.753038 [ 192 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4552 | 2025.03.19 17:26:11.753121 [ 192 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_16_3} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4553 | 2025.03.19 17:26:11.753321 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4554 | 2025.03.19 17:26:12.074136 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4555 | 2025.03.19 17:26:12.074327 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4556 | 2025.03.19 17:26:12.074401 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4557 | 2025.03.19 17:26:12.075192 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4558 | 2025.03.19 17:26:12.075242 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4559 | 2025.03.19 17:26:12.075680 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4560 | 2025.03.19 17:26:12.075939 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4561 | 2025.03.19 17:26:12.076203 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00192 sec., 12500 rows/sec., 1.04 MiB/sec. | ||
| 4562 | 2025.03.19 17:26:12.076364 [ 5 ] {24742d8f-2b9c-4ba6-8b9a-27c67df4f9aa} <Debug> TCPHandler: Processed in 0.002361874 sec. | ||
| 4563 | 2025.03.19 17:26:12.076507 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4564 | 2025.03.19 17:26:12.076612 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4565 | 2025.03.19 17:26:12.076659 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4566 | 2025.03.19 17:26:12.077340 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2025.03.19 17:26:12.077380 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4568 | 2025.03.19 17:26:12.077760 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4569 | 2025.03.19 17:26:12.078009 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2025.03.19 17:26:12.078273 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Debug> executeQuery: Read 240 rows, 21.90 KiB in 0.001676 sec., 143198.0906921241 rows/sec., 12.76 MiB/sec. | ||
| 4571 | 2025.03.19 17:26:12.078372 [ 5 ] {e78b65d1-1ceb-43b7-aaa4-ff23e0c2bace} <Debug> TCPHandler: Processed in 0.001913214 sec. | ||
| 4572 | 2025.03.19 17:26:12.078627 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4573 | 2025.03.19 17:26:12.078735 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4574 | 2025.03.19 17:26:12.078782 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4575 | 2025.03.19 17:26:12.079358 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.03.19 17:26:12.079398 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4577 | 2025.03.19 17:26:12.079750 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4578 | 2025.03.19 17:26:12.080006 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2025.03.19 17:26:12.080254 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Debug> executeQuery: Read 44 rows, 3.37 KiB in 0.001541 sec., 28552.887735236858 rows/sec., 2.13 MiB/sec. | ||
| 4580 | 2025.03.19 17:26:12.080475 [ 5 ] {89dce487-8a06-4d4e-bb29-fb7cf6e0a79b} <Debug> TCPHandler: Processed in 0.001929884 sec. | ||
| 4581 | 2025.03.19 17:26:12.080637 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4582 | 2025.03.19 17:26:12.080742 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4583 | 2025.03.19 17:26:12.080788 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4584 | 2025.03.19 17:26:12.081364 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4585 | 2025.03.19 17:26:12.081403 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4586 | 2025.03.19 17:26:12.081757 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4587 | 2025.03.19 17:26:12.081995 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4588 | 2025.03.19 17:26:12.082226 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001506 sec., 15936.254980079682 rows/sec., 1.32 MiB/sec. | ||
| 4589 | 2025.03.19 17:26:12.082402 [ 5 ] {b37146bb-1c67-41f6-9200-e5c90caeaa63} <Debug> TCPHandler: Processed in 0.001813761 sec. | ||
| 4590 | 2025.03.19 17:26:12.082515 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4591 | 2025.03.19 17:26:12.082618 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4592 | 2025.03.19 17:26:12.082664 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4593 | 2025.03.19 17:26:12.083211 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4594 | 2025.03.19 17:26:12.083249 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4595 | 2025.03.19 17:26:12.083594 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4596 | 2025.03.19 17:26:12.083823 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4597 | 2025.03.19 17:26:12.084076 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001467 sec., 8179.959100204499 rows/sec., 639.06 KiB/sec. | ||
| 4598 | 2025.03.19 17:26:12.084230 [ 5 ] {4d17ae62-e4ec-49d4-9339-da6e5bf18ea5} <Debug> TCPHandler: Processed in 0.00176453 sec. | ||
| 4599 | 2025.03.19 17:26:12.084337 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4600 | 2025.03.19 17:26:12.084441 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4601 | 2025.03.19 17:26:12.084485 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4602 | 2025.03.19 17:26:12.085092 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4603 | 2025.03.19 17:26:12.085131 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4604 | 2025.03.19 17:26:12.085485 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4605 | 2025.03.19 17:26:12.085729 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2025.03.19 17:26:12.085964 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Debug> executeQuery: Read 132 rows, 10.94 KiB in 0.001545 sec., 85436.8932038835 rows/sec., 6.91 MiB/sec. | ||
| 4607 | 2025.03.19 17:26:12.086018 [ 5 ] {0221f9a4-32ba-4e25-b521-2058995cd397} <Debug> TCPHandler: Processed in 0.00173129 sec. | ||
| 4608 | 2025.03.19 17:26:12.086124 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4609 | 2025.03.19 17:26:12.086227 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4610 | 2025.03.19 17:26:12.086275 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4611 | 2025.03.19 17:26:12.086819 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4612 | 2025.03.19 17:26:12.086859 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4613 | 2025.03.19 17:26:12.087238 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4614 | 2025.03.19 17:26:12.087475 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2025.03.19 17:26:12.087691 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001485 sec., 131986.53198653198 rows/sec., 9.47 MiB/sec. | ||
| 4616 | 2025.03.19 17:26:12.087743 [ 5 ] {40a92874-af65-496f-bc14-687d96e4ab0d} <Debug> TCPHandler: Processed in 0.001670889 sec. | ||
| 4617 | 2025.03.19 17:26:12.087860 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4618 | 2025.03.19 17:26:12.087966 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4619 | 2025.03.19 17:26:12.088032 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4620 | 2025.03.19 17:26:12.089196 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4621 | 2025.03.19 17:26:12.089236 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4622 | 2025.03.19 17:26:12.089883 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4623 | 2025.03.19 17:26:12.090141 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4624 | 2025.03.19 17:26:12.090397 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002453 sec., 13045.25071341215 rows/sec., 23.38 MiB/sec. | ||
| 4625 | 2025.03.19 17:26:12.090498 [ 5 ] {8758bb59-23e9-4695-98ea-622e73f2edab} <Debug> TCPHandler: Processed in 0.002688602 sec. | ||
| 4626 | 2025.03.19 17:26:12.090614 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4627 | 2025.03.19 17:26:12.090718 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4628 | 2025.03.19 17:26:12.090764 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4629 | 2025.03.19 17:26:12.091216 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2025.03.19 17:26:12.091255 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4631 | 2025.03.19 17:26:12.091606 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4632 | 2025.03.19 17:26:12.091844 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4633 | 2025.03.19 17:26:12.092098 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
| 4634 | 2025.03.19 17:26:12.092280 [ 5 ] {35ab9136-ba24-4939-b0f5-cdece85b465d} <Debug> TCPHandler: Processed in 0.001711649 sec. | ||
| 4635 | 2025.03.19 17:26:14.184368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4636 | 2025.03.19 17:26:14.185051 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.03.19 17:26:14.185103 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4638 | 2025.03.19 17:26:14.185694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4639 | 2025.03.19 17:26:14.185964 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.03.19 17:26:14.186210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4641 | 2025.03.19 17:26:14.906931 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4642 | 2025.03.19 17:26:14.928368 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.03.19 17:26:14.928422 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4644 | 2025.03.19 17:26:14.935864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4645 | 2025.03.19 17:26:14.936725 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2025.03.19 17:26:14.939639 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4647 | 2025.03.19 17:26:17.071560 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4648 | 2025.03.19 17:26:17.071768 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4649 | 2025.03.19 17:26:17.071843 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4650 | 2025.03.19 17:26:17.072657 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4651 | 2025.03.19 17:26:17.072701 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4652 | 2025.03.19 17:26:17.073156 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4653 | 2025.03.19 17:26:17.073412 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4654 | 2025.03.19 17:26:17.073565 [ 73 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4655 | 2025.03.19 17:26:17.073610 [ 73 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2025.03.19 17:26:17.073630 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001919 sec., 37519.541427827 rows/sec., 3.05 MiB/sec. | ||
| 4657 | 2025.03.19 17:26:17.073635 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4658 | 2025.03.19 17:26:17.073752 [ 5 ] {2fbf4b33-7313-49d1-b114-ea99e679a27c} <Debug> TCPHandler: Processed in 0.002335294 sec. | ||
| 4659 | 2025.03.19 17:26:17.073899 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 4660 | 2025.03.19 17:26:17.073955 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2025.03.19 17:26:17.074166 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4662 | 2025.03.19 17:26:17.074180 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4663 | 2025.03.19 17:26:17.074229 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 4664 | 2025.03.19 17:26:17.074281 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4665 | 2025.03.19 17:26:17.074520 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4666 | 2025.03.19 17:26:17.074996 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 120 rows starting from the beginning of the part | ||
| 4667 | 2025.03.19 17:26:17.075307 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part | ||
| 4668 | 2025.03.19 17:26:17.075655 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 240 rows starting from the beginning of the part | ||
| 4669 | 2025.03.19 17:26:17.076012 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 72 rows starting from the beginning of the part | ||
| 4670 | 2025.03.19 17:26:17.077206 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2025.03.19 17:26:17.077266 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4672 | 2025.03.19 17:26:17.078175 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4673 | 2025.03.19 17:26:17.078588 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4674 | 2025.03.19 17:26:17.078952 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004845 sec., 1651.1867905056758 rows/sec., 124.16 KiB/sec. | ||
| 4675 | 2025.03.19 17:26:17.079277 [ 5 ] {fe836754-32c4-463b-9c6d-94c0696c3482} <Debug> TCPHandler: Processed in 0.005384273 sec. | ||
| 4676 | 2025.03.19 17:26:17.079520 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005767022 sec., 438181.0924251719 rows/sec., 38.00 MiB/sec. | ||
| 4677 | 2025.03.19 17:26:17.079561 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4678 | 2025.03.19 17:26:17.079682 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4679 | 2025.03.19 17:26:17.079751 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4680 | 2025.03.19 17:26:17.079823 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4681 | 2025.03.19 17:26:17.080443 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2025.03.19 17:26:17.080577 [ 191 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_36_7} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4683 | 2025.03.19 17:26:17.080755 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 4684 | 2025.03.19 17:26:17.080944 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2025.03.19 17:26:17.080988 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4686 | 2025.03.19 17:26:17.081358 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4687 | 2025.03.19 17:26:17.081593 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2025.03.19 17:26:17.081719 [ 73 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4689 | 2025.03.19 17:26:17.081756 [ 73 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2025.03.19 17:26:17.081779 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4691 | 2025.03.19 17:26:17.081791 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002132 sec., 33771.10694183865 rows/sec., 2.64 MiB/sec. | ||
| 4692 | 2025.03.19 17:26:17.082002 [ 5 ] {956dac9a-844a-4ed7-bd0e-cc7cdecd0e14} <Debug> TCPHandler: Processed in 0.002505887 sec. | ||
| 4693 | 2025.03.19 17:26:17.082028 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 4694 | 2025.03.19 17:26:17.082168 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2025.03.19 17:26:17.082202 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4696 | 2025.03.19 17:26:17.082242 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 953 rows starting from the beginning of the part | ||
| 4697 | 2025.03.19 17:26:17.082391 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4698 | 2025.03.19 17:26:17.082543 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 4699 | 2025.03.19 17:26:17.082565 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4700 | 2025.03.19 17:26:17.082905 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 96 rows starting from the beginning of the part | ||
| 4701 | 2025.03.19 17:26:17.083156 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part | ||
| 4702 | 2025.03.19 17:26:17.083487 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 132 rows starting from the beginning of the part | ||
| 4703 | 2025.03.19 17:26:17.083842 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 72 rows starting from the beginning of the part | ||
| 4704 | 2025.03.19 17:26:17.085378 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4705 | 2025.03.19 17:26:17.085429 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4706 | 2025.03.19 17:26:17.086550 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4707 | 2025.03.19 17:26:17.087009 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4708 | 2025.03.19 17:26:17.087230 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1389 rows, containing 5 columns (5 merged, 0 gathered) in 0.005373023 sec., 258513.68959336297 rows/sec., 20.38 MiB/sec. | ||
| 4709 | 2025.03.19 17:26:17.087306 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4710 | 2025.03.19 17:26:17.087404 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4711 | 2025.03.19 17:26:17.087449 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4712 | 2025.03.19 17:26:17.087492 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00519 sec., 30828.516377649325 rows/sec., 2.15 MiB/sec. | ||
| 4713 | 2025.03.19 17:26:17.087787 [ 5 ] {66b76291-ddfd-48ff-a738-a73bb8fd27f6} <Debug> TCPHandler: Processed in 0.005674119 sec. | ||
| 4714 | 2025.03.19 17:26:17.087821 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4715 | 2025.03.19 17:26:17.087826 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 4716 | 2025.03.19 17:26:17.088042 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4717 | 2025.03.19 17:26:17.088224 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4718 | 2025.03.19 17:26:17.088279 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4719 | 2025.03.19 17:26:17.088294 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9473 rows starting from the beginning of the part | ||
| 4720 | 2025.03.19 17:26:17.088727 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4721 | 2025.03.19 17:26:17.088742 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
| 4722 | 2025.03.19 17:26:17.089083 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4723 | 2025.03.19 17:26:17.089359 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4724 | 2025.03.19 17:26:17.089619 [ 195 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_36_7} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4725 | 2025.03.19 17:26:17.089862 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 4726 | 2025.03.19 17:26:17.090122 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 4727 | 2025.03.19 17:26:17.090367 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 196 rows starting from the beginning of the part | ||
| 4728 | 2025.03.19 17:26:17.090871 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4729 | 2025.03.19 17:26:17.092972 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2025.03.19 17:26:17.093021 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4731 | 2025.03.19 17:26:17.093802 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4732 | 2025.03.19 17:26:17.094499 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2025.03.19 17:26:17.094773 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006561 sec., 1219.3263222069806 rows/sec., 2.18 MiB/sec. | ||
| 4734 | 2025.03.19 17:26:17.095555 [ 5 ] {bfcfa4a4-29b9-44fe-a5c1-ea43e1c0ebd4} <Debug> TCPHandler: Processed in 0.007637134 sec. | ||
| 4735 | 2025.03.19 17:26:17.095943 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4736 | 2025.03.19 17:26:17.095944 [ 193 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10203 rows, containing 5 columns (5 merged, 0 gathered) in 0.008398582 sec., 1214847.935044273 rows/sec., 83.32 MiB/sec. | ||
| 4737 | 2025.03.19 17:26:17.096063 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4738 | 2025.03.19 17:26:17.096114 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4739 | 2025.03.19 17:26:17.096330 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4740 | 2025.03.19 17:26:17.097010 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4741 | 2025.03.19 17:26:17.097028 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4742 | 2025.03.19 17:26:17.097064 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4743 | 2025.03.19 17:26:17.097194 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4744 | 2025.03.19 17:26:17.097358 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
| 4745 | 2025.03.19 17:26:17.097642 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4746 | 2025.03.19 17:26:17.097887 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4747 | 2025.03.19 17:26:17.098017 [ 73 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4748 | 2025.03.19 17:26:17.098057 [ 73 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2025.03.19 17:26:17.098078 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002037 sec., 29455.08100147275 rows/sec., 1.99 MiB/sec. | ||
| 4750 | 2025.03.19 17:26:17.098082 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4751 | 2025.03.19 17:26:17.098170 [ 5 ] {d9505cb0-7137-4906-92a0-27bedc6e5c9d} <Debug> TCPHandler: Processed in 0.002294192 sec. | ||
| 4752 | 2025.03.19 17:26:17.098220 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 4753 | 2025.03.19 17:26:17.098310 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4754 | 2025.03.19 17:26:17.098336 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1550 rows starting from the beginning of the part | ||
| 4755 | 2025.03.19 17:26:17.098423 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 4756 | 2025.03.19 17:26:17.098618 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4757 | 2025.03.19 17:26:17.098765 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 4758 | 2025.03.19 17:26:17.098983 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 4759 | 2025.03.19 17:26:17.099130 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 4760 | 2025.03.19 17:26:17.100336 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 4 columns (4 merged, 0 gathered) in 0.002170389 sec., 833951.8860443911 rows/sec., 56.09 MiB/sec. | ||
| 4761 | 2025.03.19 17:26:17.100562 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4762 | 2025.03.19 17:26:17.100888 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.03.19 17:26:17.100976 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_36_7} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4764 | 2025.03.19 17:26:17.101054 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4765 | 2025.03.19 17:26:21.577110 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4766 | 2025.03.19 17:26:21.577208 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4767 | 2025.03.19 17:26:21.686363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4768 | 2025.03.19 17:26:21.687110 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.03.19 17:26:21.687164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4770 | 2025.03.19 17:26:21.687704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4771 | 2025.03.19 17:26:21.687972 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2025.03.19 17:26:21.688237 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4773 | 2025.03.19 17:26:21.740746 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 660 | ||
| 4774 | 2025.03.19 17:26:21.743952 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4775 | 2025.03.19 17:26:21.744009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4776 | 2025.03.19 17:26:21.745530 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4777 | 2025.03.19 17:26:21.745855 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4778 | 2025.03.19 17:26:21.746515 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 660 | ||
| 4779 | 2025.03.19 17:26:22.072966 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4780 | 2025.03.19 17:26:22.073177 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4781 | 2025.03.19 17:26:22.073252 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4782 | 2025.03.19 17:26:22.074229 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2025.03.19 17:26:22.074275 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4784 | 2025.03.19 17:26:22.074749 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4785 | 2025.03.19 17:26:22.075014 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4786 | 2025.03.19 17:26:22.075267 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002132 sec., 56285.17823639774 rows/sec., 4.78 MiB/sec. | ||
| 4787 | 2025.03.19 17:26:22.075725 [ 5 ] {d4c88ee8-5c40-4459-a2f2-11ad6ac2ecc9} <Debug> TCPHandler: Processed in 0.002890657 sec. | ||
| 4788 | 2025.03.19 17:26:22.076175 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4789 | 2025.03.19 17:26:22.076388 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4790 | 2025.03.19 17:26:22.076439 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4791 | 2025.03.19 17:26:22.077019 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2025.03.19 17:26:22.077058 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4793 | 2025.03.19 17:26:22.077423 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4794 | 2025.03.19 17:26:22.077667 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4795 | 2025.03.19 17:26:22.077852 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001495 sec., 21404.68227424749 rows/sec., 1.57 MiB/sec. | ||
| 4796 | 2025.03.19 17:26:22.077908 [ 5 ] {c92d04be-100d-422e-b6c4-ea367b8efe89} <Debug> TCPHandler: Processed in 0.001878274 sec. | ||
| 4797 | 2025.03.19 17:26:22.078016 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4798 | 2025.03.19 17:26:22.078120 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4799 | 2025.03.19 17:26:22.078165 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4800 | 2025.03.19 17:26:22.078723 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2025.03.19 17:26:22.078761 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4802 | 2025.03.19 17:26:22.079124 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4803 | 2025.03.19 17:26:22.079368 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.03.19 17:26:22.079545 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001447 sec., 66344.1603317208 rows/sec., 5.18 MiB/sec. | ||
| 4805 | 2025.03.19 17:26:22.079598 [ 5 ] {9a26dbe0-bf88-42f8-be6b-85fce1eb7061} <Debug> TCPHandler: Processed in 0.001633717 sec. | ||
| 4806 | 2025.03.19 17:26:22.079713 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4807 | 2025.03.19 17:26:22.079821 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4808 | 2025.03.19 17:26:22.079870 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4809 | 2025.03.19 17:26:22.080383 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.03.19 17:26:22.080419 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4811 | 2025.03.19 17:26:22.080807 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4812 | 2025.03.19 17:26:22.081056 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2025.03.19 17:26:22.081236 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001438 sec., 111265.64673157163 rows/sec., 7.75 MiB/sec. | ||
| 4814 | 2025.03.19 17:26:22.081290 [ 5 ] {e0e3575a-0aa5-4f91-8143-cd3704d593aa} <Debug> TCPHandler: Processed in 0.001628638 sec. | ||
| 4815 | 2025.03.19 17:26:22.081396 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4816 | 2025.03.19 17:26:22.081498 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4817 | 2025.03.19 17:26:22.081563 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4818 | 2025.03.19 17:26:22.082704 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4819 | 2025.03.19 17:26:22.082742 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4820 | 2025.03.19 17:26:22.083402 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4821 | 2025.03.19 17:26:22.083662 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4822 | 2025.03.19 17:26:22.083869 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002392 sec., 13377.926421404682 rows/sec., 23.97 MiB/sec. | ||
| 4823 | 2025.03.19 17:26:22.083980 [ 5 ] {ce573b62-29c9-412a-b899-3f5c0167fcd1} <Debug> TCPHandler: Processed in 0.00263394 sec. | ||
| 4824 | 2025.03.19 17:26:22.084097 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4825 | 2025.03.19 17:26:22.084200 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4826 | 2025.03.19 17:26:22.084247 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4827 | 2025.03.19 17:26:22.084680 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4828 | 2025.03.19 17:26:22.084716 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4829 | 2025.03.19 17:26:22.085076 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4830 | 2025.03.19 17:26:22.085312 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4831 | 2025.03.19 17:26:22.085491 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 4832 | 2025.03.19 17:26:22.085544 [ 5 ] {1b4a0cf6-94e0-4610-8d67-cbad1b7bcf66} <Debug> TCPHandler: Processed in 0.001497614 sec. | ||
| 4833 | 2025.03.19 17:26:22.439728 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4834 | 2025.03.19 17:26:22.461042 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4835 | 2025.03.19 17:26:22.461104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4836 | 2025.03.19 17:26:22.468912 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4837 | 2025.03.19 17:26:22.469719 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2025.03.19 17:26:22.473623 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4839 | 2025.03.19 17:26:23.099398 [ 68 ] {} <Debug> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4840 | 2025.03.19 17:26:23.099483 [ 68 ] {} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4841 | 2025.03.19 17:26:23.099514 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4842 | 2025.03.19 17:26:23.099750 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::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 | ||
| 4843 | 2025.03.19 17:26:23.099959 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4844 | 2025.03.19 17:26:23.100001 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 4845 | 2025.03.19 17:26:23.100089 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 4846 | 2025.03.19 17:26:23.100377 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 4847 | 2025.03.19 17:26:23.100567 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 4848 | 2025.03.19 17:26:23.100778 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 4849 | 2025.03.19 17:26:23.102062 [ 193 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002443485 sec., 65480.246451277584 rows/sec., 4.36 MiB/sec. | ||
| 4850 | 2025.03.19 17:26:23.102238 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4851 | 2025.03.19 17:26:23.102603 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2025.03.19 17:26:23.102716 [ 197 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_5_1} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4853 | 2025.03.19 17:26:23.102831 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4854 | 2025.03.19 17:26:23.320284 [ 68 ] {} <Debug> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4855 | 2025.03.19 17:26:23.320378 [ 68 ] {} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2025.03.19 17:26:23.320412 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4857 | 2025.03.19 17:26:23.320616 [ 200 ] {b329be6b-0806-4063-8157-d83e6ac731b8::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 | ||
| 4858 | 2025.03.19 17:26:23.320837 [ 200 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4859 | 2025.03.19 17:26:23.320887 [ 200 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
| 4860 | 2025.03.19 17:26:23.321015 [ 200 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 4861 | 2025.03.19 17:26:23.321145 [ 200 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 4862 | 2025.03.19 17:26:23.321447 [ 200 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 4863 | 2025.03.19 17:26:23.321601 [ 200 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 4864 | 2025.03.19 17:26:23.323229 [ 197 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.002725302 sec., 113014.99797086707 rows/sec., 8.30 MiB/sec. | ||
| 4865 | 2025.03.19 17:26:23.323516 [ 197 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4866 | 2025.03.19 17:26:23.324023 [ 197 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2025.03.19 17:26:23.324156 [ 197 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_5_1} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4868 | 2025.03.19 17:26:23.324293 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4869 | 2025.03.19 17:26:25.296407 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4870 | 2025.03.19 17:26:25.296641 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4871 | 2025.03.19 17:26:25.296726 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4872 | 2025.03.19 17:26:25.298183 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2025.03.19 17:26:25.298237 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4874 | 2025.03.19 17:26:25.298765 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4875 | 2025.03.19 17:26:25.299042 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2025.03.19 17:26:25.299341 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002758 sec., 439448.8759970993 rows/sec., 36.31 MiB/sec. | ||
| 4877 | 2025.03.19 17:26:25.299417 [ 5 ] {e52e6aba-fb54-4615-8078-9089184cd5f6} <Debug> TCPHandler: Processed in 0.003147721 sec. | ||
| 4878 | 2025.03.19 17:26:25.299571 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4879 | 2025.03.19 17:26:25.299686 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4880 | 2025.03.19 17:26:25.299736 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4881 | 2025.03.19 17:26:25.300390 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4882 | 2025.03.19 17:26:25.300455 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4883 | 2025.03.19 17:26:25.300842 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4884 | 2025.03.19 17:26:25.301087 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.03.19 17:26:25.301283 [ 66 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4886 | 2025.03.19 17:26:25.301342 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001682 sec., 4756.242568370987 rows/sec., 357.65 KiB/sec. | ||
| 4887 | 2025.03.19 17:26:25.301362 [ 66 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2025.03.19 17:26:25.301439 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4889 | 2025.03.19 17:26:25.301491 [ 5 ] {4d72f302-45c3-44a9-8eb0-5123cb8c3ee4} <Debug> TCPHandler: Processed in 0.001971935 sec. | ||
| 4890 | 2025.03.19 17:26:25.301638 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 4891 | 2025.03.19 17:26:25.301667 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4892 | 2025.03.19 17:26:25.301768 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4893 | 2025.03.19 17:26:25.301806 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4894 | 2025.03.19 17:26:25.301809 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 176 rows starting from the beginning of the part | ||
| 4895 | 2025.03.19 17:26:25.301863 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4896 | 2025.03.19 17:26:25.302000 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 4897 | 2025.03.19 17:26:25.302405 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part | ||
| 4898 | 2025.03.19 17:26:25.302881 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 4899 | 2025.03.19 17:26:25.303281 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 4900 | 2025.03.19 17:26:25.303645 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 4901 | 2025.03.19 17:26:25.304612 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.03.19 17:26:25.304662 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4903 | 2025.03.19 17:26:25.305301 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4904 | 2025.03.19 17:26:25.305355 [ 201 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 5 columns (5 merged, 0 gathered) in 0.003809067 sec., 72458.68870250904 rows/sec., 5.20 MiB/sec. | ||
| 4905 | 2025.03.19 17:26:25.305604 [ 194 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4906 | 2025.03.19 17:26:25.305650 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4907 | 2025.03.19 17:26:25.306200 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004393 sec., 51900.75119508308 rows/sec., 3.51 MiB/sec. | ||
| 4908 | 2025.03.19 17:26:25.306478 [ 5 ] {bcc312db-cddd-431e-ad4d-95fad976efc0} <Debug> TCPHandler: Processed in 0.004868541 sec. | ||
| 4909 | 2025.03.19 17:26:25.306532 [ 194 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4910 | 2025.03.19 17:26:25.306665 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4911 | 2025.03.19 17:26:25.306719 [ 194 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_31_6} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4912 | 2025.03.19 17:26:25.306874 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4913 | 2025.03.19 17:26:25.306881 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4914 | 2025.03.19 17:26:25.306952 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4915 | 2025.03.19 17:26:25.307743 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2025.03.19 17:26:25.307785 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4917 | 2025.03.19 17:26:25.308174 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4918 | 2025.03.19 17:26:25.308418 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4919 | 2025.03.19 17:26:25.308650 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001849 sec., 285559.7620335317 rows/sec., 21.15 MiB/sec. | ||
| 4920 | 2025.03.19 17:26:25.308768 [ 5 ] {5a673495-42b8-4954-8187-65ac28385680} <Debug> TCPHandler: Processed in 0.00218263 sec. | ||
| 4921 | 2025.03.19 17:26:25.308918 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4922 | 2025.03.19 17:26:25.309024 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4923 | 2025.03.19 17:26:25.309075 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4924 | 2025.03.19 17:26:25.309808 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4925 | 2025.03.19 17:26:25.309847 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4926 | 2025.03.19 17:26:25.310285 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4927 | 2025.03.19 17:26:25.310531 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4928 | 2025.03.19 17:26:25.310785 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001772 sec., 537246.0496613996 rows/sec., 36.04 MiB/sec. | ||
| 4929 | 2025.03.19 17:26:25.310887 [ 5 ] {aadc5e66-c60f-4bcf-bfd9-f0161b9b53ff} <Debug> TCPHandler: Processed in 0.002023826 sec. | ||
| 4930 | 2025.03.19 17:26:25.311135 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4931 | 2025.03.19 17:26:25.311246 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4932 | 2025.03.19 17:26:25.311320 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4933 | 2025.03.19 17:26:25.312433 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4934 | 2025.03.19 17:26:25.312473 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4935 | 2025.03.19 17:26:25.313108 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4936 | 2025.03.19 17:26:25.313369 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4937 | 2025.03.19 17:26:25.313558 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4938 | 2025.03.19 17:26:25.313630 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.03.19 17:26:25.313663 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4940 | 2025.03.19 17:26:25.313681 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002446 sec., 3270.645952575634 rows/sec., 5.86 MiB/sec. | ||
| 4941 | 2025.03.19 17:26:25.313892 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 4942 | 2025.03.19 17:26:25.313937 [ 5 ] {7671929a-9c41-420c-855e-dd57cc5513ba} <Debug> TCPHandler: Processed in 0.002883296 sec. | ||
| 4943 | 2025.03.19 17:26:25.314133 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2025.03.19 17:26:25.314240 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4945 | 2025.03.19 17:26:25.314293 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4946 | 2025.03.19 17:26:25.314314 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 487 rows starting from the beginning of the part | ||
| 4947 | 2025.03.19 17:26:25.314347 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4948 | 2025.03.19 17:26:25.315007 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 4949 | 2025.03.19 17:26:25.315538 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
| 4950 | 2025.03.19 17:26:25.316066 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2025.03.19 17:26:25.316082 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 4952 | 2025.03.19 17:26:25.316112 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4953 | 2025.03.19 17:26:25.316664 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 4954 | 2025.03.19 17:26:25.317238 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 4955 | 2025.03.19 17:26:25.317276 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4956 | 2025.03.19 17:26:25.317834 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4957 | 2025.03.19 17:26:25.318228 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.003958 sec., 10106.11419909045 rows/sec., 698.74 KiB/sec. | ||
| 4958 | 2025.03.19 17:26:25.318442 [ 5 ] {3f1817a9-ac66-424d-a44d-f9457a701260} <Debug> TCPHandler: Processed in 0.00438737 sec. | ||
| 4959 | 2025.03.19 17:26:25.324636 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 19 columns (19 merged, 0 gathered) in 0.010887098 sec., 52814.80886825856 rows/sec., 94.64 MiB/sec. | ||
| 4960 | 2025.03.19 17:26:25.325262 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4961 | 2025.03.19 17:26:25.325651 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4962 | 2025.03.19 17:26:25.325730 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4963 | 2025.03.19 17:26:25.325838 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 4964 | 2025.03.19 17:26:26.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.48 MiB, peak 195.80 MiB, free memory in arenas 0.00 B, will set to 189.86 MiB (RSS), difference: 1.38 MiB | ||
| 4965 | 2025.03.19 17:26:27.066342 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4966 | 2025.03.19 17:26:27.066546 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4967 | 2025.03.19 17:26:27.066624 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4968 | 2025.03.19 17:26:27.067488 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2025.03.19 17:26:27.067533 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4970 | 2025.03.19 17:26:27.067962 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4971 | 2025.03.19 17:26:27.068236 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2025.03.19 17:26:27.068500 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002 sec., 28000 rows/sec., 2.15 MiB/sec. | ||
| 4973 | 2025.03.19 17:26:27.068588 [ 5 ] {850fa5d5-21fc-4b25-b9ec-c60d5fa9dee9} <Debug> TCPHandler: Processed in 0.002381014 sec. | ||
| 4974 | 2025.03.19 17:26:27.068837 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2025.03.19 17:26:27.068958 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4976 | 2025.03.19 17:26:27.069006 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4977 | 2025.03.19 17:26:27.069576 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2025.03.19 17:26:27.069617 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4979 | 2025.03.19 17:26:27.069974 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4980 | 2025.03.19 17:26:27.070223 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2025.03.19 17:26:27.070434 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001499 sec., 42695.130086724486 rows/sec., 3.33 MiB/sec. | ||
| 4982 | 2025.03.19 17:26:27.070489 [ 5 ] {4edfe2f6-7927-4f0e-90e7-2c1f4e4fc73c} <Debug> TCPHandler: Processed in 0.001738879 sec. | ||
| 4983 | 2025.03.19 17:26:27.070592 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4984 | 2025.03.19 17:26:27.070695 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4985 | 2025.03.19 17:26:27.070744 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4986 | 2025.03.19 17:26:27.071230 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.03.19 17:26:27.071269 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4988 | 2025.03.19 17:26:27.071648 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4989 | 2025.03.19 17:26:27.071893 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.03.19 17:26:27.072103 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001431 sec., 37735.84905660377 rows/sec., 2.63 MiB/sec. | ||
| 4991 | 2025.03.19 17:26:27.072159 [ 5 ] {34f4c0fb-183c-444f-b30e-38f711fe625b} <Debug> TCPHandler: Processed in 0.001616148 sec. | ||
| 4992 | 2025.03.19 17:26:27.072266 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4993 | 2025.03.19 17:26:27.072368 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4994 | 2025.03.19 17:26:27.072413 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4995 | 2025.03.19 17:26:27.072833 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.03.19 17:26:27.072872 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 4997 | 2025.03.19 17:26:27.073233 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4998 | 2025.03.19 17:26:27.073489 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.03.19 17:26:27.073697 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001351 sec., 14803.849000740192 rows/sec., 1017.76 KiB/sec. | ||
| 5000 | 2025.03.19 17:26:27.073750 [ 5 ] {d18a9b24-574e-478b-8c39-2ba9b301c855} <Debug> TCPHandler: Processed in 0.001534485 sec. | ||
| 5001 | 2025.03.19 17:26:29.188375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5002 | 2025.03.19 17:26:29.189113 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5003 | 2025.03.19 17:26:29.189159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5004 | 2025.03.19 17:26:29.189736 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5005 | 2025.03.19 17:26:29.190026 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5006 | 2025.03.19 17:26:29.190253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5007 | 2025.03.19 17:26:29.973715 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5008 | 2025.03.19 17:26:29.995291 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2025.03.19 17:26:29.995345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5010 | 2025.03.19 17:26:30.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.40 MiB, peak 195.80 MiB, free memory in arenas 0.00 B, will set to 189.98 MiB (RSS), difference: -4.42 MiB | ||
| 5011 | 2025.03.19 17:26:30.002957 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5012 | 2025.03.19 17:26:30.003723 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2025.03.19 17:26:30.007477 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5014 | 2025.03.19 17:26:31.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.98 MiB, peak 195.80 MiB, free memory in arenas 0.00 B, will set to 189.98 MiB (RSS), difference: 4.00 MiB | ||
| 5015 | 2025.03.19 17:26:31.746762 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 694 | ||
| 5016 | 2025.03.19 17:26:31.750370 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5017 | 2025.03.19 17:26:31.750427 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5018 | 2025.03.19 17:26:31.751987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5019 | 2025.03.19 17:26:31.752305 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5020 | 2025.03.19 17:26:31.753310 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 694 | ||
| 5021 | 2025.03.19 17:26:32.073207 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5022 | 2025.03.19 17:26:32.073419 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5023 | 2025.03.19 17:26:32.073497 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5024 | 2025.03.19 17:26:32.074395 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2025.03.19 17:26:32.074440 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5026 | 2025.03.19 17:26:32.074896 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5027 | 2025.03.19 17:26:32.075167 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2025.03.19 17:26:32.075382 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002021 sec., 59376.54626422564 rows/sec., 5.04 MiB/sec. | ||
| 5029 | 2025.03.19 17:26:32.075446 [ 5 ] {7ce956ab-abb6-4437-bf8a-ba84e279a132} <Debug> TCPHandler: Processed in 0.002374744 sec. | ||
| 5030 | 2025.03.19 17:26:32.075576 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2025.03.19 17:26:32.075693 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5032 | 2025.03.19 17:26:32.075743 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5033 | 2025.03.19 17:26:32.076322 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2025.03.19 17:26:32.076361 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5035 | 2025.03.19 17:26:32.076729 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5036 | 2025.03.19 17:26:32.076980 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.03.19 17:26:32.077165 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001501 sec., 21319.120586275818 rows/sec., 1.57 MiB/sec. | ||
| 5038 | 2025.03.19 17:26:32.077219 [ 5 ] {6765e284-c3de-4603-bddc-1d970bd4b9c8} <Debug> TCPHandler: Processed in 0.001696308 sec. | ||
| 5039 | 2025.03.19 17:26:32.077328 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5040 | 2025.03.19 17:26:32.077432 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5041 | 2025.03.19 17:26:32.077478 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5042 | 2025.03.19 17:26:32.078034 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2025.03.19 17:26:32.078071 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5044 | 2025.03.19 17:26:32.078423 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5045 | 2025.03.19 17:26:32.078669 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5046 | 2025.03.19 17:26:32.078856 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001448 sec., 66298.34254143646 rows/sec., 5.18 MiB/sec. | ||
| 5047 | 2025.03.19 17:26:32.078907 [ 5 ] {c37f9f1e-32f7-4891-ab39-c0a1d999890a} <Debug> TCPHandler: Processed in 0.001631937 sec. | ||
| 5048 | 2025.03.19 17:26:32.079024 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5049 | 2025.03.19 17:26:32.079129 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5050 | 2025.03.19 17:26:32.079177 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5051 | 2025.03.19 17:26:32.079701 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2025.03.19 17:26:32.079737 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5053 | 2025.03.19 17:26:32.080128 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5054 | 2025.03.19 17:26:32.080369 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2025.03.19 17:26:32.080592 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
| 5056 | 2025.03.19 17:26:32.080671 [ 5 ] {e6e3399c-7195-4a62-9bb9-ca5b298e6b6e} <Debug> TCPHandler: Processed in 0.001699668 sec. | ||
| 5057 | 2025.03.19 17:26:32.080925 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5058 | 2025.03.19 17:26:32.081053 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5059 | 2025.03.19 17:26:32.081127 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5060 | 2025.03.19 17:26:32.082317 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5061 | 2025.03.19 17:26:32.082355 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5062 | 2025.03.19 17:26:32.083010 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5063 | 2025.03.19 17:26:32.083270 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5064 | 2025.03.19 17:26:32.083478 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002449 sec., 13066.557778685179 rows/sec., 23.41 MiB/sec. | ||
| 5065 | 2025.03.19 17:26:32.083585 [ 5 ] {3830dd40-79e5-41d8-ae0c-71db8c4eea92} <Debug> TCPHandler: Processed in 0.002752183 sec. | ||
| 5066 | 2025.03.19 17:26:32.083723 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5067 | 2025.03.19 17:26:32.083831 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5068 | 2025.03.19 17:26:32.083877 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5069 | 2025.03.19 17:26:32.084344 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.03.19 17:26:32.084382 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5071 | 2025.03.19 17:26:32.084736 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5072 | 2025.03.19 17:26:32.084979 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2025.03.19 17:26:32.085196 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 5074 | 2025.03.19 17:26:32.085282 [ 5 ] {da714c60-0ad8-441c-82cd-00897fc8e166} <Debug> TCPHandler: Processed in 0.001612227 sec. | ||
| 5075 | 2025.03.19 17:26:36.577468 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5076 | 2025.03.19 17:26:36.577529 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5077 | 2025.03.19 17:26:36.690439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5078 | 2025.03.19 17:26:36.691247 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5079 | 2025.03.19 17:26:36.691296 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5080 | 2025.03.19 17:26:36.691864 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5081 | 2025.03.19 17:26:36.692126 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5082 | 2025.03.19 17:26:36.692364 [ 55 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5083 | 2025.03.19 17:26:36.692406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5084 | 2025.03.19 17:26:36.692445 [ 55 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5085 | 2025.03.19 17:26:36.692476 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5086 | 2025.03.19 17:26:36.692675 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5087 | 2025.03.19 17:26:36.692926 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5088 | 2025.03.19 17:26:36.693005 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5089 | 2025.03.19 17:26:36.693193 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5090 | 2025.03.19 17:26:36.693446 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5091 | 2025.03.19 17:26:36.693627 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5092 | 2025.03.19 17:26:36.693811 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5093 | 2025.03.19 17:26:36.693934 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5094 | 2025.03.19 17:26:36.696665 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004106904 sec., 2911195.391954621 rows/sec., 41.64 MiB/sec. | ||
| 5095 | 2025.03.19 17:26:36.697083 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5096 | 2025.03.19 17:26:36.697423 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_26_5} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5097 | 2025.03.19 17:26:36.697513 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_26_5} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5098 | 2025.03.19 17:26:36.697631 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5099 | 2025.03.19 17:26:37.077071 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5100 | 2025.03.19 17:26:37.077259 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5101 | 2025.03.19 17:26:37.077333 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5102 | 2025.03.19 17:26:37.078218 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2025.03.19 17:26:37.078268 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5104 | 2025.03.19 17:26:37.078721 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5105 | 2025.03.19 17:26:37.078984 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5106 | 2025.03.19 17:26:37.079231 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002024 sec., 104743.08300395256 rows/sec., 6.66 MiB/sec. | ||
| 5107 | 2025.03.19 17:26:37.079299 [ 5 ] {7d15f6f4-02c9-44a0-a0da-11f527640995} <Debug> TCPHandler: Processed in 0.002359583 sec. | ||
| 5108 | 2025.03.19 17:26:37.079434 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5109 | 2025.03.19 17:26:37.079556 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5110 | 2025.03.19 17:26:37.079606 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5111 | 2025.03.19 17:26:37.080476 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2025.03.19 17:26:37.080517 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5113 | 2025.03.19 17:26:37.080924 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5114 | 2025.03.19 17:26:37.081169 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2025.03.19 17:26:37.081342 [ 55 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5116 | 2025.03.19 17:26:37.081408 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001875 sec., 337600 rows/sec., 26.55 MiB/sec. | ||
| 5117 | 2025.03.19 17:26:37.081419 [ 55 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5118 | 2025.03.19 17:26:37.081485 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5119 | 2025.03.19 17:26:37.081541 [ 5 ] {9edf8b05-3b0d-425f-a884-2873032d48ad} <Debug> TCPHandler: Processed in 0.00216307 sec. | ||
| 5120 | 2025.03.19 17:26:37.081891 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5121 | 2025.03.19 17:26:37.081945 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 5122 | 2025.03.19 17:26:37.082392 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5123 | 2025.03.19 17:26:37.082601 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5124 | 2025.03.19 17:26:37.082883 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5125 | 2025.03.19 17:26:37.082999 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1967 rows starting from the beginning of the part | ||
| 5126 | 2025.03.19 17:26:37.083292 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 120 rows starting from the beginning of the part | ||
| 5127 | 2025.03.19 17:26:37.083688 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1212 rows starting from the beginning of the part | ||
| 5128 | 2025.03.19 17:26:37.084065 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5129 | 2025.03.19 17:26:37.084395 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 120 rows starting from the beginning of the part | ||
| 5130 | 2025.03.19 17:26:37.084710 [ 188 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 633 rows starting from the beginning of the part | ||
| 5131 | 2025.03.19 17:26:37.085896 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5132 | 2025.03.19 17:26:37.085949 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5133 | 2025.03.19 17:26:37.086999 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5134 | 2025.03.19 17:26:37.087404 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5135 | 2025.03.19 17:26:37.087743 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.005559 sec., 20507.28548300054 rows/sec., 1.23 MiB/sec. | ||
| 5136 | 2025.03.19 17:26:37.088012 [ 5 ] {8e6d2c4f-a668-49cb-985c-124ad0a2397f} <Debug> TCPHandler: Processed in 0.006235962 sec. | ||
| 5137 | 2025.03.19 17:26:37.088397 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5138 | 2025.03.19 17:26:37.088759 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5139 | 2025.03.19 17:26:37.088840 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5140 | 2025.03.19 17:26:37.088866 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4108 rows, containing 5 columns (5 merged, 0 gathered) in 0.007235446 sec., 567760.439370289 rows/sec., 48.68 MiB/sec. | ||
| 5141 | 2025.03.19 17:26:37.089266 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5142 | 2025.03.19 17:26:37.089897 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5143 | 2025.03.19 17:26:37.090005 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2025.03.19 17:26:37.090067 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5145 | 2025.03.19 17:26:37.090067 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_41_8} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5146 | 2025.03.19 17:26:37.090270 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 5147 | 2025.03.19 17:26:37.090589 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5148 | 2025.03.19 17:26:37.090840 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5149 | 2025.03.19 17:26:37.091098 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002452 sec., 46084.828711256116 rows/sec., 2.98 MiB/sec. | ||
| 5150 | 2025.03.19 17:26:37.091318 [ 5 ] {04582f37-69be-409f-9669-16ce245d2c7f} <Debug> TCPHandler: Processed in 0.00305768 sec. | ||
| 5151 | 2025.03.19 17:26:37.091443 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5152 | 2025.03.19 17:26:37.091549 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5153 | 2025.03.19 17:26:37.091594 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5154 | 2025.03.19 17:26:37.092203 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2025.03.19 17:26:37.092244 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5156 | 2025.03.19 17:26:37.092600 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5157 | 2025.03.19 17:26:37.092838 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.03.19 17:26:37.093147 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001595 sec., 70219.43573667711 rows/sec., 4.00 MiB/sec. | ||
| 5159 | 2025.03.19 17:26:37.093256 [ 5 ] {83ee27d5-ecc0-4757-bc84-08e60fe66c2b} <Debug> TCPHandler: Processed in 0.001864162 sec. | ||
| 5160 | 2025.03.19 17:26:37.093375 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5161 | 2025.03.19 17:26:37.093481 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5162 | 2025.03.19 17:26:37.093526 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5163 | 2025.03.19 17:26:37.094229 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2025.03.19 17:26:37.094269 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5165 | 2025.03.19 17:26:37.094643 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5166 | 2025.03.19 17:26:37.094885 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.03.19 17:26:37.095043 [ 55 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5168 | 2025.03.19 17:26:37.095109 [ 55 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2025.03.19 17:26:37.095128 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001655 sec., 235649.54682779455 rows/sec., 16.66 MiB/sec. | ||
| 5170 | 2025.03.19 17:26:37.095144 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5171 | 2025.03.19 17:26:37.095281 [ 5 ] {0fad3d2e-a4ee-41ff-8ec0-536ef391fd48} <Debug> TCPHandler: Processed in 0.001952705 sec. | ||
| 5172 | 2025.03.19 17:26:37.095433 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 5173 | 2025.03.19 17:26:37.095493 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5174 | 2025.03.19 17:26:37.095705 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5175 | 2025.03.19 17:26:37.095727 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5176 | 2025.03.19 17:26:37.095774 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 953 rows starting from the beginning of the part | ||
| 5177 | 2025.03.19 17:26:37.095839 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5178 | 2025.03.19 17:26:37.096042 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 96 rows starting from the beginning of the part | ||
| 5179 | 2025.03.19 17:26:37.096462 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 528 rows starting from the beginning of the part | ||
| 5180 | 2025.03.19 17:26:37.096789 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5181 | 2025.03.19 17:26:37.097133 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 96 rows starting from the beginning of the part | ||
| 5182 | 2025.03.19 17:26:37.097452 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 390 rows starting from the beginning of the part | ||
| 5183 | 2025.03.19 17:26:37.098413 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Trace> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2025.03.19 17:26:37.098462 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5185 | 2025.03.19 17:26:37.099335 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 5186 | 2025.03.19 17:26:37.099745 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Trace> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2025.03.19 17:26:37.100505 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004805 sec., 1248.6992715920915 rows/sec., 65.24 KiB/sec. | ||
| 5188 | 2025.03.19 17:26:37.100919 [ 5 ] {e4a5b354-7905-421c-8daa-909179fe8dcc} <Debug> TCPHandler: Processed in 0.005486665 sec. | ||
| 5189 | 2025.03.19 17:26:37.101006 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2127 rows, containing 5 columns (5 merged, 0 gathered) in 0.0057026 sec., 372987.75996913685 rows/sec., 28.86 MiB/sec. | ||
| 5190 | 2025.03.19 17:26:37.101085 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5191 | 2025.03.19 17:26:37.101229 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5192 | 2025.03.19 17:26:37.101236 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5193 | 2025.03.19 17:26:37.101350 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5194 | 2025.03.19 17:26:37.101860 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2025.03.19 17:26:37.101970 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_41_8} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5196 | 2025.03.19 17:26:37.102129 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5197 | 2025.03.19 17:26:37.102387 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5198 | 2025.03.19 17:26:37.102431 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5199 | 2025.03.19 17:26:37.102834 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5200 | 2025.03.19 17:26:37.103084 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5201 | 2025.03.19 17:26:37.103263 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5202 | 2025.03.19 17:26:37.103331 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5203 | 2025.03.19 17:26:37.103337 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002135 sec., 111007.02576112411 rows/sec., 7.44 MiB/sec. | ||
| 5204 | 2025.03.19 17:26:37.103370 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5205 | 2025.03.19 17:26:37.103519 [ 5 ] {e7636bcb-8d37-4953-88be-4f6b5d930f01} <Debug> TCPHandler: Processed in 0.002487147 sec. | ||
| 5206 | 2025.03.19 17:26:37.103618 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 5207 | 2025.03.19 17:26:37.103688 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5208 | 2025.03.19 17:26:37.103850 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5209 | 2025.03.19 17:26:37.103904 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5210 | 2025.03.19 17:26:37.103923 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10203 rows starting from the beginning of the part | ||
| 5211 | 2025.03.19 17:26:37.104012 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5212 | 2025.03.19 17:26:37.104216 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5213 | 2025.03.19 17:26:37.104590 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 952 rows starting from the beginning of the part | ||
| 5214 | 2025.03.19 17:26:37.104914 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 54 rows starting from the beginning of the part | ||
| 5215 | 2025.03.19 17:26:37.105273 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 5216 | 2025.03.19 17:26:37.105656 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 5217 | 2025.03.19 17:26:37.106719 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5218 | 2025.03.19 17:26:37.106777 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5219 | 2025.03.19 17:26:37.107424 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 5220 | 2025.03.19 17:26:37.107804 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5221 | 2025.03.19 17:26:37.108418 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004544 sec., 220.07042253521126 rows/sec., 14.83 KiB/sec. | ||
| 5222 | 2025.03.19 17:26:37.108588 [ 5 ] {867553ed-d454-48bf-8aa1-b4642725c151} <Debug> TCPHandler: Processed in 0.004951263 sec. | ||
| 5223 | 2025.03.19 17:26:37.108810 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5224 | 2025.03.19 17:26:37.109050 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5225 | 2025.03.19 17:26:37.109152 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5226 | 2025.03.19 17:26:37.110695 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2025.03.19 17:26:37.110735 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5228 | 2025.03.19 17:26:37.111619 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11766 rows, containing 5 columns (5 merged, 0 gathered) in 0.008120666 sec., 1448895.940308344 rows/sec., 99.20 MiB/sec. | ||
| 5229 | 2025.03.19 17:26:37.111922 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5230 | 2025.03.19 17:26:37.111970 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5231 | 2025.03.19 17:26:37.112424 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2025.03.19 17:26:37.112529 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5233 | 2025.03.19 17:26:37.112773 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5234 | 2025.03.19 17:26:37.112997 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004006 sec., 1997.00449326011 rows/sec., 3.58 MiB/sec. | ||
| 5235 | 2025.03.19 17:26:37.113013 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 5236 | 2025.03.19 17:26:37.113607 [ 5 ] {9310b24f-cd64-4dd7-a839-25efa8992dc5} <Debug> TCPHandler: Processed in 0.004867191 sec. | ||
| 5237 | 2025.03.19 17:26:37.113757 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5238 | 2025.03.19 17:26:37.113863 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5239 | 2025.03.19 17:26:37.113909 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5240 | 2025.03.19 17:26:37.114380 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5241 | 2025.03.19 17:26:37.114418 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5242 | 2025.03.19 17:26:37.114798 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5243 | 2025.03.19 17:26:37.115043 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.03.19 17:26:37.115230 [ 52 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5245 | 2025.03.19 17:26:37.115312 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec. | ||
| 5246 | 2025.03.19 17:26:37.115313 [ 52 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2025.03.19 17:26:37.115407 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5248 | 2025.03.19 17:26:37.115438 [ 5 ] {d8fce975-345b-4f8d-91bb-7c1ab064f813} <Debug> TCPHandler: Processed in 0.00173313 sec. | ||
| 5249 | 2025.03.19 17:26:37.115633 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 5250 | 2025.03.19 17:26:37.115783 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5251 | 2025.03.19 17:26:37.115826 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1810 rows starting from the beginning of the part | ||
| 5252 | 2025.03.19 17:26:37.115964 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5253 | 2025.03.19 17:26:37.116157 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 5254 | 2025.03.19 17:26:37.116253 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part | ||
| 5255 | 2025.03.19 17:26:37.116490 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 5256 | 2025.03.19 17:26:37.116674 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5257 | 2025.03.19 17:26:37.118203 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2072 rows, containing 4 columns (4 merged, 0 gathered) in 0.002677342 sec., 773901.8773096601 rows/sec., 51.95 MiB/sec. | ||
| 5258 | 2025.03.19 17:26:37.118459 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5259 | 2025.03.19 17:26:37.118783 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5260 | 2025.03.19 17:26:37.118891 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_41_8} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5261 | 2025.03.19 17:26:37.118996 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 5262 | 2025.03.19 17:26:37.507576 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5263 | 2025.03.19 17:26:37.530555 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2025.03.19 17:26:37.530628 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5265 | 2025.03.19 17:26:37.538329 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5266 | 2025.03.19 17:26:37.539139 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2025.03.19 17:26:37.539629 [ 52 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5268 | 2025.03.19 17:26:37.539809 [ 52 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5269 | 2025.03.19 17:26:37.539895 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. | ||
| 5270 | 2025.03.19 17:26:37.540299 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 5271 | 2025.03.19 17:26:37.549281 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5272 | 2025.03.19 17:26:37.550590 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5273 | 2025.03.19 17:26:37.551517 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 5274 | 2025.03.19 17:26:37.556400 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 5275 | 2025.03.19 17:26:37.561114 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 5276 | 2025.03.19 17:26:37.566439 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 5277 | 2025.03.19 17:26:37.572064 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 5278 | 2025.03.19 17:26:37.576776 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 5279 | 2025.03.19 17:26:37.636230 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.09621092 sec., 2037.1907887379102 rows/sec., 10.53 MiB/sec. | ||
| 5280 | 2025.03.19 17:26:37.639022 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5281 | 2025.03.19 17:26:37.642251 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_26_5} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5282 | 2025.03.19 17:26:37.642377 [ 200 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_26_5} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5283 | 2025.03.19 17:26:37.645206 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5284 | 2025.03.19 17:26:38.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.43 MiB, peak 202.97 MiB, free memory in arenas 0.00 B, will set to 193.44 MiB (RSS), difference: 1.01 MiB | ||
| 5285 | 2025.03.19 17:26:41.753538 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 728 | ||
| 5286 | 2025.03.19 17:26:41.756700 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2025.03.19 17:26:41.756746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5288 | 2025.03.19 17:26:41.758430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5289 | 2025.03.19 17:26:41.758732 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2025.03.19 17:26:41.759334 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5291 | 2025.03.19 17:26:42.073613 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5292 | 2025.03.19 17:26:42.073807 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5293 | 2025.03.19 17:26:42.073878 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5294 | 2025.03.19 17:26:42.074644 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5295 | 2025.03.19 17:26:42.074688 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5296 | 2025.03.19 17:26:42.075122 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5297 | 2025.03.19 17:26:42.075389 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5298 | 2025.03.19 17:26:42.075682 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001921 sec., 4164.497657470068 rows/sec., 339.59 KiB/sec. | ||
| 5299 | 2025.03.19 17:26:42.075852 [ 5 ] {f7d0e5e6-3afb-4b2a-82fa-fd235ee15b76} <Debug> TCPHandler: Processed in 0.002360214 sec. | ||
| 5300 | 2025.03.19 17:26:42.075984 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5301 | 2025.03.19 17:26:42.076094 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5302 | 2025.03.19 17:26:42.076141 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5303 | 2025.03.19 17:26:42.076763 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2025.03.19 17:26:42.076803 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5305 | 2025.03.19 17:26:42.077185 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5306 | 2025.03.19 17:26:42.077424 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2025.03.19 17:26:42.077636 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Debug> executeQuery: Read 124 rows, 10.73 KiB in 0.001565 sec., 79233.2268370607 rows/sec., 6.70 MiB/sec. | ||
| 5308 | 2025.03.19 17:26:42.077689 [ 5 ] {8220c2c0-313a-470e-9c31-7b299cd49a11} <Debug> TCPHandler: Processed in 0.00175641 sec. | ||
| 5309 | 2025.03.19 17:26:42.077808 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5310 | 2025.03.19 17:26:42.077914 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5311 | 2025.03.19 17:26:42.077959 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5312 | 2025.03.19 17:26:42.078505 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2025.03.19 17:26:42.078545 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5314 | 2025.03.19 17:26:42.078900 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5315 | 2025.03.19 17:26:42.079141 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2025.03.19 17:26:42.079357 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Debug> executeQuery: Read 40 rows, 2.96 KiB in 0.001465 sec., 27303.754266211607 rows/sec., 1.98 MiB/sec. | ||
| 5317 | 2025.03.19 17:26:42.079410 [ 5 ] {25ac22a4-98a2-4856-9687-d2d0374519a5} <Debug> TCPHandler: Processed in 0.001653878 sec. | ||
| 5318 | 2025.03.19 17:26:42.079517 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5319 | 2025.03.19 17:26:42.079619 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5320 | 2025.03.19 17:26:42.079663 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5321 | 2025.03.19 17:26:42.080228 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2025.03.19 17:26:42.080268 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5323 | 2025.03.19 17:26:42.080623 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5324 | 2025.03.19 17:26:42.080855 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2025.03.19 17:26:42.081073 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Debug> executeQuery: Read 104 rows, 8.33 KiB in 0.001475 sec., 70508.47457627118 rows/sec., 5.52 MiB/sec. | ||
| 5326 | 2025.03.19 17:26:42.081126 [ 5 ] {6d586603-41fa-4308-af6d-e5113b265c9f} <Debug> TCPHandler: Processed in 0.001660268 sec. | ||
| 5327 | 2025.03.19 17:26:42.081243 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5328 | 2025.03.19 17:26:42.081348 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5329 | 2025.03.19 17:26:42.081396 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5330 | 2025.03.19 17:26:42.081927 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2025.03.19 17:26:42.081965 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5332 | 2025.03.19 17:26:42.082361 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5333 | 2025.03.19 17:26:42.082598 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.03.19 17:26:42.082851 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00151 sec., 108609.2715231788 rows/sec., 7.56 MiB/sec. | ||
| 5335 | 2025.03.19 17:26:42.083035 [ 5 ] {e795bfb5-f93a-4ab9-b833-055845f99f44} <Debug> TCPHandler: Processed in 0.001839892 sec. | ||
| 5336 | 2025.03.19 17:26:42.083268 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5337 | 2025.03.19 17:26:42.083374 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5338 | 2025.03.19 17:26:42.083450 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5339 | 2025.03.19 17:26:42.084640 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5340 | 2025.03.19 17:26:42.084679 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5341 | 2025.03.19 17:26:42.085305 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5342 | 2025.03.19 17:26:42.085545 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2025.03.19 17:26:42.085829 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002531 sec., 12643.224022125643 rows/sec., 22.66 MiB/sec. | ||
| 5344 | 2025.03.19 17:26:42.086405 [ 5 ] {31f59f82-53f2-45ea-8bed-a24087d08f0b} <Debug> TCPHandler: Processed in 0.003203013 sec. | ||
| 5345 | 2025.03.19 17:26:42.086553 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5346 | 2025.03.19 17:26:42.086657 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5347 | 2025.03.19 17:26:42.086703 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5348 | 2025.03.19 17:26:42.087170 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5349 | 2025.03.19 17:26:42.087209 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5350 | 2025.03.19 17:26:42.087569 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5351 | 2025.03.19 17:26:42.087803 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2025.03.19 17:26:42.088007 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
| 5353 | 2025.03.19 17:26:42.088059 [ 5 ] {bebb01ef-eba0-4827-b9e4-fb8b440975a9} <Debug> TCPHandler: Processed in 0.001556575 sec. | ||
| 5354 | 2025.03.19 17:26:44.192592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5355 | 2025.03.19 17:26:44.193490 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5356 | 2025.03.19 17:26:44.193536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5357 | 2025.03.19 17:26:44.194118 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5358 | 2025.03.19 17:26:44.194382 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5359 | 2025.03.19 17:26:44.194629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5360 | 2025.03.19 17:26:45.049383 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5361 | 2025.03.19 17:26:45.069519 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.03.19 17:26:45.069589 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5363 | 2025.03.19 17:26:45.076717 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5364 | 2025.03.19 17:26:45.077534 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2025.03.19 17:26:45.080635 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5366 | 2025.03.19 17:26:47.072042 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5367 | 2025.03.19 17:26:47.072231 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5368 | 2025.03.19 17:26:47.072302 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5369 | 2025.03.19 17:26:47.073103 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2025.03.19 17:26:47.073153 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5371 | 2025.03.19 17:26:47.073627 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5372 | 2025.03.19 17:26:47.073878 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2025.03.19 17:26:47.074124 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001945 sec., 37017.994858611826 rows/sec., 3.01 MiB/sec. | ||
| 5374 | 2025.03.19 17:26:47.074194 [ 5 ] {064987f1-03df-4045-bd8e-77a1aa5fb360} <Debug> TCPHandler: Processed in 0.002279442 sec. | ||
| 5375 | 2025.03.19 17:26:47.074318 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5376 | 2025.03.19 17:26:47.074433 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5377 | 2025.03.19 17:26:47.074481 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5378 | 2025.03.19 17:26:47.075029 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2025.03.19 17:26:47.075070 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5380 | 2025.03.19 17:26:47.075424 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5381 | 2025.03.19 17:26:47.075664 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5382 | 2025.03.19 17:26:47.075927 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00151 sec., 5298.013245033112 rows/sec., 398.39 KiB/sec. | ||
| 5383 | 2025.03.19 17:26:47.076010 [ 5 ] {aa1a3249-00e9-4e07-931e-9a76dd2289a0} <Debug> TCPHandler: Processed in 0.00174269 sec. | ||
| 5384 | 2025.03.19 17:26:47.076261 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2025.03.19 17:26:47.076373 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5386 | 2025.03.19 17:26:47.076420 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5387 | 2025.03.19 17:26:47.076983 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.03.19 17:26:47.077023 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5389 | 2025.03.19 17:26:47.077379 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5390 | 2025.03.19 17:26:47.077624 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2025.03.19 17:26:47.077877 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001524 sec., 47244.09448818898 rows/sec., 3.69 MiB/sec. | ||
| 5392 | 2025.03.19 17:26:47.078046 [ 5 ] {6c36c6e9-bd64-45f7-948d-c2b4581d0ead} <Debug> TCPHandler: Processed in 0.001866803 sec. | ||
| 5393 | 2025.03.19 17:26:47.078292 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2025.03.19 17:26:47.078400 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5395 | 2025.03.19 17:26:47.078451 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5396 | 2025.03.19 17:26:47.079014 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2025.03.19 17:26:47.079058 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5398 | 2025.03.19 17:26:47.079448 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5399 | 2025.03.19 17:26:47.079688 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5400 | 2025.03.19 17:26:47.079901 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
| 5401 | 2025.03.19 17:26:47.079957 [ 5 ] {b39c4c24-2ea2-47f6-8707-5f2132e64af5} <Debug> TCPHandler: Processed in 0.00175628 sec. | ||
| 5402 | 2025.03.19 17:26:47.080064 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5403 | 2025.03.19 17:26:47.080167 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5404 | 2025.03.19 17:26:47.080233 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5405 | 2025.03.19 17:26:47.081315 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2025.03.19 17:26:47.081355 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5407 | 2025.03.19 17:26:47.081957 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5408 | 2025.03.19 17:26:47.082215 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2025.03.19 17:26:47.082468 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002323 sec., 3443.8226431338785 rows/sec., 6.17 MiB/sec. | ||
| 5410 | 2025.03.19 17:26:47.082582 [ 5 ] {56170279-f52c-41fe-959e-e00bd83a884b} <Debug> TCPHandler: Processed in 0.002569038 sec. | ||
| 5411 | 2025.03.19 17:26:47.082698 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.03.19 17:26:47.082803 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5413 | 2025.03.19 17:26:47.082850 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5414 | 2025.03.19 17:26:47.083283 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.03.19 17:26:47.083322 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5416 | 2025.03.19 17:26:47.083676 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5417 | 2025.03.19 17:26:47.083912 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.03.19 17:26:47.084165 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 5419 | 2025.03.19 17:26:47.084343 [ 5 ] {81c45628-28a7-4350-a0da-8e22fd2d610c} <Debug> TCPHandler: Processed in 0.001691629 sec. | ||
| 5420 | 2025.03.19 17:26:51.577575 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5421 | 2025.03.19 17:26:51.577648 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5422 | 2025.03.19 17:26:51.694782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5423 | 2025.03.19 17:26:51.695510 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2025.03.19 17:26:51.695555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5425 | 2025.03.19 17:26:51.696143 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5426 | 2025.03.19 17:26:51.696401 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.03.19 17:26:51.696626 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5428 | 2025.03.19 17:26:51.759558 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 754 | ||
| 5429 | 2025.03.19 17:26:51.762613 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2025.03.19 17:26:51.762664 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5431 | 2025.03.19 17:26:51.764204 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5432 | 2025.03.19 17:26:51.764537 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2025.03.19 17:26:51.765216 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 754 | ||
| 5434 | 2025.03.19 17:26:52.073804 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5435 | 2025.03.19 17:26:52.074018 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5436 | 2025.03.19 17:26:52.074104 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5437 | 2025.03.19 17:26:52.074977 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2025.03.19 17:26:52.075030 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5439 | 2025.03.19 17:26:52.075489 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5440 | 2025.03.19 17:26:52.075761 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2025.03.19 17:26:52.076018 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002056 sec., 58365.75875486381 rows/sec., 4.96 MiB/sec. | ||
| 5442 | 2025.03.19 17:26:52.076144 [ 5 ] {0af7fccb-eaa7-4576-8e22-eeeb688139d4} <Debug> TCPHandler: Processed in 0.002475237 sec. | ||
| 5443 | 2025.03.19 17:26:52.076390 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5444 | 2025.03.19 17:26:52.076520 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5445 | 2025.03.19 17:26:52.076573 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5446 | 2025.03.19 17:26:52.077156 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2025.03.19 17:26:52.077197 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5448 | 2025.03.19 17:26:52.077562 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5449 | 2025.03.19 17:26:52.077802 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5450 | 2025.03.19 17:26:52.077991 [ 36 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5451 | 2025.03.19 17:26:52.078060 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001566 sec., 20434.227330779057 rows/sec., 1.50 MiB/sec. | ||
| 5452 | 2025.03.19 17:26:52.078082 [ 36 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5453 | 2025.03.19 17:26:52.078155 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5454 | 2025.03.19 17:26:52.078189 [ 5 ] {ec20a6a7-d2e3-468a-bd59-11be0edbb360} <Debug> TCPHandler: Processed in 0.001922304 sec. | ||
| 5455 | 2025.03.19 17:26:52.078348 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 5456 | 2025.03.19 17:26:52.078368 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2025.03.19 17:26:52.078516 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5458 | 2025.03.19 17:26:52.078518 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5459 | 2025.03.19 17:26:52.078562 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 176 rows starting from the beginning of the part | ||
| 5460 | 2025.03.19 17:26:52.078586 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5461 | 2025.03.19 17:26:52.078786 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 5462 | 2025.03.19 17:26:52.079087 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 114 rows starting from the beginning of the part | ||
| 5463 | 2025.03.19 17:26:52.079515 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 5464 | 2025.03.19 17:26:52.079727 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part | ||
| 5465 | 2025.03.19 17:26:52.079946 [ 197 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 5466 | 2025.03.19 17:26:52.080522 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2025.03.19 17:26:52.080570 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5468 | 2025.03.19 17:26:52.081157 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5469 | 2025.03.19 17:26:52.081449 [ 201 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 5 columns (5 merged, 0 gathered) in 0.003182023 sec., 126334.72479614384 rows/sec., 8.76 MiB/sec. | ||
| 5470 | 2025.03.19 17:26:52.081496 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5471 | 2025.03.19 17:26:52.081654 [ 201 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5472 | 2025.03.19 17:26:52.081820 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.003344 sec., 28708.133971291863 rows/sec., 2.24 MiB/sec. | ||
| 5473 | 2025.03.19 17:26:52.081900 [ 5 ] {e09ff34c-e053-4523-8f78-4db26e59f2ec} <Debug> TCPHandler: Processed in 0.003589912 sec. | ||
| 5474 | 2025.03.19 17:26:52.082034 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5475 | 2025.03.19 17:26:52.082170 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5476 | 2025.03.19 17:26:52.082178 [ 201 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5477 | 2025.03.19 17:26:52.082235 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5478 | 2025.03.19 17:26:52.082293 [ 201 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_36_7} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5479 | 2025.03.19 17:26:52.082396 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5480 | 2025.03.19 17:26:52.082859 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2025.03.19 17:26:52.082897 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5482 | 2025.03.19 17:26:52.083284 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5483 | 2025.03.19 17:26:52.083532 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5484 | 2025.03.19 17:26:52.083746 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 5485 | 2025.03.19 17:26:52.083801 [ 5 ] {7329e93c-08c3-43fa-a527-109cd4fceb43} <Debug> TCPHandler: Processed in 0.001829722 sec. | ||
| 5486 | 2025.03.19 17:26:52.083908 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5487 | 2025.03.19 17:26:52.084012 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5488 | 2025.03.19 17:26:52.084078 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5489 | 2025.03.19 17:26:52.085203 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5490 | 2025.03.19 17:26:52.085243 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5491 | 2025.03.19 17:26:52.085894 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5492 | 2025.03.19 17:26:52.086156 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2025.03.19 17:26:52.086345 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5494 | 2025.03.19 17:26:52.086418 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2025.03.19 17:26:52.086445 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002448 sec., 13071.8954248366 rows/sec., 23.42 MiB/sec. | ||
| 5496 | 2025.03.19 17:26:52.086468 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5497 | 2025.03.19 17:26:52.087003 [ 5 ] {918bbcd8-371c-48b4-b68d-b5909811695a} <Debug> TCPHandler: Processed in 0.003143742 sec. | ||
| 5498 | 2025.03.19 17:26:52.087013 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 5499 | 2025.03.19 17:26:52.087547 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5500 | 2025.03.19 17:26:52.087752 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5501 | 2025.03.19 17:26:52.087821 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5502 | 2025.03.19 17:26:52.087869 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5503 | 2025.03.19 17:26:52.088056 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 575 rows starting from the beginning of the part | ||
| 5504 | 2025.03.19 17:26:52.088467 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 5505 | 2025.03.19 17:26:52.088921 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part | ||
| 5506 | 2025.03.19 17:26:52.089056 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5507 | 2025.03.19 17:26:52.089128 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5508 | 2025.03.19 17:26:52.089339 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
| 5509 | 2025.03.19 17:26:52.089732 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part | ||
| 5510 | 2025.03.19 17:26:52.090002 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5511 | 2025.03.19 17:26:52.090084 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 5512 | 2025.03.19 17:26:52.090481 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5513 | 2025.03.19 17:26:52.090838 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003083 sec., 19461.563412260784 rows/sec., 1.31 MiB/sec. | ||
| 5514 | 2025.03.19 17:26:52.090920 [ 5 ] {14bcb175-934f-46c7-b444-013fa18b6839} <Debug> TCPHandler: Processed in 0.003452379 sec. | ||
| 5515 | 2025.03.19 17:26:52.095544 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 687 rows, containing 19 columns (19 merged, 0 gathered) in 0.008918214 sec., 77033.36116401781 rows/sec., 138.04 MiB/sec. | ||
| 5516 | 2025.03.19 17:26:52.096320 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5517 | 2025.03.19 17:26:52.096706 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2025.03.19 17:26:52.096783 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5519 | 2025.03.19 17:26:52.096887 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 5520 | 2025.03.19 17:26:52.580732 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5521 | 2025.03.19 17:26:52.601825 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.03.19 17:26:52.601888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5523 | 2025.03.19 17:26:52.609483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5524 | 2025.03.19 17:26:52.610298 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.03.19 17:26:52.613465 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5526 | 2025.03.19 17:26:54.403429 [ 33 ] {} <Debug> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5527 | 2025.03.19 17:26:54.403491 [ 33 ] {} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5528 | 2025.03.19 17:26:54.403513 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5529 | 2025.03.19 17:26:54.403641 [ 201 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::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 | ||
| 5530 | 2025.03.19 17:26:54.403770 [ 201 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5531 | 2025.03.19 17:26:54.403805 [ 201 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::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 | ||
| 5532 | 2025.03.19 17:26:54.403896 [ 201 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 5533 | 2025.03.19 17:26:54.403995 [ 201 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 5534 | 2025.03.19 17:26:54.404199 [ 201 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::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 | ||
| 5535 | 2025.03.19 17:26:54.404463 [ 201 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 5536 | 2025.03.19 17:26:54.405685 [ 187 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002105358 sec., 18999.144088558813 rows/sec., 1.59 MiB/sec. | ||
| 5537 | 2025.03.19 17:26:54.405889 [ 187 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5538 | 2025.03.19 17:26:54.406235 [ 187 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2025.03.19 17:26:54.406327 [ 187 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_5_1} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5540 | 2025.03.19 17:26:54.406431 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5541 | 2025.03.19 17:26:55.296254 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5542 | 2025.03.19 17:26:55.296486 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5543 | 2025.03.19 17:26:55.296561 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5544 | 2025.03.19 17:26:55.297320 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2025.03.19 17:26:55.297371 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5546 | 2025.03.19 17:26:55.297792 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5547 | 2025.03.19 17:26:55.298044 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5548 | 2025.03.19 17:26:55.298290 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001865 sec., 5361.930294906167 rows/sec., 437.23 KiB/sec. | ||
| 5549 | 2025.03.19 17:26:55.298351 [ 5 ] {2c989eb4-e505-4e15-85ad-af464df48770} <Debug> TCPHandler: Processed in 0.002240202 sec. | ||
| 5550 | 2025.03.19 17:26:55.298461 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2025.03.19 17:26:55.298566 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5552 | 2025.03.19 17:26:55.298611 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5553 | 2025.03.19 17:26:55.299629 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2025.03.19 17:26:55.299669 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5555 | 2025.03.19 17:26:55.300152 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5556 | 2025.03.19 17:26:55.300392 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2025.03.19 17:26:55.300628 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Debug> executeQuery: Read 1217 rows, 102.92 KiB in 0.002085 sec., 583693.0455635492 rows/sec., 48.20 MiB/sec. | ||
| 5558 | 2025.03.19 17:26:55.300685 [ 5 ] {ec5946f6-b6e8-4dfc-9ec5-1245411ad115} <Debug> TCPHandler: Processed in 0.002274262 sec. | ||
| 5559 | 2025.03.19 17:26:55.300804 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5560 | 2025.03.19 17:26:55.300911 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5561 | 2025.03.19 17:26:55.300957 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5562 | 2025.03.19 17:26:55.301504 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5563 | 2025.03.19 17:26:55.301544 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5564 | 2025.03.19 17:26:55.301894 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5565 | 2025.03.19 17:26:55.302134 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5566 | 2025.03.19 17:26:55.302347 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001458 sec., 12345.679012345678 rows/sec., 891.50 KiB/sec. | ||
| 5567 | 2025.03.19 17:26:55.302403 [ 5 ] {3bb1bf01-f8bb-43bc-8172-5940618feef6} <Debug> TCPHandler: Processed in 0.001650858 sec. | ||
| 5568 | 2025.03.19 17:26:55.302510 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5569 | 2025.03.19 17:26:55.302611 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5570 | 2025.03.19 17:26:55.302655 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5571 | 2025.03.19 17:26:55.303265 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5572 | 2025.03.19 17:26:55.303304 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5573 | 2025.03.19 17:26:55.303656 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5574 | 2025.03.19 17:26:55.303890 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5575 | 2025.03.19 17:26:55.304155 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001561 sec., 146060.21780909674 rows/sec., 9.89 MiB/sec. | ||
| 5576 | 2025.03.19 17:26:55.304363 [ 5 ] {9dacc7ea-74b3-4d4e-a283-a2aa29b4e207} <Debug> TCPHandler: Processed in 0.001900224 sec. | ||
| 5577 | 2025.03.19 17:26:55.304495 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5578 | 2025.03.19 17:26:55.304599 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5579 | 2025.03.19 17:26:55.304644 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5580 | 2025.03.19 17:26:55.305396 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5581 | 2025.03.19 17:26:55.305436 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5582 | 2025.03.19 17:26:55.305820 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5583 | 2025.03.19 17:26:55.306058 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5584 | 2025.03.19 17:26:55.306287 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Debug> executeQuery: Read 538 rows, 40.86 KiB in 0.00171 sec., 314619.8830409357 rows/sec., 23.33 MiB/sec. | ||
| 5585 | 2025.03.19 17:26:55.306342 [ 5 ] {c7d6701d-aab4-4c16-b931-a6288d98d050} <Debug> TCPHandler: Processed in 0.001897823 sec. | ||
| 5586 | 2025.03.19 17:26:55.306462 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5587 | 2025.03.19 17:26:55.306568 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5588 | 2025.03.19 17:26:55.306617 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5589 | 2025.03.19 17:26:55.307342 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2025.03.19 17:26:55.307381 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5591 | 2025.03.19 17:26:55.307806 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5592 | 2025.03.19 17:26:55.308043 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.03.19 17:26:55.308268 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.001722 sec., 555749.1289198606 rows/sec., 37.28 MiB/sec. | ||
| 5594 | 2025.03.19 17:26:55.308323 [ 5 ] {e605546d-a5b9-408b-b547-52babe653aa4} <Debug> TCPHandler: Processed in 0.001913554 sec. | ||
| 5595 | 2025.03.19 17:26:55.308441 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2025.03.19 17:26:55.308547 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5597 | 2025.03.19 17:26:55.308612 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5598 | 2025.03.19 17:26:55.309691 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.03.19 17:26:55.309730 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5600 | 2025.03.19 17:26:55.310331 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5601 | 2025.03.19 17:26:55.310586 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2025.03.19 17:26:55.310830 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002305 sec., 3470.7158351409976 rows/sec., 6.22 MiB/sec. | ||
| 5603 | 2025.03.19 17:26:55.310928 [ 5 ] {59babcdb-40f3-4557-adf0-a397ad58cf7b} <Debug> TCPHandler: Processed in 0.002538958 sec. | ||
| 5604 | 2025.03.19 17:26:55.311044 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5605 | 2025.03.19 17:26:55.311148 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5606 | 2025.03.19 17:26:55.311194 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5607 | 2025.03.19 17:26:55.311634 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5608 | 2025.03.19 17:26:55.311673 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5609 | 2025.03.19 17:26:55.312025 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5610 | 2025.03.19 17:26:55.312260 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5611 | 2025.03.19 17:26:55.312485 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001359 sec., 29433.406916850625 rows/sec., 1.99 MiB/sec. | ||
| 5612 | 2025.03.19 17:26:55.312538 [ 5 ] {3a796502-dfdf-4c3c-9b12-95f4bd4310dd} <Debug> TCPHandler: Processed in 0.001545465 sec. | ||
| 5613 | 2025.03.19 17:26:57.065925 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.03.19 17:26:57.066138 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5615 | 2025.03.19 17:26:57.066220 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5616 | 2025.03.19 17:26:57.067043 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.03.19 17:26:57.067092 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5618 | 2025.03.19 17:26:57.067525 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5619 | 2025.03.19 17:26:57.067778 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.03.19 17:26:57.067987 [ 31 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5621 | 2025.03.19 17:26:57.068048 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec. | ||
| 5622 | 2025.03.19 17:26:57.068075 [ 31 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5623 | 2025.03.19 17:26:57.068146 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5624 | 2025.03.19 17:26:57.068169 [ 5 ] {270a564d-f757-4214-b2f6-15492f7074ca} <Debug> TCPHandler: Processed in 0.002380165 sec. | ||
| 5625 | 2025.03.19 17:26:57.068314 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 5626 | 2025.03.19 17:26:57.068328 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5627 | 2025.03.19 17:26:57.068442 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5628 | 2025.03.19 17:26:57.068467 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5629 | 2025.03.19 17:26:57.068479 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1967 rows starting from the beginning of the part | ||
| 5630 | 2025.03.19 17:26:57.068523 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5631 | 2025.03.19 17:26:57.068645 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 124 rows starting from the beginning of the part | ||
| 5632 | 2025.03.19 17:26:57.069089 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 72 rows starting from the beginning of the part | ||
| 5633 | 2025.03.19 17:26:57.069578 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 120 rows starting from the beginning of the part | ||
| 5634 | 2025.03.19 17:26:57.070303 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1217 rows starting from the beginning of the part | ||
| 5635 | 2025.03.19 17:26:57.070901 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5636 | 2025.03.19 17:26:57.071706 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5637 | 2025.03.19 17:26:57.071753 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5638 | 2025.03.19 17:26:57.072319 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5639 | 2025.03.19 17:26:57.072638 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5640 | 2025.03.19 17:26:57.072835 [ 31 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5641 | 2025.03.19 17:26:57.072903 [ 31 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2025.03.19 17:26:57.072907 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004463 sec., 14340.12995742774 rows/sec., 1.12 MiB/sec. | ||
| 5643 | 2025.03.19 17:26:57.072964 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5644 | 2025.03.19 17:26:57.073188 [ 5 ] {15d7e792-4ef6-4299-981f-971b3c669f29} <Debug> TCPHandler: Processed in 0.004907992 sec. | ||
| 5645 | 2025.03.19 17:26:57.073396 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 5646 | 2025.03.19 17:26:57.073489 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5647 | 2025.03.19 17:26:57.073956 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5648 | 2025.03.19 17:26:57.074092 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5649 | 2025.03.19 17:26:57.074120 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3556 rows, containing 5 columns (5 merged, 0 gathered) in 0.005876284 sec., 605144.3395179675 rows/sec., 52.21 MiB/sec. | ||
| 5650 | 2025.03.19 17:26:57.074138 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5651 | 2025.03.19 17:26:57.074186 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 953 rows starting from the beginning of the part | ||
| 5652 | 2025.03.19 17:26:57.074589 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 104 rows starting from the beginning of the part | ||
| 5653 | 2025.03.19 17:26:57.074593 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5654 | 2025.03.19 17:26:57.075096 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 72 rows starting from the beginning of the part | ||
| 5655 | 2025.03.19 17:26:57.075678 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 96 rows starting from the beginning of the part | ||
| 5656 | 2025.03.19 17:26:57.076141 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5657 | 2025.03.19 17:26:57.076253 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 538 rows starting from the beginning of the part | ||
| 5658 | 2025.03.19 17:26:57.076663 [ 201 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_46_9} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5659 | 2025.03.19 17:26:57.076782 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5660 | 2025.03.19 17:26:57.077050 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 5661 | 2025.03.19 17:26:57.078194 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5662 | 2025.03.19 17:26:57.078275 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5663 | 2025.03.19 17:26:57.079251 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5664 | 2025.03.19 17:26:57.079742 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5665 | 2025.03.19 17:26:57.079943 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5666 | 2025.03.19 17:26:57.080033 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.03.19 17:26:57.080099 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5668 | 2025.03.19 17:26:57.080236 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.006394 sec., 8445.417578980294 rows/sec., 602.83 KiB/sec. | ||
| 5669 | 2025.03.19 17:26:57.080598 [ 5 ] {8ea41864-858f-43b6-809a-2ae07f039375} <Debug> TCPHandler: Processed in 0.007203655 sec. | ||
| 5670 | 2025.03.19 17:26:57.080876 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1827 rows, containing 5 columns (5 merged, 0 gathered) in 0.007753257 sec., 235642.9046528446 rows/sec., 18.44 MiB/sec. | ||
| 5671 | 2025.03.19 17:26:57.080931 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5672 | 2025.03.19 17:26:57.080993 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 5673 | 2025.03.19 17:26:57.081172 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.03.19 17:26:57.081252 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5675 | 2025.03.19 17:26:57.081352 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5676 | 2025.03.19 17:26:57.081656 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5677 | 2025.03.19 17:26:57.081867 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11766 rows starting from the beginning of the part | ||
| 5678 | 2025.03.19 17:26:57.082248 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.03.19 17:26:57.082612 [ 191 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_46_9} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5680 | 2025.03.19 17:26:57.082714 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 164 rows starting from the beginning of the part | ||
| 5681 | 2025.03.19 17:26:57.082844 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5682 | 2025.03.19 17:26:57.083123 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 5683 | 2025.03.19 17:26:57.083503 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 5684 | 2025.03.19 17:26:57.083810 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 957 rows starting from the beginning of the part | ||
| 5685 | 2025.03.19 17:26:57.084140 [ 192 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part | ||
| 5686 | 2025.03.19 17:26:57.084563 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2025.03.19 17:26:57.084655 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5688 | 2025.03.19 17:26:57.085434 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5689 | 2025.03.19 17:26:57.085707 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2025.03.19 17:26:57.086009 [ 31 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5691 | 2025.03.19 17:26:57.086078 [ 31 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5692 | 2025.03.19 17:26:57.086140 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5693 | 2025.03.19 17:26:57.086230 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.005117 sec., 3908.5401602501465 rows/sec., 268.71 KiB/sec. | ||
| 5694 | 2025.03.19 17:26:57.086581 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 5695 | 2025.03.19 17:26:57.086621 [ 5 ] {91b11866-c770-4e96-8d21-546184c1ac14} <Debug> TCPHandler: Processed in 0.005786262 sec. | ||
| 5696 | 2025.03.19 17:26:57.086964 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5697 | 2025.03.19 17:26:57.087009 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2072 rows starting from the beginning of the part | ||
| 5698 | 2025.03.19 17:26:57.087182 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 5699 | 2025.03.19 17:26:57.087304 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 5700 | 2025.03.19 17:26:57.087570 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 5701 | 2025.03.19 17:26:57.087770 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 5702 | 2025.03.19 17:26:57.087858 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part | ||
| 5703 | 2025.03.19 17:26:57.089727 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2312 rows, containing 4 columns (4 merged, 0 gathered) in 0.003458039 sec., 668587.0228762602 rows/sec., 44.90 MiB/sec. | ||
| 5704 | 2025.03.19 17:26:57.090051 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5705 | 2025.03.19 17:26:57.090591 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.03.19 17:26:57.090674 [ 190 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13261 rows, containing 5 columns (5 merged, 0 gathered) in 0.010409528 sec., 1273929.0388574775 rows/sec., 87.16 MiB/sec. | ||
| 5707 | 2025.03.19 17:26:57.090727 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_46_9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5708 | 2025.03.19 17:26:57.090827 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5709 | 2025.03.19 17:26:57.091165 [ 190 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5710 | 2025.03.19 17:26:57.091521 [ 190 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5711 | 2025.03.19 17:26:57.091620 [ 190 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5712 | 2025.03.19 17:26:57.091734 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
| 5713 | 2025.03.19 17:26:59.196774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5714 | 2025.03.19 17:26:59.197558 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5715 | 2025.03.19 17:26:59.197602 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5716 | 2025.03.19 17:26:59.198153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5717 | 2025.03.19 17:26:59.198407 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5718 | 2025.03.19 17:26:59.198608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5719 | 2025.03.19 17:27:00.113578 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5720 | 2025.03.19 17:27:00.136211 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2025.03.19 17:27:00.136280 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5722 | 2025.03.19 17:27:00.143918 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5723 | 2025.03.19 17:27:00.144741 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2025.03.19 17:27:00.147841 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5725 | 2025.03.19 17:27:01.765412 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 790 | ||
| 5726 | 2025.03.19 17:27:01.768645 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2025.03.19 17:27:01.768697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5728 | 2025.03.19 17:27:01.770213 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5729 | 2025.03.19 17:27:01.770526 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2025.03.19 17:27:01.770802 [ 81 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5731 | 2025.03.19 17:27:01.770965 [ 81 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5732 | 2025.03.19 17:27:01.771070 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5733 | 2025.03.19 17:27:01.772024 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 5734 | 2025.03.19 17:27:01.772765 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 790 | ||
| 5735 | 2025.03.19 17:27:01.773258 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5736 | 2025.03.19 17:27:01.773450 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 630 rows starting from the beginning of the part | ||
| 5737 | 2025.03.19 17:27:01.774003 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 5738 | 2025.03.19 17:27:01.774533 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 5739 | 2025.03.19 17:27:01.775145 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 5740 | 2025.03.19 17:27:01.775672 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 5741 | 2025.03.19 17:27:01.776157 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 5742 | 2025.03.19 17:27:01.784588 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 790 rows, containing 72 columns (72 merged, 0 gathered) in 0.013226222 sec., 59729.830634931124 rows/sec., 51.70 MiB/sec. | ||
| 5743 | 2025.03.19 17:27:01.785658 [ 196 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5744 | 2025.03.19 17:27:01.786457 [ 196 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5745 | 2025.03.19 17:27:01.786546 [ 196 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_21_4} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5746 | 2025.03.19 17:27:01.786772 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5747 | 2025.03.19 17:27:02.073106 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5748 | 2025.03.19 17:27:02.073308 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5749 | 2025.03.19 17:27:02.073384 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5750 | 2025.03.19 17:27:02.074228 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5751 | 2025.03.19 17:27:02.074269 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5752 | 2025.03.19 17:27:02.074714 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5753 | 2025.03.19 17:27:02.074967 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5754 | 2025.03.19 17:27:02.075173 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001921 sec., 62467.46486205102 rows/sec., 5.31 MiB/sec. | ||
| 5755 | 2025.03.19 17:27:02.075237 [ 5 ] {ef76c3fb-65cc-42c7-99b5-0616c2e44d4a} <Debug> TCPHandler: Processed in 0.002263542 sec. | ||
| 5756 | 2025.03.19 17:27:02.075360 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5757 | 2025.03.19 17:27:02.075475 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5758 | 2025.03.19 17:27:02.075522 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5759 | 2025.03.19 17:27:02.076063 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5760 | 2025.03.19 17:27:02.076100 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5761 | 2025.03.19 17:27:02.076449 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5762 | 2025.03.19 17:27:02.076680 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5763 | 2025.03.19 17:27:02.076877 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001426 sec., 22440.39270687237 rows/sec., 1.65 MiB/sec. | ||
| 5764 | 2025.03.19 17:27:02.076974 [ 5 ] {f23b81d4-6006-46c6-9b4d-5bc1b9b9a6fa} <Debug> TCPHandler: Processed in 0.001666678 sec. | ||
| 5765 | 2025.03.19 17:27:02.077213 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5766 | 2025.03.19 17:27:02.077349 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5767 | 2025.03.19 17:27:02.077396 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5768 | 2025.03.19 17:27:02.077957 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5769 | 2025.03.19 17:27:02.077995 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5770 | 2025.03.19 17:27:02.078343 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5771 | 2025.03.19 17:27:02.078590 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2025.03.19 17:27:02.078764 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001439 sec., 66712.99513551078 rows/sec., 5.21 MiB/sec. | ||
| 5773 | 2025.03.19 17:27:02.078817 [ 5 ] {8e45342b-f81f-48f3-8992-d22363b3fedc} <Debug> TCPHandler: Processed in 0.001688169 sec. | ||
| 5774 | 2025.03.19 17:27:02.078931 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2025.03.19 17:27:02.079037 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5776 | 2025.03.19 17:27:02.079086 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5777 | 2025.03.19 17:27:02.079592 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.03.19 17:27:02.079628 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5779 | 2025.03.19 17:27:02.080003 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5780 | 2025.03.19 17:27:02.080239 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2025.03.19 17:27:02.080410 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001395 sec., 114695.34050179212 rows/sec., 7.99 MiB/sec. | ||
| 5782 | 2025.03.19 17:27:02.080462 [ 5 ] {3b44ee11-146f-4024-8cd8-142a8ae998fb} <Debug> TCPHandler: Processed in 0.001580996 sec. | ||
| 5783 | 2025.03.19 17:27:02.080563 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2025.03.19 17:27:02.080666 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5785 | 2025.03.19 17:27:02.080729 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5786 | 2025.03.19 17:27:02.081847 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2025.03.19 17:27:02.081883 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5788 | 2025.03.19 17:27:02.082538 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5789 | 2025.03.19 17:27:02.082785 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.03.19 17:27:02.083024 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00238 sec., 13445.378151260504 rows/sec., 24.09 MiB/sec. | ||
| 5791 | 2025.03.19 17:27:02.083138 [ 5 ] {1f9d1bb7-413d-47c1-97e2-b6be4b4f4878} <Debug> TCPHandler: Processed in 0.002623329 sec. | ||
| 5792 | 2025.03.19 17:27:02.083253 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5793 | 2025.03.19 17:27:02.083356 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5794 | 2025.03.19 17:27:02.083401 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5795 | 2025.03.19 17:27:02.083829 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5796 | 2025.03.19 17:27:02.083866 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5797 | 2025.03.19 17:27:02.084213 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5798 | 2025.03.19 17:27:02.084450 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5799 | 2025.03.19 17:27:02.084657 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 5800 | 2025.03.19 17:27:02.084709 [ 5 ] {05071def-fc2e-4bc9-903a-f8898976bf65} <Debug> TCPHandler: Processed in 0.001505374 sec. | ||
| 5801 | 2025.03.19 17:27:06.577701 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5802 | 2025.03.19 17:27:06.577766 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5803 | 2025.03.19 17:27:06.698780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5804 | 2025.03.19 17:27:06.699448 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5805 | 2025.03.19 17:27:06.699498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5806 | 2025.03.19 17:27:06.700063 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5807 | 2025.03.19 17:27:06.700319 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5808 | 2025.03.19 17:27:06.700603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5809 | 2025.03.19 17:27:07.072083 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5810 | 2025.03.19 17:27:07.072296 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5811 | 2025.03.19 17:27:07.072378 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5812 | 2025.03.19 17:27:07.073290 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5813 | 2025.03.19 17:27:07.073340 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5814 | 2025.03.19 17:27:07.073792 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5815 | 2025.03.19 17:27:07.074051 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5816 | 2025.03.19 17:27:07.074311 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002072 sec., 34749.03474903475 rows/sec., 2.82 MiB/sec. | ||
| 5817 | 2025.03.19 17:27:07.074378 [ 5 ] {717009f5-6ab4-4138-ab98-210132882e12} <Debug> TCPHandler: Processed in 0.002434575 sec. | ||
| 5818 | 2025.03.19 17:27:07.074507 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5819 | 2025.03.19 17:27:07.074620 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5820 | 2025.03.19 17:27:07.074670 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5821 | 2025.03.19 17:27:07.075225 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5822 | 2025.03.19 17:27:07.075266 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5823 | 2025.03.19 17:27:07.075624 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5824 | 2025.03.19 17:27:07.075863 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5825 | 2025.03.19 17:27:07.076092 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001497 sec., 5344.021376085504 rows/sec., 401.85 KiB/sec. | ||
| 5826 | 2025.03.19 17:27:07.076147 [ 5 ] {c1e3a490-2e0c-4b2b-936e-432f1e9778e4} <Debug> TCPHandler: Processed in 0.001693758 sec. | ||
| 5827 | 2025.03.19 17:27:07.076256 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5828 | 2025.03.19 17:27:07.076359 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5829 | 2025.03.19 17:27:07.076403 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5830 | 2025.03.19 17:27:07.076976 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2025.03.19 17:27:07.077016 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5832 | 2025.03.19 17:27:07.077375 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5833 | 2025.03.19 17:27:07.077627 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5834 | 2025.03.19 17:27:07.077853 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001517 sec., 47462.09624258405 rows/sec., 3.71 MiB/sec. | ||
| 5835 | 2025.03.19 17:27:07.077908 [ 5 ] {6729186c-a984-4d16-98e5-dfb73025b2ea} <Debug> TCPHandler: Processed in 0.001703689 sec. | ||
| 5836 | 2025.03.19 17:27:07.078025 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5837 | 2025.03.19 17:27:07.078131 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5838 | 2025.03.19 17:27:07.078181 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5839 | 2025.03.19 17:27:07.078727 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5840 | 2025.03.19 17:27:07.078766 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5841 | 2025.03.19 17:27:07.079151 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5842 | 2025.03.19 17:27:07.079389 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5843 | 2025.03.19 17:27:07.079599 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. | ||
| 5844 | 2025.03.19 17:27:07.079653 [ 5 ] {ecd4775f-3003-4317-b2ec-4a2232ef7a14} <Debug> TCPHandler: Processed in 0.001679699 sec. | ||
| 5845 | 2025.03.19 17:27:07.079760 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5846 | 2025.03.19 17:27:07.079863 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5847 | 2025.03.19 17:27:07.079929 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5848 | 2025.03.19 17:27:07.081009 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5849 | 2025.03.19 17:27:07.081049 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5850 | 2025.03.19 17:27:07.081663 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5851 | 2025.03.19 17:27:07.081919 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5852 | 2025.03.19 17:27:07.082173 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00233 sec., 3433.4763948497853 rows/sec., 6.15 MiB/sec. | ||
| 5853 | 2025.03.19 17:27:07.082282 [ 5 ] {49c98905-0fd3-4594-8189-18e27a593647} <Debug> TCPHandler: Processed in 0.002570469 sec. | ||
| 5854 | 2025.03.19 17:27:07.082422 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5855 | 2025.03.19 17:27:07.082528 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5856 | 2025.03.19 17:27:07.082575 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5857 | 2025.03.19 17:27:07.083021 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5858 | 2025.03.19 17:27:07.083059 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5859 | 2025.03.19 17:27:07.083412 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5860 | 2025.03.19 17:27:07.083644 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2025.03.19 17:27:07.083856 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 5862 | 2025.03.19 17:27:07.083907 [ 5 ] {bdd19123-9bea-4070-867e-15cf37e75782} <Debug> TCPHandler: Processed in 0.001535265 sec. | ||
| 5863 | 2025.03.19 17:27:07.647958 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5864 | 2025.03.19 17:27:07.670126 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.03.19 17:27:07.670181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5866 | 2025.03.19 17:27:07.677955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5867 | 2025.03.19 17:27:07.678790 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.03.19 17:27:07.682619 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5869 | 2025.03.19 17:27:08.198647 [ 28 ] {} <Debug> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5870 | 2025.03.19 17:27:08.198715 [ 28 ] {} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5871 | 2025.03.19 17:27:08.198739 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5872 | 2025.03.19 17:27:08.198912 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::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 | ||
| 5873 | 2025.03.19 17:27:08.199088 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5874 | 2025.03.19 17:27:08.199130 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 366 rows starting from the beginning of the part | ||
| 5875 | 2025.03.19 17:27:08.199223 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 5876 | 2025.03.19 17:27:08.199520 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
| 5877 | 2025.03.19 17:27:08.199731 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 5878 | 2025.03.19 17:27:08.199882 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 5879 | 2025.03.19 17:27:08.201114 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 5 columns (5 merged, 0 gathered) in 0.002298863 sec., 417162.74523536203 rows/sec., 29.86 MiB/sec. | ||
| 5880 | 2025.03.19 17:27:08.201269 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5881 | 2025.03.19 17:27:08.201545 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5882 | 2025.03.19 17:27:08.201626 [ 186 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_13_3} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5883 | 2025.03.19 17:27:08.201709 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 5884 | 2025.03.19 17:27:11.773016 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 814 | ||
| 5885 | 2025.03.19 17:27:11.776092 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2025.03.19 17:27:11.776147 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5887 | 2025.03.19 17:27:11.777702 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5888 | 2025.03.19 17:27:11.778023 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5889 | 2025.03.19 17:27:11.778742 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 814 | ||
| 5890 | 2025.03.19 17:27:12.076188 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5891 | 2025.03.19 17:27:12.076490 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5892 | 2025.03.19 17:27:12.076606 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5893 | 2025.03.19 17:27:12.077648 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5894 | 2025.03.19 17:27:12.077698 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5895 | 2025.03.19 17:27:12.078150 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5896 | 2025.03.19 17:27:12.078411 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5897 | 2025.03.19 17:27:12.078710 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002303 sec., 10421.189752496744 rows/sec., 885.39 KiB/sec. | ||
| 5898 | 2025.03.19 17:27:12.078875 [ 5 ] {d32f94fb-292d-4240-bddc-2a80b12ce59e} <Debug> TCPHandler: Processed in 0.002874365 sec. | ||
| 5899 | 2025.03.19 17:27:12.079028 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5900 | 2025.03.19 17:27:12.079173 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5901 | 2025.03.19 17:27:12.079233 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5902 | 2025.03.19 17:27:12.080067 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2025.03.19 17:27:12.080118 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5904 | 2025.03.19 17:27:12.080543 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5905 | 2025.03.19 17:27:12.080794 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2025.03.19 17:27:12.081024 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Debug> executeQuery: Read 240 rows, 21.90 KiB in 0.001884 sec., 127388.53503184713 rows/sec., 11.35 MiB/sec. | ||
| 5907 | 2025.03.19 17:27:12.081082 [ 5 ] {753865d3-7915-40ce-99a9-87236571dcc7} <Debug> TCPHandler: Processed in 0.002123199 sec. | ||
| 5908 | 2025.03.19 17:27:12.081206 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2025.03.19 17:27:12.081314 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5910 | 2025.03.19 17:27:12.081362 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5911 | 2025.03.19 17:27:12.081922 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2025.03.19 17:27:12.081963 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5913 | 2025.03.19 17:27:12.082320 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5914 | 2025.03.19 17:27:12.082554 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5915 | 2025.03.19 17:27:12.082790 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Debug> executeQuery: Read 44 rows, 3.37 KiB in 0.001495 sec., 29431.4381270903 rows/sec., 2.20 MiB/sec. | ||
| 5916 | 2025.03.19 17:27:12.082860 [ 5 ] {e3887f60-1278-479e-a7c8-ace36d9a6c51} <Debug> TCPHandler: Processed in 0.001704359 sec. | ||
| 5917 | 2025.03.19 17:27:12.083015 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5918 | 2025.03.19 17:27:12.083120 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5919 | 2025.03.19 17:27:12.083164 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5920 | 2025.03.19 17:27:12.083699 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5921 | 2025.03.19 17:27:12.083738 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5922 | 2025.03.19 17:27:12.084083 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5923 | 2025.03.19 17:27:12.084318 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2025.03.19 17:27:12.084524 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001427 sec., 16818.500350385424 rows/sec., 1.40 MiB/sec. | ||
| 5925 | 2025.03.19 17:27:12.084579 [ 5 ] {b38bbe67-1d1c-4c7a-b69b-61ed20b819c5} <Debug> TCPHandler: Processed in 0.001622867 sec. | ||
| 5926 | 2025.03.19 17:27:12.084717 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5927 | 2025.03.19 17:27:12.084858 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5928 | 2025.03.19 17:27:12.084912 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5929 | 2025.03.19 17:27:12.085505 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2025.03.19 17:27:12.085545 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5931 | 2025.03.19 17:27:12.085912 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5932 | 2025.03.19 17:27:12.086157 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2025.03.19 17:27:12.086443 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001593 sec., 7532.956685499058 rows/sec., 588.51 KiB/sec. | ||
| 5934 | 2025.03.19 17:27:12.086566 [ 5 ] {96ca94a7-d961-4bc4-89e7-a843ba694ea7} <Debug> TCPHandler: Processed in 0.001915074 sec. | ||
| 5935 | 2025.03.19 17:27:12.086700 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2025.03.19 17:27:12.086828 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5937 | 2025.03.19 17:27:12.086880 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5938 | 2025.03.19 17:27:12.087525 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2025.03.19 17:27:12.087564 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5940 | 2025.03.19 17:27:12.087918 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5941 | 2025.03.19 17:27:12.088161 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5942 | 2025.03.19 17:27:12.088375 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Debug> executeQuery: Read 132 rows, 10.94 KiB in 0.001575 sec., 83809.5238095238 rows/sec., 6.78 MiB/sec. | ||
| 5943 | 2025.03.19 17:27:12.088430 [ 5 ] {9b84e0e2-74f0-4229-be24-4c0d38b17921} <Debug> TCPHandler: Processed in 0.001791911 sec. | ||
| 5944 | 2025.03.19 17:27:12.088546 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5945 | 2025.03.19 17:27:12.088652 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5946 | 2025.03.19 17:27:12.088699 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5947 | 2025.03.19 17:27:12.089250 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5948 | 2025.03.19 17:27:12.089289 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5949 | 2025.03.19 17:27:12.089670 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5950 | 2025.03.19 17:27:12.089901 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5951 | 2025.03.19 17:27:12.090084 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Debug> executeQuery: Read 232 rows, 17.39 KiB in 0.001455 sec., 159450.17182130585 rows/sec., 11.67 MiB/sec. | ||
| 5952 | 2025.03.19 17:27:12.090136 [ 5 ] {cf2e1343-62c6-48c9-9ab9-a99d28169a8a} <Debug> TCPHandler: Processed in 0.001640568 sec. | ||
| 5953 | 2025.03.19 17:27:12.090257 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5954 | 2025.03.19 17:27:12.090362 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5955 | 2025.03.19 17:27:12.090426 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5956 | 2025.03.19 17:27:12.091576 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2025.03.19 17:27:12.091612 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5958 | 2025.03.19 17:27:12.092283 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5959 | 2025.03.19 17:27:12.092602 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2025.03.19 17:27:12.092883 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002531 sec., 12643.224022125643 rows/sec., 22.66 MiB/sec. | ||
| 5961 | 2025.03.19 17:27:12.093133 [ 5 ] {41984785-a19d-4152-92ab-b38549a25e33} <Debug> TCPHandler: Processed in 0.002924607 sec. | ||
| 5962 | 2025.03.19 17:27:12.093264 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5963 | 2025.03.19 17:27:12.093366 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5964 | 2025.03.19 17:27:12.093412 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5965 | 2025.03.19 17:27:12.093855 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5966 | 2025.03.19 17:27:12.093893 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5967 | 2025.03.19 17:27:12.094248 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5968 | 2025.03.19 17:27:12.094482 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5969 | 2025.03.19 17:27:12.094658 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 5970 | 2025.03.19 17:27:12.094708 [ 5 ] {129a97a5-fdbc-44d8-9685-7d1373201482} <Debug> TCPHandler: Processed in 0.001493614 sec. | ||
| 5971 | 2025.03.19 17:27:14.200862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 5972 | 2025.03.19 17:27:14.201935 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.03.19 17:27:14.201987 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5974 | 2025.03.19 17:27:14.202534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5975 | 2025.03.19 17:27:14.202797 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.03.19 17:27:14.203013 [ 38 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5977 | 2025.03.19 17:27:14.203074 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 5978 | 2025.03.19 17:27:14.203116 [ 38 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5979 | 2025.03.19 17:27:14.203149 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5980 | 2025.03.19 17:27:14.203291 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5981 | 2025.03.19 17:27:14.203470 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5982 | 2025.03.19 17:27:14.203512 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5983 | 2025.03.19 17:27:14.203591 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5984 | 2025.03.19 17:27:14.203820 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5985 | 2025.03.19 17:27:14.203971 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5986 | 2025.03.19 17:27:14.204094 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5987 | 2025.03.19 17:27:14.204284 [ 186 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 5988 | 2025.03.19 17:27:14.206852 [ 194 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003638394 sec., 3923159.5038910024 rows/sec., 56.12 MiB/sec. | ||
| 5989 | 2025.03.19 17:27:14.207316 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5990 | 2025.03.19 17:27:14.207675 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_31_6} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5991 | 2025.03.19 17:27:14.207775 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_31_6} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5992 | 2025.03.19 17:27:14.207897 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 5993 | 2025.03.19 17:27:15.182812 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5994 | 2025.03.19 17:27:15.205693 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5995 | 2025.03.19 17:27:15.205753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 5996 | 2025.03.19 17:27:15.213354 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5997 | 2025.03.19 17:27:15.214125 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2025.03.19 17:27:15.214613 [ 61 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5999 | 2025.03.19 17:27:15.214822 [ 61 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2025.03.19 17:27:15.214942 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6001 | 2025.03.19 17:27:15.215271 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6002 | 2025.03.19 17:27:15.223028 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6003 | 2025.03.19 17:27:15.224398 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6004 | 2025.03.19 17:27:15.225423 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6005 | 2025.03.19 17:27:15.230211 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6006 | 2025.03.19 17:27:15.235034 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6007 | 2025.03.19 17:27:15.240247 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6008 | 2025.03.19 17:27:15.245726 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6009 | 2025.03.19 17:27:15.250406 [ 194 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6010 | 2025.03.19 17:27:15.312348 [ 197 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.097237683 sec., 2406.474452913486 rows/sec., 12.44 MiB/sec. | ||
| 6011 | 2025.03.19 17:27:15.315305 [ 197 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6012 | 2025.03.19 17:27:15.318383 [ 197 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_31_6} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2025.03.19 17:27:15.318516 [ 197 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_31_6} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6014 | 2025.03.19 17:27:15.321061 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6015 | 2025.03.19 17:27:17.072602 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2025.03.19 17:27:17.072808 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6017 | 2025.03.19 17:27:17.072888 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6018 | 2025.03.19 17:27:17.073726 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2025.03.19 17:27:17.073782 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6020 | 2025.03.19 17:27:17.074288 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6021 | 2025.03.19 17:27:17.074575 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.03.19 17:27:17.074853 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002103 sec., 34236.80456490728 rows/sec., 2.78 MiB/sec. | ||
| 6023 | 2025.03.19 17:27:17.074926 [ 5 ] {6b836811-dfcb-402d-ba51-fa7213cd4784} <Debug> TCPHandler: Processed in 0.002453605 sec. | ||
| 6024 | 2025.03.19 17:27:17.075062 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2025.03.19 17:27:17.075180 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6026 | 2025.03.19 17:27:17.075231 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6027 | 2025.03.19 17:27:17.075805 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2025.03.19 17:27:17.075849 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6029 | 2025.03.19 17:27:17.076219 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6030 | 2025.03.19 17:27:17.076462 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2025.03.19 17:27:17.076650 [ 26 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6032 | 2025.03.19 17:27:17.076711 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001556 sec., 5141.388174807198 rows/sec., 386.61 KiB/sec. | ||
| 6033 | 2025.03.19 17:27:17.076726 [ 26 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.03.19 17:27:17.076802 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6035 | 2025.03.19 17:27:17.076858 [ 5 ] {37cf37be-1dfb-4b78-8e53-3d3e03f7b89e} <Debug> TCPHandler: Processed in 0.001849332 sec. | ||
| 6036 | 2025.03.19 17:27:17.077062 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 6037 | 2025.03.19 17:27:17.077099 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6038 | 2025.03.19 17:27:17.077331 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6039 | 2025.03.19 17:27:17.077331 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6040 | 2025.03.19 17:27:17.077425 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6041 | 2025.03.19 17:27:17.077426 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 176 rows starting from the beginning of the part | ||
| 6042 | 2025.03.19 17:27:17.077823 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 18 rows starting from the beginning of the part | ||
| 6043 | 2025.03.19 17:27:17.078158 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
| 6044 | 2025.03.19 17:27:17.078545 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part | ||
| 6045 | 2025.03.19 17:27:17.078894 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 44 rows starting from the beginning of the part | ||
| 6046 | 2025.03.19 17:27:17.079244 [ 198 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part | ||
| 6047 | 2025.03.19 17:27:17.080435 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.03.19 17:27:17.080499 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6049 | 2025.03.19 17:27:17.081664 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6050 | 2025.03.19 17:27:17.082239 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.03.19 17:27:17.082237 [ 199 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.005318571 sec., 53773.842635550034 rows/sec., 3.86 MiB/sec. | ||
| 6052 | 2025.03.19 17:27:17.082607 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005366 sec., 13417.815877748788 rows/sec., 1.05 MiB/sec. | ||
| 6053 | 2025.03.19 17:27:17.082670 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6054 | 2025.03.19 17:27:17.082735 [ 5 ] {b8dbbcf9-5680-4be0-b026-57ebc578ba34} <Debug> TCPHandler: Processed in 0.00570482 sec. | ||
| 6055 | 2025.03.19 17:27:17.082925 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6056 | 2025.03.19 17:27:17.083099 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6057 | 2025.03.19 17:27:17.083185 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6058 | 2025.03.19 17:27:17.083272 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6059 | 2025.03.19 17:27:17.083521 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_41_8} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6060 | 2025.03.19 17:27:17.083719 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6061 | 2025.03.19 17:27:17.084146 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2025.03.19 17:27:17.084192 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6063 | 2025.03.19 17:27:17.084601 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6064 | 2025.03.19 17:27:17.084857 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2025.03.19 17:27:17.085096 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002065 sec., 77481.8401937046 rows/sec., 5.40 MiB/sec. | ||
| 6066 | 2025.03.19 17:27:17.085160 [ 5 ] {534732c7-2e4b-46b3-9cc0-c156c64c580a} <Debug> TCPHandler: Processed in 0.002295962 sec. | ||
| 6067 | 2025.03.19 17:27:17.085272 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2025.03.19 17:27:17.085381 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6069 | 2025.03.19 17:27:17.085448 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6070 | 2025.03.19 17:27:17.086572 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2025.03.19 17:27:17.086613 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6072 | 2025.03.19 17:27:17.087255 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6073 | 2025.03.19 17:27:17.087523 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2025.03.19 17:27:17.087718 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6075 | 2025.03.19 17:27:17.087797 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2025.03.19 17:27:17.087833 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6077 | 2025.03.19 17:27:17.087849 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00248 sec., 3225.8064516129034 rows/sec., 5.78 MiB/sec. | ||
| 6078 | 2025.03.19 17:27:17.088193 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 6079 | 2025.03.19 17:27:17.088253 [ 5 ] {d8f84564-9436-4ae4-b25f-1b683bf7fb45} <Debug> TCPHandler: Processed in 0.003028769 sec. | ||
| 6080 | 2025.03.19 17:27:17.088515 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6081 | 2025.03.19 17:27:17.088771 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6082 | 2025.03.19 17:27:17.088865 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6083 | 2025.03.19 17:27:17.088882 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6084 | 2025.03.19 17:27:17.089064 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 687 rows starting from the beginning of the part | ||
| 6085 | 2025.03.19 17:27:17.089895 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part | ||
| 6086 | 2025.03.19 17:27:17.090534 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
| 6087 | 2025.03.19 17:27:17.091296 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part | ||
| 6088 | 2025.03.19 17:27:17.091340 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6089 | 2025.03.19 17:27:17.091411 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6090 | 2025.03.19 17:27:17.091996 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part | ||
| 6091 | 2025.03.19 17:27:17.093123 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part | ||
| 6092 | 2025.03.19 17:27:17.093329 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6093 | 2025.03.19 17:27:17.094149 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6094 | 2025.03.19 17:27:17.094648 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005976 sec., 10040.160642570281 rows/sec., 692.88 KiB/sec. | ||
| 6095 | 2025.03.19 17:27:17.094789 [ 5 ] {49d2d4a4-74e0-443a-94e8-852bf351c37c} <Debug> TCPHandler: Processed in 0.006353676 sec. | ||
| 6096 | 2025.03.19 17:27:17.099190 [ 192 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 775 rows, containing 19 columns (19 merged, 0 gathered) in 0.011254827 sec., 68859.34363984449 rows/sec., 123.39 MiB/sec. | ||
| 6097 | 2025.03.19 17:27:17.100139 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6098 | 2025.03.19 17:27:17.100548 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.03.19 17:27:17.100637 [ 195 ] {88021829-b954-4535-9382-03f522c339cb::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6100 | 2025.03.19 17:27:17.100761 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. | ||
| 6101 | 2025.03.19 17:27:21.577825 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6102 | 2025.03.19 17:27:21.577923 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6103 | 2025.03.19 17:27:21.703380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6104 | 2025.03.19 17:27:21.704185 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.03.19 17:27:21.704231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6106 | 2025.03.19 17:27:21.704779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6107 | 2025.03.19 17:27:21.705048 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2025.03.19 17:27:21.705265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6109 | 2025.03.19 17:27:21.779114 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 844 | ||
| 6110 | 2025.03.19 17:27:21.782631 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2025.03.19 17:27:21.782691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6112 | 2025.03.19 17:27:21.784220 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6113 | 2025.03.19 17:27:21.784557 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2025.03.19 17:27:21.785279 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 844 | ||
| 6115 | 2025.03.19 17:27:22.001435 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001008633 sec. | ||
| 6116 | 2025.03.19 17:27:22.072827 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2025.03.19 17:27:22.073032 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6118 | 2025.03.19 17:27:22.073112 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6119 | 2025.03.19 17:27:22.074015 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.03.19 17:27:22.074065 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6121 | 2025.03.19 17:27:22.074543 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6122 | 2025.03.19 17:27:22.074803 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2025.03.19 17:27:22.075014 [ 123 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6124 | 2025.03.19 17:27:22.075105 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.00212 sec., 56603.77358490566 rows/sec., 4.81 MiB/sec. | ||
| 6125 | 2025.03.19 17:27:22.075113 [ 123 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6126 | 2025.03.19 17:27:22.075189 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6127 | 2025.03.19 17:27:22.075254 [ 5 ] {22dfa8f9-bc1a-489b-b788-89c4f2b743f2} <Debug> TCPHandler: Processed in 0.002558159 sec. | ||
| 6128 | 2025.03.19 17:27:22.075398 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 6129 | 2025.03.19 17:27:22.075465 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6130 | 2025.03.19 17:27:22.075626 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6131 | 2025.03.19 17:27:22.075704 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1967 rows starting from the beginning of the part | ||
| 6132 | 2025.03.19 17:27:22.075713 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6133 | 2025.03.19 17:27:22.075836 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6134 | 2025.03.19 17:27:22.075985 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 120 rows starting from the beginning of the part | ||
| 6135 | 2025.03.19 17:27:22.076305 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part | ||
| 6136 | 2025.03.19 17:27:22.076601 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 240 rows starting from the beginning of the part | ||
| 6137 | 2025.03.19 17:27:22.076908 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 72 rows starting from the beginning of the part | ||
| 6138 | 2025.03.19 17:27:22.077244 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 120 rows starting from the beginning of the part | ||
| 6139 | 2025.03.19 17:27:22.079048 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6140 | 2025.03.19 17:27:22.079115 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6141 | 2025.03.19 17:27:22.080168 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6142 | 2025.03.19 17:27:22.080529 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6143 | 2025.03.19 17:27:22.080961 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005303 sec., 6034.320196115405 rows/sec., 453.75 KiB/sec. | ||
| 6144 | 2025.03.19 17:27:22.081194 [ 5 ] {15d3854c-6020-4612-baed-0221a8fa3f64} <Debug> TCPHandler: Processed in 0.005791922 sec. | ||
| 6145 | 2025.03.19 17:27:22.081203 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2591 rows, containing 5 columns (5 merged, 0 gathered) in 0.005913395 sec., 438157.7756939964 rows/sec., 38.09 MiB/sec. | ||
| 6146 | 2025.03.19 17:27:22.081347 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6147 | 2025.03.19 17:27:22.081490 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6148 | 2025.03.19 17:27:22.081502 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6149 | 2025.03.19 17:27:22.081613 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6150 | 2025.03.19 17:27:22.082059 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2025.03.19 17:27:22.082292 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_51_10} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6152 | 2025.03.19 17:27:22.082392 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6153 | 2025.03.19 17:27:22.082674 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.03.19 17:27:22.082717 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6155 | 2025.03.19 17:27:22.083100 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6156 | 2025.03.19 17:27:22.083343 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.03.19 17:27:22.083511 [ 123 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6158 | 2025.03.19 17:27:22.083561 [ 123 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2025.03.19 17:27:22.083584 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002133 sec., 45007.0323488045 rows/sec., 3.52 MiB/sec. | ||
| 6160 | 2025.03.19 17:27:22.083617 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6161 | 2025.03.19 17:27:22.083762 [ 5 ] {d665fd11-8975-42e7-9686-1fb9dac6a17c} <Debug> TCPHandler: Processed in 0.002462926 sec. | ||
| 6162 | 2025.03.19 17:27:22.083825 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 6163 | 2025.03.19 17:27:22.083975 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6164 | 2025.03.19 17:27:22.083994 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6165 | 2025.03.19 17:27:22.084045 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 953 rows starting from the beginning of the part | ||
| 6166 | 2025.03.19 17:27:22.084248 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6167 | 2025.03.19 17:27:22.084293 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 96 rows starting from the beginning of the part | ||
| 6168 | 2025.03.19 17:27:22.084443 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6169 | 2025.03.19 17:27:22.084622 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part | ||
| 6170 | 2025.03.19 17:27:22.084931 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 132 rows starting from the beginning of the part | ||
| 6171 | 2025.03.19 17:27:22.085256 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 72 rows starting from the beginning of the part | ||
| 6172 | 2025.03.19 17:27:22.085700 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 96 rows starting from the beginning of the part | ||
| 6173 | 2025.03.19 17:27:22.087349 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2025.03.19 17:27:22.087423 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6175 | 2025.03.19 17:27:22.088461 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6176 | 2025.03.19 17:27:22.088984 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1421 rows, containing 5 columns (5 merged, 0 gathered) in 0.005254191 sec., 270450.7696808129 rows/sec., 21.35 MiB/sec. | ||
| 6177 | 2025.03.19 17:27:22.089022 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2025.03.19 17:27:22.089275 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6179 | 2025.03.19 17:27:22.089295 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6180 | 2025.03.19 17:27:22.089382 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2025.03.19 17:27:22.089450 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6182 | 2025.03.19 17:27:22.089483 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005333 sec., 30001.875117194824 rows/sec., 2.09 MiB/sec. | ||
| 6183 | 2025.03.19 17:27:22.089878 [ 5 ] {f5bd787a-22fe-4cf6-8709-63f98746c465} <Debug> TCPHandler: Processed in 0.005973107 sec. | ||
| 6184 | 2025.03.19 17:27:22.089901 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 6185 | 2025.03.19 17:27:22.090156 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2025.03.19 17:27:22.090217 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6187 | 2025.03.19 17:27:22.090321 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6188 | 2025.03.19 17:27:22.090380 [ 187 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_51_10} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6189 | 2025.03.19 17:27:22.090428 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13261 rows starting from the beginning of the part | ||
| 6190 | 2025.03.19 17:27:22.090645 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6191 | 2025.03.19 17:27:22.090671 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 6192 | 2025.03.19 17:27:22.090886 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 6193 | 2025.03.19 17:27:22.091034 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6194 | 2025.03.19 17:27:22.091308 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 6195 | 2025.03.19 17:27:22.091857 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 232 rows starting from the beginning of the part | ||
| 6196 | 2025.03.19 17:27:22.092261 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 6197 | 2025.03.19 17:27:22.092686 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 6198 | 2025.03.19 17:27:22.096086 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2025.03.19 17:27:22.096155 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6200 | 2025.03.19 17:27:22.097822 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6201 | 2025.03.19 17:27:22.098433 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2025.03.19 17:27:22.098745 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008291 sec., 3859.60680255699 rows/sec., 6.92 MiB/sec. | ||
| 6203 | 2025.03.19 17:27:22.099251 [ 5 ] {5840acf1-ae39-44f5-9461-5aac6cb58788} <Debug> TCPHandler: Processed in 0.009173059 sec. | ||
| 6204 | 2025.03.19 17:27:22.099388 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6205 | 2025.03.19 17:27:22.099527 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6206 | 2025.03.19 17:27:22.099574 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6207 | 2025.03.19 17:27:22.100590 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6208 | 2025.03.19 17:27:22.100644 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6209 | 2025.03.19 17:27:22.100688 [ 190 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14133 rows, containing 5 columns (5 merged, 0 gathered) in 0.011123524 sec., 1270550.5917009753 rows/sec., 87.09 MiB/sec. | ||
| 6210 | 2025.03.19 17:27:22.101119 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6211 | 2025.03.19 17:27:22.101284 [ 190 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6212 | 2025.03.19 17:27:22.101489 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.03.19 17:27:22.101801 [ 123 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6214 | 2025.03.19 17:27:22.101902 [ 123 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6215 | 2025.03.19 17:27:22.101966 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6216 | 2025.03.19 17:27:22.102011 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002495 sec., 24048.09619238477 rows/sec., 1.62 MiB/sec. | ||
| 6217 | 2025.03.19 17:27:22.102171 [ 188 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6218 | 2025.03.19 17:27:22.102346 [ 5 ] {395f2006-2428-4749-8421-aace2d94f188} <Debug> TCPHandler: Processed in 0.002992739 sec. | ||
| 6219 | 2025.03.19 17:27:22.102566 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6220 | 2025.03.19 17:27:22.102713 [ 188 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6221 | 2025.03.19 17:27:22.103046 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB. | ||
| 6222 | 2025.03.19 17:27:22.103195 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6223 | 2025.03.19 17:27:22.103286 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2312 rows starting from the beginning of the part | ||
| 6224 | 2025.03.19 17:27:22.103456 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6225 | 2025.03.19 17:27:22.103576 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6226 | 2025.03.19 17:27:22.103771 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6227 | 2025.03.19 17:27:22.103855 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6228 | 2025.03.19 17:27:22.103937 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6229 | 2025.03.19 17:27:22.105624 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2612 rows, containing 4 columns (4 merged, 0 gathered) in 0.003469969 sec., 752744.4769679499 rows/sec., 50.57 MiB/sec. | ||
| 6230 | 2025.03.19 17:27:22.105888 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6231 | 2025.03.19 17:27:22.106193 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_51_10} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.03.19 17:27:22.106278 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_51_10} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6233 | 2025.03.19 17:27:22.106371 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6234 | 2025.03.19 17:27:22.723232 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6235 | 2025.03.19 17:27:22.742582 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6236 | 2025.03.19 17:27:22.742633 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6237 | 2025.03.19 17:27:22.749765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6238 | 2025.03.19 17:27:22.750576 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6239 | 2025.03.19 17:27:22.754302 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6240 | 2025.03.19 17:27:25.298198 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6241 | 2025.03.19 17:27:25.298428 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6242 | 2025.03.19 17:27:25.298510 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6243 | 2025.03.19 17:27:25.299972 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2025.03.19 17:27:25.300024 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6245 | 2025.03.19 17:27:25.300573 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6246 | 2025.03.19 17:27:25.300845 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2025.03.19 17:27:25.301105 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002736 sec., 442982.45614035084 rows/sec., 36.60 MiB/sec. | ||
| 6248 | 2025.03.19 17:27:25.301178 [ 5 ] {d89cf93b-89a5-464f-999f-4ee5234be6ab} <Debug> TCPHandler: Processed in 0.003122061 sec. | ||
| 6249 | 2025.03.19 17:27:25.301300 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6250 | 2025.03.19 17:27:25.301415 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6251 | 2025.03.19 17:27:25.301464 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6252 | 2025.03.19 17:27:25.302009 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6253 | 2025.03.19 17:27:25.302050 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6254 | 2025.03.19 17:27:25.302412 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6255 | 2025.03.19 17:27:25.302657 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2025.03.19 17:27:25.302883 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001496 sec., 5347.593582887701 rows/sec., 402.11 KiB/sec. | ||
| 6257 | 2025.03.19 17:27:25.302939 [ 5 ] {324d7706-c937-48cd-9348-8e2e852b2bb5} <Debug> TCPHandler: Processed in 0.001692918 sec. | ||
| 6258 | 2025.03.19 17:27:25.303043 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6259 | 2025.03.19 17:27:25.303146 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6260 | 2025.03.19 17:27:25.303191 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6261 | 2025.03.19 17:27:25.303804 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6262 | 2025.03.19 17:27:25.303844 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6263 | 2025.03.19 17:27:25.304200 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6264 | 2025.03.19 17:27:25.304434 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2025.03.19 17:27:25.304719 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001577 sec., 144578.31325301205 rows/sec., 9.79 MiB/sec. | ||
| 6266 | 2025.03.19 17:27:25.305082 [ 5 ] {64783d6b-019f-4f51-88d4-ef7e8e3579e8} <Debug> TCPHandler: Processed in 0.002082838 sec. | ||
| 6267 | 2025.03.19 17:27:25.305262 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6268 | 2025.03.19 17:27:25.305370 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6269 | 2025.03.19 17:27:25.305416 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6270 | 2025.03.19 17:27:25.306176 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2025.03.19 17:27:25.306216 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6272 | 2025.03.19 17:27:25.306599 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6273 | 2025.03.19 17:27:25.306847 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2025.03.19 17:27:25.307057 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001712 sec., 308411.21495327103 rows/sec., 22.84 MiB/sec. | ||
| 6275 | 2025.03.19 17:27:25.307112 [ 5 ] {e9167db3-6088-4df6-8931-31d71e504f0d} <Debug> TCPHandler: Processed in 0.001911193 sec. | ||
| 6276 | 2025.03.19 17:27:25.307244 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6277 | 2025.03.19 17:27:25.307380 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6278 | 2025.03.19 17:27:25.307441 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6279 | 2025.03.19 17:27:25.308239 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6280 | 2025.03.19 17:27:25.308280 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6281 | 2025.03.19 17:27:25.308739 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6282 | 2025.03.19 17:27:25.308982 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6283 | 2025.03.19 17:27:25.309196 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001846 sec., 515709.64247020584 rows/sec., 34.59 MiB/sec. | ||
| 6284 | 2025.03.19 17:27:25.309251 [ 5 ] {04a97af9-78d4-4bc5-8c36-11b5304d4ed0} <Debug> TCPHandler: Processed in 0.002072097 sec. | ||
| 6285 | 2025.03.19 17:27:25.309357 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6286 | 2025.03.19 17:27:25.309460 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6287 | 2025.03.19 17:27:25.309527 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6288 | 2025.03.19 17:27:25.310617 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.03.19 17:27:25.310657 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6290 | 2025.03.19 17:27:25.311261 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6291 | 2025.03.19 17:27:25.311522 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.03.19 17:27:25.311770 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002333 sec., 3429.0612944706386 rows/sec., 6.14 MiB/sec. | ||
| 6293 | 2025.03.19 17:27:25.311881 [ 5 ] {60ec6fff-f4b8-4b37-be4f-41bc287aba7d} <Debug> TCPHandler: Processed in 0.002574858 sec. | ||
| 6294 | 2025.03.19 17:27:25.311997 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6295 | 2025.03.19 17:27:25.312102 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6296 | 2025.03.19 17:27:25.312148 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6297 | 2025.03.19 17:27:25.312608 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.03.19 17:27:25.312661 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6299 | 2025.03.19 17:27:25.313083 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6300 | 2025.03.19 17:27:25.313335 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2025.03.19 17:27:25.313548 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001468 sec., 27247.956403269756 rows/sec., 1.84 MiB/sec. | ||
| 6302 | 2025.03.19 17:27:25.313601 [ 5 ] {79285df0-9637-45cc-88c0-029e8633d0ef} <Debug> TCPHandler: Processed in 0.001654338 sec. | ||
| 6303 | 2025.03.19 17:27:27.066592 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6304 | 2025.03.19 17:27:27.066799 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6305 | 2025.03.19 17:27:27.066876 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6306 | 2025.03.19 17:27:27.067666 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6307 | 2025.03.19 17:27:27.067710 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6308 | 2025.03.19 17:27:27.068132 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6309 | 2025.03.19 17:27:27.068387 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6310 | 2025.03.19 17:27:27.068651 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec. | ||
| 6311 | 2025.03.19 17:27:27.068772 [ 5 ] {2216a782-0f04-4382-9cc5-7a00bb1ba657} <Debug> TCPHandler: Processed in 0.002312583 sec. | ||
| 6312 | 2025.03.19 17:27:27.069010 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6313 | 2025.03.19 17:27:27.069151 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6314 | 2025.03.19 17:27:27.069200 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6315 | 2025.03.19 17:27:27.069787 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2025.03.19 17:27:27.069828 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6317 | 2025.03.19 17:27:27.070181 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6318 | 2025.03.19 17:27:27.070433 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6319 | 2025.03.19 17:27:27.070665 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001538 sec., 41612.483745123536 rows/sec., 3.25 MiB/sec. | ||
| 6320 | 2025.03.19 17:27:27.070721 [ 5 ] {979c12d7-833f-492a-8bbc-16073c3c0936} <Debug> TCPHandler: Processed in 0.001815982 sec. | ||
| 6321 | 2025.03.19 17:27:27.070843 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6322 | 2025.03.19 17:27:27.070950 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6323 | 2025.03.19 17:27:27.071000 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6324 | 2025.03.19 17:27:27.071509 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6325 | 2025.03.19 17:27:27.071550 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6326 | 2025.03.19 17:27:27.071926 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6327 | 2025.03.19 17:27:27.072166 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6328 | 2025.03.19 17:27:27.072395 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001466 sec., 36834.92496589359 rows/sec., 2.57 MiB/sec. | ||
| 6329 | 2025.03.19 17:27:27.072458 [ 5 ] {0cc04e59-f7f7-443f-87ac-73b04c3814be} <Debug> TCPHandler: Processed in 0.001666118 sec. | ||
| 6330 | 2025.03.19 17:27:27.072610 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6331 | 2025.03.19 17:27:27.072721 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6332 | 2025.03.19 17:27:27.072768 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6333 | 2025.03.19 17:27:27.073202 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2025.03.19 17:27:27.073241 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6335 | 2025.03.19 17:27:27.073595 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6336 | 2025.03.19 17:27:27.073838 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2025.03.19 17:27:27.074044 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001345 sec., 14869.888475836431 rows/sec., 1022.30 KiB/sec. | ||
| 6338 | 2025.03.19 17:27:27.074094 [ 5 ] {7dc412d8-623f-4e20-bed2-25f932009e8f} <Debug> TCPHandler: Processed in 0.001546436 sec. | ||
| 6339 | 2025.03.19 17:27:29.205506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6340 | 2025.03.19 17:27:29.206446 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6341 | 2025.03.19 17:27:29.206497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. | ||
| 6342 | 2025.03.19 17:27:29.207058 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6343 | 2025.03.19 17:27:29.207316 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6344 | 2025.03.19 17:27:29.207616 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6345 | 2025.03.19 17:27:30.254464 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6346 | 2025.03.19 17:27:30.275873 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6347 | 2025.03.19 17:27:30.275927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6348 | 2025.03.19 17:27:30.283701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6349 | 2025.03.19 17:27:30.284510 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6350 | 2025.03.19 17:27:30.287516 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6351 | 2025.03.19 17:27:31.785600 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 878 | ||
| 6352 | 2025.03.19 17:27:31.788790 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6353 | 2025.03.19 17:27:31.788845 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6354 | 2025.03.19 17:27:31.790389 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6355 | 2025.03.19 17:27:31.790724 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2025.03.19 17:27:31.791898 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 878 | ||
| 6357 | 2025.03.19 17:27:32.073781 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6358 | 2025.03.19 17:27:32.073993 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6359 | 2025.03.19 17:27:32.074075 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6360 | 2025.03.19 17:27:32.074998 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2025.03.19 17:27:32.075044 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6362 | 2025.03.19 17:27:32.075498 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6363 | 2025.03.19 17:27:32.075775 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2025.03.19 17:27:32.076054 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002117 sec., 56683.98677373642 rows/sec., 4.82 MiB/sec. | ||
| 6365 | 2025.03.19 17:27:32.076204 [ 5 ] {f8237949-bff8-43a8-b94f-302ec6194fd5} <Debug> TCPHandler: Processed in 0.002561188 sec. | ||
| 6366 | 2025.03.19 17:27:32.076451 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6367 | 2025.03.19 17:27:32.076569 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6368 | 2025.03.19 17:27:32.076618 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6369 | 2025.03.19 17:27:32.077201 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2025.03.19 17:27:32.077241 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6371 | 2025.03.19 17:27:32.077611 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6372 | 2025.03.19 17:27:32.077860 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6373 | 2025.03.19 17:27:32.078109 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001557 sec., 20552.34425176622 rows/sec., 1.51 MiB/sec. | ||
| 6374 | 2025.03.19 17:27:32.078332 [ 5 ] {15b7aa80-0c09-4269-9c0d-cba0391fa40b} <Debug> TCPHandler: Processed in 0.001963825 sec. | ||
| 6375 | 2025.03.19 17:27:32.078622 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6376 | 2025.03.19 17:27:32.078748 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6377 | 2025.03.19 17:27:32.078797 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6378 | 2025.03.19 17:27:32.079415 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6379 | 2025.03.19 17:27:32.079456 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6380 | 2025.03.19 17:27:32.079828 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6381 | 2025.03.19 17:27:32.080075 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6382 | 2025.03.19 17:27:32.080277 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001552 sec., 61855.67010309279 rows/sec., 4.83 MiB/sec. | ||
| 6383 | 2025.03.19 17:27:32.080332 [ 5 ] {7f1822f2-f428-41dc-91a6-30c5a7d6e006} <Debug> TCPHandler: Processed in 0.001812262 sec. | ||
| 6384 | 2025.03.19 17:27:32.080452 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6385 | 2025.03.19 17:27:32.080559 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6386 | 2025.03.19 17:27:32.080609 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6387 | 2025.03.19 17:27:32.081152 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6388 | 2025.03.19 17:27:32.081193 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6389 | 2025.03.19 17:27:32.081584 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6390 | 2025.03.19 17:27:32.081838 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6391 | 2025.03.19 17:27:32.082047 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. | ||
| 6392 | 2025.03.19 17:27:32.082101 [ 5 ] {a6466c59-2a13-4d6a-ac63-ad2669f1c22d} <Debug> TCPHandler: Processed in 0.001700269 sec. | ||
| 6393 | 2025.03.19 17:27:32.082208 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6394 | 2025.03.19 17:27:32.082311 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6395 | 2025.03.19 17:27:32.082376 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6396 | 2025.03.19 17:27:32.083561 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6397 | 2025.03.19 17:27:32.083601 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6398 | 2025.03.19 17:27:32.084274 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6399 | 2025.03.19 17:27:32.084540 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6400 | 2025.03.19 17:27:32.084792 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002502 sec., 12789.76818545164 rows/sec., 22.92 MiB/sec. | ||
| 6401 | 2025.03.19 17:27:32.084901 [ 5 ] {32cf2c55-8c3f-4606-a0ae-564f9ae3661c} <Debug> TCPHandler: Processed in 0.002743383 sec. | ||
| 6402 | 2025.03.19 17:27:32.085041 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6403 | 2025.03.19 17:27:32.085147 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6404 | 2025.03.19 17:27:32.085193 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6405 | 2025.03.19 17:27:32.085643 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6406 | 2025.03.19 17:27:32.085683 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6407 | 2025.03.19 17:27:32.086039 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6408 | 2025.03.19 17:27:32.086279 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6409 | 2025.03.19 17:27:32.086508 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 6410 | 2025.03.19 17:27:32.086560 [ 5 ] {4b461bf8-527a-4f9e-9184-99dc2af55422} <Debug> TCPHandler: Processed in 0.001569166 sec. | ||
| 6411 | 2025.03.19 17:27:36.578193 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6412 | 2025.03.19 17:27:36.578292 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6413 | 2025.03.19 17:27:36.707820 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6414 | 2025.03.19 17:27:36.708547 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6415 | 2025.03.19 17:27:36.708595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6416 | 2025.03.19 17:27:36.709155 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6417 | 2025.03.19 17:27:36.709418 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6418 | 2025.03.19 17:27:36.709714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6419 | 2025.03.19 17:27:37.072543 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6420 | 2025.03.19 17:27:37.072756 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6421 | 2025.03.19 17:27:37.072834 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6422 | 2025.03.19 17:27:37.073686 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.03.19 17:27:37.073728 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6424 | 2025.03.19 17:27:37.074163 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6425 | 2025.03.19 17:27:37.074421 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2025.03.19 17:27:37.074629 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001932 sec., 37267.08074534162 rows/sec., 3.03 MiB/sec. | ||
| 6427 | 2025.03.19 17:27:37.074686 [ 5 ] {a7f75a46-59a0-4d07-9501-ce7d8057f3e3} <Debug> TCPHandler: Processed in 0.002345733 sec. | ||
| 6428 | 2025.03.19 17:27:37.074811 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6429 | 2025.03.19 17:27:37.074918 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6430 | 2025.03.19 17:27:37.074964 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6431 | 2025.03.19 17:27:37.075490 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.03.19 17:27:37.075528 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6433 | 2025.03.19 17:27:37.075888 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6434 | 2025.03.19 17:27:37.076133 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6435 | 2025.03.19 17:27:37.076318 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001423 sec., 5621.9255094869995 rows/sec., 422.74 KiB/sec. | ||
| 6436 | 2025.03.19 17:27:37.076373 [ 5 ] {1207ef7d-6204-4905-8c40-766a75534e05} <Debug> TCPHandler: Processed in 0.001613437 sec. | ||
| 6437 | 2025.03.19 17:27:37.076479 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6438 | 2025.03.19 17:27:37.076582 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6439 | 2025.03.19 17:27:37.076626 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6440 | 2025.03.19 17:27:37.077171 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6441 | 2025.03.19 17:27:37.077209 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6442 | 2025.03.19 17:27:37.077565 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6443 | 2025.03.19 17:27:37.077805 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6444 | 2025.03.19 17:27:37.077986 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001426 sec., 50490.883590462836 rows/sec., 3.94 MiB/sec. | ||
| 6445 | 2025.03.19 17:27:37.078039 [ 5 ] {d95ffef3-2c33-4624-b22c-cb703f42879f} <Debug> TCPHandler: Processed in 0.001609837 sec. | ||
| 6446 | 2025.03.19 17:27:37.078142 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6447 | 2025.03.19 17:27:37.078244 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6448 | 2025.03.19 17:27:37.078292 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6449 | 2025.03.19 17:27:37.078800 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6450 | 2025.03.19 17:27:37.078837 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6451 | 2025.03.19 17:27:37.079213 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6452 | 2025.03.19 17:27:37.079459 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6453 | 2025.03.19 17:27:37.079673 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001444 sec., 110803.32409972299 rows/sec., 7.72 MiB/sec. | ||
| 6454 | 2025.03.19 17:27:37.079796 [ 5 ] {2d09b748-e9b7-48d1-b617-1c314cc8c335} <Debug> TCPHandler: Processed in 0.001694259 sec. | ||
| 6455 | 2025.03.19 17:27:37.079968 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6456 | 2025.03.19 17:27:37.080301 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6457 | 2025.03.19 17:27:37.080453 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6458 | 2025.03.19 17:27:37.081528 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6459 | 2025.03.19 17:27:37.081567 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6460 | 2025.03.19 17:27:37.082180 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6461 | 2025.03.19 17:27:37.082442 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6462 | 2025.03.19 17:27:37.082641 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002475 sec., 3232.323232323232 rows/sec., 5.79 MiB/sec. | ||
| 6463 | 2025.03.19 17:27:37.082738 [ 5 ] {a9d59d12-0b8f-417b-8647-9368d8cbeaa1} <Debug> TCPHandler: Processed in 0.002868796 sec. | ||
| 6464 | 2025.03.19 17:27:37.082883 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6465 | 2025.03.19 17:27:37.083019 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6466 | 2025.03.19 17:27:37.083074 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6467 | 2025.03.19 17:27:37.083571 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6468 | 2025.03.19 17:27:37.083608 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6469 | 2025.03.19 17:27:37.083975 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6470 | 2025.03.19 17:27:37.084213 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.03.19 17:27:37.084390 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
| 6472 | 2025.03.19 17:27:37.084440 [ 5 ] {01f817d0-2376-45d9-ab46-91e496e49b8b} <Debug> TCPHandler: Processed in 0.001619117 sec. | ||
| 6473 | 2025.03.19 17:27:37.787660 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6474 | 2025.03.19 17:27:37.809178 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6475 | 2025.03.19 17:27:37.809228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6476 | 2025.03.19 17:27:37.817008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6477 | 2025.03.19 17:27:37.817824 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6478 | 2025.03.19 17:27:37.820886 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6479 | 2025.03.19 17:27:41.792195 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 902 | ||
| 6480 | 2025.03.19 17:27:41.795158 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6481 | 2025.03.19 17:27:41.795215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6482 | 2025.03.19 17:27:41.796744 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6483 | 2025.03.19 17:27:41.797058 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6484 | 2025.03.19 17:27:41.797766 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6485 | 2025.03.19 17:27:42.075921 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6486 | 2025.03.19 17:27:42.076136 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6487 | 2025.03.19 17:27:42.076220 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6488 | 2025.03.19 17:27:42.077070 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2025.03.19 17:27:42.077122 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6490 | 2025.03.19 17:27:42.077577 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6491 | 2025.03.19 17:27:42.077832 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2025.03.19 17:27:42.078100 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002023 sec., 11863.568956994563 rows/sec., 1007.94 KiB/sec. | ||
| 6493 | 2025.03.19 17:27:42.078306 [ 5 ] {75507c03-f5a5-4412-8f0a-2debe60c53d0} <Debug> TCPHandler: Processed in 0.002520048 sec. | ||
| 6494 | 2025.03.19 17:27:42.078453 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6495 | 2025.03.19 17:27:42.078566 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6496 | 2025.03.19 17:27:42.078614 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6497 | 2025.03.19 17:27:42.079181 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6498 | 2025.03.19 17:27:42.079225 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6499 | 2025.03.19 17:27:42.079586 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6500 | 2025.03.19 17:27:42.079839 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6501 | 2025.03.19 17:27:42.080116 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001573 sec., 5085.82326764145 rows/sec., 414.71 KiB/sec. | ||
| 6502 | 2025.03.19 17:27:42.080279 [ 5 ] {dd416027-a83c-464f-bddf-f8f6f533e3bf} <Debug> TCPHandler: Processed in 0.001878303 sec. | ||
| 6503 | 2025.03.19 17:27:42.080386 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6504 | 2025.03.19 17:27:42.080491 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6505 | 2025.03.19 17:27:42.080536 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6506 | 2025.03.19 17:27:42.081466 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2025.03.19 17:27:42.081553 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6508 | 2025.03.19 17:27:42.082064 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6509 | 2025.03.19 17:27:42.082312 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6510 | 2025.03.19 17:27:42.082512 [ 136 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6511 | 2025.03.19 17:27:42.082538 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Debug> executeQuery: Read 244 rows, 22.19 KiB in 0.00207 sec., 117874.3961352657 rows/sec., 10.47 MiB/sec. | ||
| 6512 | 2025.03.19 17:27:42.082589 [ 136 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2025.03.19 17:27:42.082664 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6514 | 2025.03.19 17:27:42.082681 [ 5 ] {0f46c5be-c3da-47d2-b27b-13ff9405aa67} <Debug> TCPHandler: Processed in 0.002344784 sec. | ||
| 6515 | 2025.03.19 17:27:42.082933 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 6516 | 2025.03.19 17:27:42.082995 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6517 | 2025.03.19 17:27:42.083135 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6518 | 2025.03.19 17:27:42.083214 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1967 rows starting from the beginning of the part | ||
| 6519 | 2025.03.19 17:27:42.083244 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6520 | 2025.03.19 17:27:42.083409 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6521 | 2025.03.19 17:27:42.083439 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1212 rows starting from the beginning of the part | ||
| 6522 | 2025.03.19 17:27:42.083944 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 6523 | 2025.03.19 17:27:42.084261 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 120 rows starting from the beginning of the part | ||
| 6524 | 2025.03.19 17:27:42.084660 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 72 rows starting from the beginning of the part | ||
| 6525 | 2025.03.19 17:27:42.085024 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 244 rows starting from the beginning of the part | ||
| 6526 | 2025.03.19 17:27:42.086439 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2025.03.19 17:27:42.086496 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6528 | 2025.03.19 17:27:42.087609 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6529 | 2025.03.19 17:27:42.088046 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2025.03.19 17:27:42.088238 [ 136 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6531 | 2025.03.19 17:27:42.088316 [ 136 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6532 | 2025.03.19 17:27:42.088367 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Debug> executeQuery: Read 52 rows, 3.93 KiB in 0.005189 sec., 10021.198689535557 rows/sec., 756.56 KiB/sec. | ||
| 6533 | 2025.03.19 17:27:42.088369 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6534 | 2025.03.19 17:27:42.088755 [ 5 ] {ca409efc-8a80-49d6-901f-dbcd200c41d5} <Debug> TCPHandler: Processed in 0.005836684 sec. | ||
| 6535 | 2025.03.19 17:27:42.089075 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 6536 | 2025.03.19 17:27:42.089204 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6537 | 2025.03.19 17:27:42.089416 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3671 rows, containing 5 columns (5 merged, 0 gathered) in 0.006635622 sec., 553226.2084850523 rows/sec., 47.93 MiB/sec. | ||
| 6538 | 2025.03.19 17:27:42.089514 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6539 | 2025.03.19 17:27:42.089561 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6540 | 2025.03.19 17:27:42.089599 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6541 | 2025.03.19 17:27:42.089615 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 176 rows starting from the beginning of the part | ||
| 6542 | 2025.03.19 17:27:42.089937 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6543 | 2025.03.19 17:27:42.089986 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
| 6544 | 2025.03.19 17:27:42.090492 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 6545 | 2025.03.19 17:27:42.090958 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 6546 | 2025.03.19 17:27:42.091401 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2025.03.19 17:27:42.091497 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 6548 | 2025.03.19 17:27:42.091886 [ 196 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_56_11} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6549 | 2025.03.19 17:27:42.092110 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 52 rows starting from the beginning of the part | ||
| 6550 | 2025.03.19 17:27:42.092220 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 6551 | 2025.03.19 17:27:42.093119 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2025.03.19 17:27:42.093174 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6553 | 2025.03.19 17:27:42.093755 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6554 | 2025.03.19 17:27:42.093921 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.005347612 sec., 57595.80164005915 rows/sec., 4.16 MiB/sec. | ||
| 6555 | 2025.03.19 17:27:42.094052 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6556 | 2025.03.19 17:27:42.094097 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2025.03.19 17:27:42.094582 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.005123 sec., 4684.755026351747 rows/sec., 398.02 KiB/sec. | ||
| 6558 | 2025.03.19 17:27:42.094697 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6559 | 2025.03.19 17:27:42.095014 [ 5 ] {66231ccf-ceff-41c2-a19c-ebae8dcbf731} <Debug> TCPHandler: Processed in 0.005950846 sec. | ||
| 6560 | 2025.03.19 17:27:42.095041 [ 193 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_46_9} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6561 | 2025.03.19 17:27:42.095131 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6562 | 2025.03.19 17:27:42.095165 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6563 | 2025.03.19 17:27:42.095269 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6564 | 2025.03.19 17:27:42.095315 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6565 | 2025.03.19 17:27:42.095851 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6566 | 2025.03.19 17:27:42.095890 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6567 | 2025.03.19 17:27:42.096240 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6568 | 2025.03.19 17:27:42.096483 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2025.03.19 17:27:42.096774 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001524 sec., 7874.0157480314965 rows/sec., 615.16 KiB/sec. | ||
| 6570 | 2025.03.19 17:27:42.096998 [ 5 ] {7b400167-297e-47a0-b78d-0c3b1fd210d0} <Debug> TCPHandler: Processed in 0.001891773 sec. | ||
| 6571 | 2025.03.19 17:27:42.097134 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6572 | 2025.03.19 17:27:42.097237 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6573 | 2025.03.19 17:27:42.097282 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6574 | 2025.03.19 17:27:42.097900 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6575 | 2025.03.19 17:27:42.097941 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6576 | 2025.03.19 17:27:42.098304 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6577 | 2025.03.19 17:27:42.098554 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6578 | 2025.03.19 17:27:42.098902 [ 136 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6579 | 2025.03.19 17:27:42.098968 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Debug> executeQuery: Read 140 rows, 11.59 KiB in 0.001743 sec., 80321.28514056225 rows/sec., 6.49 MiB/sec. | ||
| 6580 | 2025.03.19 17:27:42.099000 [ 136 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6581 | 2025.03.19 17:27:42.099104 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6582 | 2025.03.19 17:27:42.099110 [ 5 ] {0734792f-f5df-46a6-a810-1b53d96c287d} <Debug> TCPHandler: Processed in 0.002023446 sec. | ||
| 6583 | 2025.03.19 17:27:42.099409 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2025.03.19 17:27:42.099455 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 6585 | 2025.03.19 17:27:42.099790 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6586 | 2025.03.19 17:27:42.100024 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6587 | 2025.03.19 17:27:42.100069 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6588 | 2025.03.19 17:27:42.100214 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 953 rows starting from the beginning of the part | ||
| 6589 | 2025.03.19 17:27:42.100624 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 528 rows starting from the beginning of the part | ||
| 6590 | 2025.03.19 17:27:42.101150 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 6591 | 2025.03.19 17:27:42.101852 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 96 rows starting from the beginning of the part | ||
| 6592 | 2025.03.19 17:27:42.102201 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 72 rows starting from the beginning of the part | ||
| 6593 | 2025.03.19 17:27:42.102524 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 140 rows starting from the beginning of the part | ||
| 6594 | 2025.03.19 17:27:42.103252 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6595 | 2025.03.19 17:27:42.103299 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6596 | 2025.03.19 17:27:42.103842 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6597 | 2025.03.19 17:27:42.104129 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6598 | 2025.03.19 17:27:42.104403 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6599 | 2025.03.19 17:27:42.104564 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6600 | 2025.03.19 17:27:42.104676 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6601 | 2025.03.19 17:27:42.104779 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.00511 sec., 39138.94324853229 rows/sec., 2.81 MiB/sec. | ||
| 6602 | 2025.03.19 17:27:42.104860 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1853 rows, containing 5 columns (5 merged, 0 gathered) in 0.005605108 sec., 330591.31064022315 rows/sec., 25.94 MiB/sec. | ||
| 6603 | 2025.03.19 17:27:42.105156 [ 5 ] {c5fc2923-7be3-4246-b5ad-60fc2aee4886} <Debug> TCPHandler: Processed in 0.005837824 sec. | ||
| 6604 | 2025.03.19 17:27:42.105193 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 6605 | 2025.03.19 17:27:42.105240 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6606 | 2025.03.19 17:27:42.105331 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6607 | 2025.03.19 17:27:42.105684 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6608 | 2025.03.19 17:27:42.105728 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6609 | 2025.03.19 17:27:42.105873 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14133 rows starting from the beginning of the part | ||
| 6610 | 2025.03.19 17:27:42.105946 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6611 | 2025.03.19 17:27:42.106081 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6612 | 2025.03.19 17:27:42.106366 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 952 rows starting from the beginning of the part | ||
| 6613 | 2025.03.19 17:27:42.106448 [ 197 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_56_11} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6614 | 2025.03.19 17:27:42.106800 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6615 | 2025.03.19 17:27:42.106922 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 54 rows starting from the beginning of the part | ||
| 6616 | 2025.03.19 17:27:42.107527 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 6617 | 2025.03.19 17:27:42.107943 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 6618 | 2025.03.19 17:27:42.108407 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 200 rows starting from the beginning of the part | ||
| 6619 | 2025.03.19 17:27:42.111190 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2025.03.19 17:27:42.111251 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6621 | 2025.03.19 17:27:42.112928 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6622 | 2025.03.19 17:27:42.113671 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2025.03.19 17:27:42.113978 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6624 | 2025.03.19 17:27:42.114048 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6625 | 2025.03.19 17:27:42.114085 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6626 | 2025.03.19 17:27:42.114106 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008554 sec., 3740.939911152677 rows/sec., 6.70 MiB/sec. | ||
| 6627 | 2025.03.19 17:27:42.114432 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 6628 | 2025.03.19 17:27:42.114533 [ 5 ] {ebeab040-f1b5-403d-acc5-917ff1490b60} <Debug> TCPHandler: Processed in 0.009268852 sec. | ||
| 6629 | 2025.03.19 17:27:42.114824 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6630 | 2025.03.19 17:27:42.115129 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6631 | 2025.03.19 17:27:42.115265 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6632 | 2025.03.19 17:27:42.115287 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6633 | 2025.03.19 17:27:42.115599 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 775 rows starting from the beginning of the part | ||
| 6634 | 2025.03.19 17:27:42.116629 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15659 rows, containing 5 columns (5 merged, 0 gathered) in 0.011766429 sec., 1330820.0814367724 rows/sec., 91.20 MiB/sec. | ||
| 6635 | 2025.03.19 17:27:42.117151 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
| 6636 | 2025.03.19 17:27:42.117622 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6637 | 2025.03.19 17:27:42.118238 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2025.03.19 17:27:42.118294 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 6639 | 2025.03.19 17:27:42.118333 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6640 | 2025.03.19 17:27:42.118766 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2025.03.19 17:27:42.119201 [ 195 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6642 | 2025.03.19 17:27:42.119529 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6643 | 2025.03.19 17:27:42.119687 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 6644 | 2025.03.19 17:27:42.119982 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6645 | 2025.03.19 17:27:42.120240 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 6646 | 2025.03.19 17:27:42.120752 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
| 6647 | 2025.03.19 17:27:42.120809 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6648 | 2025.03.19 17:27:42.121243 [ 136 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6649 | 2025.03.19 17:27:42.121362 [ 136 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6650 | 2025.03.19 17:27:42.121450 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6651 | 2025.03.19 17:27:42.121835 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006768 sec., 8865.248226950354 rows/sec., 611.79 KiB/sec. | ||
| 6652 | 2025.03.19 17:27:42.121954 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6653 | 2025.03.19 17:27:42.122145 [ 5 ] {2cff82c5-0900-452f-aa21-d3bcf7ca2c90} <Debug> TCPHandler: Processed in 0.007400549 sec. | ||
| 6654 | 2025.03.19 17:27:42.122641 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6655 | 2025.03.19 17:27:42.122697 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2612 rows starting from the beginning of the part | ||
| 6656 | 2025.03.19 17:27:42.123011 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 6657 | 2025.03.19 17:27:42.123260 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 6658 | 2025.03.19 17:27:42.123602 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6659 | 2025.03.19 17:27:42.123965 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6660 | 2025.03.19 17:27:42.124265 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 6661 | 2025.03.19 17:27:42.127330 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2852 rows, containing 4 columns (4 merged, 0 gathered) in 0.00570286 sec., 500099.94984972454 rows/sec., 33.61 MiB/sec. | ||
| 6662 | 2025.03.19 17:27:42.127757 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6663 | 2025.03.19 17:27:42.128407 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6664 | 2025.03.19 17:27:42.128641 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_56_11} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6665 | 2025.03.19 17:27:42.128831 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6666 | 2025.03.19 17:27:42.135727 [ 201 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 887 rows, containing 19 columns (19 merged, 0 gathered) in 0.021552052 sec., 41156.17389935771 rows/sec., 73.75 MiB/sec. | ||
| 6667 | 2025.03.19 17:27:42.136771 [ 198 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6668 | 2025.03.19 17:27:42.137239 [ 198 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.03.19 17:27:42.137334 [ 198 ] {88021829-b954-4535-9382-03f522c339cb::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6670 | 2025.03.19 17:27:42.137498 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
| 6671 | 2025.03.19 17:27:43.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.48 MiB, peak 212.07 MiB, free memory in arenas 0.00 B, will set to 206.51 MiB (RSS), difference: 2.03 MiB | ||
| 6672 | 2025.03.19 17:27:44.209915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6673 | 2025.03.19 17:27:44.210620 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2025.03.19 17:27:44.210669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6675 | 2025.03.19 17:27:44.211219 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6676 | 2025.03.19 17:27:44.211492 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2025.03.19 17:27:44.211779 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6678 | 2025.03.19 17:27:45.321020 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6679 | 2025.03.19 17:27:45.342902 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2025.03.19 17:27:45.342954 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6681 | 2025.03.19 17:27:45.350361 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6682 | 2025.03.19 17:27:45.351184 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2025.03.19 17:27:45.354237 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6684 | 2025.03.19 17:27:47.072310 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6685 | 2025.03.19 17:27:47.072527 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6686 | 2025.03.19 17:27:47.072607 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6687 | 2025.03.19 17:27:47.073466 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2025.03.19 17:27:47.073517 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6689 | 2025.03.19 17:27:47.073966 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6690 | 2025.03.19 17:27:47.074225 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6691 | 2025.03.19 17:27:47.074464 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001996 sec., 36072.144288577154 rows/sec., 2.93 MiB/sec. | ||
| 6692 | 2025.03.19 17:27:47.074529 [ 5 ] {429643a9-d5af-44da-9cb6-39bdfca673d6} <Debug> TCPHandler: Processed in 0.002359203 sec. | ||
| 6693 | 2025.03.19 17:27:47.074669 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6694 | 2025.03.19 17:27:47.074784 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6695 | 2025.03.19 17:27:47.074833 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6696 | 2025.03.19 17:27:47.075386 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6697 | 2025.03.19 17:27:47.075426 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6698 | 2025.03.19 17:27:47.075789 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6699 | 2025.03.19 17:27:47.076029 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6700 | 2025.03.19 17:27:47.076253 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001497 sec., 5344.021376085504 rows/sec., 401.85 KiB/sec. | ||
| 6701 | 2025.03.19 17:27:47.076309 [ 5 ] {d603f359-36a2-4f84-9a76-0200b63c7d49} <Debug> TCPHandler: Processed in 0.001695409 sec. | ||
| 6702 | 2025.03.19 17:27:47.076419 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6703 | 2025.03.19 17:27:47.076522 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6704 | 2025.03.19 17:27:47.076568 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6705 | 2025.03.19 17:27:47.077152 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6706 | 2025.03.19 17:27:47.077191 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6707 | 2025.03.19 17:27:47.077556 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6708 | 2025.03.19 17:27:47.077798 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2025.03.19 17:27:47.078021 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001522 sec., 47306.17608409987 rows/sec., 3.69 MiB/sec. | ||
| 6710 | 2025.03.19 17:27:47.078077 [ 5 ] {88105cd9-497b-4b0b-93f4-2fb06f8bd9dd} <Debug> TCPHandler: Processed in 0.001710028 sec. | ||
| 6711 | 2025.03.19 17:27:47.078199 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6712 | 2025.03.19 17:27:47.078307 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6713 | 2025.03.19 17:27:47.078356 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6714 | 2025.03.19 17:27:47.078907 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6715 | 2025.03.19 17:27:47.078947 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6716 | 2025.03.19 17:27:47.079340 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6717 | 2025.03.19 17:27:47.079575 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6718 | 2025.03.19 17:27:47.079786 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. | ||
| 6719 | 2025.03.19 17:27:47.079841 [ 5 ] {c48f1665-f028-4a24-9157-9f499c38b6ad} <Debug> TCPHandler: Processed in 0.001693959 sec. | ||
| 6720 | 2025.03.19 17:27:47.079950 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6721 | 2025.03.19 17:27:47.080054 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6722 | 2025.03.19 17:27:47.080145 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6723 | 2025.03.19 17:27:47.081235 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6724 | 2025.03.19 17:27:47.081274 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6725 | 2025.03.19 17:27:47.081893 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6726 | 2025.03.19 17:27:47.082146 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6727 | 2025.03.19 17:27:47.082401 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002369 sec., 3376.952300548755 rows/sec., 6.05 MiB/sec. | ||
| 6728 | 2025.03.19 17:27:47.082534 [ 5 ] {f6ff9ba2-9957-4984-b8c4-901e0a919f32} <Debug> TCPHandler: Processed in 0.00263442 sec. | ||
| 6729 | 2025.03.19 17:27:47.082679 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6730 | 2025.03.19 17:27:47.082788 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6731 | 2025.03.19 17:27:47.082834 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6732 | 2025.03.19 17:27:47.083286 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6733 | 2025.03.19 17:27:47.083325 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. | ||
| 6734 | 2025.03.19 17:27:47.083909 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6735 | 2025.03.19 17:27:47.084144 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6736 | 2025.03.19 17:27:47.084366 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 6737 | 2025.03.19 17:27:47.084450 [ 5 ] {bfae20d6-e61d-42ef-a8cf-6c4af7f41dc1} <Debug> TCPHandler: Processed in 0.001822511 sec. | ||
| 6738 | 2025.03.19 17:27:51.578345 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6739 | 2025.03.19 17:27:51.578422 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6740 | 2025.03.19 17:27:51.711983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 6741 | 2025.03.19 17:27:51.713040 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2025.03.19 17:27:51.713114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6743 | 2025.03.19 17:27:51.713660 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6744 | 2025.03.19 17:27:51.713917 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2025.03.19 17:27:51.714082 [ 124 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6746 | 2025.03.19 17:27:51.714132 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6747 | 2025.03.19 17:27:51.714154 [ 124 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2025.03.19 17:27:51.714181 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6749 | 2025.03.19 17:27:51.714338 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 6750 | 2025.03.19 17:27:51.714522 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6751 | 2025.03.19 17:27:51.714572 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 6752 | 2025.03.19 17:27:51.714662 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 6753 | 2025.03.19 17:27:51.714880 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 6754 | 2025.03.19 17:27:51.715057 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 6755 | 2025.03.19 17:27:51.715165 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 6756 | 2025.03.19 17:27:51.715361 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 6757 | 2025.03.19 17:27:51.718044 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003778036 sec., 4375553.859200918 rows/sec., 62.59 MiB/sec. | ||
| 6758 | 2025.03.19 17:27:51.718201 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6759 | 2025.03.19 17:27:51.718547 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_36_7} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2025.03.19 17:27:51.718646 [ 198 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_36_7} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6761 | 2025.03.19 17:27:51.718776 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 6762 | 2025.03.19 17:27:51.797995 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 934 | ||
| 6763 | 2025.03.19 17:27:51.801092 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2025.03.19 17:27:51.801141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6765 | 2025.03.19 17:27:51.802619 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6766 | 2025.03.19 17:27:51.802947 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6767 | 2025.03.19 17:27:51.803219 [ 124 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6768 | 2025.03.19 17:27:51.803366 [ 124 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2025.03.19 17:27:51.803453 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6770 | 2025.03.19 17:27:51.804099 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 6771 | 2025.03.19 17:27:51.804698 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 934 | ||
| 6772 | 2025.03.19 17:27:51.805204 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6773 | 2025.03.19 17:27:51.805401 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 790 rows starting from the beginning of the part | ||
| 6774 | 2025.03.19 17:27:51.806157 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
| 6775 | 2025.03.19 17:27:51.806787 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 6776 | 2025.03.19 17:27:51.807398 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 6777 | 2025.03.19 17:27:51.808081 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
| 6778 | 2025.03.19 17:27:51.808706 [ 190 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 6779 | 2025.03.19 17:27:51.817374 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 72 columns (72 merged, 0 gathered) in 0.013665742 sec., 68346.08761090324 rows/sec., 57.49 MiB/sec. | ||
| 6780 | 2025.03.19 17:27:51.818951 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6781 | 2025.03.19 17:27:51.819749 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2025.03.19 17:27:51.819832 [ 199 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_26_5} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6783 | 2025.03.19 17:27:51.820163 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6784 | 2025.03.19 17:27:52.073462 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6785 | 2025.03.19 17:27:52.073683 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6786 | 2025.03.19 17:27:52.073767 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6787 | 2025.03.19 17:27:52.074644 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6788 | 2025.03.19 17:27:52.074699 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6789 | 2025.03.19 17:27:52.075158 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6790 | 2025.03.19 17:27:52.075420 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6791 | 2025.03.19 17:27:52.075690 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002067 sec., 58055.15239477504 rows/sec., 4.93 MiB/sec. | ||
| 6792 | 2025.03.19 17:27:52.075762 [ 5 ] {96cdae97-af30-4e0c-ac51-7fd14e10b917} <Debug> TCPHandler: Processed in 0.002444905 sec. | ||
| 6793 | 2025.03.19 17:27:52.075900 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6794 | 2025.03.19 17:27:52.076015 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6795 | 2025.03.19 17:27:52.076066 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6796 | 2025.03.19 17:27:52.076630 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6797 | 2025.03.19 17:27:52.076671 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6798 | 2025.03.19 17:27:52.077035 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6799 | 2025.03.19 17:27:52.077287 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2025.03.19 17:27:52.077534 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001542 sec., 20752.269779507133 rows/sec., 1.52 MiB/sec. | ||
| 6801 | 2025.03.19 17:27:52.077641 [ 5 ] {49aae960-6bb8-4bac-9e94-07ee4a02213c} <Debug> TCPHandler: Processed in 0.001795891 sec. | ||
| 6802 | 2025.03.19 17:27:52.077876 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6803 | 2025.03.19 17:27:52.078037 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6804 | 2025.03.19 17:27:52.078085 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6805 | 2025.03.19 17:27:52.078682 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6806 | 2025.03.19 17:27:52.078721 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6807 | 2025.03.19 17:27:52.079084 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6808 | 2025.03.19 17:27:52.079326 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.03.19 17:27:52.079563 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00155 sec., 61935.48387096774 rows/sec., 4.84 MiB/sec. | ||
| 6810 | 2025.03.19 17:27:52.079671 [ 5 ] {5befaa7a-5ead-4405-9de9-c9583e908c22} <Debug> TCPHandler: Processed in 0.001899494 sec. | ||
| 6811 | 2025.03.19 17:27:52.079894 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2025.03.19 17:27:52.080029 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6813 | 2025.03.19 17:27:52.080083 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6814 | 2025.03.19 17:27:52.080650 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2025.03.19 17:27:52.080688 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6816 | 2025.03.19 17:27:52.081085 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6817 | 2025.03.19 17:27:52.081324 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6818 | 2025.03.19 17:27:52.081591 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 6819 | 2025.03.19 17:27:52.081656 [ 5 ] {70023f95-256f-4771-8ccf-af5e216073e8} <Debug> TCPHandler: Processed in 0.001848922 sec. | ||
| 6820 | 2025.03.19 17:27:52.081914 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6821 | 2025.03.19 17:27:52.082043 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6822 | 2025.03.19 17:27:52.082117 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6823 | 2025.03.19 17:27:52.083320 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2025.03.19 17:27:52.083361 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6825 | 2025.03.19 17:27:52.084023 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6826 | 2025.03.19 17:27:52.084287 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6827 | 2025.03.19 17:27:52.084543 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002526 sec., 12668.25019794141 rows/sec., 22.70 MiB/sec. | ||
| 6828 | 2025.03.19 17:27:52.084655 [ 5 ] {3415c1aa-ec63-4443-81fd-4ba8cbdd80ca} <Debug> TCPHandler: Processed in 0.002830805 sec. | ||
| 6829 | 2025.03.19 17:27:52.084793 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6830 | 2025.03.19 17:27:52.084901 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6831 | 2025.03.19 17:27:52.084948 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6832 | 2025.03.19 17:27:52.085404 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2025.03.19 17:27:52.085442 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6834 | 2025.03.19 17:27:52.085802 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6835 | 2025.03.19 17:27:52.086034 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2025.03.19 17:27:52.086252 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
| 6837 | 2025.03.19 17:27:52.086303 [ 5 ] {d0ccbaa6-3aa1-4e95-aec0-94aec2aa4dd9} <Debug> TCPHandler: Processed in 0.001562195 sec. | ||
| 6838 | 2025.03.19 17:27:52.854355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6839 | 2025.03.19 17:27:52.876945 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6840 | 2025.03.19 17:27:52.876997 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6841 | 2025.03.19 17:27:52.884358 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6842 | 2025.03.19 17:27:52.885189 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6843 | 2025.03.19 17:27:52.885492 [ 122 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6844 | 2025.03.19 17:27:52.885567 [ 122 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6845 | 2025.03.19 17:27:52.885615 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6846 | 2025.03.19 17:27:52.886428 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6847 | 2025.03.19 17:27:52.902164 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6848 | 2025.03.19 17:27:52.903899 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6849 | 2025.03.19 17:27:52.905177 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6850 | 2025.03.19 17:27:52.910667 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6851 | 2025.03.19 17:27:52.916567 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6852 | 2025.03.19 17:27:52.922461 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6853 | 2025.03.19 17:27:52.928558 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6854 | 2025.03.19 17:27:52.933494 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 6855 | 2025.03.19 17:27:52.995622 [ 191 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.10983536 sec., 2476.433818762919 rows/sec., 12.81 MiB/sec. | ||
| 6856 | 2025.03.19 17:27:52.998502 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6857 | 2025.03.19 17:27:53.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.74 MiB, peak 220.08 MiB, free memory in arenas 0.00 B, will set to 207.55 MiB (RSS), difference: -7.19 MiB | ||
| 6858 | 2025.03.19 17:27:53.002187 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_36_7} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6859 | 2025.03.19 17:27:53.002306 [ 186 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_36_7} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6860 | 2025.03.19 17:27:53.004758 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 6861 | 2025.03.19 17:27:54.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.02 MiB, peak 220.08 MiB, free memory in arenas 0.00 B, will set to 207.55 MiB (RSS), difference: 6.53 MiB | ||
| 6862 | 2025.03.19 17:27:55.325065 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6863 | 2025.03.19 17:27:55.325301 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6864 | 2025.03.19 17:27:55.325387 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6865 | 2025.03.19 17:27:55.326252 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2025.03.19 17:27:55.326309 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6867 | 2025.03.19 17:27:55.326748 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6868 | 2025.03.19 17:27:55.327008 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6869 | 2025.03.19 17:27:55.327288 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002045 sec., 4889.97555012225 rows/sec., 398.74 KiB/sec. | ||
| 6870 | 2025.03.19 17:27:55.327396 [ 5 ] {0abfda0a-d333-4096-ac55-5b448ea422a4} <Debug> TCPHandler: Processed in 0.002474816 sec. | ||
| 6871 | 2025.03.19 17:27:55.327516 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6872 | 2025.03.19 17:27:55.327626 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6873 | 2025.03.19 17:27:55.327674 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6874 | 2025.03.19 17:27:55.328842 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6875 | 2025.03.19 17:27:55.328885 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6876 | 2025.03.19 17:27:55.329335 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6877 | 2025.03.19 17:27:55.329598 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6878 | 2025.03.19 17:27:55.329869 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Debug> executeQuery: Read 1217 rows, 102.92 KiB in 0.002264 sec., 537544.1696113074 rows/sec., 44.39 MiB/sec. | ||
| 6879 | 2025.03.19 17:27:55.330045 [ 5 ] {614f1236-8494-4e61-886b-662e142bfaca} <Debug> TCPHandler: Processed in 0.002579439 sec. | ||
| 6880 | 2025.03.19 17:27:55.330301 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6881 | 2025.03.19 17:27:55.330423 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6882 | 2025.03.19 17:27:55.330472 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6883 | 2025.03.19 17:27:55.331048 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6884 | 2025.03.19 17:27:55.331088 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6885 | 2025.03.19 17:27:55.331452 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6886 | 2025.03.19 17:27:55.331717 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6887 | 2025.03.19 17:27:55.331974 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001576 sec., 11421.319796954314 rows/sec., 824.75 KiB/sec. | ||
| 6888 | 2025.03.19 17:27:55.332064 [ 5 ] {cef0045f-9b59-4274-b04d-7da9b9bd1b50} <Debug> TCPHandler: Processed in 0.001858652 sec. | ||
| 6889 | 2025.03.19 17:27:55.332213 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6890 | 2025.03.19 17:27:55.332349 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6891 | 2025.03.19 17:27:55.332398 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6892 | 2025.03.19 17:27:55.333017 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6893 | 2025.03.19 17:27:55.333057 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6894 | 2025.03.19 17:27:55.333423 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6895 | 2025.03.19 17:27:55.333665 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6896 | 2025.03.19 17:27:55.333901 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001596 sec., 142857.14285714287 rows/sec., 9.67 MiB/sec. | ||
| 6897 | 2025.03.19 17:27:55.334021 [ 5 ] {7e6f0f5e-c36b-4aee-99e0-3b9930459a51} <Debug> TCPHandler: Processed in 0.001886513 sec. | ||
| 6898 | 2025.03.19 17:27:55.334141 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6899 | 2025.03.19 17:27:55.334273 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6900 | 2025.03.19 17:27:55.334330 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6901 | 2025.03.19 17:27:55.335218 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6902 | 2025.03.19 17:27:55.335259 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6903 | 2025.03.19 17:27:55.335656 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6904 | 2025.03.19 17:27:55.335910 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2025.03.19 17:27:55.336163 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Debug> executeQuery: Read 538 rows, 40.86 KiB in 0.001914 sec., 281086.72936259146 rows/sec., 20.85 MiB/sec. | ||
| 6906 | 2025.03.19 17:27:55.336372 [ 5 ] {32583e28-e949-4d7e-b72d-6a0a177f71ee} <Debug> TCPHandler: Processed in 0.002280362 sec. | ||
| 6907 | 2025.03.19 17:27:55.336635 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6908 | 2025.03.19 17:27:55.336752 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6909 | 2025.03.19 17:27:55.336806 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6910 | 2025.03.19 17:27:55.337570 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6911 | 2025.03.19 17:27:55.337610 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6912 | 2025.03.19 17:27:55.338058 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6913 | 2025.03.19 17:27:55.338307 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6914 | 2025.03.19 17:27:55.338543 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Debug> executeQuery: Read 965 rows, 66.34 KiB in 0.00181 sec., 533149.1712707182 rows/sec., 35.79 MiB/sec. | ||
| 6915 | 2025.03.19 17:27:55.338619 [ 5 ] {ffa7a636-f17c-40db-9c79-2af75bf96d79} <Debug> TCPHandler: Processed in 0.002084697 sec. | ||
| 6916 | 2025.03.19 17:27:55.338779 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6917 | 2025.03.19 17:27:55.338887 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6918 | 2025.03.19 17:27:55.338952 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6919 | 2025.03.19 17:27:55.340051 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6920 | 2025.03.19 17:27:55.340089 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6921 | 2025.03.19 17:27:55.340714 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6922 | 2025.03.19 17:27:55.340976 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6923 | 2025.03.19 17:27:55.341228 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002363 sec., 3385.5268726195513 rows/sec., 6.07 MiB/sec. | ||
| 6924 | 2025.03.19 17:27:55.341340 [ 5 ] {2d5c1c49-28d4-44ee-8ce6-83e2c53fc21a} <Debug> TCPHandler: Processed in 0.002623059 sec. | ||
| 6925 | 2025.03.19 17:27:55.341456 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6926 | 2025.03.19 17:27:55.341559 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6927 | 2025.03.19 17:27:55.341606 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6928 | 2025.03.19 17:27:55.342038 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6929 | 2025.03.19 17:27:55.342079 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6930 | 2025.03.19 17:27:55.342443 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6931 | 2025.03.19 17:27:55.342683 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6932 | 2025.03.19 17:27:55.342906 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Debug> executeQuery: Read 46 rows, 3.19 KiB in 0.001367 sec., 33650.32918800293 rows/sec., 2.28 MiB/sec. | ||
| 6933 | 2025.03.19 17:27:55.342959 [ 5 ] {27004f57-5b52-4e89-b94f-81f1caa7a0dc} <Debug> TCPHandler: Processed in 0.001553005 sec. | ||
| 6934 | 2025.03.19 17:27:57.066288 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6935 | 2025.03.19 17:27:57.066566 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6936 | 2025.03.19 17:27:57.066671 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6937 | 2025.03.19 17:27:57.067677 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6938 | 2025.03.19 17:27:57.067726 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6939 | 2025.03.19 17:27:57.068155 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6940 | 2025.03.19 17:27:57.068407 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6941 | 2025.03.19 17:27:57.068664 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002177 sec., 25723.47266881029 rows/sec., 1.98 MiB/sec. | ||
| 6942 | 2025.03.19 17:27:57.068731 [ 5 ] {63c85c58-8183-4ecd-8cf5-549a7698d1bc} <Debug> TCPHandler: Processed in 0.002578879 sec. | ||
| 6943 | 2025.03.19 17:27:57.068845 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6944 | 2025.03.19 17:27:57.068955 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6945 | 2025.03.19 17:27:57.069002 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6946 | 2025.03.19 17:27:57.069561 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6947 | 2025.03.19 17:27:57.069603 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6948 | 2025.03.19 17:27:57.069973 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6949 | 2025.03.19 17:27:57.070208 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.03.19 17:27:57.070452 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001523 sec., 42022.32435981615 rows/sec., 3.28 MiB/sec. | ||
| 6951 | 2025.03.19 17:27:57.070543 [ 5 ] {17b4899a-159c-4b06-9ed9-4fffe07f86d4} <Debug> TCPHandler: Processed in 0.0017501 sec. | ||
| 6952 | 2025.03.19 17:27:57.070789 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6953 | 2025.03.19 17:27:57.070967 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6954 | 2025.03.19 17:27:57.071019 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6955 | 2025.03.19 17:27:57.071516 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2025.03.19 17:27:57.071556 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6957 | 2025.03.19 17:27:57.071929 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6958 | 2025.03.19 17:27:57.072162 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2025.03.19 17:27:57.072394 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Debug> executeQuery: Read 34 rows, 2.43 KiB in 0.001453 sec., 23399.862353750857 rows/sec., 1.64 MiB/sec. | ||
| 6960 | 2025.03.19 17:27:57.072448 [ 5 ] {16184f9f-cc14-488e-a2de-fa3f166d7417} <Debug> TCPHandler: Processed in 0.001766011 sec. | ||
| 6961 | 2025.03.19 17:27:57.072552 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6962 | 2025.03.19 17:27:57.072655 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6963 | 2025.03.19 17:27:57.072700 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6964 | 2025.03.19 17:27:57.073118 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2025.03.19 17:27:57.073157 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6966 | 2025.03.19 17:27:57.073503 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6967 | 2025.03.19 17:27:57.073733 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2025.03.19 17:27:57.073947 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Debug> executeQuery: Read 14 rows, 977.00 B in 0.001315 sec., 10646.38783269962 rows/sec., 725.55 KiB/sec. | ||
| 6969 | 2025.03.19 17:27:57.073999 [ 5 ] {72cfb437-ebcb-4c1d-9098-49a7ecd667e3} <Debug> TCPHandler: Processed in 0.001496304 sec. | ||
| 6970 | 2025.03.19 17:27:59.214333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 6971 | 2025.03.19 17:27:59.215543 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6972 | 2025.03.19 17:27:59.215636 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6973 | 2025.03.19 17:27:59.216303 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6974 | 2025.03.19 17:27:59.216566 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6975 | 2025.03.19 17:27:59.216830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 6976 | 2025.03.19 17:28:00.402310 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6977 | 2025.03.19 17:28:00.422339 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2025.03.19 17:28:00.422399 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6979 | 2025.03.19 17:28:00.429456 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6980 | 2025.03.19 17:28:00.430281 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6981 | 2025.03.19 17:28:00.434267 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6982 | 2025.03.19 17:28:01.805204 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 970 | ||
| 6983 | 2025.03.19 17:28:01.808644 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2025.03.19 17:28:01.808700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6985 | 2025.03.19 17:28:01.810281 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6986 | 2025.03.19 17:28:01.810618 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): 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.03.19 17:28:01.811314 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 970 | ||
| 6988 | 2025.03.19 17:28:02.073491 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.03.19 17:28:02.073678 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6990 | 2025.03.19 17:28:02.073749 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6991 | 2025.03.19 17:28:02.074630 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2025.03.19 17:28:02.074678 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6993 | 2025.03.19 17:28:02.075155 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6994 | 2025.03.19 17:28:02.075417 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2025.03.19 17:28:02.075621 [ 112 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6996 | 2025.03.19 17:28:02.075692 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002058 sec., 58309.03790087464 rows/sec., 4.95 MiB/sec. | ||
| 6997 | 2025.03.19 17:28:02.075705 [ 112 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2025.03.19 17:28:02.075779 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 6999 | 2025.03.19 17:28:02.075837 [ 5 ] {2b3305c4-be23-4ff4-ab0c-c59134ac88ac} <Debug> TCPHandler: Processed in 0.002472686 sec. | ||
| 7000 | 2025.03.19 17:28:02.075964 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 7001 | 2025.03.19 17:28:02.076005 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7002 | 2025.03.19 17:28:02.076100 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7003 | 2025.03.19 17:28:02.076141 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1967 rows starting from the beginning of the part | ||
| 7004 | 2025.03.19 17:28:02.076143 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7005 | 2025.03.19 17:28:02.076215 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7006 | 2025.03.19 17:28:02.076272 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 72 rows starting from the beginning of the part | ||
| 7007 | 2025.03.19 17:28:02.076633 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 120 rows starting from the beginning of the part | ||
| 7008 | 2025.03.19 17:28:02.076928 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1217 rows starting from the beginning of the part | ||
| 7009 | 2025.03.19 17:28:02.077288 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7010 | 2025.03.19 17:28:02.077616 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 120 rows starting from the beginning of the part | ||
| 7011 | 2025.03.19 17:28:02.078626 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7012 | 2025.03.19 17:28:02.078667 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7013 | 2025.03.19 17:28:02.079270 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7014 | 2025.03.19 17:28:02.079572 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2025.03.19 17:28:02.079787 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.003672 sec., 8714.596949891067 rows/sec., 655.30 KiB/sec. | ||
| 7016 | 2025.03.19 17:28:02.079858 [ 5 ] {658de38c-4623-4dfd-b5ef-5284c81affe5} <Debug> TCPHandler: Processed in 0.003909769 sec. | ||
| 7017 | 2025.03.19 17:28:02.080010 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7018 | 2025.03.19 17:28:02.080171 [ 189 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3552 rows, containing 5 columns (5 merged, 0 gathered) in 0.004288438 sec., 828273.6045152104 rows/sec., 71.47 MiB/sec. | ||
| 7019 | 2025.03.19 17:28:02.080200 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7020 | 2025.03.19 17:28:02.080265 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7021 | 2025.03.19 17:28:02.080518 [ 186 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7022 | 2025.03.19 17:28:02.081162 [ 186 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2025.03.19 17:28:02.081401 [ 186 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_61_12} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7024 | 2025.03.19 17:28:02.081460 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7025 | 2025.03.19 17:28:02.081547 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7026 | 2025.03.19 17:28:02.081579 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 7027 | 2025.03.19 17:28:02.081972 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7028 | 2025.03.19 17:28:02.082216 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2025.03.19 17:28:02.082348 [ 113 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7030 | 2025.03.19 17:28:02.082393 [ 113 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7031 | 2025.03.19 17:28:02.082407 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002239 sec., 42876.28405538187 rows/sec., 3.35 MiB/sec. | ||
| 7032 | 2025.03.19 17:28:02.082417 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7033 | 2025.03.19 17:28:02.082506 [ 5 ] {ffaf47ed-9f1a-4d0d-937c-d3e913573ede} <Debug> TCPHandler: Processed in 0.002564879 sec. | ||
| 7034 | 2025.03.19 17:28:02.082555 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 7035 | 2025.03.19 17:28:02.082623 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7036 | 2025.03.19 17:28:02.082661 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7037 | 2025.03.19 17:28:02.082692 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 953 rows starting from the beginning of the part | ||
| 7038 | 2025.03.19 17:28:02.082753 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7039 | 2025.03.19 17:28:02.082867 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 72 rows starting from the beginning of the part | ||
| 7040 | 2025.03.19 17:28:02.082906 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7041 | 2025.03.19 17:28:02.083253 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 96 rows starting from the beginning of the part | ||
| 7042 | 2025.03.19 17:28:02.083662 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 538 rows starting from the beginning of the part | ||
| 7043 | 2025.03.19 17:28:02.084130 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7044 | 2025.03.19 17:28:02.084625 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 96 rows starting from the beginning of the part | ||
| 7045 | 2025.03.19 17:28:02.085422 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2025.03.19 17:28:02.085462 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7047 | 2025.03.19 17:28:02.086047 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7048 | 2025.03.19 17:28:02.086321 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2025.03.19 17:28:02.086554 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7050 | 2025.03.19 17:28:02.086563 [ 193 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1819 rows, containing 5 columns (5 merged, 0 gathered) in 0.004072333 sec., 446672.70579296927 rows/sec., 34.94 MiB/sec. | ||
| 7051 | 2025.03.19 17:28:02.086606 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7052 | 2025.03.19 17:28:02.086671 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7053 | 2025.03.19 17:28:02.086674 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003945 sec., 40557.66793409379 rows/sec., 2.82 MiB/sec. | ||
| 7054 | 2025.03.19 17:28:02.086986 [ 5 ] {523e683e-b8f8-4bd5-9d51-8a20042e8103} <Debug> TCPHandler: Processed in 0.004405401 sec. | ||
| 7055 | 2025.03.19 17:28:02.087035 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7056 | 2025.03.19 17:28:02.087353 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7057 | 2025.03.19 17:28:02.087440 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 7058 | 2025.03.19 17:28:02.087650 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7059 | 2025.03.19 17:28:02.087930 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7060 | 2025.03.19 17:28:02.087968 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7061 | 2025.03.19 17:28:02.088193 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7062 | 2025.03.19 17:28:02.088331 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_61_12} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7063 | 2025.03.19 17:28:02.088421 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15659 rows starting from the beginning of the part | ||
| 7064 | 2025.03.19 17:28:02.088615 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7065 | 2025.03.19 17:28:02.088994 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 7066 | 2025.03.19 17:28:02.089369 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 7067 | 2025.03.19 17:28:02.089723 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 965 rows starting from the beginning of the part | ||
| 7068 | 2025.03.19 17:28:02.090132 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part | ||
| 7069 | 2025.03.19 17:28:02.090440 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 7070 | 2025.03.19 17:28:02.092691 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2025.03.19 17:28:02.092742 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7072 | 2025.03.19 17:28:02.094679 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7073 | 2025.03.19 17:28:02.095296 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2025.03.19 17:28:02.095517 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00801 sec., 3995.0062421972534 rows/sec., 7.16 MiB/sec. | ||
| 7075 | 2025.03.19 17:28:02.095964 [ 5 ] {bab8ba40-fd8a-4099-a5e7-66ffacaa800e} <Debug> TCPHandler: Processed in 0.0087336 sec. | ||
| 7076 | 2025.03.19 17:28:02.096105 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7077 | 2025.03.19 17:28:02.096213 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7078 | 2025.03.19 17:28:02.096262 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7079 | 2025.03.19 17:28:02.096816 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2025.03.19 17:28:02.096861 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7081 | 2025.03.19 17:28:02.097385 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7082 | 2025.03.19 17:28:02.097888 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2025.03.19 17:28:02.098055 [ 113 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7084 | 2025.03.19 17:28:02.098106 [ 113 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2025.03.19 17:28:02.098138 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7086 | 2025.03.19 17:28:02.098152 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001961 sec., 30596.634370219275 rows/sec., 2.06 MiB/sec. | ||
| 7087 | 2025.03.19 17:28:02.098438 [ 5 ] {d2a7bc9c-4b0a-4095-9286-8d5e11750136} <Debug> TCPHandler: Processed in 0.002377065 sec. | ||
| 7088 | 2025.03.19 17:28:02.098447 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 7089 | 2025.03.19 17:28:02.098795 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7090 | 2025.03.19 17:28:02.098861 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2852 rows starting from the beginning of the part | ||
| 7091 | 2025.03.19 17:28:02.098888 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17138 rows, containing 5 columns (5 merged, 0 gathered) in 0.012020125 sec., 1425775.522301141 rows/sec., 97.64 MiB/sec. | ||
| 7092 | 2025.03.19 17:28:02.099055 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 7093 | 2025.03.19 17:28:02.099255 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 7094 | 2025.03.19 17:28:02.099393 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7095 | 2025.03.19 17:28:02.099459 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 46 rows starting from the beginning of the part | ||
| 7096 | 2025.03.19 17:28:02.099773 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 7097 | 2025.03.19 17:28:02.099884 [ 188 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 7098 | 2025.03.19 17:28:02.100442 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2025.03.19 17:28:02.100644 [ 197 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7100 | 2025.03.19 17:28:02.100813 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
| 7101 | 2025.03.19 17:28:02.101763 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3092 rows, containing 4 columns (4 merged, 0 gathered) in 0.003549641 sec., 871074.0043852322 rows/sec., 58.55 MiB/sec. | ||
| 7102 | 2025.03.19 17:28:02.102140 [ 194 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7103 | 2025.03.19 17:28:02.102523 [ 194 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2025.03.19 17:28:02.102610 [ 194 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_61_12} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7105 | 2025.03.19 17:28:02.102701 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 7106 | 2025.03.19 17:28:06.578666 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7107 | 2025.03.19 17:28:06.578734 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7108 | 2025.03.19 17:28:06.717047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7109 | 2025.03.19 17:28:06.717979 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2025.03.19 17:28:06.718030 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7111 | 2025.03.19 17:28:06.718561 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7112 | 2025.03.19 17:28:06.718832 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7113 | 2025.03.19 17:28:06.719108 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7114 | 2025.03.19 17:28:07.073158 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7115 | 2025.03.19 17:28:07.073449 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7116 | 2025.03.19 17:28:07.073560 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7117 | 2025.03.19 17:28:07.074420 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7118 | 2025.03.19 17:28:07.074461 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7119 | 2025.03.19 17:28:07.074903 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7120 | 2025.03.19 17:28:07.075156 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7121 | 2025.03.19 17:28:07.075403 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002036 sec., 35363.45776031434 rows/sec., 2.87 MiB/sec. | ||
| 7122 | 2025.03.19 17:28:07.075465 [ 5 ] {9d1e7f00-055b-4cc8-b8ad-74f015ec1324} <Debug> TCPHandler: Processed in 0.002578729 sec. | ||
| 7123 | 2025.03.19 17:28:07.075588 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7124 | 2025.03.19 17:28:07.075702 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7125 | 2025.03.19 17:28:07.075751 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7126 | 2025.03.19 17:28:07.076296 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7127 | 2025.03.19 17:28:07.076336 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7128 | 2025.03.19 17:28:07.076695 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7129 | 2025.03.19 17:28:07.076944 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7130 | 2025.03.19 17:28:07.077117 [ 108 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7131 | 2025.03.19 17:28:07.077183 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001502 sec., 5326.231691078561 rows/sec., 400.51 KiB/sec. | ||
| 7132 | 2025.03.19 17:28:07.077192 [ 108 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.03.19 17:28:07.077264 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7134 | 2025.03.19 17:28:07.077312 [ 5 ] {5cdb9430-d4a9-4182-a3d9-7c9f5ffe4566} <Debug> TCPHandler: Processed in 0.001775701 sec. | ||
| 7135 | 2025.03.19 17:28:07.077538 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 7136 | 2025.03.19 17:28:07.077562 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7137 | 2025.03.19 17:28:07.077807 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7138 | 2025.03.19 17:28:07.077810 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7139 | 2025.03.19 17:28:07.077874 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 176 rows starting from the beginning of the part | ||
| 7140 | 2025.03.19 17:28:07.077917 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7141 | 2025.03.19 17:28:07.078173 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 7142 | 2025.03.19 17:28:07.078524 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part | ||
| 7143 | 2025.03.19 17:28:07.078885 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 18 rows starting from the beginning of the part | ||
| 7144 | 2025.03.19 17:28:07.079239 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 7145 | 2025.03.19 17:28:07.079574 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 7146 | 2025.03.19 17:28:07.081080 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.03.19 17:28:07.081162 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7148 | 2025.03.19 17:28:07.082212 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7149 | 2025.03.19 17:28:07.082464 [ 194 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.005093746 sec., 53791.45328408602 rows/sec., 3.83 MiB/sec. | ||
| 7150 | 2025.03.19 17:28:07.082699 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7151 | 2025.03.19 17:28:07.082776 [ 194 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7152 | 2025.03.19 17:28:07.083093 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005375 sec., 13395.348837209303 rows/sec., 1.05 MiB/sec. | ||
| 7153 | 2025.03.19 17:28:07.083248 [ 5 ] {e20060bb-c6f8-4aee-b16e-8217fe8116b0} <Debug> TCPHandler: Processed in 0.005759132 sec. | ||
| 7154 | 2025.03.19 17:28:07.083428 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7155 | 2025.03.19 17:28:07.083444 [ 194 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.03.19 17:28:07.083619 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7157 | 2025.03.19 17:28:07.083638 [ 194 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_51_10} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7158 | 2025.03.19 17:28:07.083695 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7159 | 2025.03.19 17:28:07.083830 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7160 | 2025.03.19 17:28:07.084391 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7161 | 2025.03.19 17:28:07.084435 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7162 | 2025.03.19 17:28:07.084839 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7163 | 2025.03.19 17:28:07.085083 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7164 | 2025.03.19 17:28:07.085311 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001757 sec., 91064.31417188389 rows/sec., 6.34 MiB/sec. | ||
| 7165 | 2025.03.19 17:28:07.085368 [ 5 ] {f93e49d1-5a6e-43e0-abae-a75924faf557} <Debug> TCPHandler: Processed in 0.002026306 sec. | ||
| 7166 | 2025.03.19 17:28:07.085474 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7167 | 2025.03.19 17:28:07.085576 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7168 | 2025.03.19 17:28:07.085642 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7169 | 2025.03.19 17:28:07.086749 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7170 | 2025.03.19 17:28:07.086789 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7171 | 2025.03.19 17:28:07.087427 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7172 | 2025.03.19 17:28:07.087694 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2025.03.19 17:28:07.087907 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7174 | 2025.03.19 17:28:07.087983 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7175 | 2025.03.19 17:28:07.088011 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002449 sec., 3266.6394446712948 rows/sec., 5.85 MiB/sec. | ||
| 7176 | 2025.03.19 17:28:07.088045 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7177 | 2025.03.19 17:28:07.088543 [ 5 ] {4eae94d8-3431-4541-8ccd-cb18f553d420} <Debug> TCPHandler: Processed in 0.003118532 sec. | ||
| 7178 | 2025.03.19 17:28:07.088616 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 7179 | 2025.03.19 17:28:07.089135 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7180 | 2025.03.19 17:28:07.089542 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7181 | 2025.03.19 17:28:07.089721 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7182 | 2025.03.19 17:28:07.090084 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7183 | 2025.03.19 17:28:07.090196 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 887 rows starting from the beginning of the part | ||
| 7184 | 2025.03.19 17:28:07.090748 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 7185 | 2025.03.19 17:28:07.091285 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2025.03.19 17:28:07.091326 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part | ||
| 7187 | 2025.03.19 17:28:07.091335 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7188 | 2025.03.19 17:28:07.091853 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 7189 | 2025.03.19 17:28:07.092403 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 7190 | 2025.03.19 17:28:07.092412 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7191 | 2025.03.19 17:28:07.092886 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 7192 | 2025.03.19 17:28:07.092974 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7193 | 2025.03.19 17:28:07.093699 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004297 sec., 13963.230160577148 rows/sec., 963.61 KiB/sec. | ||
| 7194 | 2025.03.19 17:28:07.094064 [ 5 ] {708feb3f-f252-48fc-a993-9ec98a388ec6} <Debug> TCPHandler: Processed in 0.005054506 sec. | ||
| 7195 | 2025.03.19 17:28:07.101265 [ 194 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 19 columns (19 merged, 0 gathered) in 0.013030797 sec., 74822.74491729094 rows/sec., 134.08 MiB/sec. | ||
| 7196 | 2025.03.19 17:28:07.102438 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7197 | 2025.03.19 17:28:07.102903 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.03.19 17:28:07.102997 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7199 | 2025.03.19 17:28:07.103166 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB. | ||
| 7200 | 2025.03.19 17:28:07.934395 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7201 | 2025.03.19 17:28:07.956173 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7202 | 2025.03.19 17:28:07.956239 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.29 GiB. | ||
| 7203 | 2025.03.19 17:28:07.964266 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7204 | 2025.03.19 17:28:07.965086 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7205 | 2025.03.19 17:28:07.968143 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7206 | 2025.03.19 17:28:08.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.01 MiB, peak 220.08 MiB, free memory in arenas 0.00 B, will set to 212.54 MiB (RSS), difference: 2.53 MiB | ||
| 7207 | 2025.03.19 17:28:10.716824 [ 106 ] {} <Debug> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7208 | 2025.03.19 17:28:10.716973 [ 106 ] {} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2025.03.19 17:28:10.717025 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7210 | 2025.03.19 17:28:10.717293 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::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 | ||
| 7211 | 2025.03.19 17:28:10.717555 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7212 | 2025.03.19 17:28:10.717621 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 366 rows starting from the beginning of the part | ||
| 7213 | 2025.03.19 17:28:10.717762 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
| 7214 | 2025.03.19 17:28:10.718099 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
| 7215 | 2025.03.19 17:28:10.718247 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 7216 | 2025.03.19 17:28:10.718496 [ 194 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 7217 | 2025.03.19 17:28:10.719796 [ 201 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 5 columns (5 merged, 0 gathered) in 0.002660131 sec., 327051.5624982379 rows/sec., 23.68 MiB/sec. | ||
| 7218 | 2025.03.19 17:28:10.720061 [ 199 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7219 | 2025.03.19 17:28:10.720473 [ 199 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7220 | 2025.03.19 17:28:10.720584 [ 199 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_17_4} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7221 | 2025.03.19 17:28:10.720705 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 7222 | 2025.03.19 17:28:11.811579 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 994 | ||
| 7223 | 2025.03.19 17:28:11.814589 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7224 | 2025.03.19 17:28:11.814645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7225 | 2025.03.19 17:28:11.816160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7226 | 2025.03.19 17:28:11.816476 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7227 | 2025.03.19 17:28:11.817192 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 994 | ||
| 7228 | 2025.03.19 17:28:12.075722 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7229 | 2025.03.19 17:28:12.075927 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7230 | 2025.03.19 17:28:12.076007 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7231 | 2025.03.19 17:28:12.076889 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.03.19 17:28:12.076933 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7233 | 2025.03.19 17:28:12.077374 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7234 | 2025.03.19 17:28:12.077629 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2025.03.19 17:28:12.077869 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001993 sec., 12042.147516307075 rows/sec., 1023.11 KiB/sec. | ||
| 7236 | 2025.03.19 17:28:12.078073 [ 5 ] {dfe7a798-fe81-46f8-88d9-129e62b18ac9} <Debug> TCPHandler: Processed in 0.002482506 sec. | ||
| 7237 | 2025.03.19 17:28:12.078200 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2025.03.19 17:28:12.078309 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7239 | 2025.03.19 17:28:12.078357 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7240 | 2025.03.19 17:28:12.079041 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7241 | 2025.03.19 17:28:12.079080 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7242 | 2025.03.19 17:28:12.079464 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7243 | 2025.03.19 17:28:12.079705 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2025.03.19 17:28:12.079879 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Debug> executeQuery: Read 240 rows, 21.90 KiB in 0.001596 sec., 150375.93984962406 rows/sec., 13.40 MiB/sec. | ||
| 7245 | 2025.03.19 17:28:12.079930 [ 5 ] {4ef1889d-a246-464a-abf8-931f0e94d318} <Debug> TCPHandler: Processed in 0.001782171 sec. | ||
| 7246 | 2025.03.19 17:28:12.080043 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2025.03.19 17:28:12.080147 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7248 | 2025.03.19 17:28:12.080192 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7249 | 2025.03.19 17:28:12.080717 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2025.03.19 17:28:12.080754 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7251 | 2025.03.19 17:28:12.081109 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7252 | 2025.03.19 17:28:12.081345 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2025.03.19 17:28:12.081515 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Debug> executeQuery: Read 44 rows, 3.37 KiB in 0.001388 sec., 31700.288184438043 rows/sec., 2.37 MiB/sec. | ||
| 7254 | 2025.03.19 17:28:12.081566 [ 5 ] {17165fb4-31d1-4bd3-9ba0-83b5f0e2ac4f} <Debug> TCPHandler: Processed in 0.001573396 sec. | ||
| 7255 | 2025.03.19 17:28:12.081668 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7256 | 2025.03.19 17:28:12.081767 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7257 | 2025.03.19 17:28:12.081809 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7258 | 2025.03.19 17:28:12.082323 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.03.19 17:28:12.082359 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7260 | 2025.03.19 17:28:12.082701 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7261 | 2025.03.19 17:28:12.082930 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2025.03.19 17:28:12.083141 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001383 sec., 17353.579175704992 rows/sec., 1.44 MiB/sec. | ||
| 7263 | 2025.03.19 17:28:12.083222 [ 5 ] {2a92dc42-e510-4151-8224-5a47cc08988a} <Debug> TCPHandler: Processed in 0.001592797 sec. | ||
| 7264 | 2025.03.19 17:28:12.083500 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2025.03.19 17:28:12.083623 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7266 | 2025.03.19 17:28:12.083668 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7267 | 2025.03.19 17:28:12.084213 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.03.19 17:28:12.084251 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7269 | 2025.03.19 17:28:12.084589 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7270 | 2025.03.19 17:28:12.084822 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2025.03.19 17:28:12.084995 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001395 sec., 8602.150537634408 rows/sec., 672.04 KiB/sec. | ||
| 7272 | 2025.03.19 17:28:12.085047 [ 5 ] {45d51f96-2568-4e13-94ab-57addfff6b2c} <Debug> TCPHandler: Processed in 0.001646068 sec. | ||
| 7273 | 2025.03.19 17:28:12.085159 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7274 | 2025.03.19 17:28:12.085262 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7275 | 2025.03.19 17:28:12.085305 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7276 | 2025.03.19 17:28:12.085874 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.03.19 17:28:12.085911 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7278 | 2025.03.19 17:28:12.086272 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7279 | 2025.03.19 17:28:12.086503 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.03.19 17:28:12.086700 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Debug> executeQuery: Read 132 rows, 10.94 KiB in 0.001452 sec., 90909.09090909091 rows/sec., 7.35 MiB/sec. | ||
| 7281 | 2025.03.19 17:28:12.086822 [ 5 ] {9684a86a-dfd3-4914-8c38-395f0ba5edcd} <Debug> TCPHandler: Processed in 0.001711859 sec. | ||
| 7282 | 2025.03.19 17:28:12.086999 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.03.19 17:28:12.087331 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.03.19 17:28:12.087514 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7285 | 2025.03.19 17:28:12.088188 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.03.19 17:28:12.088225 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7287 | 2025.03.19 17:28:12.088605 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7288 | 2025.03.19 17:28:12.088836 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2025.03.19 17:28:12.089044 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001835 sec., 106811.98910081743 rows/sec., 7.66 MiB/sec. | ||
| 7290 | 2025.03.19 17:28:12.089108 [ 5 ] {80f4350a-72cd-4d89-9ce1-7660b53815a7} <Debug> TCPHandler: Processed in 0.002224371 sec. | ||
| 7291 | 2025.03.19 17:28:12.089370 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7292 | 2025.03.19 17:28:12.089513 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7293 | 2025.03.19 17:28:12.089585 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7294 | 2025.03.19 17:28:12.090731 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2025.03.19 17:28:12.090767 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7296 | 2025.03.19 17:28:12.091414 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7297 | 2025.03.19 17:28:12.091667 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2025.03.19 17:28:12.091922 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002423 sec., 13206.768468840282 rows/sec., 23.67 MiB/sec. | ||
| 7299 | 2025.03.19 17:28:12.092328 [ 5 ] {73f4258b-20ab-4042-b4a2-e82e60d8ad4b} <Debug> TCPHandler: Processed in 0.00305749 sec. | ||
| 7300 | 2025.03.19 17:28:12.092680 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2025.03.19 17:28:12.092815 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7302 | 2025.03.19 17:28:12.092863 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7303 | 2025.03.19 17:28:12.093341 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7304 | 2025.03.19 17:28:12.093378 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7305 | 2025.03.19 17:28:12.093734 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7306 | 2025.03.19 17:28:12.093972 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2025.03.19 17:28:12.094169 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 7308 | 2025.03.19 17:28:12.094236 [ 5 ] {3b73c529-a051-485d-be2e-c11d3390896c} <Debug> TCPHandler: Processed in 0.001651928 sec. | ||
| 7309 | 2025.03.19 17:28:14.219277 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7310 | 2025.03.19 17:28:14.220050 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2025.03.19 17:28:14.220104 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7312 | 2025.03.19 17:28:14.220662 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7313 | 2025.03.19 17:28:14.220923 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2025.03.19 17:28:14.221216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7315 | 2025.03.19 17:28:15.468259 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7316 | 2025.03.19 17:28:15.490108 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7317 | 2025.03.19 17:28:15.490176 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7318 | 2025.03.19 17:28:15.497814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7319 | 2025.03.19 17:28:15.498648 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7320 | 2025.03.19 17:28:15.501745 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7321 | 2025.03.19 17:28:17.072535 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7322 | 2025.03.19 17:28:17.072740 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7323 | 2025.03.19 17:28:17.072816 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7324 | 2025.03.19 17:28:17.073686 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7325 | 2025.03.19 17:28:17.073730 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7326 | 2025.03.19 17:28:17.074171 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7327 | 2025.03.19 17:28:17.074424 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2025.03.19 17:28:17.074677 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001994 sec., 36108.32497492477 rows/sec., 2.93 MiB/sec. | ||
| 7329 | 2025.03.19 17:28:17.074746 [ 5 ] {ea6f6171-4b58-49be-8b1c-594ec2f97368} <Debug> TCPHandler: Processed in 0.002345434 sec. | ||
| 7330 | 2025.03.19 17:28:17.074896 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7331 | 2025.03.19 17:28:17.075019 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7332 | 2025.03.19 17:28:17.075065 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7333 | 2025.03.19 17:28:17.075596 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2025.03.19 17:28:17.075634 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7335 | 2025.03.19 17:28:17.075976 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7336 | 2025.03.19 17:28:17.076210 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7337 | 2025.03.19 17:28:17.076433 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001434 sec., 5578.800557880056 rows/sec., 419.50 KiB/sec. | ||
| 7338 | 2025.03.19 17:28:17.076525 [ 5 ] {b79277cb-3b68-4fd9-a04f-aa9a6fb429c5} <Debug> TCPHandler: Processed in 0.001692668 sec. | ||
| 7339 | 2025.03.19 17:28:17.076788 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7340 | 2025.03.19 17:28:17.076923 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7341 | 2025.03.19 17:28:17.076969 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7342 | 2025.03.19 17:28:17.077540 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2025.03.19 17:28:17.077579 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7344 | 2025.03.19 17:28:17.077924 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7345 | 2025.03.19 17:28:17.078169 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7346 | 2025.03.19 17:28:17.078377 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001477 sec., 48747.46106973595 rows/sec., 3.81 MiB/sec. | ||
| 7347 | 2025.03.19 17:28:17.078430 [ 5 ] {e6fecc7c-e20a-4885-bfa9-ed1c309c4cf7} <Debug> TCPHandler: Processed in 0.00174897 sec. | ||
| 7348 | 2025.03.19 17:28:17.078549 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7349 | 2025.03.19 17:28:17.078665 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7350 | 2025.03.19 17:28:17.078715 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7351 | 2025.03.19 17:28:17.079271 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7352 | 2025.03.19 17:28:17.079310 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7353 | 2025.03.19 17:28:17.079718 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7354 | 2025.03.19 17:28:17.079966 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7355 | 2025.03.19 17:28:17.080173 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. | ||
| 7356 | 2025.03.19 17:28:17.080227 [ 5 ] {2ca4070f-16d8-42d4-8d7c-9c27394faa78} <Debug> TCPHandler: Processed in 0.00173051 sec. | ||
| 7357 | 2025.03.19 17:28:17.080334 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7358 | 2025.03.19 17:28:17.080436 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7359 | 2025.03.19 17:28:17.080501 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7360 | 2025.03.19 17:28:17.081588 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7361 | 2025.03.19 17:28:17.081627 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7362 | 2025.03.19 17:28:17.082247 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7363 | 2025.03.19 17:28:17.082506 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7364 | 2025.03.19 17:28:17.082749 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002334 sec., 3427.592116538132 rows/sec., 6.14 MiB/sec. | ||
| 7365 | 2025.03.19 17:28:17.082849 [ 5 ] {27322ff6-4d93-4c40-9a6b-30d7b2289a24} <Debug> TCPHandler: Processed in 0.002566579 sec. | ||
| 7366 | 2025.03.19 17:28:17.082992 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7367 | 2025.03.19 17:28:17.083098 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7368 | 2025.03.19 17:28:17.083143 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7369 | 2025.03.19 17:28:17.083586 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7370 | 2025.03.19 17:28:17.083623 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7371 | 2025.03.19 17:28:17.083995 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7372 | 2025.03.19 17:28:17.084238 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7373 | 2025.03.19 17:28:17.084450 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 7374 | 2025.03.19 17:28:17.084500 [ 5 ] {7854db04-162b-4ce9-a88d-78856255b922} <Debug> TCPHandler: Processed in 0.001564866 sec. | ||
| 7375 | 2025.03.19 17:28:21.578790 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7376 | 2025.03.19 17:28:21.578890 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7377 | 2025.03.19 17:28:21.721421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7378 | 2025.03.19 17:28:21.722533 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7379 | 2025.03.19 17:28:21.722610 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7380 | 2025.03.19 17:28:21.723165 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7381 | 2025.03.19 17:28:21.723467 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7382 | 2025.03.19 17:28:21.723695 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7383 | 2025.03.19 17:28:21.817417 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1024 | ||
| 7384 | 2025.03.19 17:28:21.820458 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2025.03.19 17:28:21.820508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7386 | 2025.03.19 17:28:21.822040 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7387 | 2025.03.19 17:28:21.822357 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7388 | 2025.03.19 17:28:21.823655 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1024 | ||
| 7389 | 2025.03.19 17:28:22.074282 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2025.03.19 17:28:22.074587 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7391 | 2025.03.19 17:28:22.074699 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7392 | 2025.03.19 17:28:22.075764 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.03.19 17:28:22.075812 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7394 | 2025.03.19 17:28:22.076294 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7395 | 2025.03.19 17:28:22.076561 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2025.03.19 17:28:22.076848 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002345 sec., 51172.707889125806 rows/sec., 4.35 MiB/sec. | ||
| 7397 | 2025.03.19 17:28:22.076932 [ 5 ] {decea9b9-32f9-4598-957e-f670ab89b7ba} <Debug> TCPHandler: Processed in 0.002783104 sec. | ||
| 7398 | 2025.03.19 17:28:22.077096 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2025.03.19 17:28:22.077219 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7400 | 2025.03.19 17:28:22.077268 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7401 | 2025.03.19 17:28:22.077826 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2025.03.19 17:28:22.077867 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7403 | 2025.03.19 17:28:22.078239 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7404 | 2025.03.19 17:28:22.078490 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2025.03.19 17:28:22.078724 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001532 sec., 20887.728459530026 rows/sec., 1.53 MiB/sec. | ||
| 7406 | 2025.03.19 17:28:22.078804 [ 5 ] {622d24da-6201-4ce2-a024-80356be0483c} <Debug> TCPHandler: Processed in 0.001775841 sec. | ||
| 7407 | 2025.03.19 17:28:22.079050 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2025.03.19 17:28:22.079265 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7409 | 2025.03.19 17:28:22.079312 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7410 | 2025.03.19 17:28:22.079902 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.03.19 17:28:22.079943 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7412 | 2025.03.19 17:28:22.080340 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7413 | 2025.03.19 17:28:22.080588 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2025.03.19 17:28:22.080836 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001596 sec., 60150.375939849626 rows/sec., 4.70 MiB/sec. | ||
| 7415 | 2025.03.19 17:28:22.080893 [ 5 ] {94876cdf-7b8a-4614-8708-387ba7d22401} <Debug> TCPHandler: Processed in 0.001947264 sec. | ||
| 7416 | 2025.03.19 17:28:22.081089 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2025.03.19 17:28:22.081193 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7418 | 2025.03.19 17:28:22.081242 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7419 | 2025.03.19 17:28:22.081765 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.03.19 17:28:22.081805 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7421 | 2025.03.19 17:28:22.082207 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7422 | 2025.03.19 17:28:22.082445 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.03.19 17:28:22.082680 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 7424 | 2025.03.19 17:28:22.082735 [ 5 ] {1f4363dd-05a1-4cab-89ce-50d4703b0c8c} <Debug> TCPHandler: Processed in 0.001696139 sec. | ||
| 7425 | 2025.03.19 17:28:22.082841 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2025.03.19 17:28:22.082944 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7427 | 2025.03.19 17:28:22.083009 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7428 | 2025.03.19 17:28:22.084149 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2025.03.19 17:28:22.084189 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7430 | 2025.03.19 17:28:22.084875 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7431 | 2025.03.19 17:28:22.085135 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.03.19 17:28:22.085388 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002467 sec., 12971.220105391163 rows/sec., 23.24 MiB/sec. | ||
| 7433 | 2025.03.19 17:28:22.085500 [ 5 ] {7341c22c-0dd5-47d6-93b4-99209e4ee881} <Debug> TCPHandler: Processed in 0.002709412 sec. | ||
| 7434 | 2025.03.19 17:28:22.085638 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7435 | 2025.03.19 17:28:22.085745 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7436 | 2025.03.19 17:28:22.085791 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7437 | 2025.03.19 17:28:22.086258 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2025.03.19 17:28:22.086297 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7439 | 2025.03.19 17:28:22.086661 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7440 | 2025.03.19 17:28:22.086923 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7441 | 2025.03.19 17:28:22.087167 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 7442 | 2025.03.19 17:28:22.087236 [ 5 ] {bb426228-7e16-4d37-9182-3754c95e8862} <Debug> TCPHandler: Processed in 0.001648587 sec. | ||
| 7443 | 2025.03.19 17:28:23.001852 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7444 | 2025.03.19 17:28:23.024253 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2025.03.19 17:28:23.024310 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7446 | 2025.03.19 17:28:23.032199 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7447 | 2025.03.19 17:28:23.033025 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7448 | 2025.03.19 17:28:23.036039 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7449 | 2025.03.19 17:28:23.393836 [ 90 ] {} <Debug> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7450 | 2025.03.19 17:28:23.393930 [ 90 ] {} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2025.03.19 17:28:23.393967 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7452 | 2025.03.19 17:28:23.394199 [ 194 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::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 | ||
| 7453 | 2025.03.19 17:28:23.394446 [ 194 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7454 | 2025.03.19 17:28:23.394493 [ 194 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 124 rows starting from the beginning of the part | ||
| 7455 | 2025.03.19 17:28:23.394589 [ 194 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 7456 | 2025.03.19 17:28:23.394846 [ 194 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 7457 | 2025.03.19 17:28:23.395057 [ 194 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 7458 | 2025.03.19 17:28:23.395254 [ 194 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 7459 | 2025.03.19 17:28:23.396627 [ 201 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002560969 sec., 106209.79793195466 rows/sec., 6.82 MiB/sec. | ||
| 7460 | 2025.03.19 17:28:23.396866 [ 198 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7461 | 2025.03.19 17:28:23.397248 [ 198 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7462 | 2025.03.19 17:28:23.397349 [ 198 ] {3a9672d8-7777-4d07-be0b-087a3e6fcd4c::all_1_9_2} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7463 | 2025.03.19 17:28:23.397455 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7464 | 2025.03.19 17:28:25.296455 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7465 | 2025.03.19 17:28:25.296673 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7466 | 2025.03.19 17:28:25.296751 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7467 | 2025.03.19 17:28:25.297986 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7468 | 2025.03.19 17:28:25.298045 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7469 | 2025.03.19 17:28:25.298614 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7470 | 2025.03.19 17:28:25.298888 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7471 | 2025.03.19 17:28:25.299080 [ 89 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7472 | 2025.03.19 17:28:25.299129 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002509 sec., 483060.9804703069 rows/sec., 39.92 MiB/sec. | ||
| 7473 | 2025.03.19 17:28:25.299134 [ 89 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2025.03.19 17:28:25.299184 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7475 | 2025.03.19 17:28:25.299226 [ 5 ] {eb25c267-43c1-48a4-b6c3-de6588a5fb53} <Debug> TCPHandler: Processed in 0.002914857 sec. | ||
| 7476 | 2025.03.19 17:28:25.299419 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7477 | 2025.03.19 17:28:25.299429 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::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 | ||
| 7478 | 2025.03.19 17:28:25.299602 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7479 | 2025.03.19 17:28:25.299723 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7480 | 2025.03.19 17:28:25.299750 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7481 | 2025.03.19 17:28:25.299849 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1967 rows starting from the beginning of the part | ||
| 7482 | 2025.03.19 17:28:25.300113 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 72 rows starting from the beginning of the part | ||
| 7483 | 2025.03.19 17:28:25.300552 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 240 rows starting from the beginning of the part | ||
| 7484 | 2025.03.19 17:28:25.300965 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 72 rows starting from the beginning of the part | ||
| 7485 | 2025.03.19 17:28:25.301348 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 120 rows starting from the beginning of the part | ||
| 7486 | 2025.03.19 17:28:25.301683 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1212 rows starting from the beginning of the part | ||
| 7487 | 2025.03.19 17:28:25.302618 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7488 | 2025.03.19 17:28:25.302684 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7489 | 2025.03.19 17:28:25.303494 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7490 | 2025.03.19 17:28:25.304076 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7491 | 2025.03.19 17:28:25.304460 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004921 sec., 1625.685836212152 rows/sec., 122.24 KiB/sec. | ||
| 7492 | 2025.03.19 17:28:25.304560 [ 5 ] {3af117fb-8d0c-4968-9394-8cc2ecc6e409} <Debug> TCPHandler: Processed in 0.005219659 sec. | ||
| 7493 | 2025.03.19 17:28:25.304695 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7494 | 2025.03.19 17:28:25.304814 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7495 | 2025.03.19 17:28:25.304895 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7496 | 2025.03.19 17:28:25.305521 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3683 rows, containing 5 columns (5 merged, 0 gathered) in 0.006225922 sec., 591558.9690972678 rows/sec., 51.30 MiB/sec. | ||
| 7497 | 2025.03.19 17:28:25.305848 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7498 | 2025.03.19 17:28:25.306449 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7499 | 2025.03.19 17:28:25.306476 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7500 | 2025.03.19 17:28:25.306547 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7501 | 2025.03.19 17:28:25.306584 [ 190 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_66_13} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7502 | 2025.03.19 17:28:25.306733 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 7503 | 2025.03.19 17:28:25.307112 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7504 | 2025.03.19 17:28:25.307401 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7505 | 2025.03.19 17:28:25.307626 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002827 sec., 80650.86664308453 rows/sec., 5.46 MiB/sec. | ||
| 7506 | 2025.03.19 17:28:25.307864 [ 5 ] {40a74e68-e24c-4d2f-ad9a-13b8e8c646fd} <Debug> TCPHandler: Processed in 0.003217753 sec. | ||
| 7507 | 2025.03.19 17:28:25.308081 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7508 | 2025.03.19 17:28:25.308209 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7509 | 2025.03.19 17:28:25.308267 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7510 | 2025.03.19 17:28:25.309358 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7511 | 2025.03.19 17:28:25.309411 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7512 | 2025.03.19 17:28:25.309923 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7513 | 2025.03.19 17:28:25.310258 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7514 | 2025.03.19 17:28:25.310483 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.002303 sec., 229266.17455492835 rows/sec., 16.98 MiB/sec. | ||
| 7515 | 2025.03.19 17:28:25.310490 [ 89 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7516 | 2025.03.19 17:28:25.310555 [ 89 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2025.03.19 17:28:25.310589 [ 5 ] {fe734033-4214-4226-8db4-94f85c67bb38} <Debug> TCPHandler: Processed in 0.002569059 sec. | ||
| 7518 | 2025.03.19 17:28:25.310594 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7519 | 2025.03.19 17:28:25.310734 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::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 | ||
| 7520 | 2025.03.19 17:28:25.310797 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7521 | 2025.03.19 17:28:25.310873 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7522 | 2025.03.19 17:28:25.310919 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 953 rows starting from the beginning of the part | ||
| 7523 | 2025.03.19 17:28:25.310932 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7524 | 2025.03.19 17:28:25.311006 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7525 | 2025.03.19 17:28:25.311032 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 72 rows starting from the beginning of the part | ||
| 7526 | 2025.03.19 17:28:25.311304 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 132 rows starting from the beginning of the part | ||
| 7527 | 2025.03.19 17:28:25.311614 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 72 rows starting from the beginning of the part | ||
| 7528 | 2025.03.19 17:28:25.312024 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 96 rows starting from the beginning of the part | ||
| 7529 | 2025.03.19 17:28:25.312369 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 528 rows starting from the beginning of the part | ||
| 7530 | 2025.03.19 17:28:25.313985 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7531 | 2025.03.19 17:28:25.314035 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7532 | 2025.03.19 17:28:25.314592 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1853 rows, containing 5 columns (5 merged, 0 gathered) in 0.003911789 sec., 473696.3062169253 rows/sec., 37.17 MiB/sec. | ||
| 7533 | 2025.03.19 17:28:25.314674 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7534 | 2025.03.19 17:28:25.314852 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7535 | 2025.03.19 17:28:25.315132 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7536 | 2025.03.19 17:28:25.315441 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7537 | 2025.03.19 17:28:25.315528 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7538 | 2025.03.19 17:28:25.315509 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7539 | 2025.03.19 17:28:25.315577 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7540 | 2025.03.19 17:28:25.315613 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.004701 sec., 202510.10423314187 rows/sec., 13.58 MiB/sec. | ||
| 7541 | 2025.03.19 17:28:25.315956 [ 190 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_66_13} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7542 | 2025.03.19 17:28:25.315998 [ 5 ] {db722a6e-6578-490f-97a4-9e5697455ea0} <Debug> TCPHandler: Processed in 0.00526739 sec. | ||
| 7543 | 2025.03.19 17:28:25.316069 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 7544 | 2025.03.19 17:28:25.316283 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 7545 | 2025.03.19 17:28:25.316314 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7546 | 2025.03.19 17:28:25.316513 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7547 | 2025.03.19 17:28:25.316565 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7548 | 2025.03.19 17:28:25.316586 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17138 rows starting from the beginning of the part | ||
| 7549 | 2025.03.19 17:28:25.316825 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7550 | 2025.03.19 17:28:25.316894 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 7551 | 2025.03.19 17:28:25.317296 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 196 rows starting from the beginning of the part | ||
| 7552 | 2025.03.19 17:28:25.317660 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::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 | ||
| 7553 | 2025.03.19 17:28:25.318045 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 7554 | 2025.03.19 17:28:25.318434 [ 187 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 952 rows starting from the beginning of the part | ||
| 7555 | 2025.03.19 17:28:25.321046 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2025.03.19 17:28:25.321108 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7557 | 2025.03.19 17:28:25.322916 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7558 | 2025.03.19 17:28:25.323264 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7559 | 2025.03.19 17:28:25.323838 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007309 sec., 1094.5409768778218 rows/sec., 1.96 MiB/sec. | ||
| 7560 | 2025.03.19 17:28:25.324670 [ 5 ] {d2d4d22f-41bc-4fd5-addb-44bafefbf852} <Debug> TCPHandler: Processed in 0.008464513 sec. | ||
| 7561 | 2025.03.19 17:28:25.325180 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7562 | 2025.03.19 17:28:25.325399 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7563 | 2025.03.19 17:28:25.325475 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7564 | 2025.03.19 17:28:25.326199 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2025.03.19 17:28:25.326238 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7566 | 2025.03.19 17:28:25.326945 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7567 | 2025.03.19 17:28:25.327000 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18766 rows, containing 5 columns (5 merged, 0 gathered) in 0.011272778 sec., 1664718.3152191944 rows/sec., 113.99 MiB/sec. | ||
| 7568 | 2025.03.19 17:28:25.327290 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2025.03.19 17:28:25.327330 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7570 | 2025.03.19 17:28:25.327549 [ 89 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7571 | 2025.03.19 17:28:25.327628 [ 89 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7572 | 2025.03.19 17:28:25.327695 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7573 | 2025.03.19 17:28:25.327690 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002318 sec., 17256.25539257981 rows/sec., 1.17 MiB/sec. | ||
| 7574 | 2025.03.19 17:28:25.328098 [ 5 ] {aba62efc-43fc-4b4b-bd31-d6599d08575a} <Debug> TCPHandler: Processed in 0.003018379 sec. | ||
| 7575 | 2025.03.19 17:28:25.328179 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 7576 | 2025.03.19 17:28:25.328232 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7577 | 2025.03.19 17:28:25.328591 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7578 | 2025.03.19 17:28:25.328861 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7579 | 2025.03.19 17:28:25.328943 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB. | ||
| 7580 | 2025.03.19 17:28:25.329023 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3092 rows starting from the beginning of the part | ||
| 7581 | 2025.03.19 17:28:25.329388 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 7582 | 2025.03.19 17:28:25.329782 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::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 | ||
| 7583 | 2025.03.19 17:28:25.329927 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 7584 | 2025.03.19 17:28:25.330031 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7585 | 2025.03.19 17:28:25.330199 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part | ||
| 7586 | 2025.03.19 17:28:25.331795 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 4 columns (4 merged, 0 gathered) in 0.003954811 sec., 852632.4013966786 rows/sec., 57.32 MiB/sec. | ||
| 7587 | 2025.03.19 17:28:25.332094 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7588 | 2025.03.19 17:28:25.332431 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2025.03.19 17:28:25.332509 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_66_13} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7590 | 2025.03.19 17:28:25.332584 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7591 | 2025.03.19 17:28:25.753632 [ 89 ] {} <Debug> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7592 | 2025.03.19 17:28:25.753706 [ 89 ] {} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2025.03.19 17:28:25.753733 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7594 | 2025.03.19 17:28:25.753912 [ 187 ] {b329be6b-0806-4063-8157-d83e6ac731b8::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 | ||
| 7595 | 2025.03.19 17:28:25.754092 [ 187 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7596 | 2025.03.19 17:28:25.754125 [ 187 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 236 rows starting from the beginning of the part | ||
| 7597 | 2025.03.19 17:28:25.754200 [ 187 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 7598 | 2025.03.19 17:28:25.754397 [ 187 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 7599 | 2025.03.19 17:28:25.754676 [ 187 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 7600 | 2025.03.19 17:28:25.754883 [ 187 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 7601 | 2025.03.19 17:28:25.756188 [ 193 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002392334 sec., 217360.9537798652 rows/sec., 15.43 MiB/sec. | ||
| 7602 | 2025.03.19 17:28:25.756422 [ 186 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7603 | 2025.03.19 17:28:25.756794 [ 186 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7604 | 2025.03.19 17:28:25.756884 [ 186 ] {b329be6b-0806-4063-8157-d83e6ac731b8::all_1_9_2} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7605 | 2025.03.19 17:28:25.756995 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7606 | 2025.03.19 17:28:27.067370 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7607 | 2025.03.19 17:28:27.067556 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7608 | 2025.03.19 17:28:27.067629 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7609 | 2025.03.19 17:28:27.068455 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7610 | 2025.03.19 17:28:27.068504 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7611 | 2025.03.19 17:28:27.068947 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7612 | 2025.03.19 17:28:27.069235 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7613 | 2025.03.19 17:28:27.069528 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.13 MiB/sec. | ||
| 7614 | 2025.03.19 17:28:27.069640 [ 5 ] {573a5e50-355b-4f5e-a836-ae620eb0b615} <Debug> TCPHandler: Processed in 0.002397985 sec. | ||
| 7615 | 2025.03.19 17:28:27.069913 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7616 | 2025.03.19 17:28:27.070061 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7617 | 2025.03.19 17:28:27.070114 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7618 | 2025.03.19 17:28:27.070721 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7619 | 2025.03.19 17:28:27.070764 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7620 | 2025.03.19 17:28:27.071141 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7621 | 2025.03.19 17:28:27.071387 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7622 | 2025.03.19 17:28:27.071644 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001613 sec., 39677.619342839425 rows/sec., 3.10 MiB/sec. | ||
| 7623 | 2025.03.19 17:28:27.071737 [ 5 ] {cd6ad853-be22-4a24-b09d-bdcaf65b7de2} <Debug> TCPHandler: Processed in 0.001940074 sec. | ||
| 7624 | 2025.03.19 17:28:27.071976 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7625 | 2025.03.19 17:28:27.072124 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7626 | 2025.03.19 17:28:27.072178 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7627 | 2025.03.19 17:28:27.072699 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7628 | 2025.03.19 17:28:27.072740 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7629 | 2025.03.19 17:28:27.073144 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7630 | 2025.03.19 17:28:27.073380 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2025.03.19 17:28:27.073607 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001511 sec., 35737.9219060225 rows/sec., 2.49 MiB/sec. | ||
| 7632 | 2025.03.19 17:28:27.073665 [ 5 ] {ea489be9-555b-447e-bf26-cc1b67c458f3} <Debug> TCPHandler: Processed in 0.001790471 sec. | ||
| 7633 | 2025.03.19 17:28:27.073770 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7634 | 2025.03.19 17:28:27.073875 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7635 | 2025.03.19 17:28:27.073921 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7636 | 2025.03.19 17:28:27.074354 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7637 | 2025.03.19 17:28:27.074394 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7638 | 2025.03.19 17:28:27.074746 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7639 | 2025.03.19 17:28:27.074981 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7640 | 2025.03.19 17:28:27.075192 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.00134 sec., 14925.373134328358 rows/sec., 1.00 MiB/sec. | ||
| 7641 | 2025.03.19 17:28:27.075243 [ 5 ] {8b572b66-46fa-488e-8333-40c72c794145} <Debug> TCPHandler: Processed in 0.001521614 sec. | ||
| 7642 | 2025.03.19 17:28:29.223848 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7643 | 2025.03.19 17:28:29.224514 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2025.03.19 17:28:29.224553 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7645 | 2025.03.19 17:28:29.225072 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7646 | 2025.03.19 17:28:29.225332 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2025.03.19 17:28:29.225492 [ 84 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7648 | 2025.03.19 17:28:29.225550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7649 | 2025.03.19 17:28:29.225558 [ 84 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7650 | 2025.03.19 17:28:29.225591 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7651 | 2025.03.19 17:28:29.225817 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 7652 | 2025.03.19 17:28:29.226328 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7653 | 2025.03.19 17:28:29.226409 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 7654 | 2025.03.19 17:28:29.226504 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 7655 | 2025.03.19 17:28:29.226696 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 7656 | 2025.03.19 17:28:29.226919 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 7657 | 2025.03.19 17:28:29.227135 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 7658 | 2025.03.19 17:28:29.227326 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 7659 | 2025.03.19 17:28:29.229783 [ 193 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004100794 sec., 4596426.935856813 rows/sec., 65.75 MiB/sec. | ||
| 7660 | 2025.03.19 17:28:29.230314 [ 193 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7661 | 2025.03.19 17:28:29.230773 [ 193 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_41_8} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7662 | 2025.03.19 17:28:29.230869 [ 193 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_41_8} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7663 | 2025.03.19 17:28:29.230987 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7664 | 2025.03.19 17:28:30.536148 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7665 | 2025.03.19 17:28:30.558769 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7666 | 2025.03.19 17:28:30.558835 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7667 | 2025.03.19 17:28:30.566407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7668 | 2025.03.19 17:28:30.567235 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7669 | 2025.03.19 17:28:30.567714 [ 83 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7670 | 2025.03.19 17:28:30.567848 [ 83 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2025.03.19 17:28:30.567925 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7672 | 2025.03.19 17:28:30.568740 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 7673 | 2025.03.19 17:28:30.584673 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7674 | 2025.03.19 17:28:30.586562 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7675 | 2025.03.19 17:28:30.588289 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 7676 | 2025.03.19 17:28:30.594176 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 7677 | 2025.03.19 17:28:30.600421 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 7678 | 2025.03.19 17:28:30.606715 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 7679 | 2025.03.19 17:28:30.612987 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 7680 | 2025.03.19 17:28:30.618103 [ 189 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 7681 | 2025.03.19 17:28:30.680394 [ 196 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.112247656 sec., 2752.8414490900373 rows/sec., 14.23 MiB/sec. | ||
| 7682 | 2025.03.19 17:28:30.683631 [ 196 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7683 | 2025.03.19 17:28:30.686799 [ 196 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_41_8} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7684 | 2025.03.19 17:28:30.686929 [ 196 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_41_8} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7685 | 2025.03.19 17:28:30.689828 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7686 | 2025.03.19 17:28:31.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.88 MiB, peak 228.28 MiB, free memory in arenas 0.00 B, will set to 216.11 MiB (RSS), difference: 1.23 MiB | ||
| 7687 | 2025.03.19 17:28:31.823887 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1058 | ||
| 7688 | 2025.03.19 17:28:31.827384 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7689 | 2025.03.19 17:28:31.827443 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7690 | 2025.03.19 17:28:31.829042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7691 | 2025.03.19 17:28:31.829382 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7692 | 2025.03.19 17:28:31.831118 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1058 | ||
| 7693 | 2025.03.19 17:28:32.073783 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2025.03.19 17:28:32.074081 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7695 | 2025.03.19 17:28:32.074191 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7696 | 2025.03.19 17:28:32.075235 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2025.03.19 17:28:32.075278 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7698 | 2025.03.19 17:28:32.075722 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7699 | 2025.03.19 17:28:32.075980 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2025.03.19 17:28:32.076240 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002242 sec., 53523.63960749331 rows/sec., 4.55 MiB/sec. | ||
| 7701 | 2025.03.19 17:28:32.076299 [ 5 ] {26d82390-7202-4ac9-9019-0f4cda68a997} <Debug> TCPHandler: Processed in 0.002695452 sec. | ||
| 7702 | 2025.03.19 17:28:32.076420 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2025.03.19 17:28:32.076525 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7704 | 2025.03.19 17:28:32.076569 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7705 | 2025.03.19 17:28:32.077104 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.03.19 17:28:32.077144 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7707 | 2025.03.19 17:28:32.077493 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7708 | 2025.03.19 17:28:32.077727 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.03.19 17:28:32.077936 [ 82 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7710 | 2025.03.19 17:28:32.077968 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001465 sec., 21843.003412969283 rows/sec., 1.60 MiB/sec. | ||
| 7711 | 2025.03.19 17:28:32.078070 [ 82 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7712 | 2025.03.19 17:28:32.078121 [ 5 ] {c10b2e80-2f9f-47d8-8b4f-a15c14f7a199} <Debug> TCPHandler: Processed in 0.00175159 sec. | ||
| 7713 | 2025.03.19 17:28:32.078152 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7714 | 2025.03.19 17:28:32.078305 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7715 | 2025.03.19 17:28:32.078406 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 7716 | 2025.03.19 17:28:32.078499 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7717 | 2025.03.19 17:28:32.078596 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7718 | 2025.03.19 17:28:32.078737 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7719 | 2025.03.19 17:28:32.078818 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 176 rows starting from the beginning of the part | ||
| 7720 | 2025.03.19 17:28:32.079034 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 44 rows starting from the beginning of the part | ||
| 7721 | 2025.03.19 17:28:32.079400 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 7722 | 2025.03.19 17:28:32.079797 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
| 7723 | 2025.03.19 17:28:32.080173 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 7724 | 2025.03.19 17:28:32.080531 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
| 7725 | 2025.03.19 17:28:32.081760 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7726 | 2025.03.19 17:28:32.081820 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7727 | 2025.03.19 17:28:32.082804 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7728 | 2025.03.19 17:28:32.083455 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7729 | 2025.03.19 17:28:32.083625 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.005342962 sec., 56148.630665911536 rows/sec., 4.05 MiB/sec. | ||
| 7730 | 2025.03.19 17:28:32.083909 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005465 sec., 17566.33119853614 rows/sec., 1.37 MiB/sec. | ||
| 7731 | 2025.03.19 17:28:32.083914 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7732 | 2025.03.19 17:28:32.084111 [ 5 ] {6946d2eb-d0ae-4117-957a-e1509e754a30} <Debug> TCPHandler: Processed in 0.005878854 sec. | ||
| 7733 | 2025.03.19 17:28:32.084276 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7734 | 2025.03.19 17:28:32.084470 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7735 | 2025.03.19 17:28:32.084478 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7736 | 2025.03.19 17:28:32.084577 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7737 | 2025.03.19 17:28:32.084643 [ 195 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_56_11} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7738 | 2025.03.19 17:28:32.084828 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7739 | 2025.03.19 17:28:32.085343 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7740 | 2025.03.19 17:28:32.085387 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7741 | 2025.03.19 17:28:32.085781 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7742 | 2025.03.19 17:28:32.086026 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7743 | 2025.03.19 17:28:32.086268 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001857 sec., 86160.47388260635 rows/sec., 6.00 MiB/sec. | ||
| 7744 | 2025.03.19 17:28:32.086324 [ 5 ] {c1362842-b8c5-4dd4-a0f6-38862dcbc8a0} <Debug> TCPHandler: Processed in 0.002103398 sec. | ||
| 7745 | 2025.03.19 17:28:32.086441 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7746 | 2025.03.19 17:28:32.086545 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7747 | 2025.03.19 17:28:32.086610 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7748 | 2025.03.19 17:28:32.087765 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2025.03.19 17:28:32.087805 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7750 | 2025.03.19 17:28:32.088469 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7751 | 2025.03.19 17:28:32.088731 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7752 | 2025.03.19 17:28:32.088954 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7753 | 2025.03.19 17:28:32.089020 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002491 sec., 12846.246487354476 rows/sec., 23.02 MiB/sec. | ||
| 7754 | 2025.03.19 17:28:32.089042 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2025.03.19 17:28:32.089130 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7756 | 2025.03.19 17:28:32.089388 [ 5 ] {bf4ccfd4-76cb-4196-83b2-ac7a786b5a3d} <Debug> TCPHandler: Processed in 0.002995789 sec. | ||
| 7757 | 2025.03.19 17:28:32.089430 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 7758 | 2025.03.19 17:28:32.089527 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7759 | 2025.03.19 17:28:32.089674 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7760 | 2025.03.19 17:28:32.089742 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7761 | 2025.03.19 17:28:32.089757 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7762 | 2025.03.19 17:28:32.089865 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 975 rows starting from the beginning of the part | ||
| 7763 | 2025.03.19 17:28:32.090342 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part | ||
| 7764 | 2025.03.19 17:28:32.090815 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 7765 | 2025.03.19 17:28:32.090916 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2025.03.19 17:28:32.090990 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7767 | 2025.03.19 17:28:32.091191 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
| 7768 | 2025.03.19 17:28:32.091598 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 7769 | 2025.03.19 17:28:32.091777 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7770 | 2025.03.19 17:28:32.091917 [ 197 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
| 7771 | 2025.03.19 17:28:32.092257 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2025.03.19 17:28:32.092666 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003033 sec., 19782.393669634024 rows/sec., 1.33 MiB/sec. | ||
| 7773 | 2025.03.19 17:28:32.092759 [ 5 ] {c749246c-c5bf-4bc6-9ebf-7da160d45432} <Debug> TCPHandler: Processed in 0.003286025 sec. | ||
| 7774 | 2025.03.19 17:28:32.098384 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1087 rows, containing 19 columns (19 merged, 0 gathered) in 0.009070397 sec., 119840.39948857807 rows/sec., 214.75 MiB/sec. | ||
| 7775 | 2025.03.19 17:28:32.099679 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7776 | 2025.03.19 17:28:32.100206 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7777 | 2025.03.19 17:28:32.100306 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7778 | 2025.03.19 17:28:32.100490 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. | ||
| 7779 | 2025.03.19 17:28:33.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.63 MiB, peak 228.28 MiB, free memory in arenas 0.00 B, will set to 218.23 MiB (RSS), difference: 1.60 MiB | ||
| 7780 | 2025.03.19 17:28:36.578934 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7781 | 2025.03.19 17:28:36.579004 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7782 | 2025.03.19 17:28:36.725716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 7783 | 2025.03.19 17:28:36.726379 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2025.03.19 17:28:36.726428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7785 | 2025.03.19 17:28:36.726965 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7786 | 2025.03.19 17:28:36.727229 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7787 | 2025.03.19 17:28:36.727476 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 7788 | 2025.03.19 17:28:37.073356 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7789 | 2025.03.19 17:28:37.073565 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7790 | 2025.03.19 17:28:37.073644 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7791 | 2025.03.19 17:28:37.074463 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7792 | 2025.03.19 17:28:37.074510 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7793 | 2025.03.19 17:28:37.074969 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7794 | 2025.03.19 17:28:37.075237 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7795 | 2025.03.19 17:28:37.075497 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.00199 sec., 36180.90452261306 rows/sec., 2.94 MiB/sec. | ||
| 7796 | 2025.03.19 17:28:37.075556 [ 5 ] {f07d9f19-724e-4f7f-b699-2dfb4f5fe20f} <Debug> TCPHandler: Processed in 0.002339144 sec. | ||
| 7797 | 2025.03.19 17:28:37.075735 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7798 | 2025.03.19 17:28:37.075841 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7799 | 2025.03.19 17:28:37.075887 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7800 | 2025.03.19 17:28:37.076419 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7801 | 2025.03.19 17:28:37.076458 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7802 | 2025.03.19 17:28:37.076808 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7803 | 2025.03.19 17:28:37.077057 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7804 | 2025.03.19 17:28:37.077274 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001456 sec., 5494.505494505494 rows/sec., 413.16 KiB/sec. | ||
| 7805 | 2025.03.19 17:28:37.077329 [ 5 ] {377fb9d5-0d53-444f-9a2f-638f0c6b64d4} <Debug> TCPHandler: Processed in 0.001645507 sec. | ||
| 7806 | 2025.03.19 17:28:37.077434 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7807 | 2025.03.19 17:28:37.077535 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7808 | 2025.03.19 17:28:37.077578 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7809 | 2025.03.19 17:28:37.078131 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7810 | 2025.03.19 17:28:37.078170 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7811 | 2025.03.19 17:28:37.078528 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7812 | 2025.03.19 17:28:37.078774 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7813 | 2025.03.19 17:28:37.078985 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001471 sec., 48946.29503738953 rows/sec., 3.82 MiB/sec. | ||
| 7814 | 2025.03.19 17:28:37.079039 [ 5 ] {6b95590e-97ab-481a-ba8a-55cf080ce524} <Debug> TCPHandler: Processed in 0.001655117 sec. | ||
| 7815 | 2025.03.19 17:28:37.079172 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7816 | 2025.03.19 17:28:37.079310 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7817 | 2025.03.19 17:28:37.079369 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7818 | 2025.03.19 17:28:37.079984 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7819 | 2025.03.19 17:28:37.080023 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7820 | 2025.03.19 17:28:37.080430 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7821 | 2025.03.19 17:28:37.080673 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7822 | 2025.03.19 17:28:37.080888 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
| 7823 | 2025.03.19 17:28:37.080943 [ 5 ] {e12f29d8-8e75-479f-a286-41f417d1938a} <Debug> TCPHandler: Processed in 0.001836032 sec. | ||
| 7824 | 2025.03.19 17:28:37.081049 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7825 | 2025.03.19 17:28:37.081151 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7826 | 2025.03.19 17:28:37.081217 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7827 | 2025.03.19 17:28:37.082306 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7828 | 2025.03.19 17:28:37.082347 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7829 | 2025.03.19 17:28:37.082957 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7830 | 2025.03.19 17:28:37.083221 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7831 | 2025.03.19 17:28:37.083520 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002377 sec., 3365.58687421119 rows/sec., 6.03 MiB/sec. | ||
| 7832 | 2025.03.19 17:28:37.083836 [ 5 ] {006175cb-44f5-4366-ac79-4c39d59de9eb} <Debug> TCPHandler: Processed in 0.002832555 sec. | ||
| 7833 | 2025.03.19 17:28:37.084163 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7834 | 2025.03.19 17:28:37.084274 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7835 | 2025.03.19 17:28:37.084322 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7836 | 2025.03.19 17:28:37.084790 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2025.03.19 17:28:37.084829 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7838 | 2025.03.19 17:28:37.085203 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7839 | 2025.03.19 17:28:37.085469 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7840 | 2025.03.19 17:28:37.085719 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. | ||
| 7841 | 2025.03.19 17:28:37.085815 [ 5 ] {571b811c-d5f4-4fb6-8038-624ab5f83130} <Debug> TCPHandler: Processed in 0.001746709 sec. | ||
| 7842 | 2025.03.19 17:28:38.084790 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7843 | 2025.03.19 17:28:38.106558 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7844 | 2025.03.19 17:28:38.106632 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7845 | 2025.03.19 17:28:38.113786 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7846 | 2025.03.19 17:28:38.114646 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7847 | 2025.03.19 17:28:38.118016 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7848 | 2025.03.19 17:28:41.831350 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1082 | ||
| 7849 | 2025.03.19 17:28:41.834355 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7850 | 2025.03.19 17:28:41.834408 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7851 | 2025.03.19 17:28:41.835903 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7852 | 2025.03.19 17:28:41.836228 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7853 | 2025.03.19 17:28:41.836463 [ 74 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7854 | 2025.03.19 17:28:41.836581 [ 74 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7855 | 2025.03.19 17:28:41.836652 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7856 | 2025.03.19 17:28:41.836989 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 7857 | 2025.03.19 17:28:41.837417 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082 | ||
| 7858 | 2025.03.19 17:28:41.837791 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7859 | 2025.03.19 17:28:41.837920 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 934 rows starting from the beginning of the part | ||
| 7860 | 2025.03.19 17:28:41.838496 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 7861 | 2025.03.19 17:28:41.839068 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part | ||
| 7862 | 2025.03.19 17:28:41.839603 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
| 7863 | 2025.03.19 17:28:41.840117 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 7864 | 2025.03.19 17:28:41.840667 [ 195 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
| 7865 | 2025.03.19 17:28:41.848829 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 72 columns (72 merged, 0 gathered) in 0.012041546 sec., 89855.57170150743 rows/sec., 73.94 MiB/sec. | ||
| 7866 | 2025.03.19 17:28:41.850356 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7867 | 2025.03.19 17:28:41.851203 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2025.03.19 17:28:41.851312 [ 188 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_31_6} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7869 | 2025.03.19 17:28:41.851658 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. | ||
| 7870 | 2025.03.19 17:28:42.075312 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7871 | 2025.03.19 17:28:42.075623 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7872 | 2025.03.19 17:28:42.075737 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7873 | 2025.03.19 17:28:42.076656 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7874 | 2025.03.19 17:28:42.076706 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7875 | 2025.03.19 17:28:42.077177 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7876 | 2025.03.19 17:28:42.077442 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2025.03.19 17:28:42.077712 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002167 sec., 11075.219197046608 rows/sec., 940.96 KiB/sec. | ||
| 7878 | 2025.03.19 17:28:42.077883 [ 5 ] {49ac0d35-74c0-4400-ba5a-a74c0e1f0b42} <Debug> TCPHandler: Processed in 0.002756913 sec. | ||
| 7879 | 2025.03.19 17:28:42.078046 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7880 | 2025.03.19 17:28:42.078154 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7881 | 2025.03.19 17:28:42.078202 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7882 | 2025.03.19 17:28:42.078755 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7883 | 2025.03.19 17:28:42.078795 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7884 | 2025.03.19 17:28:42.079157 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7885 | 2025.03.19 17:28:42.079399 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7886 | 2025.03.19 17:28:42.079623 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001493 sec., 5358.33891493637 rows/sec., 436.93 KiB/sec. | ||
| 7887 | 2025.03.19 17:28:42.079709 [ 5 ] {cd74df5e-a452-4b01-92e8-5034ed5f0f81} <Debug> TCPHandler: Processed in 0.001712109 sec. | ||
| 7888 | 2025.03.19 17:28:42.079833 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7889 | 2025.03.19 17:28:42.079946 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7890 | 2025.03.19 17:28:42.079991 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7891 | 2025.03.19 17:28:42.080623 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2025.03.19 17:28:42.080662 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7893 | 2025.03.19 17:28:42.081055 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7894 | 2025.03.19 17:28:42.081310 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7895 | 2025.03.19 17:28:42.081543 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Debug> executeQuery: Read 244 rows, 22.19 KiB in 0.001619 sec., 150710.31500926497 rows/sec., 13.39 MiB/sec. | ||
| 7896 | 2025.03.19 17:28:42.081600 [ 5 ] {da889ea6-9a15-4aaf-be79-f2c7a66157cd} <Debug> TCPHandler: Processed in 0.001820972 sec. | ||
| 7897 | 2025.03.19 17:28:42.081721 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7898 | 2025.03.19 17:28:42.081828 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7899 | 2025.03.19 17:28:42.081872 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7900 | 2025.03.19 17:28:42.082423 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7901 | 2025.03.19 17:28:42.082462 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7902 | 2025.03.19 17:28:42.082811 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7903 | 2025.03.19 17:28:42.083045 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7904 | 2025.03.19 17:28:42.083260 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Debug> executeQuery: Read 52 rows, 3.93 KiB in 0.001453 sec., 35788.02477632484 rows/sec., 2.64 MiB/sec. | ||
| 7905 | 2025.03.19 17:28:42.083316 [ 5 ] {41b45e22-6869-4067-8f82-29d7d7b50b17} <Debug> TCPHandler: Processed in 0.001646418 sec. | ||
| 7906 | 2025.03.19 17:28:42.083453 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7907 | 2025.03.19 17:28:42.083589 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7908 | 2025.03.19 17:28:42.083643 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7909 | 2025.03.19 17:28:42.084275 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7910 | 2025.03.19 17:28:42.084317 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7911 | 2025.03.19 17:28:42.084678 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7912 | 2025.03.19 17:28:42.084914 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7913 | 2025.03.19 17:28:42.085099 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001539 sec., 15594.541910331383 rows/sec., 1.29 MiB/sec. | ||
| 7914 | 2025.03.19 17:28:42.085153 [ 5 ] {7f300099-8f48-4c65-a7fd-caa4d02d179c} <Debug> TCPHandler: Processed in 0.001763461 sec. | ||
| 7915 | 2025.03.19 17:28:42.085261 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7916 | 2025.03.19 17:28:42.085363 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7917 | 2025.03.19 17:28:42.085407 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7918 | 2025.03.19 17:28:42.085935 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7919 | 2025.03.19 17:28:42.085973 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7920 | 2025.03.19 17:28:42.086312 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7921 | 2025.03.19 17:28:42.086559 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7922 | 2025.03.19 17:28:42.086845 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001471 sec., 8157.715839564921 rows/sec., 637.32 KiB/sec. | ||
| 7923 | 2025.03.19 17:28:42.086985 [ 5 ] {3eda4b06-4d0e-4cfd-b15c-67f55df487bf} <Debug> TCPHandler: Processed in 0.00177415 sec. | ||
| 7924 | 2025.03.19 17:28:42.087093 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2025.03.19 17:28:42.087197 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7926 | 2025.03.19 17:28:42.087241 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7927 | 2025.03.19 17:28:42.087838 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2025.03.19 17:28:42.087877 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7929 | 2025.03.19 17:28:42.088233 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7930 | 2025.03.19 17:28:42.088468 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2025.03.19 17:28:42.088655 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Debug> executeQuery: Read 140 rows, 11.59 KiB in 0.001479 sec., 94658.55307640297 rows/sec., 7.65 MiB/sec. | ||
| 7932 | 2025.03.19 17:28:42.088709 [ 5 ] {bd094db8-14d1-43ce-bd0d-f86e85aa50fb} <Debug> TCPHandler: Processed in 0.001665858 sec. | ||
| 7933 | 2025.03.19 17:28:42.088816 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7934 | 2025.03.19 17:28:42.088919 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7935 | 2025.03.19 17:28:42.088967 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7936 | 2025.03.19 17:28:42.089493 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2025.03.19 17:28:42.089531 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7938 | 2025.03.19 17:28:42.089913 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7939 | 2025.03.19 17:28:42.090149 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2025.03.19 17:28:42.090336 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Debug> executeQuery: Read 188 rows, 13.68 KiB in 0.001439 sec., 130646.28214037526 rows/sec., 9.29 MiB/sec. | ||
| 7941 | 2025.03.19 17:28:42.090389 [ 5 ] {dfc04092-d38e-482c-983d-b43c3b10d42c} <Debug> TCPHandler: Processed in 0.001623737 sec. | ||
| 7942 | 2025.03.19 17:28:42.090494 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2025.03.19 17:28:42.090598 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7944 | 2025.03.19 17:28:42.090663 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7945 | 2025.03.19 17:28:42.091801 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2025.03.19 17:28:42.091840 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7947 | 2025.03.19 17:28:42.092497 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7948 | 2025.03.19 17:28:42.092764 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2025.03.19 17:28:42.092972 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002396 sec., 13355.59265442404 rows/sec., 23.93 MiB/sec. | ||
| 7950 | 2025.03.19 17:28:42.093076 [ 5 ] {53bb7b00-4c10-4da3-bb45-62bae39a97ba} <Debug> TCPHandler: Processed in 0.00263066 sec. | ||
| 7951 | 2025.03.19 17:28:42.093215 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7952 | 2025.03.19 17:28:42.093321 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7953 | 2025.03.19 17:28:42.093367 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7954 | 2025.03.19 17:28:42.093834 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2025.03.19 17:28:42.093872 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7956 | 2025.03.19 17:28:42.094231 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7957 | 2025.03.19 17:28:42.094470 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7958 | 2025.03.19 17:28:42.094649 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 7959 | 2025.03.19 17:28:42.094700 [ 5 ] {f86b3fc7-ed05-4957-989e-da1567ccdcb0} <Debug> TCPHandler: Processed in 0.001535655 sec. | ||
| 7960 | 2025.03.19 17:28:44.227623 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 7961 | 2025.03.19 17:28:44.228303 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7962 | 2025.03.19 17:28:44.228344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7963 | 2025.03.19 17:28:44.228868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7964 | 2025.03.19 17:28:44.229129 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7965 | 2025.03.19 17:28:44.229393 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 7966 | 2025.03.19 17:28:45.618119 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 7967 | 2025.03.19 17:28:45.638949 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2025.03.19 17:28:45.639006 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7969 | 2025.03.19 17:28:45.646550 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7970 | 2025.03.19 17:28:45.647367 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2025.03.19 17:28:45.650246 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 7972 | 2025.03.19 17:28:47.073450 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7973 | 2025.03.19 17:28:47.073662 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7974 | 2025.03.19 17:28:47.073738 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7975 | 2025.03.19 17:28:47.074626 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7976 | 2025.03.19 17:28:47.074670 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7977 | 2025.03.19 17:28:47.075121 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7978 | 2025.03.19 17:28:47.075386 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7979 | 2025.03.19 17:28:47.075536 [ 69 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7980 | 2025.03.19 17:28:47.075586 [ 69 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7981 | 2025.03.19 17:28:47.075602 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001996 sec., 36072.144288577154 rows/sec., 2.93 MiB/sec. | ||
| 7982 | 2025.03.19 17:28:47.075615 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 7983 | 2025.03.19 17:28:47.075717 [ 5 ] {3979abb8-c0bd-4f41-8c88-69673c895354} <Debug> TCPHandler: Processed in 0.002402795 sec. | ||
| 7984 | 2025.03.19 17:28:47.075883 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 7985 | 2025.03.19 17:28:47.075919 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2025.03.19 17:28:47.076173 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7987 | 2025.03.19 17:28:47.076192 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7988 | 2025.03.19 17:28:47.076277 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7989 | 2025.03.19 17:28:47.076283 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1967 rows starting from the beginning of the part | ||
| 7990 | 2025.03.19 17:28:47.076606 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 7991 | 2025.03.19 17:28:47.076973 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 120 rows starting from the beginning of the part | ||
| 7992 | 2025.03.19 17:28:47.077412 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 72 rows starting from the beginning of the part | ||
| 7993 | 2025.03.19 17:28:47.077778 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 244 rows starting from the beginning of the part | ||
| 7994 | 2025.03.19 17:28:47.078184 [ 198 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 72 rows starting from the beginning of the part | ||
| 7995 | 2025.03.19 17:28:47.079280 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7996 | 2025.03.19 17:28:47.079359 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 7997 | 2025.03.19 17:28:47.080301 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7998 | 2025.03.19 17:28:47.080845 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7999 | 2025.03.19 17:28:47.081140 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005028 sec., 1591.0898965791566 rows/sec., 119.64 KiB/sec. | ||
| 8000 | 2025.03.19 17:28:47.081273 [ 5 ] {e8f94041-8851-417c-a366-ff6fef7dda78} <Debug> TCPHandler: Processed in 0.005406734 sec. | ||
| 8001 | 2025.03.19 17:28:47.081598 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8002 | 2025.03.19 17:28:47.081668 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2531 rows, containing 5 columns (5 merged, 0 gathered) in 0.005942676 sec., 425902.40490984195 rows/sec., 36.92 MiB/sec. | ||
| 8003 | 2025.03.19 17:28:47.081760 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8004 | 2025.03.19 17:28:47.081816 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8005 | 2025.03.19 17:28:47.082037 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8006 | 2025.03.19 17:28:47.082677 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8007 | 2025.03.19 17:28:47.082896 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_71_14} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8008 | 2025.03.19 17:28:47.083093 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 8009 | 2025.03.19 17:28:47.083167 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8010 | 2025.03.19 17:28:47.083211 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 8011 | 2025.03.19 17:28:47.083590 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8012 | 2025.03.19 17:28:47.083832 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8013 | 2025.03.19 17:28:47.083959 [ 69 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8014 | 2025.03.19 17:28:47.083996 [ 69 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8015 | 2025.03.19 17:28:47.084016 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 8016 | 2025.03.19 17:28:47.084036 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002329 sec., 30914.555603263205 rows/sec., 2.41 MiB/sec. | ||
| 8017 | 2025.03.19 17:28:47.084161 [ 5 ] {30b04b4e-faaa-4bf3-bc34-bee1b553a013} <Debug> TCPHandler: Processed in 0.002675301 sec. | ||
| 8018 | 2025.03.19 17:28:47.084195 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8019 | 2025.03.19 17:28:47.084280 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8020 | 2025.03.19 17:28:47.084319 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8021 | 2025.03.19 17:28:47.084353 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 953 rows starting from the beginning of the part | ||
| 8022 | 2025.03.19 17:28:47.084402 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8023 | 2025.03.19 17:28:47.084539 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8024 | 2025.03.19 17:28:47.084585 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8025 | 2025.03.19 17:28:47.084959 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 96 rows starting from the beginning of the part | ||
| 8026 | 2025.03.19 17:28:47.085306 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 72 rows starting from the beginning of the part | ||
| 8027 | 2025.03.19 17:28:47.085710 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 140 rows starting from the beginning of the part | ||
| 8028 | 2025.03.19 17:28:47.086003 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 72 rows starting from the beginning of the part | ||
| 8029 | 2025.03.19 17:28:47.086898 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8030 | 2025.03.19 17:28:47.086945 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8031 | 2025.03.19 17:28:47.087556 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8032 | 2025.03.19 17:28:47.087886 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.03.19 17:28:47.087954 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1397 rows, containing 5 columns (5 merged, 0 gathered) in 0.003886109 sec., 359485.5419649835 rows/sec., 28.36 MiB/sec. | ||
| 8034 | 2025.03.19 17:28:47.088090 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8035 | 2025.03.19 17:28:47.088191 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8036 | 2025.03.19 17:28:47.088236 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 8037 | 2025.03.19 17:28:47.088275 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003893 sec., 41099.409195992805 rows/sec., 2.86 MiB/sec. | ||
| 8038 | 2025.03.19 17:28:47.088420 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8039 | 2025.03.19 17:28:47.088685 [ 5 ] {a3701a24-68aa-4676-b442-f27fae687c61} <Debug> TCPHandler: Processed in 0.004448791 sec. | ||
| 8040 | 2025.03.19 17:28:47.088977 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8041 | 2025.03.19 17:28:47.089243 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8042 | 2025.03.19 17:28:47.089747 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8043 | 2025.03.19 17:28:47.089890 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2025.03.19 17:28:47.089989 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8045 | 2025.03.19 17:28:47.090189 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18766 rows starting from the beginning of the part | ||
| 8046 | 2025.03.19 17:28:47.090227 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8047 | 2025.03.19 17:28:47.090472 [ 192 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_71_14} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8048 | 2025.03.19 17:28:47.090722 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 54 rows starting from the beginning of the part | ||
| 8049 | 2025.03.19 17:28:47.091301 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 8050 | 2025.03.19 17:28:47.091821 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 8051 | 2025.03.19 17:28:47.092303 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 188 rows starting from the beginning of the part | ||
| 8052 | 2025.03.19 17:28:47.092802 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 8053 | 2025.03.19 17:28:47.092962 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 8054 | 2025.03.19 17:28:47.095471 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2025.03.19 17:28:47.095531 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8056 | 2025.03.19 17:28:47.097073 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8057 | 2025.03.19 17:28:47.097546 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8058 | 2025.03.19 17:28:47.097909 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008372 sec., 955.5661729574774 rows/sec., 1.71 MiB/sec. | ||
| 8059 | 2025.03.19 17:28:47.098645 [ 5 ] {a3511ca9-c1d6-405c-af1b-72b2ff359ac3} <Debug> TCPHandler: Processed in 0.009590299 sec. | ||
| 8060 | 2025.03.19 17:28:47.098920 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8061 | 2025.03.19 17:28:47.099030 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8062 | 2025.03.19 17:28:47.099079 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8063 | 2025.03.19 17:28:47.099589 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2025.03.19 17:28:47.099626 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8065 | 2025.03.19 17:28:47.100139 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8066 | 2025.03.19 17:28:47.100642 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2025.03.19 17:28:47.100797 [ 69 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8068 | 2025.03.19 17:28:47.100888 [ 69 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8069 | 2025.03.19 17:28:47.100932 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.28 GiB. | ||
| 8070 | 2025.03.19 17:28:47.100952 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001943 sec., 30880.082346886258 rows/sec., 2.08 MiB/sec. | ||
| 8071 | 2025.03.19 17:28:47.101261 [ 5 ] {f422eb09-54b5-4450-abe5-eb44c3c8824c} <Debug> TCPHandler: Processed in 0.002407195 sec. | ||
| 8072 | 2025.03.19 17:28:47.101516 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8073 | 2025.03.19 17:28:47.101755 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19488 rows, containing 5 columns (5 merged, 0 gathered) in 0.013379716 sec., 1456533.1581029075 rows/sec., 99.82 MiB/sec. | ||
| 8074 | 2025.03.19 17:28:47.101811 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8075 | 2025.03.19 17:28:47.101853 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3372 rows starting from the beginning of the part | ||
| 8076 | 2025.03.19 17:28:47.101922 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 20 rows starting from the beginning of the part | ||
| 8077 | 2025.03.19 17:28:47.102191 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8078 | 2025.03.19 17:28:47.102239 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 8079 | 2025.03.19 17:28:47.102612 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 8080 | 2025.03.19 17:28:47.102824 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 8081 | 2025.03.19 17:28:47.103194 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 8082 | 2025.03.19 17:28:47.103285 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8083 | 2025.03.19 17:28:47.103642 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8084 | 2025.03.19 17:28:47.103807 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 8085 | 2025.03.19 17:28:47.105144 [ 187 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3632 rows, containing 4 columns (4 merged, 0 gathered) in 0.004082724 sec., 889602.1381802933 rows/sec., 59.82 MiB/sec. | ||
| 8086 | 2025.03.19 17:28:47.105444 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8087 | 2025.03.19 17:28:47.105726 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2025.03.19 17:28:47.105806 [ 190 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_71_14} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8089 | 2025.03.19 17:28:47.105876 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8090 | 2025.03.19 17:28:51.579050 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8091 | 2025.03.19 17:28:51.579117 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8092 | 2025.03.19 17:28:51.729557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8093 | 2025.03.19 17:28:51.730225 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2025.03.19 17:28:51.730303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8095 | 2025.03.19 17:28:51.730838 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8096 | 2025.03.19 17:28:51.731090 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2025.03.19 17:28:51.731345 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8098 | 2025.03.19 17:28:51.837645 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1114 | ||
| 8099 | 2025.03.19 17:28:51.841060 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8100 | 2025.03.19 17:28:51.841111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8101 | 2025.03.19 17:28:51.842654 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8102 | 2025.03.19 17:28:51.842974 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2025.03.19 17:28:51.844305 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1114 | ||
| 8104 | 2025.03.19 17:28:52.074403 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8105 | 2025.03.19 17:28:52.074600 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8106 | 2025.03.19 17:28:52.074678 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8107 | 2025.03.19 17:28:52.075595 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2025.03.19 17:28:52.075639 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8109 | 2025.03.19 17:28:52.076096 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8110 | 2025.03.19 17:28:52.076366 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2025.03.19 17:28:52.076613 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.00207 sec., 57971.01449275363 rows/sec., 4.93 MiB/sec. | ||
| 8112 | 2025.03.19 17:28:52.076678 [ 5 ] {8e8295f2-8a87-4cf1-af73-f63a713bc006} <Debug> TCPHandler: Processed in 0.002399994 sec. | ||
| 8113 | 2025.03.19 17:28:52.076809 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8114 | 2025.03.19 17:28:52.076914 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8115 | 2025.03.19 17:28:52.076959 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8116 | 2025.03.19 17:28:52.077510 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8117 | 2025.03.19 17:28:52.077549 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8118 | 2025.03.19 17:28:52.077911 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8119 | 2025.03.19 17:28:52.078151 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2025.03.19 17:28:52.078364 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001471 sec., 21753.908905506458 rows/sec., 1.60 MiB/sec. | ||
| 8121 | 2025.03.19 17:28:52.078418 [ 5 ] {82c65811-2c77-4d50-905d-c7b8d6401159} <Debug> TCPHandler: Processed in 0.001660928 sec. | ||
| 8122 | 2025.03.19 17:28:52.078523 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2025.03.19 17:28:52.078624 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8124 | 2025.03.19 17:28:52.078668 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8125 | 2025.03.19 17:28:52.079230 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8126 | 2025.03.19 17:28:52.079268 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8127 | 2025.03.19 17:28:52.079634 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8128 | 2025.03.19 17:28:52.079871 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8129 | 2025.03.19 17:28:52.080091 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001482 sec., 64777.32793522267 rows/sec., 5.06 MiB/sec. | ||
| 8130 | 2025.03.19 17:28:52.080181 [ 5 ] {01b710e4-c533-47fa-91ad-f76bdb5473d5} <Debug> TCPHandler: Processed in 0.001707029 sec. | ||
| 8131 | 2025.03.19 17:28:52.080332 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2025.03.19 17:28:52.080644 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8133 | 2025.03.19 17:28:52.080734 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8134 | 2025.03.19 17:28:52.081282 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8135 | 2025.03.19 17:28:52.081320 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8136 | 2025.03.19 17:28:52.081706 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8137 | 2025.03.19 17:28:52.081944 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.03.19 17:28:52.082144 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
| 8139 | 2025.03.19 17:28:52.082199 [ 5 ] {a52e44b6-61a2-4c76-99e1-c1a69032d6f4} <Debug> TCPHandler: Processed in 0.001945084 sec. | ||
| 8140 | 2025.03.19 17:28:52.082304 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8141 | 2025.03.19 17:28:52.082406 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8142 | 2025.03.19 17:28:52.082470 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8143 | 2025.03.19 17:28:52.083638 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8144 | 2025.03.19 17:28:52.083676 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8145 | 2025.03.19 17:28:52.084335 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8146 | 2025.03.19 17:28:52.084588 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8147 | 2025.03.19 17:28:52.084879 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002489 sec., 12856.568903173966 rows/sec., 23.04 MiB/sec. | ||
| 8148 | 2025.03.19 17:28:52.085332 [ 5 ] {7d328bd0-9333-45fe-9cd5-bc6b458572f6} <Debug> TCPHandler: Processed in 0.00307058 sec. | ||
| 8149 | 2025.03.19 17:28:52.085647 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8150 | 2025.03.19 17:28:52.085753 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8151 | 2025.03.19 17:28:52.085801 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8152 | 2025.03.19 17:28:52.086298 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8153 | 2025.03.19 17:28:52.086337 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8154 | 2025.03.19 17:28:52.086696 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8155 | 2025.03.19 17:28:52.086940 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8156 | 2025.03.19 17:28:52.087174 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 8157 | 2025.03.19 17:28:52.087249 [ 5 ] {40c1196b-ca56-4b96-8b52-45e1830229be} <Debug> TCPHandler: Processed in 0.001678759 sec. | ||
| 8158 | 2025.03.19 17:28:53.150352 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8159 | 2025.03.19 17:28:53.172145 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8160 | 2025.03.19 17:28:53.172215 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8161 | 2025.03.19 17:28:53.179669 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8162 | 2025.03.19 17:28:53.180485 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8163 | 2025.03.19 17:28:53.183706 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8164 | 2025.03.19 17:28:53.635420 [ 60 ] {} <Debug> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8165 | 2025.03.19 17:28:53.635491 [ 60 ] {} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.03.19 17:28:53.635518 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8167 | 2025.03.19 17:28:53.635765 [ 193 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::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 | ||
| 8168 | 2025.03.19 17:28:53.635950 [ 193 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8169 | 2025.03.19 17:28:53.635992 [ 193 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 8170 | 2025.03.19 17:28:53.636082 [ 193 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
| 8171 | 2025.03.19 17:28:53.636307 [ 193 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 8172 | 2025.03.19 17:28:53.636589 [ 193 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::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 | ||
| 8173 | 2025.03.19 17:28:53.636718 [ 193 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 8174 | 2025.03.19 17:28:53.637891 [ 190 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002281912 sec., 23664.365672295862 rows/sec., 1.97 MiB/sec. | ||
| 8175 | 2025.03.19 17:28:53.638122 [ 187 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8176 | 2025.03.19 17:28:53.638491 [ 187 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8177 | 2025.03.19 17:28:53.638579 [ 187 ] {8d3e1d33-9deb-4185-8891-cbe9a3d33f8e::all_1_9_2} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8178 | 2025.03.19 17:28:53.638685 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8179 | 2025.03.19 17:28:55.298158 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8180 | 2025.03.19 17:28:55.298387 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8181 | 2025.03.19 17:28:55.298470 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8182 | 2025.03.19 17:28:55.299237 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8183 | 2025.03.19 17:28:55.299288 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8184 | 2025.03.19 17:28:55.299713 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 8185 | 2025.03.19 17:28:55.299966 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8186 | 2025.03.19 17:28:55.300206 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001878 sec., 5324.813631522897 rows/sec., 434.20 KiB/sec. | ||
| 8187 | 2025.03.19 17:28:55.300263 [ 5 ] {a59b1aa6-919d-46c9-bda4-dd947486d61b} <Debug> TCPHandler: Processed in 0.002243002 sec. | ||
| 8188 | 2025.03.19 17:28:55.300384 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8189 | 2025.03.19 17:28:55.300489 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8190 | 2025.03.19 17:28:55.300535 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8191 | 2025.03.19 17:28:55.301735 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2025.03.19 17:28:55.301775 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8193 | 2025.03.19 17:28:55.302202 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8194 | 2025.03.19 17:28:55.302453 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8195 | 2025.03.19 17:28:55.302671 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Debug> executeQuery: Read 1217 rows, 102.92 KiB in 0.002202 sec., 552679.3823796549 rows/sec., 45.64 MiB/sec. | ||
| 8196 | 2025.03.19 17:28:55.302724 [ 5 ] {24b279e0-03f1-41b4-b2a1-62a69539a253} <Debug> TCPHandler: Processed in 0.002390755 sec. | ||
| 8197 | 2025.03.19 17:28:55.302841 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8198 | 2025.03.19 17:28:55.302947 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8199 | 2025.03.19 17:28:55.302992 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8200 | 2025.03.19 17:28:55.303621 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2025.03.19 17:28:55.303664 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8202 | 2025.03.19 17:28:55.304038 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8203 | 2025.03.19 17:28:55.304290 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2025.03.19 17:28:55.304462 [ 59 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8205 | 2025.03.19 17:28:55.304526 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001594 sec., 11292.346298619825 rows/sec., 815.44 KiB/sec. | ||
| 8206 | 2025.03.19 17:28:55.304535 [ 59 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.03.19 17:28:55.304606 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8208 | 2025.03.19 17:28:55.304658 [ 5 ] {3e960a72-aed4-42f2-af0d-e844672a109d} <Debug> TCPHandler: Processed in 0.001866332 sec. | ||
| 8209 | 2025.03.19 17:28:55.304885 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8210 | 2025.03.19 17:28:55.304884 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 8211 | 2025.03.19 17:28:55.305054 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8212 | 2025.03.19 17:28:55.305146 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8213 | 2025.03.19 17:28:55.305229 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8214 | 2025.03.19 17:28:55.305338 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 176 rows starting from the beginning of the part | ||
| 8215 | 2025.03.19 17:28:55.305652 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 8216 | 2025.03.19 17:28:55.306024 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 52 rows starting from the beginning of the part | ||
| 8217 | 2025.03.19 17:28:55.306398 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 8218 | 2025.03.19 17:28:55.306698 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
| 8219 | 2025.03.19 17:28:55.306996 [ 190 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 18 rows starting from the beginning of the part | ||
| 8220 | 2025.03.19 17:28:55.308126 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8221 | 2025.03.19 17:28:55.308199 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8222 | 2025.03.19 17:28:55.309236 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8223 | 2025.03.19 17:28:55.309857 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8224 | 2025.03.19 17:28:55.309874 [ 187 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 5 columns (5 merged, 0 gathered) in 0.005152838 sec., 57055.936941933745 rows/sec., 4.09 MiB/sec. | ||
| 8225 | 2025.03.19 17:28:55.310257 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005247 sec., 43453.40194396798 rows/sec., 2.94 MiB/sec. | ||
| 8226 | 2025.03.19 17:28:55.310361 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8227 | 2025.03.19 17:28:55.310570 [ 5 ] {1911eb48-391b-4660-a7d2-eb087accf163} <Debug> TCPHandler: Processed in 0.005764702 sec. | ||
| 8228 | 2025.03.19 17:28:55.310861 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8229 | 2025.03.19 17:28:55.311044 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8230 | 2025.03.19 17:28:55.311136 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8231 | 2025.03.19 17:28:55.311169 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8232 | 2025.03.19 17:28:55.311406 [ 196 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_61_12} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8233 | 2025.03.19 17:28:55.311617 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8234 | 2025.03.19 17:28:55.312286 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2025.03.19 17:28:55.312331 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8236 | 2025.03.19 17:28:55.312725 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8237 | 2025.03.19 17:28:55.312980 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2025.03.19 17:28:55.313193 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Debug> executeQuery: Read 538 rows, 40.86 KiB in 0.002207 sec., 243769.8232895333 rows/sec., 18.08 MiB/sec. | ||
| 8239 | 2025.03.19 17:28:55.313256 [ 5 ] {62ca3b35-0d38-4238-b0ea-36868bf79597} <Debug> TCPHandler: Processed in 0.002460366 sec. | ||
| 8240 | 2025.03.19 17:28:55.313380 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8241 | 2025.03.19 17:28:55.313496 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8242 | 2025.03.19 17:28:55.313546 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8243 | 2025.03.19 17:28:55.314298 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8244 | 2025.03.19 17:28:55.314337 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8245 | 2025.03.19 17:28:55.314791 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8246 | 2025.03.19 17:28:55.315048 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8247 | 2025.03.19 17:28:55.315266 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.001795 sec., 533147.6323119777 rows/sec., 35.77 MiB/sec. | ||
| 8248 | 2025.03.19 17:28:55.315322 [ 5 ] {2ba39c24-56dc-4311-ac8e-e1c3de602d12} <Debug> TCPHandler: Processed in 0.001995826 sec. | ||
| 8249 | 2025.03.19 17:28:55.315457 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8250 | 2025.03.19 17:28:55.315595 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8251 | 2025.03.19 17:28:55.315675 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8252 | 2025.03.19 17:28:55.316931 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8253 | 2025.03.19 17:28:55.316971 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8254 | 2025.03.19 17:28:55.317599 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8255 | 2025.03.19 17:28:55.317870 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8256 | 2025.03.19 17:28:55.318065 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8257 | 2025.03.19 17:28:55.318126 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2025.03.19 17:28:55.318157 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8259 | 2025.03.19 17:28:55.318176 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002606 sec., 3069.8388334612437 rows/sec., 5.50 MiB/sec. | ||
| 8260 | 2025.03.19 17:28:55.318543 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 8261 | 2025.03.19 17:28:55.318580 [ 5 ] {6b23fc9f-11c5-4152-838e-105fed799529} <Debug> TCPHandler: Processed in 0.003186842 sec. | ||
| 8262 | 2025.03.19 17:28:55.318814 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8263 | 2025.03.19 17:28:55.319089 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8264 | 2025.03.19 17:28:55.319219 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8265 | 2025.03.19 17:28:55.319225 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8266 | 2025.03.19 17:28:55.319444 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1087 rows starting from the beginning of the part | ||
| 8267 | 2025.03.19 17:28:55.320282 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 8268 | 2025.03.19 17:28:55.320921 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
| 8269 | 2025.03.19 17:28:55.321654 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 8270 | 2025.03.19 17:28:55.321745 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8271 | 2025.03.19 17:28:55.321830 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8272 | 2025.03.19 17:28:55.322291 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
| 8273 | 2025.03.19 17:28:55.322954 [ 200 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part | ||
| 8274 | 2025.03.19 17:28:55.323522 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8275 | 2025.03.19 17:28:55.324134 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8276 | 2025.03.19 17:28:55.324679 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.005675 sec., 7048.458149779735 rows/sec., 487.33 KiB/sec. | ||
| 8277 | 2025.03.19 17:28:55.324859 [ 5 ] {8236e107-36cb-419d-b2a1-23e88884b9af} <Debug> TCPHandler: Processed in 0.00612828 sec. | ||
| 8278 | 2025.03.19 17:28:55.330586 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1175 rows, containing 19 columns (19 merged, 0 gathered) in 0.012318272 sec., 95386.75554493358 rows/sec., 170.93 MiB/sec. | ||
| 8279 | 2025.03.19 17:28:55.331852 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8280 | 2025.03.19 17:28:55.332317 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2025.03.19 17:28:55.332412 [ 187 ] {88021829-b954-4535-9382-03f522c339cb::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8282 | 2025.03.19 17:28:55.332581 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
| 8283 | 2025.03.19 17:28:56.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.51 MiB, peak 230.98 MiB, free memory in arenas 0.00 B, will set to 221.52 MiB (RSS), difference: 2.02 MiB | ||
| 8284 | 2025.03.19 17:28:57.067881 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.03.19 17:28:57.068085 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8286 | 2025.03.19 17:28:57.068160 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8287 | 2025.03.19 17:28:57.069039 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.03.19 17:28:57.069082 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8289 | 2025.03.19 17:28:57.069530 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8290 | 2025.03.19 17:28:57.069787 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.03.19 17:28:57.070014 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.17 MiB/sec. | ||
| 8292 | 2025.03.19 17:28:57.070120 [ 5 ] {05dc25ba-3f72-437b-9361-1058c676c43f} <Debug> TCPHandler: Processed in 0.002379335 sec. | ||
| 8293 | 2025.03.19 17:28:57.070374 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2025.03.19 17:28:57.070540 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8295 | 2025.03.19 17:28:57.070591 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8296 | 2025.03.19 17:28:57.071186 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2025.03.19 17:28:57.071226 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8298 | 2025.03.19 17:28:57.071592 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8299 | 2025.03.19 17:28:57.071852 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2025.03.19 17:28:57.072039 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001529 sec., 41857.42315238718 rows/sec., 3.27 MiB/sec. | ||
| 8301 | 2025.03.19 17:28:57.072094 [ 5 ] {cc192dee-a534-4585-bad3-46b08d9dccdb} <Debug> TCPHandler: Processed in 0.001832532 sec. | ||
| 8302 | 2025.03.19 17:28:57.072216 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2025.03.19 17:28:57.072326 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8304 | 2025.03.19 17:28:57.072376 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8305 | 2025.03.19 17:28:57.072880 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.03.19 17:28:57.072916 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8307 | 2025.03.19 17:28:57.073292 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8308 | 2025.03.19 17:28:57.073530 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8309 | 2025.03.19 17:28:57.073708 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001406 sec., 38406.82788051209 rows/sec., 2.68 MiB/sec. | ||
| 8310 | 2025.03.19 17:28:57.073760 [ 5 ] {6b7cb23b-cc63-4738-922e-c035198e58bd} <Debug> TCPHandler: Processed in 0.001597636 sec. | ||
| 8311 | 2025.03.19 17:28:57.073866 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.03.19 17:28:57.073968 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8313 | 2025.03.19 17:28:57.074013 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8314 | 2025.03.19 17:28:57.074442 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2025.03.19 17:28:57.074478 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8316 | 2025.03.19 17:28:57.074825 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8317 | 2025.03.19 17:28:57.075062 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8318 | 2025.03.19 17:28:57.075238 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001292 sec., 15479.876160990712 rows/sec., 1.04 MiB/sec. | ||
| 8319 | 2025.03.19 17:28:57.075289 [ 5 ] {cac39f01-8d5c-4ebf-8704-a3301ad70032} <Debug> TCPHandler: Processed in 0.001472373 sec. | ||
| 8320 | 2025.03.19 17:28:59.231494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8321 | 2025.03.19 17:28:59.232212 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8322 | 2025.03.19 17:28:59.232260 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8323 | 2025.03.19 17:28:59.232786 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8324 | 2025.03.19 17:28:59.233044 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8325 | 2025.03.19 17:28:59.233333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8326 | 2025.03.19 17:29:00.683820 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8327 | 2025.03.19 17:29:00.706384 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2025.03.19 17:29:00.706455 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8329 | 2025.03.19 17:29:00.714078 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8330 | 2025.03.19 17:29:00.714913 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2025.03.19 17:29:00.719226 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8332 | 2025.03.19 17:29:01.844520 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1150 | ||
| 8333 | 2025.03.19 17:29:01.847805 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8334 | 2025.03.19 17:29:01.847856 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8335 | 2025.03.19 17:29:01.849406 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8336 | 2025.03.19 17:29:01.849732 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2025.03.19 17:29:01.851058 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1150 | ||
| 8338 | 2025.03.19 17:29:02.074276 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8339 | 2025.03.19 17:29:02.074466 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8340 | 2025.03.19 17:29:02.074537 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8341 | 2025.03.19 17:29:02.075375 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2025.03.19 17:29:02.075423 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8343 | 2025.03.19 17:29:02.075896 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8344 | 2025.03.19 17:29:02.076177 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8345 | 2025.03.19 17:29:02.076440 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002026 sec., 59230.00987166831 rows/sec., 5.03 MiB/sec. | ||
| 8346 | 2025.03.19 17:29:02.076506 [ 5 ] {9ae64e61-dc91-4772-ae04-033bdf8b6dd2} <Debug> TCPHandler: Processed in 0.002358254 sec. | ||
| 8347 | 2025.03.19 17:29:02.076635 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8348 | 2025.03.19 17:29:02.076747 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8349 | 2025.03.19 17:29:02.076796 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8350 | 2025.03.19 17:29:02.077359 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2025.03.19 17:29:02.077398 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8352 | 2025.03.19 17:29:02.077766 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8353 | 2025.03.19 17:29:02.078013 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2025.03.19 17:29:02.078225 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001503 sec., 21290.751829673987 rows/sec., 1.56 MiB/sec. | ||
| 8355 | 2025.03.19 17:29:02.078283 [ 5 ] {13fa6d81-9315-4b7e-a060-aa25302a08f3} <Debug> TCPHandler: Processed in 0.001701349 sec. | ||
| 8356 | 2025.03.19 17:29:02.078393 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8357 | 2025.03.19 17:29:02.078497 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8358 | 2025.03.19 17:29:02.078542 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8359 | 2025.03.19 17:29:02.079117 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8360 | 2025.03.19 17:29:02.079155 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8361 | 2025.03.19 17:29:02.079521 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8362 | 2025.03.19 17:29:02.079772 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2025.03.19 17:29:02.079993 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001519 sec., 63199.473337722186 rows/sec., 4.94 MiB/sec. | ||
| 8364 | 2025.03.19 17:29:02.080047 [ 5 ] {7162a87c-df63-4453-88ce-fd7cda4b1d2d} <Debug> TCPHandler: Processed in 0.001703759 sec. | ||
| 8365 | 2025.03.19 17:29:02.080180 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8366 | 2025.03.19 17:29:02.080318 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8367 | 2025.03.19 17:29:02.080378 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8368 | 2025.03.19 17:29:02.081000 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2025.03.19 17:29:02.081039 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8370 | 2025.03.19 17:29:02.081444 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8371 | 2025.03.19 17:29:02.081688 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2025.03.19 17:29:02.081906 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 8373 | 2025.03.19 17:29:02.081959 [ 5 ] {e821a5b8-63a2-48b6-a1f2-fb2e9e69ad49} <Debug> TCPHandler: Processed in 0.001844362 sec. | ||
| 8374 | 2025.03.19 17:29:02.082064 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2025.03.19 17:29:02.082166 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8376 | 2025.03.19 17:29:02.082231 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8377 | 2025.03.19 17:29:02.083412 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8378 | 2025.03.19 17:29:02.083451 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8379 | 2025.03.19 17:29:02.084101 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8380 | 2025.03.19 17:29:02.084365 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8381 | 2025.03.19 17:29:02.084613 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002468 sec., 12965.964343598054 rows/sec., 23.23 MiB/sec. | ||
| 8382 | 2025.03.19 17:29:02.084722 [ 5 ] {9d85b8e2-7514-4438-97e3-e928ac7df18d} <Debug> TCPHandler: Processed in 0.002707642 sec. | ||
| 8383 | 2025.03.19 17:29:02.084884 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8384 | 2025.03.19 17:29:02.085014 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8385 | 2025.03.19 17:29:02.085070 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8386 | 2025.03.19 17:29:02.085628 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2025.03.19 17:29:02.085674 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8388 | 2025.03.19 17:29:02.086081 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8389 | 2025.03.19 17:29:02.086325 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8390 | 2025.03.19 17:29:02.086540 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
| 8391 | 2025.03.19 17:29:02.086591 [ 5 ] {50056c35-7d2c-458f-9c48-a573b639ddd8} <Debug> TCPHandler: Processed in 0.001768531 sec. | ||
| 8392 | 2025.03.19 17:29:06.579160 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8393 | 2025.03.19 17:29:06.579231 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8394 | 2025.03.19 17:29:06.733518 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8395 | 2025.03.19 17:29:06.734605 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8396 | 2025.03.19 17:29:06.734655 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8397 | 2025.03.19 17:29:06.735189 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8398 | 2025.03.19 17:29:06.735450 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8399 | 2025.03.19 17:29:06.735728 [ 50 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8400 | 2025.03.19 17:29:06.735747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8401 | 2025.03.19 17:29:06.735847 [ 50 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8402 | 2025.03.19 17:29:06.735896 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8403 | 2025.03.19 17:29:06.736128 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 8404 | 2025.03.19 17:29:06.736384 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8405 | 2025.03.19 17:29:06.736456 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 8406 | 2025.03.19 17:29:06.736626 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 8407 | 2025.03.19 17:29:06.736839 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 8408 | 2025.03.19 17:29:06.737074 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 8409 | 2025.03.19 17:29:06.737306 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 8410 | 2025.03.19 17:29:06.737398 [ 197 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 8411 | 2025.03.19 17:29:06.739892 [ 199 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003879358 sec., 5440590.943140592 rows/sec., 77.83 MiB/sec. | ||
| 8412 | 2025.03.19 17:29:06.740424 [ 188 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8413 | 2025.03.19 17:29:06.740985 [ 188 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_46_9} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8414 | 2025.03.19 17:29:06.741107 [ 188 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_46_9} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8415 | 2025.03.19 17:29:06.741221 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8416 | 2025.03.19 17:29:07.079512 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8417 | 2025.03.19 17:29:07.079712 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8418 | 2025.03.19 17:29:07.079786 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8419 | 2025.03.19 17:29:07.080682 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8420 | 2025.03.19 17:29:07.080739 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8421 | 2025.03.19 17:29:07.081204 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8422 | 2025.03.19 17:29:07.081470 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8423 | 2025.03.19 17:29:07.081689 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00203 sec., 104433.49753694581 rows/sec., 6.64 MiB/sec. | ||
| 8424 | 2025.03.19 17:29:07.081759 [ 5 ] {fe072fe6-49ad-406b-b251-2e904803ace9} <Debug> TCPHandler: Processed in 0.002400915 sec. | ||
| 8425 | 2025.03.19 17:29:07.081904 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8426 | 2025.03.19 17:29:07.082053 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8427 | 2025.03.19 17:29:07.082104 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8428 | 2025.03.19 17:29:07.082964 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.03.19 17:29:07.083005 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8430 | 2025.03.19 17:29:07.083427 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8431 | 2025.03.19 17:29:07.083678 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8432 | 2025.03.19 17:29:07.083821 [ 49 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8433 | 2025.03.19 17:29:07.083869 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.00185 sec., 342162.16216216213 rows/sec., 26.91 MiB/sec. | ||
| 8434 | 2025.03.19 17:29:07.083875 [ 49 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8435 | 2025.03.19 17:29:07.083922 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8436 | 2025.03.19 17:29:07.083944 [ 5 ] {761043c3-1e40-416f-a230-d5df3e63f27a} <Debug> TCPHandler: Processed in 0.002105888 sec. | ||
| 8437 | 2025.03.19 17:29:07.084129 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2025.03.19 17:29:07.084151 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8439 | 2025.03.19 17:29:07.084298 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8440 | 2025.03.19 17:29:07.084396 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8441 | 2025.03.19 17:29:07.084493 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8442 | 2025.03.19 17:29:07.084593 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1967 rows starting from the beginning of the part | ||
| 8443 | 2025.03.19 17:29:07.084891 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 120 rows starting from the beginning of the part | ||
| 8444 | 2025.03.19 17:29:07.085229 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1217 rows starting from the beginning of the part | ||
| 8445 | 2025.03.19 17:29:07.085635 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8446 | 2025.03.19 17:29:07.086073 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 120 rows starting from the beginning of the part | ||
| 8447 | 2025.03.19 17:29:07.086374 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 633 rows starting from the beginning of the part | ||
| 8448 | 2025.03.19 17:29:07.087345 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8449 | 2025.03.19 17:29:07.087408 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8450 | 2025.03.19 17:29:07.088289 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8451 | 2025.03.19 17:29:07.088817 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2025.03.19 17:29:07.089172 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.004928 sec., 23133.116883116883 rows/sec., 1.38 MiB/sec. | ||
| 8453 | 2025.03.19 17:29:07.089276 [ 5 ] {235d4a0c-cab7-4090-8b4c-2fd98e13cc15} <Debug> TCPHandler: Processed in 0.00522499 sec. | ||
| 8454 | 2025.03.19 17:29:07.089398 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2025.03.19 17:29:07.089520 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8456 | 2025.03.19 17:29:07.089607 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8457 | 2025.03.19 17:29:07.090068 [ 195 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4113 rows, containing 5 columns (5 merged, 0 gathered) in 0.006036588 sec., 681345.1572312041 rows/sec., 58.41 MiB/sec. | ||
| 8458 | 2025.03.19 17:29:07.090395 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8459 | 2025.03.19 17:29:07.090970 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.03.19 17:29:07.091014 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2025.03.19 17:29:07.091042 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8462 | 2025.03.19 17:29:07.091182 [ 199 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_76_15} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8463 | 2025.03.19 17:29:07.091354 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8464 | 2025.03.19 17:29:07.091626 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8465 | 2025.03.19 17:29:07.091884 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8466 | 2025.03.19 17:29:07.092014 [ 49 ] {} <Debug> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Selected 6 parts from all_1_17_4 to all_22_22_0 | ||
| 8467 | 2025.03.19 17:29:07.092063 [ 49 ] {} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2025.03.19 17:29:07.092076 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002584 sec., 43730.650154798765 rows/sec., 2.83 MiB/sec. | ||
| 8469 | 2025.03.19 17:29:07.092091 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8470 | 2025.03.19 17:29:07.092212 [ 5 ] {0fc8bc89-cd5d-4ef0-9759-a29ed9061e42} <Debug> TCPHandler: Processed in 0.002865746 sec. | ||
| 8471 | 2025.03.19 17:29:07.092323 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_17_4 to all_22_22_0 into Compact with storage Full | ||
| 8472 | 2025.03.19 17:29:07.092413 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2025.03.19 17:29:07.092484 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8474 | 2025.03.19 17:29:07.092557 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 366 rows starting from the beginning of the part | ||
| 8475 | 2025.03.19 17:29:07.092618 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8476 | 2025.03.19 17:29:07.092761 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
| 8477 | 2025.03.19 17:29:07.092768 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8478 | 2025.03.19 17:29:07.093197 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part | ||
| 8479 | 2025.03.19 17:29:07.093474 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part | ||
| 8480 | 2025.03.19 17:29:07.093847 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 8481 | 2025.03.19 17:29:07.094227 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 8482 | 2025.03.19 17:29:07.095692 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8483 | 2025.03.19 17:29:07.095758 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8484 | 2025.03.19 17:29:07.096758 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8485 | 2025.03.19 17:29:07.097250 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 983 rows, containing 5 columns (5 merged, 0 gathered) in 0.005055296 sec., 194449.54360733772 rows/sec., 13.99 MiB/sec. | ||
| 8486 | 2025.03.19 17:29:07.097289 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2025.03.19 17:29:07.097449 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 8488 | 2025.03.19 17:29:07.098031 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005441 sec., 20584.45138761257 rows/sec., 1.17 MiB/sec. | ||
| 8489 | 2025.03.19 17:29:07.098200 [ 5 ] {d88678f9-ef5d-490a-9c03-cdc704aa579f} <Debug> TCPHandler: Processed in 0.005856294 sec. | ||
| 8490 | 2025.03.19 17:29:07.098332 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8491 | 2025.03.19 17:29:07.098394 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8492 | 2025.03.19 17:29:07.098442 [ 195 ] {b429a842-4471-4087-8e0e-03641c98bc8e::all_1_22_5} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e) (MergerMutator): Merged 6 parts: [all_1_17_4, all_22_22_0] -> all_1_22_5 | ||
| 8493 | 2025.03.19 17:29:07.098567 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 8494 | 2025.03.19 17:29:07.098575 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8495 | 2025.03.19 17:29:07.098643 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8496 | 2025.03.19 17:29:07.099371 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8497 | 2025.03.19 17:29:07.099411 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8498 | 2025.03.19 17:29:07.099812 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8499 | 2025.03.19 17:29:07.100059 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8500 | 2025.03.19 17:29:07.100197 [ 49 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8501 | 2025.03.19 17:29:07.100239 [ 49 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8502 | 2025.03.19 17:29:07.100250 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00175 sec., 222857.14285714284 rows/sec., 15.75 MiB/sec. | ||
| 8503 | 2025.03.19 17:29:07.100269 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8504 | 2025.03.19 17:29:07.100387 [ 5 ] {21c67229-b9bd-4875-959d-5620b53d24c8} <Debug> TCPHandler: Processed in 0.002066307 sec. | ||
| 8505 | 2025.03.19 17:29:07.100556 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8506 | 2025.03.19 17:29:07.100590 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8507 | 2025.03.19 17:29:07.100807 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8508 | 2025.03.19 17:29:07.100869 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8509 | 2025.03.19 17:29:07.100898 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8510 | 2025.03.19 17:29:07.100950 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 953 rows starting from the beginning of the part | ||
| 8511 | 2025.03.19 17:29:07.101301 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 96 rows starting from the beginning of the part | ||
| 8512 | 2025.03.19 17:29:07.101758 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 538 rows starting from the beginning of the part | ||
| 8513 | 2025.03.19 17:29:07.102127 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8514 | 2025.03.19 17:29:07.102371 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 96 rows starting from the beginning of the part | ||
| 8515 | 2025.03.19 17:29:07.102706 [ 194 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 390 rows starting from the beginning of the part | ||
| 8516 | 2025.03.19 17:29:07.103633 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Trace> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8517 | 2025.03.19 17:29:07.103707 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8518 | 2025.03.19 17:29:07.104656 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 8519 | 2025.03.19 17:29:07.105235 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Trace> oximeter.measurements_bool (d3a77520-0ac9-4735-83c9-6b887cadb0f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2025.03.19 17:29:07.105680 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004921 sec., 1219.264377159114 rows/sec., 63.70 KiB/sec. | ||
| 8521 | 2025.03.19 17:29:07.105835 [ 5 ] {7a0ff2d6-0ef5-4809-9616-6c3f1d64f10d} <Debug> TCPHandler: Processed in 0.005297821 sec. | ||
| 8522 | 2025.03.19 17:29:07.106019 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8523 | 2025.03.19 17:29:07.106104 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2137 rows, containing 5 columns (5 merged, 0 gathered) in 0.00572097 sec., 373538.0538614955 rows/sec., 28.92 MiB/sec. | ||
| 8524 | 2025.03.19 17:29:07.106169 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8525 | 2025.03.19 17:29:07.106234 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8526 | 2025.03.19 17:29:07.106411 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8527 | 2025.03.19 17:29:07.107059 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8528 | 2025.03.19 17:29:07.107264 [ 186 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_76_15} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8529 | 2025.03.19 17:29:07.107444 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 8530 | 2025.03.19 17:29:07.107532 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8531 | 2025.03.19 17:29:07.107576 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8532 | 2025.03.19 17:29:07.107994 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8533 | 2025.03.19 17:29:07.108253 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8534 | 2025.03.19 17:29:07.108402 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8535 | 2025.03.19 17:29:07.108447 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8536 | 2025.03.19 17:29:07.108449 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002315 sec., 102375.8099352052 rows/sec., 6.86 MiB/sec. | ||
| 8537 | 2025.03.19 17:29:07.108474 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8538 | 2025.03.19 17:29:07.108553 [ 5 ] {68d7f387-0060-4a63-8e87-6d50a0a16011} <Debug> TCPHandler: Processed in 0.002608549 sec. | ||
| 8539 | 2025.03.19 17:29:07.108605 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8540 | 2025.03.19 17:29:07.108683 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8541 | 2025.03.19 17:29:07.108723 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8542 | 2025.03.19 17:29:07.108757 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19488 rows starting from the beginning of the part | ||
| 8543 | 2025.03.19 17:29:07.108805 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8544 | 2025.03.19 17:29:07.108923 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8545 | 2025.03.19 17:29:07.108954 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8546 | 2025.03.19 17:29:07.109343 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 957 rows starting from the beginning of the part | ||
| 8547 | 2025.03.19 17:29:07.109688 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 54 rows starting from the beginning of the part | ||
| 8548 | 2025.03.19 17:29:07.110082 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 8549 | 2025.03.19 17:29:07.110349 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 8550 | 2025.03.19 17:29:07.111102 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8551 | 2025.03.19 17:29:07.111153 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8552 | 2025.03.19 17:29:07.111613 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 8553 | 2025.03.19 17:29:07.111888 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Trace> oximeter.measurements_f64 (3696cc6e-9418-4473-bff7-b346f2bf804b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8554 | 2025.03.19 17:29:07.112202 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003416 sec., 292.74004683840747 rows/sec., 19.73 KiB/sec. | ||
| 8555 | 2025.03.19 17:29:07.112303 [ 5 ] {406c70c4-8387-40b7-b325-f83ff24a327b} <Debug> TCPHandler: Processed in 0.003672814 sec. | ||
| 8556 | 2025.03.19 17:29:07.112439 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8557 | 2025.03.19 17:29:07.112584 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8558 | 2025.03.19 17:29:07.112701 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8559 | 2025.03.19 17:29:07.114000 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8560 | 2025.03.19 17:29:07.114042 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8561 | 2025.03.19 17:29:07.115301 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8562 | 2025.03.19 17:29:07.115569 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8563 | 2025.03.19 17:29:07.115776 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003232 sec., 2475.2475247524753 rows/sec., 4.44 MiB/sec. | ||
| 8564 | 2025.03.19 17:29:07.115878 [ 5 ] {10b9176c-adfa-4909-961a-aad8a76e7239} <Debug> TCPHandler: Processed in 0.00349819 sec. | ||
| 8565 | 2025.03.19 17:29:07.115993 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8566 | 2025.03.19 17:29:07.116097 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8567 | 2025.03.19 17:29:07.116144 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8568 | 2025.03.19 17:29:07.116586 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8569 | 2025.03.19 17:29:07.116622 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8570 | 2025.03.19 17:29:07.117002 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8571 | 2025.03.19 17:29:07.117246 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8572 | 2025.03.19 17:29:07.117391 [ 49 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8573 | 2025.03.19 17:29:07.117434 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001358 sec., 60382.916053019144 rows/sec., 3.84 MiB/sec. | ||
| 8574 | 2025.03.19 17:29:07.117438 [ 49 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2025.03.19 17:29:07.117493 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8576 | 2025.03.19 17:29:07.117514 [ 5 ] {d01cc311-0390-423e-bf19-949ae1a2d0ac} <Debug> TCPHandler: Processed in 0.001571676 sec. | ||
| 8577 | 2025.03.19 17:29:07.117757 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8578 | 2025.03.19 17:29:07.118257 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8579 | 2025.03.19 17:29:07.118317 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3632 rows starting from the beginning of the part | ||
| 8580 | 2025.03.19 17:29:07.118597 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8581 | 2025.03.19 17:29:07.119031 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part | ||
| 8582 | 2025.03.19 17:29:07.119241 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 20 rows starting from the beginning of the part | ||
| 8583 | 2025.03.19 17:29:07.119453 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 8584 | 2025.03.19 17:29:07.119594 [ 186 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 8585 | 2025.03.19 17:29:07.121369 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21056 rows, containing 5 columns (5 merged, 0 gathered) in 0.012824533 sec., 1641853.1575379781 rows/sec., 112.42 MiB/sec. | ||
| 8586 | 2025.03.19 17:29:07.121714 [ 193 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3894 rows, containing 4 columns (4 merged, 0 gathered) in 0.004115194 sec., 946249.4356280651 rows/sec., 63.56 MiB/sec. | ||
| 8587 | 2025.03.19 17:29:07.121857 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8588 | 2025.03.19 17:29:07.122186 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8589 | 2025.03.19 17:29:07.122262 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8590 | 2025.03.19 17:29:07.122443 [ 191 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8591 | 2025.03.19 17:29:07.122627 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 8592 | 2025.03.19 17:29:07.122789 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2025.03.19 17:29:07.122889 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_76_15} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8594 | 2025.03.19 17:29:07.122999 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 8595 | 2025.03.19 17:29:08.219316 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8596 | 2025.03.19 17:29:08.243283 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8597 | 2025.03.19 17:29:08.243352 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8598 | 2025.03.19 17:29:08.250947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8599 | 2025.03.19 17:29:08.251788 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8600 | 2025.03.19 17:29:08.252200 [ 47 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8601 | 2025.03.19 17:29:08.252388 [ 47 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.03.19 17:29:08.252495 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8603 | 2025.03.19 17:29:08.253249 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 8604 | 2025.03.19 17:29:08.269658 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8605 | 2025.03.19 17:29:08.271430 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8606 | 2025.03.19 17:29:08.272741 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 8607 | 2025.03.19 17:29:08.278356 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 8608 | 2025.03.19 17:29:08.283995 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 8609 | 2025.03.19 17:29:08.289931 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 8610 | 2025.03.19 17:29:08.296296 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 8611 | 2025.03.19 17:29:08.301181 [ 187 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 8612 | 2025.03.19 17:29:08.364076 [ 193 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.111358165 sec., 3116.071461845658 rows/sec., 16.11 MiB/sec. | ||
| 8613 | 2025.03.19 17:29:08.367294 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8614 | 2025.03.19 17:29:08.370343 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_46_9} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2025.03.19 17:29:08.370438 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_46_9} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8616 | 2025.03.19 17:29:08.372872 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8617 | 2025.03.19 17:29:11.851323 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1184 | ||
| 8618 | 2025.03.19 17:29:11.854786 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8619 | 2025.03.19 17:29:11.854835 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8620 | 2025.03.19 17:29:11.856398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8621 | 2025.03.19 17:29:11.856715 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8622 | 2025.03.19 17:29:11.857340 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1184 | ||
| 8623 | 2025.03.19 17:29:12.074680 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8624 | 2025.03.19 17:29:12.074891 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8625 | 2025.03.19 17:29:12.074972 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8626 | 2025.03.19 17:29:12.075861 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2025.03.19 17:29:12.075910 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8628 | 2025.03.19 17:29:12.076380 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8629 | 2025.03.19 17:29:12.076661 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8630 | 2025.03.19 17:29:12.076926 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002094 sec., 57306.59025787966 rows/sec., 4.87 MiB/sec. | ||
| 8631 | 2025.03.19 17:29:12.076995 [ 5 ] {963e8c0c-a550-4baa-b4c8-5ba6da249466} <Debug> TCPHandler: Processed in 0.002456466 sec. | ||
| 8632 | 2025.03.19 17:29:12.077125 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8633 | 2025.03.19 17:29:12.077238 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8634 | 2025.03.19 17:29:12.077287 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8635 | 2025.03.19 17:29:12.077856 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2025.03.19 17:29:12.077897 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8637 | 2025.03.19 17:29:12.078273 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8638 | 2025.03.19 17:29:12.078521 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8639 | 2025.03.19 17:29:12.078743 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001532 sec., 20887.728459530026 rows/sec., 1.53 MiB/sec. | ||
| 8640 | 2025.03.19 17:29:12.078799 [ 5 ] {44c97170-fd7c-417b-8a3c-57edcfcd234a} <Debug> TCPHandler: Processed in 0.00172831 sec. | ||
| 8641 | 2025.03.19 17:29:12.078905 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2025.03.19 17:29:12.079010 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8643 | 2025.03.19 17:29:12.079057 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8644 | 2025.03.19 17:29:12.079629 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2025.03.19 17:29:12.079670 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8646 | 2025.03.19 17:29:12.080044 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8647 | 2025.03.19 17:29:12.080285 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2025.03.19 17:29:12.080492 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001505 sec., 63787.37541528239 rows/sec., 4.98 MiB/sec. | ||
| 8649 | 2025.03.19 17:29:12.080548 [ 5 ] {727ea5f7-c33a-4a06-8ef4-80698c812f24} <Debug> TCPHandler: Processed in 0.001693909 sec. | ||
| 8650 | 2025.03.19 17:29:12.080661 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8651 | 2025.03.19 17:29:12.080768 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8652 | 2025.03.19 17:29:12.080818 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8653 | 2025.03.19 17:29:12.081351 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2025.03.19 17:29:12.081390 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8655 | 2025.03.19 17:29:12.081785 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8656 | 2025.03.19 17:29:12.082032 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2025.03.19 17:29:12.082254 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001509 sec., 106030.48376408218 rows/sec., 7.38 MiB/sec. | ||
| 8658 | 2025.03.19 17:29:12.082309 [ 5 ] {5a2b681b-ef33-4e56-b3f6-2733ce3915a8} <Debug> TCPHandler: Processed in 0.001699449 sec. | ||
| 8659 | 2025.03.19 17:29:12.082416 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8660 | 2025.03.19 17:29:12.082519 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8661 | 2025.03.19 17:29:12.082585 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8662 | 2025.03.19 17:29:12.083759 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8663 | 2025.03.19 17:29:12.083799 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8664 | 2025.03.19 17:29:12.084470 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8665 | 2025.03.19 17:29:12.084731 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2025.03.19 17:29:12.084989 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002491 sec., 12846.246487354476 rows/sec., 23.02 MiB/sec. | ||
| 8667 | 2025.03.19 17:29:12.085103 [ 5 ] {281480da-dcd8-4c45-b758-3f80d3ecacd4} <Debug> TCPHandler: Processed in 0.002737143 sec. | ||
| 8668 | 2025.03.19 17:29:12.085218 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8669 | 2025.03.19 17:29:12.085323 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8670 | 2025.03.19 17:29:12.085370 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8671 | 2025.03.19 17:29:12.085806 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8672 | 2025.03.19 17:29:12.085846 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8673 | 2025.03.19 17:29:12.086219 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8674 | 2025.03.19 17:29:12.086461 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8675 | 2025.03.19 17:29:12.086683 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 8676 | 2025.03.19 17:29:12.086737 [ 5 ] {09355db0-7c9c-4c28-bde3-2ffc25cb902f} <Debug> TCPHandler: Processed in 0.001568346 sec. | ||
| 8677 | 2025.03.19 17:29:14.235975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 8678 | 2025.03.19 17:29:14.236808 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8679 | 2025.03.19 17:29:14.236847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8680 | 2025.03.19 17:29:14.237395 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8681 | 2025.03.19 17:29:14.237661 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2025.03.19 17:29:14.237862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 8683 | 2025.03.19 17:29:15.769770 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 8684 | 2025.03.19 17:29:15.789781 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8685 | 2025.03.19 17:29:15.789845 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8686 | 2025.03.19 17:29:15.796967 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8687 | 2025.03.19 17:29:15.797800 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8688 | 2025.03.19 17:29:15.801983 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 8689 | 2025.03.19 17:29:17.072504 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8690 | 2025.03.19 17:29:17.072712 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8691 | 2025.03.19 17:29:17.072791 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8692 | 2025.03.19 17:29:17.073665 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2025.03.19 17:29:17.073712 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8694 | 2025.03.19 17:29:17.074170 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8695 | 2025.03.19 17:29:17.074434 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2025.03.19 17:29:17.074703 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002049 sec., 35139.09224011713 rows/sec., 2.85 MiB/sec. | ||
| 8697 | 2025.03.19 17:29:17.074767 [ 5 ] {2b6a6ac0-0849-4fd8-b93c-b38d7bdb8267} <Debug> TCPHandler: Processed in 0.002443366 sec. | ||
| 8698 | 2025.03.19 17:29:17.074900 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8699 | 2025.03.19 17:29:17.075015 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8700 | 2025.03.19 17:29:17.075061 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8701 | 2025.03.19 17:29:17.075611 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2025.03.19 17:29:17.075651 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8703 | 2025.03.19 17:29:17.076025 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8704 | 2025.03.19 17:29:17.076267 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2025.03.19 17:29:17.076518 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001529 sec., 5232.177894048397 rows/sec., 393.44 KiB/sec. | ||
| 8706 | 2025.03.19 17:29:17.076609 [ 5 ] {70c00ad7-9ae9-4622-b9f7-6c3c1bcc6222} <Debug> TCPHandler: Processed in 0.00176404 sec. | ||
| 8707 | 2025.03.19 17:29:17.076868 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8708 | 2025.03.19 17:29:17.077044 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8709 | 2025.03.19 17:29:17.077091 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8710 | 2025.03.19 17:29:17.077671 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8711 | 2025.03.19 17:29:17.077710 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8712 | 2025.03.19 17:29:17.078072 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8713 | 2025.03.19 17:29:17.078310 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2025.03.19 17:29:17.078566 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001539 sec., 46783.62573099415 rows/sec., 3.65 MiB/sec. | ||
| 8715 | 2025.03.19 17:29:17.078632 [ 5 ] {7f1cc39c-5069-4852-a42e-86697f600aa5} <Debug> TCPHandler: Processed in 0.001874863 sec. | ||
| 8716 | 2025.03.19 17:29:17.078891 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8717 | 2025.03.19 17:29:17.079095 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8718 | 2025.03.19 17:29:17.079145 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8719 | 2025.03.19 17:29:17.079685 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8720 | 2025.03.19 17:29:17.079724 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8721 | 2025.03.19 17:29:17.080111 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8722 | 2025.03.19 17:29:17.080350 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8723 | 2025.03.19 17:29:17.080564 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
| 8724 | 2025.03.19 17:29:17.080617 [ 5 ] {cc424e82-9604-40cb-abc1-d0adece107d9} <Debug> TCPHandler: Processed in 0.001830042 sec. | ||
| 8725 | 2025.03.19 17:29:17.080723 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8726 | 2025.03.19 17:29:17.080827 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8727 | 2025.03.19 17:29:17.080890 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8728 | 2025.03.19 17:29:17.081957 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8729 | 2025.03.19 17:29:17.081995 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8730 | 2025.03.19 17:29:17.082611 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8731 | 2025.03.19 17:29:17.082886 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8732 | 2025.03.19 17:29:17.083146 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002341 sec., 3417.343015805211 rows/sec., 6.12 MiB/sec. | ||
| 8733 | 2025.03.19 17:29:17.083246 [ 5 ] {a441a517-316f-4c7c-b733-9119cf1756e0} <Debug> TCPHandler: Processed in 0.002573149 sec. | ||
| 8734 | 2025.03.19 17:29:17.083376 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8735 | 2025.03.19 17:29:17.083483 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8736 | 2025.03.19 17:29:17.083528 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8737 | 2025.03.19 17:29:17.083980 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8738 | 2025.03.19 17:29:17.084018 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.27 GiB. | ||
| 8739 | 2025.03.19 17:29:17.084385 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8740 | 2025.03.19 17:29:17.084622 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2025.03.19 17:29:17.084833 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
| 8742 | 2025.03.19 17:29:17.084884 [ 5 ] {9a5c944d-7c79-491c-bdd7-dbab8c05f37b} <Debug> TCPHandler: Processed in 0.001559345 sec. | ||
| 8743 | 2025.03.19 17:29:21.579283 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8744 | 2025.03.19 17:29:21.579389 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8745 | 2025.03.19 17:29:21.738039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 8746 | 2025.03.19 17:29:21.738939 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8747 | 2025.03.19 17:29:21.738988 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8748 | 2025.03.19 17:29:21.739611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8749 | 2025.03.19 17:29:21.739875 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8750 | 2025.03.19 17:29:21.740094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 8751 | 2025.03.19 17:29:21.857591 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1208 | ||
| 8752 | 2025.03.19 17:29:21.860639 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8753 | 2025.03.19 17:29:21.860694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8754 | 2025.03.19 17:29:21.862227 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8755 | 2025.03.19 17:29:21.862548 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8756 | 2025.03.19 17:29:21.863633 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1208 | ||
| 8757 | 2025.03.19 17:29:22.001735 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001195717 sec. | ||
| 8758 | 2025.03.19 17:29:22.073851 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8759 | 2025.03.19 17:29:22.074050 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8760 | 2025.03.19 17:29:22.074127 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8761 | 2025.03.19 17:29:22.075023 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8762 | 2025.03.19 17:29:22.075066 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8763 | 2025.03.19 17:29:22.075541 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8764 | 2025.03.19 17:29:22.075815 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8765 | 2025.03.19 17:29:22.076027 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002036 sec., 58939.096267190565 rows/sec., 5.01 MiB/sec. | ||
| 8766 | 2025.03.19 17:29:22.076096 [ 5 ] {61cda8c5-f322-4900-b80c-5ade6395f2a6} <Debug> TCPHandler: Processed in 0.002377675 sec. | ||
| 8767 | 2025.03.19 17:29:22.076229 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8768 | 2025.03.19 17:29:22.076346 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8769 | 2025.03.19 17:29:22.076396 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8770 | 2025.03.19 17:29:22.076963 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8771 | 2025.03.19 17:29:22.077000 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8772 | 2025.03.19 17:29:22.077406 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8773 | 2025.03.19 17:29:22.077662 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8774 | 2025.03.19 17:29:22.077800 [ 25 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8775 | 2025.03.19 17:29:22.077851 [ 25 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8776 | 2025.03.19 17:29:22.077856 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001538 sec., 20806.241872561768 rows/sec., 1.53 MiB/sec. | ||
| 8777 | 2025.03.19 17:29:22.077880 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8778 | 2025.03.19 17:29:22.077945 [ 5 ] {83045837-81e9-4368-9769-be618ff95984} <Debug> TCPHandler: Processed in 0.001761401 sec. | ||
| 8779 | 2025.03.19 17:29:22.078207 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8780 | 2025.03.19 17:29:22.078224 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::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 | ||
| 8781 | 2025.03.19 17:29:22.078340 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8782 | 2025.03.19 17:29:22.078442 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8783 | 2025.03.19 17:29:22.078721 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8784 | 2025.03.19 17:29:22.078796 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 178 rows starting from the beginning of the part | ||
| 8785 | 2025.03.19 17:29:22.079140 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part | ||
| 8786 | 2025.03.19 17:29:22.079557 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 114 rows starting from the beginning of the part | ||
| 8787 | 2025.03.19 17:29:22.079902 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
| 8788 | 2025.03.19 17:29:22.080178 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
| 8789 | 2025.03.19 17:29:22.080572 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part | ||
| 8790 | 2025.03.19 17:29:22.081487 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2025.03.19 17:29:22.081552 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8792 | 2025.03.19 17:29:22.082649 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8793 | 2025.03.19 17:29:22.083255 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2025.03.19 17:29:22.083474 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 5 columns (5 merged, 0 gathered) in 0.005482105 sec., 72235.02650897784 rows/sec., 5.01 MiB/sec. | ||
| 8795 | 2025.03.19 17:29:22.083748 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005429 sec., 17682.81451464358 rows/sec., 1.38 MiB/sec. | ||
| 8796 | 2025.03.19 17:29:22.083753 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8797 | 2025.03.19 17:29:22.083972 [ 5 ] {6df9628d-1e84-4353-a41c-ad26baaac33d} <Debug> TCPHandler: Processed in 0.005848414 sec. | ||
| 8798 | 2025.03.19 17:29:22.084162 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8799 | 2025.03.19 17:29:22.084323 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8800 | 2025.03.19 17:29:22.084350 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8801 | 2025.03.19 17:29:22.084477 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8802 | 2025.03.19 17:29:22.084514 [ 200 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_66_13} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8803 | 2025.03.19 17:29:22.084704 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8804 | 2025.03.19 17:29:22.085239 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8805 | 2025.03.19 17:29:22.085283 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8806 | 2025.03.19 17:29:22.085694 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8807 | 2025.03.19 17:29:22.085938 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8808 | 2025.03.19 17:29:22.086138 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001854 sec., 86299.89212513485 rows/sec., 6.01 MiB/sec. | ||
| 8809 | 2025.03.19 17:29:22.086233 [ 5 ] {b68b539a-90ad-4cb4-bd0e-9f53d78095c2} <Debug> TCPHandler: Processed in 0.002142989 sec. | ||
| 8810 | 2025.03.19 17:29:22.086434 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8811 | 2025.03.19 17:29:22.086692 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8812 | 2025.03.19 17:29:22.086774 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8813 | 2025.03.19 17:29:22.087911 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2025.03.19 17:29:22.087949 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8815 | 2025.03.19 17:29:22.088623 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8816 | 2025.03.19 17:29:22.088896 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8817 | 2025.03.19 17:29:22.089043 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8818 | 2025.03.19 17:29:22.089087 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2025.03.19 17:29:22.089115 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8820 | 2025.03.19 17:29:22.089124 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002515 sec., 12723.658051689861 rows/sec., 22.80 MiB/sec. | ||
| 8821 | 2025.03.19 17:29:22.089353 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::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 | ||
| 8822 | 2025.03.19 17:29:22.089366 [ 5 ] {d931910a-bce3-461f-b41e-f076b498383c} <Debug> TCPHandler: Processed in 0.003038489 sec. | ||
| 8823 | 2025.03.19 17:29:22.089537 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8824 | 2025.03.19 17:29:22.089683 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8825 | 2025.03.19 17:29:22.089705 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8826 | 2025.03.19 17:29:22.089748 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8827 | 2025.03.19 17:29:22.089790 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1175 rows starting from the beginning of the part | ||
| 8828 | 2025.03.19 17:29:22.090546 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 32 rows starting from the beginning of the part | ||
| 8829 | 2025.03.19 17:29:22.091087 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part | ||
| 8830 | 2025.03.19 17:29:22.091670 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8831 | 2025.03.19 17:29:22.091686 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
| 8832 | 2025.03.19 17:29:22.091714 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8833 | 2025.03.19 17:29:22.092290 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
| 8834 | 2025.03.19 17:29:22.092849 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part | ||
| 8835 | 2025.03.19 17:29:22.092885 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8836 | 2025.03.19 17:29:22.093420 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.03.19 17:29:22.093696 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004049 sec., 14818.473697209189 rows/sec., 1022.63 KiB/sec. | ||
| 8838 | 2025.03.19 17:29:22.093769 [ 5 ] {16223452-64bb-4fdb-a67f-453947ff9f02} <Debug> TCPHandler: Processed in 0.004289808 sec. | ||
| 8839 | 2025.03.19 17:29:22.100011 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1287 rows, containing 19 columns (19 merged, 0 gathered) in 0.010833767 sec., 118795.24453498032 rows/sec., 212.88 MiB/sec. | ||
| 8840 | 2025.03.19 17:29:22.101287 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8841 | 2025.03.19 17:29:22.101722 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8842 | 2025.03.19 17:29:22.101813 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8843 | 2025.03.19 17:29:22.101982 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 8844 | 2025.03.19 17:29:23.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.26 MiB, peak 236.65 MiB, free memory in arenas 0.00 B, will set to 226.21 MiB (RSS), difference: 1.95 MiB | ||
| 8845 | 2025.03.19 17:29:23.302084 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 8846 | 2025.03.19 17:29:23.323243 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8847 | 2025.03.19 17:29:23.323330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8848 | 2025.03.19 17:29:23.335737 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8849 | 2025.03.19 17:29:23.337424 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8850 | 2025.03.19 17:29:23.348576 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 8851 | 2025.03.19 17:29:25.297672 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8852 | 2025.03.19 17:29:25.297907 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8853 | 2025.03.19 17:29:25.297990 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8854 | 2025.03.19 17:29:25.299465 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8855 | 2025.03.19 17:29:25.299516 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8856 | 2025.03.19 17:29:25.300037 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8857 | 2025.03.19 17:29:25.300301 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8858 | 2025.03.19 17:29:25.300555 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.002706 sec., 447893.56984478934 rows/sec., 37.01 MiB/sec. | ||
| 8859 | 2025.03.19 17:29:25.300642 [ 5 ] {beca9837-d8fa-4fc1-90ea-b40ae8d60b00} <Debug> TCPHandler: Processed in 0.003106381 sec. | ||
| 8860 | 2025.03.19 17:29:25.300810 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8861 | 2025.03.19 17:29:25.301067 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8862 | 2025.03.19 17:29:25.301119 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8863 | 2025.03.19 17:29:25.301675 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2025.03.19 17:29:25.301715 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8865 | 2025.03.19 17:29:25.302077 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8866 | 2025.03.19 17:29:25.302320 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2025.03.19 17:29:25.302547 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001553 sec., 5151.3200257566 rows/sec., 387.36 KiB/sec. | ||
| 8868 | 2025.03.19 17:29:25.302603 [ 5 ] {9f5c429e-2eee-41f9-8f6b-51ca3feca4ef} <Debug> TCPHandler: Processed in 0.001869093 sec. | ||
| 8869 | 2025.03.19 17:29:25.302722 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8870 | 2025.03.19 17:29:25.302828 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8871 | 2025.03.19 17:29:25.302873 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8872 | 2025.03.19 17:29:25.303524 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8873 | 2025.03.19 17:29:25.303566 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8874 | 2025.03.19 17:29:25.303926 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8875 | 2025.03.19 17:29:25.304178 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8876 | 2025.03.19 17:29:25.304418 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001608 sec., 141791.0447761194 rows/sec., 9.60 MiB/sec. | ||
| 8877 | 2025.03.19 17:29:25.304639 [ 5 ] {f8b90633-4d8d-475e-9d48-58987e57eb3d} <Debug> TCPHandler: Processed in 0.001963694 sec. | ||
| 8878 | 2025.03.19 17:29:25.304797 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8879 | 2025.03.19 17:29:25.304902 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8880 | 2025.03.19 17:29:25.304948 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8881 | 2025.03.19 17:29:25.305716 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8882 | 2025.03.19 17:29:25.305756 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8883 | 2025.03.19 17:29:25.306130 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8884 | 2025.03.19 17:29:25.306366 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8885 | 2025.03.19 17:29:25.306602 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001721 sec., 306798.3730389308 rows/sec., 22.72 MiB/sec. | ||
| 8886 | 2025.03.19 17:29:25.306657 [ 5 ] {e6efab73-a609-4cbc-bbcb-76c131ae0412} <Debug> TCPHandler: Processed in 0.001912564 sec. | ||
| 8887 | 2025.03.19 17:29:25.306775 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8888 | 2025.03.19 17:29:25.306882 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8889 | 2025.03.19 17:29:25.306930 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8890 | 2025.03.19 17:29:25.307673 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8891 | 2025.03.19 17:29:25.307712 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8892 | 2025.03.19 17:29:25.308148 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8893 | 2025.03.19 17:29:25.308381 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2025.03.19 17:29:25.308633 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001772 sec., 537246.0496613996 rows/sec., 36.04 MiB/sec. | ||
| 8895 | 2025.03.19 17:29:25.308712 [ 5 ] {f6339a47-8c63-4f82-93b4-59d37f5d83e2} <Debug> TCPHandler: Processed in 0.001987276 sec. | ||
| 8896 | 2025.03.19 17:29:25.308946 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8897 | 2025.03.19 17:29:25.309113 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8898 | 2025.03.19 17:29:25.309185 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8899 | 2025.03.19 17:29:25.310284 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2025.03.19 17:29:25.310322 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8901 | 2025.03.19 17:29:25.310931 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8902 | 2025.03.19 17:29:25.311196 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2025.03.19 17:29:25.311407 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002318 sec., 3451.2510785159616 rows/sec., 6.18 MiB/sec. | ||
| 8904 | 2025.03.19 17:29:25.311513 [ 5 ] {3bc19b15-1421-45c5-b21e-00429edd51f4} <Debug> TCPHandler: Processed in 0.002659741 sec. | ||
| 8905 | 2025.03.19 17:29:25.311650 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8906 | 2025.03.19 17:29:25.311756 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8907 | 2025.03.19 17:29:25.311802 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8908 | 2025.03.19 17:29:25.312233 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8909 | 2025.03.19 17:29:25.312270 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8910 | 2025.03.19 17:29:25.312624 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8911 | 2025.03.19 17:29:25.312853 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8912 | 2025.03.19 17:29:25.313030 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001298 sec., 30816.640986132516 rows/sec., 2.08 MiB/sec. | ||
| 8913 | 2025.03.19 17:29:25.313081 [ 5 ] {24dee22f-1027-47be-bf86-5f37a1aa1d27} <Debug> TCPHandler: Processed in 0.001481164 sec. | ||
| 8914 | 2025.03.19 17:29:27.067558 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8915 | 2025.03.19 17:29:27.067849 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8916 | 2025.03.19 17:29:27.067917 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8917 | 2025.03.19 17:29:27.068714 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8918 | 2025.03.19 17:29:27.068758 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8919 | 2025.03.19 17:29:27.069194 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8920 | 2025.03.19 17:29:27.069454 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8921 | 2025.03.19 17:29:27.069618 [ 81 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8922 | 2025.03.19 17:29:27.069669 [ 81 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8923 | 2025.03.19 17:29:27.069676 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec. | ||
| 8924 | 2025.03.19 17:29:27.069696 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8925 | 2025.03.19 17:29:27.069807 [ 5 ] {a5c51fa4-343a-461d-a469-d07b1833af7c} <Debug> TCPHandler: Processed in 0.002430965 sec. | ||
| 8926 | 2025.03.19 17:29:27.069952 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8927 | 2025.03.19 17:29:27.070004 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8928 | 2025.03.19 17:29:27.070241 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8929 | 2025.03.19 17:29:27.070263 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8930 | 2025.03.19 17:29:27.070338 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8931 | 2025.03.19 17:29:27.070355 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1968 rows starting from the beginning of the part | ||
| 8932 | 2025.03.19 17:29:27.070725 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 120 rows starting from the beginning of the part | ||
| 8933 | 2025.03.19 17:29:27.071060 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 72 rows starting from the beginning of the part | ||
| 8934 | 2025.03.19 17:29:27.071385 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 120 rows starting from the beginning of the part | ||
| 8935 | 2025.03.19 17:29:27.071763 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1212 rows starting from the beginning of the part | ||
| 8936 | 2025.03.19 17:29:27.072113 [ 200 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 8937 | 2025.03.19 17:29:27.073392 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8938 | 2025.03.19 17:29:27.073446 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8939 | 2025.03.19 17:29:27.074489 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8940 | 2025.03.19 17:29:27.074857 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8941 | 2025.03.19 17:29:27.075026 [ 81 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8942 | 2025.03.19 17:29:27.075122 [ 81 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8943 | 2025.03.19 17:29:27.075162 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8944 | 2025.03.19 17:29:27.075275 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005089 sec., 12576.144625663195 rows/sec., 1005.16 KiB/sec. | ||
| 8945 | 2025.03.19 17:29:27.075585 [ 5 ] {09848c72-651e-4662-ac2d-5e52c22bb139} <Debug> TCPHandler: Processed in 0.005637458 sec. | ||
| 8946 | 2025.03.19 17:29:27.075641 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8947 | 2025.03.19 17:29:27.075909 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8948 | 2025.03.19 17:29:27.076226 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8949 | 2025.03.19 17:29:27.076282 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8950 | 2025.03.19 17:29:27.076354 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 955 rows starting from the beginning of the part | ||
| 8951 | 2025.03.19 17:29:27.076483 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8952 | 2025.03.19 17:29:27.076732 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 96 rows starting from the beginning of the part | ||
| 8953 | 2025.03.19 17:29:27.077076 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 72 rows starting from the beginning of the part | ||
| 8954 | 2025.03.19 17:29:27.077508 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 96 rows starting from the beginning of the part | ||
| 8955 | 2025.03.19 17:29:27.078038 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 528 rows starting from the beginning of the part | ||
| 8956 | 2025.03.19 17:29:27.078608 [ 199 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 8957 | 2025.03.19 17:29:27.078671 [ 192 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3548 rows, containing 5 columns (5 merged, 0 gathered) in 0.008858793 sec., 400506.0283043074 rows/sec., 34.56 MiB/sec. | ||
| 8958 | 2025.03.19 17:29:27.079578 [ 186 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8959 | 2025.03.19 17:29:27.081016 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.03.19 17:29:27.081213 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8961 | 2025.03.19 17:29:27.081272 [ 186 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8962 | 2025.03.19 17:29:27.081715 [ 186 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_81_16} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8963 | 2025.03.19 17:29:27.082344 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 8964 | 2025.03.19 17:29:27.083113 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8965 | 2025.03.19 17:29:27.083565 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8966 | 2025.03.19 17:29:27.083984 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 5 parts from all_1_76_15 to all_80_80_0 | ||
| 8967 | 2025.03.19 17:29:27.084100 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8968 | 2025.03.19 17:29:27.084165 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8969 | 2025.03.19 17:29:27.084173 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1811 rows, containing 5 columns (5 merged, 0 gathered) in 0.008861573 sec., 204365.52291562685 rows/sec., 15.98 MiB/sec. | ||
| 8970 | 2025.03.19 17:29:27.084330 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.008163 sec., 6615.214994487321 rows/sec., 472.19 KiB/sec. | ||
| 8971 | 2025.03.19 17:29:27.084675 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_76_15 to all_80_80_0 into Compact with storage Full | ||
| 8972 | 2025.03.19 17:29:27.084694 [ 201 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8973 | 2025.03.19 17:29:27.084706 [ 5 ] {bf72b69e-3a6b-457d-a961-9634359e81eb} <Debug> TCPHandler: Processed in 0.008924664 sec. | ||
| 8974 | 2025.03.19 17:29:27.085113 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8975 | 2025.03.19 17:29:27.085191 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8976 | 2025.03.19 17:29:27.085323 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21056 rows starting from the beginning of the part | ||
| 8977 | 2025.03.19 17:29:27.085433 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8978 | 2025.03.19 17:29:27.085706 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8979 | 2025.03.19 17:29:27.085707 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8980 | 2025.03.19 17:29:27.085819 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 8981 | 2025.03.19 17:29:27.086166 [ 196 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_81_16} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8982 | 2025.03.19 17:29:27.086463 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 8983 | 2025.03.19 17:29:27.086946 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8984 | 2025.03.19 17:29:27.087022 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 8985 | 2025.03.19 17:29:27.087372 [ 198 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 952 rows starting from the beginning of the part | ||
| 8986 | 2025.03.19 17:29:27.088298 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2025.03.19 17:29:27.088361 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8988 | 2025.03.19 17:29:27.089045 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8989 | 2025.03.19 17:29:27.089392 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2025.03.19 17:29:27.089552 [ 81 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8991 | 2025.03.19 17:29:27.089639 [ 81 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8992 | 2025.03.19 17:29:27.089739 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 8993 | 2025.03.19 17:29:27.089777 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.004419 sec., 4525.910839556461 rows/sec., 311.16 KiB/sec. | ||
| 8994 | 2025.03.19 17:29:27.090076 [ 5 ] {f0f1a12f-61cf-4dad-98ec-aeb053a9528d} <Debug> TCPHandler: Processed in 0.005073926 sec. | ||
| 8995 | 2025.03.19 17:29:27.090325 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8996 | 2025.03.19 17:29:27.090644 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8997 | 2025.03.19 17:29:27.090737 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3894 rows starting from the beginning of the part | ||
| 8998 | 2025.03.19 17:29:27.090978 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 8999 | 2025.03.19 17:29:27.091275 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 9000 | 2025.03.19 17:29:27.091412 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9001 | 2025.03.19 17:29:27.091589 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 40 rows starting from the beginning of the part | ||
| 9002 | 2025.03.19 17:29:27.091734 [ 196 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 20 rows starting from the beginning of the part | ||
| 9003 | 2025.03.19 17:29:27.096397 [ 194 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4134 rows, containing 4 columns (4 merged, 0 gathered) in 0.006514989 sec., 634536.7582355089 rows/sec., 42.63 MiB/sec. | ||
| 9004 | 2025.03.19 17:29:27.096906 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9005 | 2025.03.19 17:29:27.097295 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9006 | 2025.03.19 17:29:27.097454 [ 195 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_81_16} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9007 | 2025.03.19 17:29:27.097661 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9008 | 2025.03.19 17:29:27.099008 [ 196 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22488 rows, containing 5 columns (5 merged, 0 gathered) in 0.014670815 sec., 1532839.1776462316 rows/sec., 104.90 MiB/sec. | ||
| 9009 | 2025.03.19 17:29:27.099581 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 9010 | 2025.03.19 17:29:27.099913 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9011 | 2025.03.19 17:29:27.099993 [ 194 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 5 parts: [all_1_76_15, all_80_80_0] -> all_1_80_16 | ||
| 9012 | 2025.03.19 17:29:27.100069 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9013 | 2025.03.19 17:29:29.240238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 9014 | 2025.03.19 17:29:29.241016 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9015 | 2025.03.19 17:29:29.241060 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9016 | 2025.03.19 17:29:29.241605 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9017 | 2025.03.19 17:29:29.241866 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9018 | 2025.03.19 17:29:29.242175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9019 | 2025.03.19 17:29:30.848714 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9020 | 2025.03.19 17:29:30.872708 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9021 | 2025.03.19 17:29:30.872777 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9022 | 2025.03.19 17:29:30.880463 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9023 | 2025.03.19 17:29:30.881353 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9024 | 2025.03.19 17:29:30.886523 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9025 | 2025.03.19 17:29:31.863828 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1242 | ||
| 9026 | 2025.03.19 17:29:31.867096 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9027 | 2025.03.19 17:29:31.867154 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9028 | 2025.03.19 17:29:31.868742 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9029 | 2025.03.19 17:29:31.869069 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9030 | 2025.03.19 17:29:31.869321 [ 134 ] {} <Debug> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9031 | 2025.03.19 17:29:31.869445 [ 134 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9032 | 2025.03.19 17:29:31.869516 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9033 | 2025.03.19 17:29:31.869934 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::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 | ||
| 9034 | 2025.03.19 17:29:31.871491 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1242 | ||
| 9035 | 2025.03.19 17:29:31.872080 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9036 | 2025.03.19 17:29:31.872285 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1082 rows starting from the beginning of the part | ||
| 9037 | 2025.03.19 17:29:31.872832 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 9038 | 2025.03.19 17:29:31.873344 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 9039 | 2025.03.19 17:29:31.873850 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 9040 | 2025.03.19 17:29:31.874350 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
| 9041 | 2025.03.19 17:29:31.875030 [ 197 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 9042 | 2025.03.19 17:29:31.883928 [ 196 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1242 rows, containing 72 columns (72 merged, 0 gathered) in 0.014250176 sec., 87156.81827368308 rows/sec., 70.42 MiB/sec. | ||
| 9043 | 2025.03.19 17:29:31.885489 [ 191 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9044 | 2025.03.19 17:29:31.886294 [ 191 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9045 | 2025.03.19 17:29:31.886379 [ 191 ] {b89bea9d-a82d-4a7c-8669-0d1312ea018a::all_1_36_7} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9046 | 2025.03.19 17:29:31.886712 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 9047 | 2025.03.19 17:29:32.074423 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9048 | 2025.03.19 17:29:32.074596 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9049 | 2025.03.19 17:29:32.074664 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9050 | 2025.03.19 17:29:32.075437 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2025.03.19 17:29:32.075483 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9052 | 2025.03.19 17:29:32.075908 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9053 | 2025.03.19 17:29:32.076164 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9054 | 2025.03.19 17:29:32.076412 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001862 sec., 64446.8313641246 rows/sec., 5.48 MiB/sec. | ||
| 9055 | 2025.03.19 17:29:32.076487 [ 5 ] {334b0ef6-81d7-4661-a98a-e42efefe8dc8} <Debug> TCPHandler: Processed in 0.002188559 sec. | ||
| 9056 | 2025.03.19 17:29:32.076631 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9057 | 2025.03.19 17:29:32.076776 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9058 | 2025.03.19 17:29:32.076826 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9059 | 2025.03.19 17:29:32.077365 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9060 | 2025.03.19 17:29:32.077404 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9061 | 2025.03.19 17:29:32.077765 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9062 | 2025.03.19 17:29:32.078005 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2025.03.19 17:29:32.078226 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001482 sec., 21592.442645074225 rows/sec., 1.59 MiB/sec. | ||
| 9064 | 2025.03.19 17:29:32.078279 [ 5 ] {1ab26ae3-f66f-4f05-85b0-00a428a59d53} <Debug> TCPHandler: Processed in 0.00171912 sec. | ||
| 9065 | 2025.03.19 17:29:32.078382 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9066 | 2025.03.19 17:29:32.078487 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9067 | 2025.03.19 17:29:32.078531 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9068 | 2025.03.19 17:29:32.079080 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2025.03.19 17:29:32.079120 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9070 | 2025.03.19 17:29:32.079470 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9071 | 2025.03.19 17:29:32.079705 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9072 | 2025.03.19 17:29:32.079919 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001453 sec., 66070.19958706124 rows/sec., 5.16 MiB/sec. | ||
| 9073 | 2025.03.19 17:29:32.079971 [ 5 ] {52413ff5-e616-449a-9b62-e70486a53be6} <Debug> TCPHandler: Processed in 0.001638167 sec. | ||
| 9074 | 2025.03.19 17:29:32.080085 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9075 | 2025.03.19 17:29:32.080191 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9076 | 2025.03.19 17:29:32.080238 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9077 | 2025.03.19 17:29:32.080756 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2025.03.19 17:29:32.080795 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9079 | 2025.03.19 17:29:32.081169 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9080 | 2025.03.19 17:29:32.081406 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9081 | 2025.03.19 17:29:32.081621 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001452 sec., 110192.83746556475 rows/sec., 7.67 MiB/sec. | ||
| 9082 | 2025.03.19 17:29:32.081674 [ 5 ] {a951fc7c-2d1f-48ed-b8e0-35ed0b958c54} <Debug> TCPHandler: Processed in 0.001638587 sec. | ||
| 9083 | 2025.03.19 17:29:32.081778 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9084 | 2025.03.19 17:29:32.081880 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9085 | 2025.03.19 17:29:32.081945 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9086 | 2025.03.19 17:29:32.083023 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9087 | 2025.03.19 17:29:32.083063 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9088 | 2025.03.19 17:29:32.083696 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9089 | 2025.03.19 17:29:32.083966 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2025.03.19 17:29:32.084266 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002402 sec., 13322.231473771857 rows/sec., 23.87 MiB/sec. | ||
| 9091 | 2025.03.19 17:29:32.084423 [ 5 ] {85f72e34-4168-4af4-ac46-6dee918b2502} <Debug> TCPHandler: Processed in 0.002694112 sec. | ||
| 9092 | 2025.03.19 17:29:32.084817 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9093 | 2025.03.19 17:29:32.085113 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9094 | 2025.03.19 17:29:32.085174 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9095 | 2025.03.19 17:29:32.085637 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2025.03.19 17:29:32.085676 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9097 | 2025.03.19 17:29:32.086036 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9098 | 2025.03.19 17:29:32.086269 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9099 | 2025.03.19 17:29:32.086525 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
| 9100 | 2025.03.19 17:29:32.086594 [ 5 ] {d81c6254-0111-4bca-b546-f06ad9d063e2} <Debug> TCPHandler: Processed in 0.001883912 sec. | ||
| 9101 | 2025.03.19 17:29:36.579469 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9102 | 2025.03.19 17:29:36.579589 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9103 | 2025.03.19 17:29:36.742391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 9104 | 2025.03.19 17:29:36.743393 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9105 | 2025.03.19 17:29:36.743446 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9106 | 2025.03.19 17:29:36.743990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9107 | 2025.03.19 17:29:36.744272 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9108 | 2025.03.19 17:29:36.744563 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9109 | 2025.03.19 17:29:37.073622 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9110 | 2025.03.19 17:29:37.073925 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9111 | 2025.03.19 17:29:37.074039 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9112 | 2025.03.19 17:29:37.074914 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9113 | 2025.03.19 17:29:37.074959 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9114 | 2025.03.19 17:29:37.075438 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9115 | 2025.03.19 17:29:37.075691 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9116 | 2025.03.19 17:29:37.075914 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002076 sec., 34682.08092485549 rows/sec., 2.82 MiB/sec. | ||
| 9117 | 2025.03.19 17:29:37.075979 [ 5 ] {12ee4bdf-90a3-4f81-9365-60a600e140cd} <Debug> TCPHandler: Processed in 0.002593599 sec. | ||
| 9118 | 2025.03.19 17:29:37.076112 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9119 | 2025.03.19 17:29:37.076226 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9120 | 2025.03.19 17:29:37.076275 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9121 | 2025.03.19 17:29:37.076834 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9122 | 2025.03.19 17:29:37.076872 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9123 | 2025.03.19 17:29:37.077230 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9124 | 2025.03.19 17:29:37.077485 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9125 | 2025.03.19 17:29:37.077676 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001476 sec., 5420.054200542005 rows/sec., 407.56 KiB/sec. | ||
| 9126 | 2025.03.19 17:29:37.077734 [ 5 ] {4330c1b3-142a-4a0f-8c89-2d484586a472} <Debug> TCPHandler: Processed in 0.001674969 sec. | ||
| 9127 | 2025.03.19 17:29:37.077889 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9128 | 2025.03.19 17:29:37.078010 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9129 | 2025.03.19 17:29:37.078057 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9130 | 2025.03.19 17:29:37.078617 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9131 | 2025.03.19 17:29:37.078656 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9132 | 2025.03.19 17:29:37.079035 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9133 | 2025.03.19 17:29:37.079291 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9134 | 2025.03.19 17:29:37.079474 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001488 sec., 48387.09677419355 rows/sec., 3.78 MiB/sec. | ||
| 9135 | 2025.03.19 17:29:37.079529 [ 5 ] {0ea2ef8d-9c45-4da7-91b8-a50221fdf768} <Debug> TCPHandler: Processed in 0.001704799 sec. | ||
| 9136 | 2025.03.19 17:29:37.079645 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9137 | 2025.03.19 17:29:37.079754 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9138 | 2025.03.19 17:29:37.079803 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9139 | 2025.03.19 17:29:37.080333 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2025.03.19 17:29:37.080371 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9141 | 2025.03.19 17:29:37.080779 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9142 | 2025.03.19 17:29:37.081016 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2025.03.19 17:29:37.081209 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001478 sec., 108254.39783491204 rows/sec., 7.54 MiB/sec. | ||
| 9144 | 2025.03.19 17:29:37.081315 [ 5 ] {4082d62e-3f98-484b-a436-3d981392ec2f} <Debug> TCPHandler: Processed in 0.001721629 sec. | ||
| 9145 | 2025.03.19 17:29:37.081486 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9146 | 2025.03.19 17:29:37.081776 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9147 | 2025.03.19 17:29:37.081865 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9148 | 2025.03.19 17:29:37.082955 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9149 | 2025.03.19 17:29:37.082992 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9150 | 2025.03.19 17:29:37.083601 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9151 | 2025.03.19 17:29:37.083862 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9152 | 2025.03.19 17:29:37.084071 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002411 sec., 3318.125259228536 rows/sec., 5.95 MiB/sec. | ||
| 9153 | 2025.03.19 17:29:37.084387 [ 5 ] {f8d91f01-4b60-4f5f-a6e5-9e418abef024} <Debug> TCPHandler: Processed in 0.003011438 sec. | ||
| 9154 | 2025.03.19 17:29:37.084566 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9155 | 2025.03.19 17:29:37.084670 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9156 | 2025.03.19 17:29:37.084714 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9157 | 2025.03.19 17:29:37.085159 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9158 | 2025.03.19 17:29:37.085196 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9159 | 2025.03.19 17:29:37.085557 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9160 | 2025.03.19 17:29:37.085795 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9161 | 2025.03.19 17:29:37.085972 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
| 9162 | 2025.03.19 17:29:37.086022 [ 5 ] {4f39770f-f17b-496e-8f4c-a7af0093edd5} <Debug> TCPHandler: Processed in 0.001508885 sec. | ||
| 9163 | 2025.03.19 17:29:38.386617 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9164 | 2025.03.19 17:29:38.408378 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9165 | 2025.03.19 17:29:38.408453 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.26 GiB. | ||
| 9166 | 2025.03.19 17:29:38.415973 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9167 | 2025.03.19 17:29:38.416790 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9168 | 2025.03.19 17:29:38.421185 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9169 | 2025.03.19 17:29:41.871750 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1266 | ||
| 9170 | 2025.03.19 17:29:41.874693 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9171 | 2025.03.19 17:29:41.874743 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9172 | 2025.03.19 17:29:41.876247 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9173 | 2025.03.19 17:29:41.876577 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9174 | 2025.03.19 17:29:41.877981 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1266 | ||
| 9175 | 2025.03.19 17:29:42.078067 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9176 | 2025.03.19 17:29:42.078279 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9177 | 2025.03.19 17:29:42.078359 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9178 | 2025.03.19 17:29:42.079186 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2025.03.19 17:29:42.079229 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9180 | 2025.03.19 17:29:42.079674 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 9181 | 2025.03.19 17:29:42.079943 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Trace> oximeter.fields_i16 (b329be6b-0806-4063-8157-d83e6ac731b8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2025.03.19 17:29:42.080206 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001984 sec., 12096.774193548386 rows/sec., 1.00 MiB/sec. | ||
| 9183 | 2025.03.19 17:29:42.080409 [ 5 ] {c83ab371-0cad-4e01-99a1-d89162194cf7} <Debug> TCPHandler: Processed in 0.002479076 sec. | ||
| 9184 | 2025.03.19 17:29:42.080538 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9185 | 2025.03.19 17:29:42.080656 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9186 | 2025.03.19 17:29:42.080707 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9187 | 2025.03.19 17:29:42.081284 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9188 | 2025.03.19 17:29:42.081325 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9189 | 2025.03.19 17:29:42.081681 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 9190 | 2025.03.19 17:29:42.081921 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9191 | 2025.03.19 17:29:42.082261 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.0016 sec., 5000 rows/sec., 407.71 KiB/sec. | ||
| 9192 | 2025.03.19 17:29:42.082541 [ 5 ] {d30ac20f-6e4d-4a39-8297-726a09361e2e} <Debug> TCPHandler: Processed in 0.002051257 sec. | ||
| 9193 | 2025.03.19 17:29:42.082695 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9194 | 2025.03.19 17:29:42.082802 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9195 | 2025.03.19 17:29:42.082847 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9196 | 2025.03.19 17:29:42.083552 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9197 | 2025.03.19 17:29:42.083591 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9198 | 2025.03.19 17:29:42.083980 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9199 | 2025.03.19 17:29:42.084223 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2025.03.19 17:29:42.084407 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Debug> executeQuery: Read 244 rows, 22.19 KiB in 0.001629 sec., 149785.14426028237 rows/sec., 13.30 MiB/sec. | ||
| 9201 | 2025.03.19 17:29:42.084468 [ 5 ] {8a55cbf3-026c-4b1f-85c4-bfdc4c3c1639} <Debug> TCPHandler: Processed in 0.001824302 sec. | ||
| 9202 | 2025.03.19 17:29:42.084588 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9203 | 2025.03.19 17:29:42.084694 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9204 | 2025.03.19 17:29:42.084739 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9205 | 2025.03.19 17:29:42.085301 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9206 | 2025.03.19 17:29:42.085339 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9207 | 2025.03.19 17:29:42.085696 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9208 | 2025.03.19 17:29:42.085946 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9209 | 2025.03.19 17:29:42.086140 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Debug> executeQuery: Read 52 rows, 3.93 KiB in 0.001463 sec., 35543.40396445659 rows/sec., 2.62 MiB/sec. | ||
| 9210 | 2025.03.19 17:29:42.086244 [ 5 ] {3e797d5c-8ad5-460d-9033-536e2b0b032f} <Debug> TCPHandler: Processed in 0.001707199 sec. | ||
| 9211 | 2025.03.19 17:29:42.086395 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9212 | 2025.03.19 17:29:42.086605 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9213 | 2025.03.19 17:29:42.086652 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9214 | 2025.03.19 17:29:42.087200 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9215 | 2025.03.19 17:29:42.087239 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9216 | 2025.03.19 17:29:42.087586 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9217 | 2025.03.19 17:29:42.087823 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2025.03.19 17:29:42.088006 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00145 sec., 16551.724137931036 rows/sec., 1.37 MiB/sec. | ||
| 9219 | 2025.03.19 17:29:42.088061 [ 5 ] {15122aea-484e-406c-abf4-2bd32fabeef8} <Debug> TCPHandler: Processed in 0.00175639 sec. | ||
| 9220 | 2025.03.19 17:29:42.088167 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9221 | 2025.03.19 17:29:42.088270 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9222 | 2025.03.19 17:29:42.088313 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9223 | 2025.03.19 17:29:42.088840 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9224 | 2025.03.19 17:29:42.088878 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9225 | 2025.03.19 17:29:42.089219 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 9226 | 2025.03.19 17:29:42.089458 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Trace> oximeter.fields_u8 (3a9672d8-7777-4d07-be0b-087a3e6fcd4c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9227 | 2025.03.19 17:29:42.089697 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001436 sec., 8356.545961002785 rows/sec., 652.86 KiB/sec. | ||
| 9228 | 2025.03.19 17:29:42.089867 [ 5 ] {12b22dc9-cd18-4286-b997-216dcff89dfe} <Debug> TCPHandler: Processed in 0.00174834 sec. | ||
| 9229 | 2025.03.19 17:29:42.089985 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9230 | 2025.03.19 17:29:42.090088 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9231 | 2025.03.19 17:29:42.090133 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9232 | 2025.03.19 17:29:42.090746 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9233 | 2025.03.19 17:29:42.090785 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9234 | 2025.03.19 17:29:42.091147 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9235 | 2025.03.19 17:29:42.091386 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9236 | 2025.03.19 17:29:42.091566 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Debug> executeQuery: Read 140 rows, 11.59 KiB in 0.0015 sec., 93333.33333333333 rows/sec., 7.54 MiB/sec. | ||
| 9237 | 2025.03.19 17:29:42.091619 [ 5 ] {bb4c3908-abd9-487a-a28c-c5c8db7a8233} <Debug> TCPHandler: Processed in 0.001687048 sec. | ||
| 9238 | 2025.03.19 17:29:42.091725 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9239 | 2025.03.19 17:29:42.091828 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9240 | 2025.03.19 17:29:42.091876 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9241 | 2025.03.19 17:29:42.092414 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9242 | 2025.03.19 17:29:42.092451 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9243 | 2025.03.19 17:29:42.092828 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9244 | 2025.03.19 17:29:42.093068 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9245 | 2025.03.19 17:29:42.093250 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Debug> executeQuery: Read 236 rows, 17.67 KiB in 0.001444 sec., 163434.90304709141 rows/sec., 11.95 MiB/sec. | ||
| 9246 | 2025.03.19 17:29:42.093303 [ 5 ] {26f7f590-576f-4d1c-bbce-cd5caa866124} <Debug> TCPHandler: Processed in 0.001629207 sec. | ||
| 9247 | 2025.03.19 17:29:42.093418 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9248 | 2025.03.19 17:29:42.093525 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9249 | 2025.03.19 17:29:42.093590 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9250 | 2025.03.19 17:29:42.094753 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9251 | 2025.03.19 17:29:42.094790 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9252 | 2025.03.19 17:29:42.095444 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9253 | 2025.03.19 17:29:42.095702 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9254 | 2025.03.19 17:29:42.095905 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002402 sec., 13322.231473771857 rows/sec., 23.87 MiB/sec. | ||
| 9255 | 2025.03.19 17:29:42.096012 [ 5 ] {770e16e5-835b-4949-9a2c-84678ca67f3b} <Debug> TCPHandler: Processed in 0.00264459 sec. | ||
| 9256 | 2025.03.19 17:29:42.096150 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9257 | 2025.03.19 17:29:42.096257 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9258 | 2025.03.19 17:29:42.096302 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9259 | 2025.03.19 17:29:42.096747 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9260 | 2025.03.19 17:29:42.096783 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9261 | 2025.03.19 17:29:42.097135 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9262 | 2025.03.19 17:29:42.097372 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9263 | 2025.03.19 17:29:42.097548 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 9264 | 2025.03.19 17:29:42.097598 [ 5 ] {eef41d80-ca29-4d20-902a-300f3fa9a872} <Debug> TCPHandler: Processed in 0.001498754 sec. | ||
| 9265 | 2025.03.19 17:29:44.244709 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 9266 | 2025.03.19 17:29:44.245498 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9267 | 2025.03.19 17:29:44.245552 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9268 | 2025.03.19 17:29:44.246104 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9269 | 2025.03.19 17:29:44.246365 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9270 | 2025.03.19 17:29:44.246662 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9271 | 2025.03.19 17:29:44.246659 [ 30 ] {} <Debug> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9272 | 2025.03.19 17:29:44.246774 [ 30 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2025.03.19 17:29:44.246816 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9274 | 2025.03.19 17:29:44.247004 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::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 | ||
| 9275 | 2025.03.19 17:29:44.247229 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9276 | 2025.03.19 17:29:44.247299 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 9277 | 2025.03.19 17:29:44.247426 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 9278 | 2025.03.19 17:29:44.247544 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 9279 | 2025.03.19 17:29:44.247787 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 9280 | 2025.03.19 17:29:44.247966 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 9281 | 2025.03.19 17:29:44.248140 [ 190 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 9282 | 2025.03.19 17:29:44.250570 [ 196 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003665664 sec., 6390111.041273832 rows/sec., 91.41 MiB/sec. | ||
| 9283 | 2025.03.19 17:29:44.251027 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9284 | 2025.03.19 17:29:44.251407 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9285 | 2025.03.19 17:29:44.251517 [ 187 ] {8b6c7fd2-147e-4230-96d5-508956521139::all_1_51_10} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9286 | 2025.03.19 17:29:44.251646 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 9287 | 2025.03.19 17:29:45.921288 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9288 | 2025.03.19 17:29:45.943645 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9289 | 2025.03.19 17:29:45.943711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9290 | 2025.03.19 17:29:45.951169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9291 | 2025.03.19 17:29:45.952040 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2025.03.19 17:29:45.952468 [ 27 ] {} <Debug> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9293 | 2025.03.19 17:29:45.952621 [ 27 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9294 | 2025.03.19 17:29:45.952702 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9295 | 2025.03.19 17:29:45.953039 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::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 | ||
| 9296 | 2025.03.19 17:29:45.961247 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9297 | 2025.03.19 17:29:45.962598 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9298 | 2025.03.19 17:29:45.963527 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 9299 | 2025.03.19 17:29:45.968503 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 9300 | 2025.03.19 17:29:45.973572 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 9301 | 2025.03.19 17:29:45.978998 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 9302 | 2025.03.19 17:29:45.984300 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 9303 | 2025.03.19 17:29:45.988732 [ 190 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 9304 | 2025.03.19 17:29:46.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.21 MiB, peak 238.21 MiB, free memory in arenas 0.00 B, will set to 227.71 MiB (RSS), difference: -10.49 MiB | ||
| 9305 | 2025.03.19 17:29:46.052835 [ 196 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.099987615 sec., 3850.4768815617813 rows/sec., 19.91 MiB/sec. | ||
| 9306 | 2025.03.19 17:29:46.056055 [ 193 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9307 | 2025.03.19 17:29:46.059089 [ 193 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9308 | 2025.03.19 17:29:46.059221 [ 193 ] {c019f495-7165-4c03-b0a5-68142ceeba9c::all_1_51_10} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9309 | 2025.03.19 17:29:46.061645 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9310 | 2025.03.19 17:29:47.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.31 MiB, peak 238.21 MiB, free memory in arenas 0.00 B, will set to 230.35 MiB (RSS), difference: 12.03 MiB | ||
| 9311 | 2025.03.19 17:29:47.073723 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9312 | 2025.03.19 17:29:47.073926 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9313 | 2025.03.19 17:29:47.074008 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9314 | 2025.03.19 17:29:47.074896 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9315 | 2025.03.19 17:29:47.074945 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9316 | 2025.03.19 17:29:47.075407 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9317 | 2025.03.19 17:29:47.075668 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9318 | 2025.03.19 17:29:47.075939 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002073 sec., 34732.27206946454 rows/sec., 2.82 MiB/sec. | ||
| 9319 | 2025.03.19 17:29:47.076005 [ 5 ] {5ede781e-22e2-462a-9ef8-1498e8a54d50} <Debug> TCPHandler: Processed in 0.002420926 sec. | ||
| 9320 | 2025.03.19 17:29:47.076136 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9321 | 2025.03.19 17:29:47.076251 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9322 | 2025.03.19 17:29:47.076301 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9323 | 2025.03.19 17:29:47.076857 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9324 | 2025.03.19 17:29:47.076898 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9325 | 2025.03.19 17:29:47.077289 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9326 | 2025.03.19 17:29:47.077529 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9327 | 2025.03.19 17:29:47.077748 [ 27 ] {} <Debug> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9328 | 2025.03.19 17:29:47.077807 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001581 sec., 5060.088551549652 rows/sec., 380.49 KiB/sec. | ||
| 9329 | 2025.03.19 17:29:47.077823 [ 27 ] {} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9330 | 2025.03.19 17:29:47.077888 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9331 | 2025.03.19 17:29:47.077944 [ 5 ] {9d75832a-bcb9-4c52-a856-6cb1cad88728} <Debug> TCPHandler: Processed in 0.001857762 sec. | ||
| 9332 | 2025.03.19 17:29:47.078194 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9333 | 2025.03.19 17:29:47.078202 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9334 | 2025.03.19 17:29:47.078588 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9335 | 2025.03.19 17:29:47.078717 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9336 | 2025.03.19 17:29:47.078779 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9337 | 2025.03.19 17:29:47.078855 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 178 rows starting from the beginning of the part | ||
| 9338 | 2025.03.19 17:29:47.079272 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
| 9339 | 2025.03.19 17:29:47.079736 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part | ||
| 9340 | 2025.03.19 17:29:47.080181 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
| 9341 | 2025.03.19 17:29:47.080824 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 52 rows starting from the beginning of the part | ||
| 9342 | 2025.03.19 17:29:47.081259 [ 189 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 9343 | 2025.03.19 17:29:47.082186 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9344 | 2025.03.19 17:29:47.082234 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9345 | 2025.03.19 17:29:47.082851 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9346 | 2025.03.19 17:29:47.083105 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.005107547 sec., 55995.568910085414 rows/sec., 4.02 MiB/sec. | ||
| 9347 | 2025.03.19 17:29:47.083238 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2025.03.19 17:29:47.083461 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9349 | 2025.03.19 17:29:47.083705 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005256 sec., 13698.630136986301 rows/sec., 1.07 MiB/sec. | ||
| 9350 | 2025.03.19 17:29:47.083859 [ 5 ] {4de7081f-e722-4600-a377-9628e36c6910} <Debug> TCPHandler: Processed in 0.005735691 sec. | ||
| 9351 | 2025.03.19 17:29:47.084046 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9352 | 2025.03.19 17:29:47.084123 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9353 | 2025.03.19 17:29:47.084260 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9354 | 2025.03.19 17:29:47.084327 [ 188 ] {51d80c4f-dc67-4434-b5ec-7e252e174021::all_1_71_14} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9355 | 2025.03.19 17:29:47.084361 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9356 | 2025.03.19 17:29:47.084540 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9357 | 2025.03.19 17:29:47.085089 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9358 | 2025.03.19 17:29:47.085132 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9359 | 2025.03.19 17:29:47.085533 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9360 | 2025.03.19 17:29:47.085767 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9361 | 2025.03.19 17:29:47.085975 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 9362 | 2025.03.19 17:29:47.086034 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00185 sec., 86486.48648648648 rows/sec., 6.02 MiB/sec. | ||
| 9363 | 2025.03.19 17:29:47.086043 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9364 | 2025.03.19 17:29:47.086123 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9365 | 2025.03.19 17:29:47.086166 [ 5 ] {67fc9972-3550-4f42-8e0e-5de63066b493} <Debug> TCPHandler: Processed in 0.00218178 sec. | ||
| 9366 | 2025.03.19 17:29:47.086317 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 9367 | 2025.03.19 17:29:47.086344 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9368 | 2025.03.19 17:29:47.086454 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9369 | 2025.03.19 17:29:47.086477 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9370 | 2025.03.19 17:29:47.086495 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_80_16, total 22488 rows starting from the beginning of the part | ||
| 9371 | 2025.03.19 17:29:47.086718 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9372 | 2025.03.19 17:29:47.086778 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 54 rows starting from the beginning of the part | ||
| 9373 | 2025.03.19 17:29:47.087077 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 9374 | 2025.03.19 17:29:47.087441 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 9375 | 2025.03.19 17:29:47.087702 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 236 rows starting from the beginning of the part | ||
| 9376 | 2025.03.19 17:29:47.087928 [ 201 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 9377 | 2025.03.19 17:29:47.089555 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2025.03.19 17:29:47.089596 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9379 | 2025.03.19 17:29:47.090966 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9380 | 2025.03.19 17:29:47.091318 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2025.03.19 17:29:47.091618 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9382 | 2025.03.19 17:29:47.091725 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9383 | 2025.03.19 17:29:47.091774 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9384 | 2025.03.19 17:29:47.091827 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005371 sec., 1489.4805436603986 rows/sec., 2.67 MiB/sec. | ||
| 9385 | 2025.03.19 17:29:47.092108 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9386 | 2025.03.19 17:29:47.092359 [ 5 ] {e0b161a5-35ba-4682-8e61-196b306a078d} <Debug> TCPHandler: Processed in 0.006070868 sec. | ||
| 9387 | 2025.03.19 17:29:47.092772 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9388 | 2025.03.19 17:29:47.093057 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9389 | 2025.03.19 17:29:47.093078 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9390 | 2025.03.19 17:29:47.093231 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9391 | 2025.03.19 17:29:47.093302 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1287 rows starting from the beginning of the part | ||
| 9392 | 2025.03.19 17:29:47.094553 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
| 9393 | 2025.03.19 17:29:47.095580 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part | ||
| 9394 | 2025.03.19 17:29:47.096849 [ 189 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23258 rows, containing 5 columns (5 merged, 0 gathered) in 0.010587992 sec., 2196639.3627800248 rows/sec., 150.49 MiB/sec. | ||
| 9395 | 2025.03.19 17:29:47.097027 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part | ||
| 9396 | 2025.03.19 17:29:47.097097 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2025.03.19 17:29:47.097181 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9398 | 2025.03.19 17:29:47.097620 [ 189 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 9399 | 2025.03.19 17:29:47.098023 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part | ||
| 9400 | 2025.03.19 17:29:47.098921 [ 189 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2025.03.19 17:29:47.099316 [ 188 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 9402 | 2025.03.19 17:29:47.099331 [ 189 ] {11737e76-0e1d-45d8-a194-5266c9b4373d::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 9403 | 2025.03.19 17:29:47.099365 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9404 | 2025.03.19 17:29:47.099619 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 9405 | 2025.03.19 17:29:47.100264 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9406 | 2025.03.19 17:29:47.100783 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007809 sec., 7683.4421820975795 rows/sec., 530.24 KiB/sec. | ||
| 9407 | 2025.03.19 17:29:47.100925 [ 5 ] {df3a66d4-c725-4309-a18a-a5adc7dd4280} <Debug> TCPHandler: Processed in 0.008239339 sec. | ||
| 9408 | 2025.03.19 17:29:47.107993 [ 194 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1375 rows, containing 19 columns (19 merged, 0 gathered) in 0.016123089 sec., 85281.42466992523 rows/sec., 152.82 MiB/sec. | ||
| 9409 | 2025.03.19 17:29:47.109372 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9410 | 2025.03.19 17:29:47.109793 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9411 | 2025.03.19 17:29:47.109886 [ 189 ] {88021829-b954-4535-9382-03f522c339cb::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9412 | 2025.03.19 17:29:47.110038 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
| 9413 | 2025.03.19 17:29:48.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.88 MiB, peak 242.41 MiB, free memory in arenas 0.00 B, will set to 232.98 MiB (RSS), difference: 2.11 MiB | ||
| 9414 | 2025.03.19 17:29:51.579867 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9415 | 2025.03.19 17:29:51.579986 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9416 | 2025.03.19 17:29:51.746842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 9417 | 2025.03.19 17:29:51.748033 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9418 | 2025.03.19 17:29:51.748112 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9419 | 2025.03.19 17:29:51.748668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9420 | 2025.03.19 17:29:51.748932 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9421 | 2025.03.19 17:29:51.749220 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9422 | 2025.03.19 17:29:51.878180 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1298 | ||
| 9423 | 2025.03.19 17:29:51.881383 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9424 | 2025.03.19 17:29:51.881439 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9425 | 2025.03.19 17:29:51.882950 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9426 | 2025.03.19 17:29:51.883275 [ 243 ] {} <Trace> system.query_log (b89bea9d-a82d-4a7c-8669-0d1312ea018a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9427 | 2025.03.19 17:29:51.883932 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1298 | ||
| 9428 | 2025.03.19 17:29:52.074206 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9429 | 2025.03.19 17:29:52.074419 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9430 | 2025.03.19 17:29:52.074497 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9431 | 2025.03.19 17:29:52.075404 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9432 | 2025.03.19 17:29:52.075451 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9433 | 2025.03.19 17:29:52.075902 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9434 | 2025.03.19 17:29:52.076166 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9435 | 2025.03.19 17:29:52.076361 [ 131 ] {} <Debug> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9436 | 2025.03.19 17:29:52.076437 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002074 sec., 57859.209257473485 rows/sec., 4.92 MiB/sec. | ||
| 9437 | 2025.03.19 17:29:52.076453 [ 131 ] {} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9438 | 2025.03.19 17:29:52.076530 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9439 | 2025.03.19 17:29:52.076589 [ 5 ] {dc48b3e6-362a-4444-ab62-7f6e9c255324} <Debug> TCPHandler: Processed in 0.002516608 sec. | ||
| 9440 | 2025.03.19 17:29:52.076822 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9441 | 2025.03.19 17:29:52.076858 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9442 | 2025.03.19 17:29:52.077005 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9443 | 2025.03.19 17:29:52.077097 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9444 | 2025.03.19 17:29:52.077384 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9445 | 2025.03.19 17:29:52.077504 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1968 rows starting from the beginning of the part | ||
| 9446 | 2025.03.19 17:29:52.077974 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 120 rows starting from the beginning of the part | ||
| 9447 | 2025.03.19 17:29:52.078370 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 72 rows starting from the beginning of the part | ||
| 9448 | 2025.03.19 17:29:52.078779 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 244 rows starting from the beginning of the part | ||
| 9449 | 2025.03.19 17:29:52.079061 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 72 rows starting from the beginning of the part | ||
| 9450 | 2025.03.19 17:29:52.079492 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 120 rows starting from the beginning of the part | ||
| 9451 | 2025.03.19 17:29:52.080213 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9452 | 2025.03.19 17:29:52.080270 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9453 | 2025.03.19 17:29:52.081158 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9454 | 2025.03.19 17:29:52.081774 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9455 | 2025.03.19 17:29:52.082237 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005292 sec., 6046.863189720333 rows/sec., 454.70 KiB/sec. | ||
| 9456 | 2025.03.19 17:29:52.082367 [ 5 ] {d4ca8e7d-a04e-400a-bf41-b66633c2e34f} <Debug> TCPHandler: Processed in 0.005631829 sec. | ||
| 9457 | 2025.03.19 17:29:52.082736 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9458 | 2025.03.19 17:29:52.083132 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9459 | 2025.03.19 17:29:52.083320 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9460 | 2025.03.19 17:29:52.083514 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2596 rows, containing 5 columns (5 merged, 0 gathered) in 0.006839326 sec., 379569.56577300164 rows/sec., 32.99 MiB/sec. | ||
| 9461 | 2025.03.19 17:29:52.084007 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9462 | 2025.03.19 17:29:52.084686 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9463 | 2025.03.19 17:29:52.084910 [ 194 ] {58f4bf67-488d-4c8f-aeee-a139c4ab4479::all_1_86_17} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9464 | 2025.03.19 17:29:52.085095 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 9465 | 2025.03.19 17:29:52.085243 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9466 | 2025.03.19 17:29:52.085290 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9467 | 2025.03.19 17:29:52.085698 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9468 | 2025.03.19 17:29:52.085943 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9469 | 2025.03.19 17:29:52.086113 [ 131 ] {} <Debug> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9470 | 2025.03.19 17:29:52.086180 [ 131 ] {} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9471 | 2025.03.19 17:29:52.086200 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.003225 sec., 29767.441860465115 rows/sec., 2.32 MiB/sec. | ||
| 9472 | 2025.03.19 17:29:52.086220 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9473 | 2025.03.19 17:29:52.086376 [ 5 ] {159afc94-627d-440d-82a8-2e452a92bba1} <Debug> TCPHandler: Processed in 0.003776877 sec. | ||
| 9474 | 2025.03.19 17:29:52.086436 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9475 | 2025.03.19 17:29:52.086509 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9476 | 2025.03.19 17:29:52.086549 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9477 | 2025.03.19 17:29:52.086584 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 955 rows starting from the beginning of the part | ||
| 9478 | 2025.03.19 17:29:52.086638 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9479 | 2025.03.19 17:29:52.086782 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 96 rows starting from the beginning of the part | ||
| 9480 | 2025.03.19 17:29:52.086805 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9481 | 2025.03.19 17:29:52.087182 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 72 rows starting from the beginning of the part | ||
| 9482 | 2025.03.19 17:29:52.087553 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 140 rows starting from the beginning of the part | ||
| 9483 | 2025.03.19 17:29:52.087879 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 72 rows starting from the beginning of the part | ||
| 9484 | 2025.03.19 17:29:52.088201 [ 189 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 96 rows starting from the beginning of the part | ||
| 9485 | 2025.03.19 17:29:52.089107 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9486 | 2025.03.19 17:29:52.089152 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9487 | 2025.03.19 17:29:52.089782 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9488 | 2025.03.19 17:29:52.090139 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9489 | 2025.03.19 17:29:52.090225 [ 200 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1431 rows, containing 5 columns (5 merged, 0 gathered) in 0.003875009 sec., 369289.46487608156 rows/sec., 29.16 MiB/sec. | ||
| 9490 | 2025.03.19 17:29:52.090475 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003869 sec., 41354.35513052468 rows/sec., 2.88 MiB/sec. | ||
| 9491 | 2025.03.19 17:29:52.090587 [ 5 ] {d1dfaa1d-f154-45cd-ae18-d1fc632156d5} <Debug> TCPHandler: Processed in 0.004128165 sec. | ||
| 9492 | 2025.03.19 17:29:52.090649 [ 200 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9493 | 2025.03.19 17:29:52.090770 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9494 | 2025.03.19 17:29:52.090932 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9495 | 2025.03.19 17:29:52.091056 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9496 | 2025.03.19 17:29:52.091210 [ 200 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2025.03.19 17:29:52.091461 [ 200 ] {873509f0-b8b0-4559-9e22-4f958105b267::all_1_86_17} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9498 | 2025.03.19 17:29:52.091648 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 9499 | 2025.03.19 17:29:52.092691 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9500 | 2025.03.19 17:29:52.092736 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9501 | 2025.03.19 17:29:52.093409 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9502 | 2025.03.19 17:29:52.093685 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9503 | 2025.03.19 17:29:52.093933 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003058 sec., 10464.355788096795 rows/sec., 18.75 MiB/sec. | ||
| 9504 | 2025.03.19 17:29:52.094041 [ 5 ] {f2b8f96e-4a14-4517-b436-4d39796c2c04} <Debug> TCPHandler: Processed in 0.003346957 sec. | ||
| 9505 | 2025.03.19 17:29:52.094162 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9506 | 2025.03.19 17:29:52.094267 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9507 | 2025.03.19 17:29:52.094313 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9508 | 2025.03.19 17:29:52.094762 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9509 | 2025.03.19 17:29:52.094800 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9510 | 2025.03.19 17:29:52.095182 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9511 | 2025.03.19 17:29:52.095425 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9512 | 2025.03.19 17:29:52.095593 [ 131 ] {} <Debug> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9513 | 2025.03.19 17:29:52.095647 [ 131 ] {} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9514 | 2025.03.19 17:29:52.095663 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 9515 | 2025.03.19 17:29:52.095680 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9516 | 2025.03.19 17:29:52.095846 [ 5 ] {5db10fa2-d694-4d95-a9b8-ebe579e47f9e} <Debug> TCPHandler: Processed in 0.00173143 sec. | ||
| 9517 | 2025.03.19 17:29:52.096035 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9518 | 2025.03.19 17:29:52.096384 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9519 | 2025.03.19 17:29:52.096497 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4134 rows starting from the beginning of the part | ||
| 9520 | 2025.03.19 17:29:52.096799 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 9521 | 2025.03.19 17:29:52.097132 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 9522 | 2025.03.19 17:29:52.097457 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 9523 | 2025.03.19 17:29:52.097800 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 9524 | 2025.03.19 17:29:52.098098 [ 199 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 9525 | 2025.03.19 17:29:52.100380 [ 191 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4434 rows, containing 4 columns (4 merged, 0 gathered) in 0.004585514 sec., 966958.1207253975 rows/sec., 64.97 MiB/sec. | ||
| 9526 | 2025.03.19 17:29:52.100869 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9527 | 2025.03.19 17:29:52.101181 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9528 | 2025.03.19 17:29:52.101261 [ 197 ] {1555b35e-8ec4-42d1-a950-dbe732a2a3fd::all_1_86_17} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9529 | 2025.03.19 17:29:52.101355 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9530 | 2025.03.19 17:29:53.461349 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 9531 | 2025.03.19 17:29:53.481339 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9532 | 2025.03.19 17:29:53.481406 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9533 | 2025.03.19 17:29:53.488619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9534 | 2025.03.19 17:29:53.489695 [ 242 ] {} <Trace> system.metric_log (c019f495-7165-4c03-b0a5-68142ceeba9c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9535 | 2025.03.19 17:29:53.493813 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 9536 | 2025.03.19 17:29:55.297618 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9537 | 2025.03.19 17:29:55.297822 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9538 | 2025.03.19 17:29:55.297896 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9539 | 2025.03.19 17:29:55.298666 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9540 | 2025.03.19 17:29:55.298711 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9541 | 2025.03.19 17:29:55.299147 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 9542 | 2025.03.19 17:29:55.299433 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Trace> oximeter.fields_ipaddr (8d3e1d33-9deb-4185-8891-cbe9a3d33f8e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9543 | 2025.03.19 17:29:55.299647 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001878 sec., 5324.813631522897 rows/sec., 434.20 KiB/sec. | ||
| 9544 | 2025.03.19 17:29:55.299716 [ 5 ] {5476aa00-4681-4bec-a57b-4263be4238f9} <Debug> TCPHandler: Processed in 0.002227401 sec. | ||
| 9545 | 2025.03.19 17:29:55.299831 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9546 | 2025.03.19 17:29:55.299940 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9547 | 2025.03.19 17:29:55.299990 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9548 | 2025.03.19 17:29:55.301213 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9549 | 2025.03.19 17:29:55.301252 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9550 | 2025.03.19 17:29:55.301707 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9551 | 2025.03.19 17:29:55.301952 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9552 | 2025.03.19 17:29:55.302150 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Debug> executeQuery: Read 1217 rows, 102.92 KiB in 0.002233 sec., 545006.7174205105 rows/sec., 45.01 MiB/sec. | ||
| 9553 | 2025.03.19 17:29:55.302256 [ 5 ] {8e11b3d0-234f-4aab-84c0-c4cf32a69d0a} <Debug> TCPHandler: Processed in 0.002474847 sec. | ||
| 9554 | 2025.03.19 17:29:55.302460 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9555 | 2025.03.19 17:29:55.302733 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9556 | 2025.03.19 17:29:55.302791 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9557 | 2025.03.19 17:29:55.303364 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9558 | 2025.03.19 17:29:55.303403 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9559 | 2025.03.19 17:29:55.303774 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9560 | 2025.03.19 17:29:55.304013 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Trace> oximeter.fields_u16 (51d80c4f-dc67-4434-b5ec-7e252e174021): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9561 | 2025.03.19 17:29:55.304220 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Debug> executeQuery: Read 18 rows, 1.30 KiB in 0.001556 sec., 11568.123393316195 rows/sec., 835.35 KiB/sec. | ||
| 9562 | 2025.03.19 17:29:55.304313 [ 5 ] {e051522e-1101-4486-b1ab-e77dceb20d66} <Debug> TCPHandler: Processed in 0.001982196 sec. | ||
| 9563 | 2025.03.19 17:29:55.304539 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9564 | 2025.03.19 17:29:55.304715 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9565 | 2025.03.19 17:29:55.304761 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9566 | 2025.03.19 17:29:55.305397 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2025.03.19 17:29:55.305435 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9568 | 2025.03.19 17:29:55.305808 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9569 | 2025.03.19 17:29:55.306041 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Trace> oximeter.fields_u32 (b429a842-4471-4087-8e0e-03641c98bc8e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9570 | 2025.03.19 17:29:55.306220 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001535 sec., 148534.2019543974 rows/sec., 10.06 MiB/sec. | ||
| 9571 | 2025.03.19 17:29:55.306273 [ 5 ] {48918b96-06c7-4c29-8ff5-170a6840491c} <Debug> TCPHandler: Processed in 0.001840572 sec. | ||
| 9572 | 2025.03.19 17:29:55.306378 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9573 | 2025.03.19 17:29:55.306479 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9574 | 2025.03.19 17:29:55.306523 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9575 | 2025.03.19 17:29:55.307249 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9576 | 2025.03.19 17:29:55.307287 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9577 | 2025.03.19 17:29:55.307691 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9578 | 2025.03.19 17:29:55.307926 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9579 | 2025.03.19 17:29:55.308100 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Debug> executeQuery: Read 538 rows, 40.86 KiB in 0.001643 sec., 327449.7869750457 rows/sec., 24.29 MiB/sec. | ||
| 9580 | 2025.03.19 17:29:55.308153 [ 5 ] {cc67e904-7558-4498-9a84-910a31495bc0} <Debug> TCPHandler: Processed in 0.001825461 sec. | ||
| 9581 | 2025.03.19 17:29:55.308269 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9582 | 2025.03.19 17:29:55.308374 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9583 | 2025.03.19 17:29:55.308423 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9584 | 2025.03.19 17:29:55.309157 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9585 | 2025.03.19 17:29:55.309194 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9586 | 2025.03.19 17:29:55.309635 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9587 | 2025.03.19 17:29:55.309876 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9588 | 2025.03.19 17:29:55.310061 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.001708 sec., 560304.449648712 rows/sec., 37.59 MiB/sec. | ||
| 9589 | 2025.03.19 17:29:55.310113 [ 5 ] {1b454ac9-b0f1-4551-9c17-075afa416f61} <Debug> TCPHandler: Processed in 0.001894973 sec. | ||
| 9590 | 2025.03.19 17:29:55.310227 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9591 | 2025.03.19 17:29:55.310331 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9592 | 2025.03.19 17:29:55.310397 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9593 | 2025.03.19 17:29:55.311464 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9594 | 2025.03.19 17:29:55.311501 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9595 | 2025.03.19 17:29:55.312100 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9596 | 2025.03.19 17:29:55.312354 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Trace> oximeter.measurements_histogramu64 (88021829-b954-4535-9382-03f522c339cb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9597 | 2025.03.19 17:29:55.312594 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002284 sec., 3502.626970227671 rows/sec., 6.28 MiB/sec. | ||
| 9598 | 2025.03.19 17:29:55.312700 [ 5 ] {a82f26df-1765-4259-b41e-7368e24cfbdd} <Debug> TCPHandler: Processed in 0.002522357 sec. | ||
| 9599 | 2025.03.19 17:29:55.312838 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9600 | 2025.03.19 17:29:55.312944 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9601 | 2025.03.19 17:29:55.312990 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9602 | 2025.03.19 17:29:55.313431 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9603 | 2025.03.19 17:29:55.313471 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9604 | 2025.03.19 17:29:55.313938 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9605 | 2025.03.19 17:29:55.314191 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9606 | 2025.03.19 17:29:55.314415 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001493 sec., 26791.69457468185 rows/sec., 1.81 MiB/sec. | ||
| 9607 | 2025.03.19 17:29:55.314469 [ 5 ] {461b244e-13ff-481c-bc3a-b5b3289a43c0} <Debug> TCPHandler: Processed in 0.001681679 sec. | ||
| 9608 | 2025.03.19 17:29:57.067445 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9609 | 2025.03.19 17:29:57.067636 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9610 | 2025.03.19 17:29:57.067705 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9611 | 2025.03.19 17:29:57.068483 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9612 | 2025.03.19 17:29:57.068528 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9613 | 2025.03.19 17:29:57.068964 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9614 | 2025.03.19 17:29:57.069219 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Trace> oximeter.fields_string (58f4bf67-488d-4c8f-aeee-a139c4ab4479): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9615 | 2025.03.19 17:29:57.069458 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.29 MiB/sec. | ||
| 9616 | 2025.03.19 17:29:57.069517 [ 5 ] {68fe677f-225e-4b30-83be-4da926455fe5} <Debug> TCPHandler: Processed in 0.002198681 sec. | ||
| 9617 | 2025.03.19 17:29:57.069645 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9618 | 2025.03.19 17:29:57.069753 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9619 | 2025.03.19 17:29:57.069799 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9620 | 2025.03.19 17:29:57.070378 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9621 | 2025.03.19 17:29:57.070427 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9622 | 2025.03.19 17:29:57.070821 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9623 | 2025.03.19 17:29:57.071068 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Trace> oximeter.fields_uuid (873509f0-b8b0-4559-9e22-4f958105b267): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2025.03.19 17:29:57.071287 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001556 sec., 41131.105398457585 rows/sec., 3.21 MiB/sec. | ||
| 9625 | 2025.03.19 17:29:57.071343 [ 5 ] {1c4f6edf-4edd-43f8-bb4e-c8baddc69864} <Debug> TCPHandler: Processed in 0.00175021 sec. | ||
| 9626 | 2025.03.19 17:29:57.071463 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9627 | 2025.03.19 17:29:57.071571 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9628 | 2025.03.19 17:29:57.071620 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9629 | 2025.03.19 17:29:57.072127 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9630 | 2025.03.19 17:29:57.072167 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9631 | 2025.03.19 17:29:57.072554 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9632 | 2025.03.19 17:29:57.072822 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Trace> oximeter.measurements_cumulativeu64 (11737e76-0e1d-45d8-a194-5266c9b4373d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9633 | 2025.03.19 17:29:57.073043 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001496 sec., 36096.25668449198 rows/sec., 2.52 MiB/sec. | ||
| 9634 | 2025.03.19 17:29:57.073097 [ 5 ] {dd133cb7-8f66-44ec-9f82-c0ac50456ea6} <Debug> TCPHandler: Processed in 0.001685678 sec. | ||
| 9635 | 2025.03.19 17:29:57.073203 [ 5 ] {} <Trace> TCP-Session: d18c5636-c4ae-467a-9308-d7196a2966c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9636 | 2025.03.19 17:29:57.073306 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51707) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9637 | 2025.03.19 17:29:57.073352 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9638 | 2025.03.19 17:29:57.073795 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9639 | 2025.03.19 17:29:57.073834 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9640 | 2025.03.19 17:29:57.074193 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9641 | 2025.03.19 17:29:57.074428 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Trace> oximeter.measurements_u64 (1555b35e-8ec4-42d1-a950-dbe732a2a3fd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9642 | 2025.03.19 17:29:57.074646 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001363 sec., 14673.514306676449 rows/sec., 1008.80 KiB/sec. | ||
| 9643 | 2025.03.19 17:29:57.074699 [ 5 ] {d9ff4ff4-702c-4f49-92e0-606e912ef6da} <Debug> TCPHandler: Processed in 0.001545735 sec. | ||
| 9644 | 2025.03.19 17:29:59.249377 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 9645 | 2025.03.19 17:29:59.250160 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2025.03.19 17:29:59.250214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.25 GiB. | ||
| 9647 | 2025.03.19 17:29:59.250761 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9648 | 2025.03.19 17:29:59.251018 [ 244 ] {} <Trace> system.asynchronous_metric_log (8b6c7fd2-147e-4230-96d5-508956521139): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2025.03.19 17:29:59.251278 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||