| 1 | [ Dec 14 01:03:12 Enabled. ] | ||
| 2 | [ Dec 14 01:03:12 Rereading configuration. ] | ||
| 3 | [ Dec 14 01:03:13 Rereading configuration. ] | ||
| 4 | [ Dec 14 01:03:16 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 | [ Dec 14 01:03:16 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 | 2024.12.14 01:03:17.011437 [ 1 ] {} <Information> Application: Will watch for the process with pid 23321 | ||
| 29 | 2024.12.14 01:03:17.011984 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.14 01:03:17.214742 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23321 | ||
| 31 | 2024.12.14 01:03:17.215516 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.14 01:03:17.216219 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.14 01:03:17.302701 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.14 01:03:17.333588 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.14 01:03:17.333637 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.14 01:03:17.333651 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.14 01:03:17.333714 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.14 01:03:17.334113 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.14 01:03:17.335794 [ 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 | 2024.12.14 01:03:17.336522 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.14 01:03:17.337368 [ 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 | 2024.12.14 01:03:17.337391 [ 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 | 2024.12.14 01:03:17.337407 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.14 01:03:17.337577 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.14 01:03:17.338397 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.14 01:03:17.344662 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.14 01:03:17.345429 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.14 01:03:17.346756 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.14 01:03:17.346823 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.14 01:03:17.348411 [ 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 | 2024.12.14 01:03:17.348889 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.14 01:03:17.353359 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.14 01:03:17.353942 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.14 01:03:17.355454 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.14 01:03:17.355874 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.14 01:03:17.356336 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.14 01:03:17.356711 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.14 01:03:17.358121 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.14 01:03:17.358147 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.14 01:03:17.358203 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.14 01:03:17.358288 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.14 01:03:17.368192 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.14 01:03:17.368220 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000143904 sec | ||
| 68 | 2024.12.14 01:03:17.368270 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.14 01:03:17.368287 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.14 01:03:17.369534 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.14 01:03:17.370583 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.14 01:03:17.382476 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.14 01:03:17.382522 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.14 01:03:17.382545 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.14 01:03:17.382558 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.14 01:03:17.382588 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.14 01:03:17.382609 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.14 01:03:17.385200 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.14 01:03:17.385246 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.14 01:03:17.385268 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.14 01:03:17.385449 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.14 01:03:17.385468 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.14 01:03:17.385506 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.14 01:03:17.385527 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.14 01:03:17.385541 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.14 01:03:17.385571 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.14 01:03:17.385589 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.14 01:03:17.412854 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.14 01:03:17.414410 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.14 01:03:17.414441 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9561e-05 sec | ||
| 91 | 2024.12.14 01:03:17.414454 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.14 01:03:17.414466 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.14 01:03:17.414493 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.14 01:03:17.414692 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.14 01:03:17.414736 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.14 01:03:17.414749 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.14 01:03:17.414761 [ 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 | 2024.12.14 01:03:17.414773 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.14 01:03:17.419837 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.14 01:03:17.420056 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.14 MiB (RSS), difference: 92.36 MiB | ||
| 101 | 2024.12.14 01:03:17.420973 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4671e-05 sec. | ||
| 102 | 2024.12.14 01:03:17.421432 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.14 01:03:17.421536 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.14 01:03:17.421556 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.14 01:03:17.472400 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34260 | ||
| 106 | 2024.12.14 01:03:17.472630 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.14 01:03:17.472699 [ 3 ] {} <Debug> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Authenticating user 'default' from [fd00:1122:3344:101::d]:34260 | ||
| 108 | 2024.12.14 01:03:17.472733 [ 3 ] {} <Debug> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.14 01:03:17.472757 [ 3 ] {} <Debug> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.14 01:03:17.472845 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.14 01:03:17.472872 [ 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 | 2024.12.14 01:03:17.472896 [ 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 | 2024.12.14 01:03:17.473340 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52462 | ||
| 114 | 2024.12.14 01:03:17.473476 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.14 01:03:17.473509 [ 4 ] {} <Debug> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Authenticating user 'default' from [fd00:1122:3344:101::d]:52462 | ||
| 116 | 2024.12.14 01:03:17.473536 [ 4 ] {} <Debug> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.14 01:03:17.473566 [ 4 ] {} <Debug> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.14 01:03:17.474268 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59294 | ||
| 119 | 2024.12.14 01:03:17.474274 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40224 | ||
| 120 | 2024.12.14 01:03:17.474348 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36345 | ||
| 121 | 2024.12.14 01:03:17.474592 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60898 | ||
| 122 | 2024.12.14 01:03:17.474672 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2024.12.14 01:03:17.474690 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.12.14 01:03:17.474813 [ 5 ] {} <Debug> TCP-Session: ccdd182f-c329-48c6-8544-2b012fcbc2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:40224 | ||
| 125 | 2024.12.14 01:03:17.474868 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58648 | ||
| 126 | 2024.12.14 01:03:17.474921 [ 5 ] {} <Debug> TCP-Session: ccdd182f-c329-48c6-8544-2b012fcbc2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.12.14 01:03:17.474926 [ 254 ] {} <Debug> TCP-Session: faaeb11a-06a2-4f7c-9765-ed4a49b780d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36345 | ||
| 128 | 2024.12.14 01:03:17.475072 [ 5 ] {} <Debug> TCP-Session: ccdd182f-c329-48c6-8544-2b012fcbc2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.12.14 01:03:17.475114 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2024.12.14 01:03:17.475115 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33984 | ||
| 131 | 2024.12.14 01:03:17.475158 [ 254 ] {} <Debug> TCP-Session: faaeb11a-06a2-4f7c-9765-ed4a49b780d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.12.14 01:03:17.475216 [ 256 ] {} <Debug> TCP-Session: 909a43de-543d-4476-8921-a612e0be648b Authenticating user 'default' from [fd00:1122:3344:101::d]:58648 | ||
| 133 | 2024.12.14 01:03:17.475335 [ 254 ] {} <Debug> TCP-Session: faaeb11a-06a2-4f7c-9765-ed4a49b780d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.12.14 01:03:17.475358 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54522 | ||
| 135 | 2024.12.14 01:03:17.475375 [ 256 ] {} <Debug> TCP-Session: 909a43de-543d-4476-8921-a612e0be648b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.12.14 01:03:17.475461 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2024.12.14 01:03:17.475505 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2024.12.14 01:03:17.475515 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2024.12.14 01:03:17.475485 [ 256 ] {} <Debug> TCP-Session: 909a43de-543d-4476-8921-a612e0be648b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2024.12.14 01:03:17.476339 [ 253 ] {} <Debug> TCP-Session: e500db53-4082-40bb-8d73-f81c116982f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59294 | ||
| 141 | 2024.12.14 01:03:17.476362 [ 255 ] {} <Debug> TCP-Session: fdf43531-757f-459d-8e1e-7e7576c3414d Authenticating user 'default' from [fd00:1122:3344:101::d]:60898 | ||
| 142 | 2024.12.14 01:03:17.476372 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2024.12.14 01:03:17.476415 [ 257 ] {} <Debug> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Authenticating user 'default' from [fd00:1122:3344:101::d]:33984 | ||
| 144 | 2024.12.14 01:03:17.476460 [ 253 ] {} <Debug> TCP-Session: e500db53-4082-40bb-8d73-f81c116982f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.14 01:03:17.476476 [ 255 ] {} <Debug> TCP-Session: fdf43531-757f-459d-8e1e-7e7576c3414d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.14 01:03:17.476542 [ 253 ] {} <Debug> TCP-Session: e500db53-4082-40bb-8d73-f81c116982f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.14 01:03:17.476539 [ 257 ] {} <Debug> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.14 01:03:17.476568 [ 255 ] {} <Debug> TCP-Session: fdf43531-757f-459d-8e1e-7e7576c3414d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.12.14 01:03:17.476558 [ 258 ] {} <Debug> TCP-Session: 7bc27c4b-1c9d-4bce-8670-b2d2afa634ca Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
| 150 | 2024.12.14 01:03:17.476612 [ 257 ] {} <Debug> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2024.12.14 01:03:17.477195 [ 258 ] {} <Debug> TCP-Session: 7bc27c4b-1c9d-4bce-8670-b2d2afa634ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.14 01:03:17.477238 [ 258 ] {} <Debug> TCP-Session: 7bc27c4b-1c9d-4bce-8670-b2d2afa634ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.14 01:03:17.477253 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2024.12.14 01:03:17.480100 [ 3 ] {26004ce3-da40-485a-8b2e-751dc7a9403f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.12.14 01:03:17.530747 [ 3 ] {26004ce3-da40-485a-8b2e-751dc7a9403f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34260) (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 | 2024.12.14 01:03:17.531588 [ 3 ] {26004ce3-da40-485a-8b2e-751dc7a9403f} <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 | 2024.12.14 01:03:17.531697 [ 3 ] {26004ce3-da40-485a-8b2e-751dc7a9403f} <Debug> TCPHandler: Processed in 0.056233097 sec. | ||
| 204 | 2024.12.14 01:03:17.532075 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2024.12.14 01:03:17.532298 [ 257 ] {d65049ab-49dd-44ba-bb32-6c5397679471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2024.12.14 01:03:17.532646 [ 257 ] {d65049ab-49dd-44ba-bb32-6c5397679471} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33984) (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 | 2024.12.14 01:03:17.532794 [ 257 ] {d65049ab-49dd-44ba-bb32-6c5397679471} <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 | 2024.12.14 01:03:17.532896 [ 257 ] {d65049ab-49dd-44ba-bb32-6c5397679471} <Debug> TCPHandler: Processed in 0.000974948 sec. | ||
| 255 | 2024.12.14 01:03:17.533329 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2024.12.14 01:03:17.535026 [ 3 ] {7301ba2e-14f9-4338-a80e-60db5947a8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2024.12.14 01:03:17.535725 [ 3 ] {7301ba2e-14f9-4338-a80e-60db5947a8ea} <Debug> TCPHandler: Processed in 0.002588165 sec. | ||
| 258 | 2024.12.14 01:03:17.535935 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2024.12.14 01:03:17.536079 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2024.12.14 01:03:17.536211 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2024.12.14 01:03:17.538219 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2024.12.14 01:03:17.538244 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0762e-05 sec | ||
| 263 | 2024.12.14 01:03:17.538259 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Trace> ReferentialDeps: No tables | ||
| 264 | 2024.12.14 01:03:17.538284 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Trace> LoadingDeps: No tables | ||
| 265 | 2024.12.14 01:03:17.538308 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2024.12.14 01:03:17.538366 [ 257 ] {78df4dcb-2bb5-416d-aab0-6d16494dc205} <Debug> TCPHandler: Processed in 0.002501422 sec. | ||
| 267 | 2024.12.14 01:03:17.538539 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.12.14 01:03:17.538739 [ 3 ] {3a01008e-aa3f-4486-8980-f96869cacaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2024.12.14 01:03:17.538792 [ 3 ] {3a01008e-aa3f-4486-8980-f96869cacaab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2024.12.14 01:03:17.546923 [ 3 ] {3a01008e-aa3f-4486-8980-f96869cacaab} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2024.12.14 01:03:17.549479 [ 3 ] {3a01008e-aa3f-4486-8980-f96869cacaab} <Debug> oximeter.version (b6ef8465-18de-4dae-88d6-bf5083f94394): Loading data parts | ||
| 273 | 2024.12.14 01:03:17.549978 [ 3 ] {3a01008e-aa3f-4486-8980-f96869cacaab} <Debug> oximeter.version (b6ef8465-18de-4dae-88d6-bf5083f94394): There are no data parts | ||
| 274 | 2024.12.14 01:03:17.552729 [ 3 ] {3a01008e-aa3f-4486-8980-f96869cacaab} <Debug> TCPHandler: Processed in 0.014247652 sec. | ||
| 275 | 2024.12.14 01:03:17.552938 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2024.12.14 01:03:17.553176 [ 257 ] {ee74523d-43fe-49fd-b6e6-686f3255cf18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 287 | 2024.12.14 01:03:17.553268 [ 257 ] {ee74523d-43fe-49fd-b6e6-686f3255cf18} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2024.12.14 01:03:17.561148 [ 257 ] {ee74523d-43fe-49fd-b6e6-686f3255cf18} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Loading data parts | ||
| 289 | 2024.12.14 01:03:17.561384 [ 257 ] {ee74523d-43fe-49fd-b6e6-686f3255cf18} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): There are no data parts | ||
| 290 | 2024.12.14 01:03:17.562581 [ 257 ] {ee74523d-43fe-49fd-b6e6-686f3255cf18} <Debug> TCPHandler: Processed in 0.009705861 sec. | ||
| 291 | 2024.12.14 01:03:17.562782 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2024.12.14 01:03:17.563030 [ 3 ] {69d55d0b-47ea-46de-ab65-9f041e7b24c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 293 | 2024.12.14 01:03:17.563091 [ 3 ] {69d55d0b-47ea-46de-ab65-9f041e7b24c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2024.12.14 01:03:17.565492 [ 3 ] {69d55d0b-47ea-46de-ab65-9f041e7b24c8} <Debug> oximeter.measurements_i8 (266b0a0b-7e2f-40bb-9672-9965106495cd): Loading data parts | ||
| 295 | 2024.12.14 01:03:17.565673 [ 3 ] {69d55d0b-47ea-46de-ab65-9f041e7b24c8} <Debug> oximeter.measurements_i8 (266b0a0b-7e2f-40bb-9672-9965106495cd): There are no data parts | ||
| 296 | 2024.12.14 01:03:17.567291 [ 3 ] {69d55d0b-47ea-46de-ab65-9f041e7b24c8} <Debug> TCPHandler: Processed in 0.004581302 sec. | ||
| 297 | 2024.12.14 01:03:17.567498 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2024.12.14 01:03:17.567717 [ 257 ] {4a85392a-9d29-490a-834c-16c209cf3a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 299 | 2024.12.14 01:03:17.567786 [ 257 ] {4a85392a-9d29-490a-834c-16c209cf3a80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2024.12.14 01:03:17.570100 [ 257 ] {4a85392a-9d29-490a-834c-16c209cf3a80} <Debug> oximeter.measurements_u8 (75d1aa4b-0fae-4ba5-81d7-3f996f1a420e): Loading data parts | ||
| 301 | 2024.12.14 01:03:17.570242 [ 257 ] {4a85392a-9d29-490a-834c-16c209cf3a80} <Debug> oximeter.measurements_u8 (75d1aa4b-0fae-4ba5-81d7-3f996f1a420e): There are no data parts | ||
| 302 | 2024.12.14 01:03:17.572411 [ 257 ] {4a85392a-9d29-490a-834c-16c209cf3a80} <Debug> TCPHandler: Processed in 0.004976584 sec. | ||
| 303 | 2024.12.14 01:03:17.572605 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2024.12.14 01:03:17.572831 [ 3 ] {271ba998-b69c-4e26-b6a6-028a6187e3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 305 | 2024.12.14 01:03:17.572887 [ 3 ] {271ba998-b69c-4e26-b6a6-028a6187e3af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2024.12.14 01:03:17.574678 [ 3 ] {271ba998-b69c-4e26-b6a6-028a6187e3af} <Debug> oximeter.measurements_i16 (6c6a35af-1cd0-4f2b-a90f-76242fb2b5e3): Loading data parts | ||
| 307 | 2024.12.14 01:03:17.574880 [ 3 ] {271ba998-b69c-4e26-b6a6-028a6187e3af} <Debug> oximeter.measurements_i16 (6c6a35af-1cd0-4f2b-a90f-76242fb2b5e3): There are no data parts | ||
| 308 | 2024.12.14 01:03:17.577561 [ 3 ] {271ba998-b69c-4e26-b6a6-028a6187e3af} <Debug> TCPHandler: Processed in 0.005012816 sec. | ||
| 309 | 2024.12.14 01:03:17.577751 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2024.12.14 01:03:17.577967 [ 257 ] {18cbb8e6-c44c-4231-89f3-3935b2a86d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 311 | 2024.12.14 01:03:17.578035 [ 257 ] {18cbb8e6-c44c-4231-89f3-3935b2a86d44} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2024.12.14 01:03:17.580148 [ 257 ] {18cbb8e6-c44c-4231-89f3-3935b2a86d44} <Debug> oximeter.measurements_u16 (e08e52c3-47e3-4c4d-9e13-348276bacbc5): Loading data parts | ||
| 313 | 2024.12.14 01:03:17.580298 [ 257 ] {18cbb8e6-c44c-4231-89f3-3935b2a86d44} <Debug> oximeter.measurements_u16 (e08e52c3-47e3-4c4d-9e13-348276bacbc5): There are no data parts | ||
| 314 | 2024.12.14 01:03:17.581664 [ 257 ] {18cbb8e6-c44c-4231-89f3-3935b2a86d44} <Debug> TCPHandler: Processed in 0.003970514 sec. | ||
| 315 | 2024.12.14 01:03:17.581839 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2024.12.14 01:03:17.582068 [ 3 ] {97f117d2-63c0-4bbd-a8f4-f5fb64cb5213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 317 | 2024.12.14 01:03:17.582125 [ 3 ] {97f117d2-63c0-4bbd-a8f4-f5fb64cb5213} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2024.12.14 01:03:17.584257 [ 3 ] {97f117d2-63c0-4bbd-a8f4-f5fb64cb5213} <Debug> oximeter.measurements_i32 (d080d754-a64c-4468-81bd-072c46b4d41c): Loading data parts | ||
| 319 | 2024.12.14 01:03:17.584415 [ 3 ] {97f117d2-63c0-4bbd-a8f4-f5fb64cb5213} <Debug> oximeter.measurements_i32 (d080d754-a64c-4468-81bd-072c46b4d41c): There are no data parts | ||
| 320 | 2024.12.14 01:03:17.585544 [ 3 ] {97f117d2-63c0-4bbd-a8f4-f5fb64cb5213} <Debug> TCPHandler: Processed in 0.003762069 sec. | ||
| 321 | 2024.12.14 01:03:17.585725 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2024.12.14 01:03:17.585931 [ 257 ] {ed7e2237-554d-448e-a6ae-8b8559c9fbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 323 | 2024.12.14 01:03:17.586002 [ 257 ] {ed7e2237-554d-448e-a6ae-8b8559c9fbd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2024.12.14 01:03:17.587780 [ 257 ] {ed7e2237-554d-448e-a6ae-8b8559c9fbd3} <Debug> oximeter.measurements_u32 (faf883ea-3fa8-48f9-9ba9-799249f0d164): Loading data parts | ||
| 325 | 2024.12.14 01:03:17.587921 [ 257 ] {ed7e2237-554d-448e-a6ae-8b8559c9fbd3} <Debug> oximeter.measurements_u32 (faf883ea-3fa8-48f9-9ba9-799249f0d164): There are no data parts | ||
| 326 | 2024.12.14 01:03:17.588986 [ 257 ] {ed7e2237-554d-448e-a6ae-8b8559c9fbd3} <Debug> TCPHandler: Processed in 0.003316646 sec. | ||
| 327 | 2024.12.14 01:03:17.589155 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2024.12.14 01:03:17.589382 [ 3 ] {c33ffc40-6b38-4dcf-a390-bf846e58d201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 329 | 2024.12.14 01:03:17.589431 [ 3 ] {c33ffc40-6b38-4dcf-a390-bf846e58d201} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2024.12.14 01:03:17.591221 [ 3 ] {c33ffc40-6b38-4dcf-a390-bf846e58d201} <Debug> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): Loading data parts | ||
| 331 | 2024.12.14 01:03:17.591394 [ 3 ] {c33ffc40-6b38-4dcf-a390-bf846e58d201} <Debug> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): There are no data parts | ||
| 332 | 2024.12.14 01:03:17.595239 [ 3 ] {c33ffc40-6b38-4dcf-a390-bf846e58d201} <Debug> TCPHandler: Processed in 0.006139348 sec. | ||
| 333 | 2024.12.14 01:03:17.595448 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2024.12.14 01:03:17.595660 [ 257 ] {26f4d760-1685-4738-8a53-c54a6b4b3bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 335 | 2024.12.14 01:03:17.595729 [ 257 ] {26f4d760-1685-4738-8a53-c54a6b4b3bed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2024.12.14 01:03:17.598379 [ 257 ] {26f4d760-1685-4738-8a53-c54a6b4b3bed} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Loading data parts | ||
| 337 | 2024.12.14 01:03:17.598526 [ 257 ] {26f4d760-1685-4738-8a53-c54a6b4b3bed} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): There are no data parts | ||
| 338 | 2024.12.14 01:03:17.601276 [ 257 ] {26f4d760-1685-4738-8a53-c54a6b4b3bed} <Debug> TCPHandler: Processed in 0.00588702 sec. | ||
| 339 | 2024.12.14 01:03:17.601456 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2024.12.14 01:03:17.601691 [ 3 ] {09eb49d6-90d8-4335-82ac-6cf8677c2242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 341 | 2024.12.14 01:03:17.601739 [ 3 ] {09eb49d6-90d8-4335-82ac-6cf8677c2242} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2024.12.14 01:03:17.603814 [ 3 ] {09eb49d6-90d8-4335-82ac-6cf8677c2242} <Debug> oximeter.measurements_f32 (3a214092-2871-4439-85fd-896403b29b23): Loading data parts | ||
| 343 | 2024.12.14 01:03:17.603970 [ 3 ] {09eb49d6-90d8-4335-82ac-6cf8677c2242} <Debug> oximeter.measurements_f32 (3a214092-2871-4439-85fd-896403b29b23): There are no data parts | ||
| 344 | 2024.12.14 01:03:17.605193 [ 3 ] {09eb49d6-90d8-4335-82ac-6cf8677c2242} <Debug> TCPHandler: Processed in 0.00379491 sec. | ||
| 345 | 2024.12.14 01:03:17.605410 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2024.12.14 01:03:17.605617 [ 257 ] {0bebeaea-4839-4fa0-96d1-cdfa1e2c2947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 347 | 2024.12.14 01:03:17.605685 [ 257 ] {0bebeaea-4839-4fa0-96d1-cdfa1e2c2947} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2024.12.14 01:03:17.607474 [ 257 ] {0bebeaea-4839-4fa0-96d1-cdfa1e2c2947} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Loading data parts | ||
| 349 | 2024.12.14 01:03:17.607623 [ 257 ] {0bebeaea-4839-4fa0-96d1-cdfa1e2c2947} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): There are no data parts | ||
| 350 | 2024.12.14 01:03:17.610457 [ 257 ] {0bebeaea-4839-4fa0-96d1-cdfa1e2c2947} <Debug> TCPHandler: Processed in 0.005106857 sec. | ||
| 351 | 2024.12.14 01:03:17.610647 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2024.12.14 01:03:17.610885 [ 3 ] {4cfb3aa7-0010-4778-8d88-c5febeb29321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 353 | 2024.12.14 01:03:17.610940 [ 3 ] {4cfb3aa7-0010-4778-8d88-c5febeb29321} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 354 | 2024.12.14 01:03:17.612724 [ 3 ] {4cfb3aa7-0010-4778-8d88-c5febeb29321} <Debug> oximeter.measurements_string (496fed9e-4d64-404a-8411-f88d1eb428cc): Loading data parts | ||
| 355 | 2024.12.14 01:03:17.612894 [ 3 ] {4cfb3aa7-0010-4778-8d88-c5febeb29321} <Debug> oximeter.measurements_string (496fed9e-4d64-404a-8411-f88d1eb428cc): There are no data parts | ||
| 356 | 2024.12.14 01:03:17.614254 [ 3 ] {4cfb3aa7-0010-4778-8d88-c5febeb29321} <Debug> TCPHandler: Processed in 0.003660136 sec. | ||
| 357 | 2024.12.14 01:03:17.614468 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 358 | 2024.12.14 01:03:17.614680 [ 257 ] {9d1408ce-3f9c-4fb8-8461-fd942c224a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 359 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 360 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 361 | * a string isn't palatable for a few reasons. | ||
| 362 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 363 | * details. | ||
| 364 | */ | ||
| 365 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 366 | 2024.12.14 01:03:17.614753 [ 257 ] {9d1408ce-3f9c-4fb8-8461-fd942c224a82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 367 | 2024.12.14 01:03:17.616743 [ 257 ] {9d1408ce-3f9c-4fb8-8461-fd942c224a82} <Debug> oximeter.measurements_bytes (dbc3394d-9bb5-46e2-9373-4daa1bbe76e7): Loading data parts | ||
| 368 | 2024.12.14 01:03:17.616877 [ 257 ] {9d1408ce-3f9c-4fb8-8461-fd942c224a82} <Debug> oximeter.measurements_bytes (dbc3394d-9bb5-46e2-9373-4daa1bbe76e7): There are no data parts | ||
| 369 | 2024.12.14 01:03:17.618874 [ 257 ] {9d1408ce-3f9c-4fb8-8461-fd942c224a82} <Debug> TCPHandler: Processed in 0.004465259 sec. | ||
| 370 | 2024.12.14 01:03:17.619061 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2024.12.14 01:03:17.619291 [ 3 ] {8f9d54e9-cc9c-4412-b50a-467278a818c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 372 | 2024.12.14 01:03:17.619366 [ 3 ] {8f9d54e9-cc9c-4412-b50a-467278a818c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 373 | 2024.12.14 01:03:17.622345 [ 3 ] {8f9d54e9-cc9c-4412-b50a-467278a818c5} <Debug> oximeter.measurements_cumulativei64 (6a5f7b96-2012-481f-bf7f-9ec75dd2424b): Loading data parts | ||
| 374 | 2024.12.14 01:03:17.622517 [ 3 ] {8f9d54e9-cc9c-4412-b50a-467278a818c5} <Debug> oximeter.measurements_cumulativei64 (6a5f7b96-2012-481f-bf7f-9ec75dd2424b): There are no data parts | ||
| 375 | 2024.12.14 01:03:17.625228 [ 3 ] {8f9d54e9-cc9c-4412-b50a-467278a818c5} <Debug> TCPHandler: Processed in 0.00622644 sec. | ||
| 376 | 2024.12.14 01:03:17.625417 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2024.12.14 01:03:17.625657 [ 257 ] {def3988f-c22d-4ff9-abb6-782ca8b15aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 378 | 2024.12.14 01:03:17.625715 [ 257 ] {def3988f-c22d-4ff9-abb6-782ca8b15aaf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 379 | 2024.12.14 01:03:17.627629 [ 257 ] {def3988f-c22d-4ff9-abb6-782ca8b15aaf} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Loading data parts | ||
| 380 | 2024.12.14 01:03:17.627754 [ 257 ] {def3988f-c22d-4ff9-abb6-782ca8b15aaf} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): There are no data parts | ||
| 381 | 2024.12.14 01:03:17.629187 [ 257 ] {def3988f-c22d-4ff9-abb6-782ca8b15aaf} <Debug> TCPHandler: Processed in 0.003826501 sec. | ||
| 382 | 2024.12.14 01:03:17.629364 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2024.12.14 01:03:17.629580 [ 3 ] {4458c977-43ad-45d6-bc92-ca644cf0a82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 384 | 2024.12.14 01:03:17.629651 [ 3 ] {4458c977-43ad-45d6-bc92-ca644cf0a82b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 385 | 2024.12.14 01:03:17.632101 [ 3 ] {4458c977-43ad-45d6-bc92-ca644cf0a82b} <Debug> oximeter.measurements_cumulativef32 (15897cf9-1082-4c7c-a463-88f4478d678e): Loading data parts | ||
| 386 | 2024.12.14 01:03:17.632333 [ 3 ] {4458c977-43ad-45d6-bc92-ca644cf0a82b} <Debug> oximeter.measurements_cumulativef32 (15897cf9-1082-4c7c-a463-88f4478d678e): There are no data parts | ||
| 387 | 2024.12.14 01:03:17.633844 [ 3 ] {4458c977-43ad-45d6-bc92-ca644cf0a82b} <Debug> TCPHandler: Processed in 0.004536211 sec. | ||
| 388 | 2024.12.14 01:03:17.634032 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2024.12.14 01:03:17.634249 [ 257 ] {a665bb44-1e8d-4252-ad51-69f0e880c4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 390 | 2024.12.14 01:03:17.634319 [ 257 ] {a665bb44-1e8d-4252-ad51-69f0e880c4d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 391 | 2024.12.14 01:03:17.636059 [ 257 ] {a665bb44-1e8d-4252-ad51-69f0e880c4d0} <Debug> oximeter.measurements_cumulativef64 (b426bb18-7a20-4c77-b25a-ba770ade8705): Loading data parts | ||
| 392 | 2024.12.14 01:03:17.636290 [ 257 ] {a665bb44-1e8d-4252-ad51-69f0e880c4d0} <Debug> oximeter.measurements_cumulativef64 (b426bb18-7a20-4c77-b25a-ba770ade8705): There are no data parts | ||
| 393 | 2024.12.14 01:03:17.637635 [ 257 ] {a665bb44-1e8d-4252-ad51-69f0e880c4d0} <Debug> TCPHandler: Processed in 0.003658736 sec. | ||
| 394 | 2024.12.14 01:03:17.637847 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2024.12.14 01:03:17.638322 [ 3 ] {c1b42e85-4a7e-4111-ae6e-b27bb4f463a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 396 | * NOTE: Array types cannot be Nullable, see | ||
| 397 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 398 | * for more details. | ||
| 399 | * | ||
| 400 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 401 | * is unfortunate, and at this point relies on the fact that an | ||
| 402 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 403 | * to figure out another way to represent missing samples here. | ||
| 404 | */ | ||
| 405 | 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) | ||
| 406 | 2024.12.14 01:03:17.638429 [ 3 ] {c1b42e85-4a7e-4111-ae6e-b27bb4f463a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 407 | 2024.12.14 01:03:17.644176 [ 3 ] {c1b42e85-4a7e-4111-ae6e-b27bb4f463a2} <Debug> oximeter.measurements_histogrami8 (0a40c4a6-ddf2-43a9-b0ef-5322c622e71e): Loading data parts | ||
| 408 | 2024.12.14 01:03:17.644341 [ 3 ] {c1b42e85-4a7e-4111-ae6e-b27bb4f463a2} <Debug> oximeter.measurements_histogrami8 (0a40c4a6-ddf2-43a9-b0ef-5322c622e71e): There are no data parts | ||
| 409 | 2024.12.14 01:03:17.648518 [ 3 ] {c1b42e85-4a7e-4111-ae6e-b27bb4f463a2} <Debug> TCPHandler: Processed in 0.010746811 sec. | ||
| 410 | 2024.12.14 01:03:17.648748 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2024.12.14 01:03:17.649044 [ 257 ] {c77f6005-d81b-4b3b-827c-7084205edfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 412 | 2024.12.14 01:03:17.649144 [ 257 ] {c77f6005-d81b-4b3b-827c-7084205edfbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 413 | 2024.12.14 01:03:17.652876 [ 257 ] {c77f6005-d81b-4b3b-827c-7084205edfbd} <Debug> oximeter.measurements_histogramu8 (5474a651-a838-42c2-874d-26908cd43587): Loading data parts | ||
| 414 | 2024.12.14 01:03:17.653037 [ 257 ] {c77f6005-d81b-4b3b-827c-7084205edfbd} <Debug> oximeter.measurements_histogramu8 (5474a651-a838-42c2-874d-26908cd43587): There are no data parts | ||
| 415 | 2024.12.14 01:03:17.656082 [ 257 ] {c77f6005-d81b-4b3b-827c-7084205edfbd} <Debug> TCPHandler: Processed in 0.007394894 sec. | ||
| 416 | 2024.12.14 01:03:17.656288 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2024.12.14 01:03:17.656684 [ 3 ] {62a3fa7a-ccf7-432a-b007-f74cb01fa3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 418 | 2024.12.14 01:03:17.656787 [ 3 ] {62a3fa7a-ccf7-432a-b007-f74cb01fa3f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 419 | 2024.12.14 01:03:17.660808 [ 3 ] {62a3fa7a-ccf7-432a-b007-f74cb01fa3f8} <Debug> oximeter.measurements_histogrami16 (2eed9468-ff02-441f-b614-ed1e8a11a448): Loading data parts | ||
| 420 | 2024.12.14 01:03:17.661012 [ 3 ] {62a3fa7a-ccf7-432a-b007-f74cb01fa3f8} <Debug> oximeter.measurements_histogrami16 (2eed9468-ff02-441f-b614-ed1e8a11a448): There are no data parts | ||
| 421 | 2024.12.14 01:03:17.664302 [ 3 ] {62a3fa7a-ccf7-432a-b007-f74cb01fa3f8} <Debug> TCPHandler: Processed in 0.008092574 sec. | ||
| 422 | 2024.12.14 01:03:17.664553 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2024.12.14 01:03:17.664854 [ 257 ] {9764a9ae-168d-48b1-96f6-442205360097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 424 | 2024.12.14 01:03:17.664945 [ 257 ] {9764a9ae-168d-48b1-96f6-442205360097} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 425 | 2024.12.14 01:03:17.668283 [ 257 ] {9764a9ae-168d-48b1-96f6-442205360097} <Debug> oximeter.measurements_histogramu16 (751ed6be-9a24-47b2-833e-f8d2686d0252): Loading data parts | ||
| 426 | 2024.12.14 01:03:17.668434 [ 257 ] {9764a9ae-168d-48b1-96f6-442205360097} <Debug> oximeter.measurements_histogramu16 (751ed6be-9a24-47b2-833e-f8d2686d0252): There are no data parts | ||
| 427 | 2024.12.14 01:03:17.670908 [ 257 ] {9764a9ae-168d-48b1-96f6-442205360097} <Debug> TCPHandler: Processed in 0.006430696 sec. | ||
| 428 | 2024.12.14 01:03:17.671095 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2024.12.14 01:03:17.671416 [ 3 ] {ffea4f0a-64a1-42f7-b727-27be2cb8207d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 430 | 2024.12.14 01:03:17.671499 [ 3 ] {ffea4f0a-64a1-42f7-b727-27be2cb8207d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 431 | 2024.12.14 01:03:17.675061 [ 3 ] {ffea4f0a-64a1-42f7-b727-27be2cb8207d} <Debug> oximeter.measurements_histogrami32 (8142c67a-72f3-4dcc-a764-19a4d751eeca): Loading data parts | ||
| 432 | 2024.12.14 01:03:17.675232 [ 3 ] {ffea4f0a-64a1-42f7-b727-27be2cb8207d} <Debug> oximeter.measurements_histogrami32 (8142c67a-72f3-4dcc-a764-19a4d751eeca): There are no data parts | ||
| 433 | 2024.12.14 01:03:17.678868 [ 3 ] {ffea4f0a-64a1-42f7-b727-27be2cb8207d} <Debug> TCPHandler: Processed in 0.007833136 sec. | ||
| 434 | 2024.12.14 01:03:17.679096 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2024.12.14 01:03:17.679430 [ 257 ] {242eab9c-a5a7-4b29-a4c0-9f548531dd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 436 | 2024.12.14 01:03:17.679539 [ 257 ] {242eab9c-a5a7-4b29-a4c0-9f548531dd0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 437 | 2024.12.14 01:03:17.683121 [ 257 ] {242eab9c-a5a7-4b29-a4c0-9f548531dd0f} <Debug> oximeter.measurements_histogramu32 (41fb61c0-0f16-48ca-8c06-b07cdfad44e5): Loading data parts | ||
| 438 | 2024.12.14 01:03:17.683257 [ 257 ] {242eab9c-a5a7-4b29-a4c0-9f548531dd0f} <Debug> oximeter.measurements_histogramu32 (41fb61c0-0f16-48ca-8c06-b07cdfad44e5): There are no data parts | ||
| 439 | 2024.12.14 01:03:17.685223 [ 257 ] {242eab9c-a5a7-4b29-a4c0-9f548531dd0f} <Debug> TCPHandler: Processed in 0.006188309 sec. | ||
| 440 | 2024.12.14 01:03:17.685428 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2024.12.14 01:03:17.685778 [ 3 ] {0d42bde7-9dcd-48d9-85b8-9629152d7236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 442 | 2024.12.14 01:03:17.685865 [ 3 ] {0d42bde7-9dcd-48d9-85b8-9629152d7236} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 443 | 2024.12.14 01:03:17.688095 [ 3 ] {0d42bde7-9dcd-48d9-85b8-9629152d7236} <Debug> oximeter.measurements_histogrami64 (987704c2-74a9-455b-a1f0-d545228d0bbb): Loading data parts | ||
| 444 | 2024.12.14 01:03:17.688260 [ 3 ] {0d42bde7-9dcd-48d9-85b8-9629152d7236} <Debug> oximeter.measurements_histogrami64 (987704c2-74a9-455b-a1f0-d545228d0bbb): There are no data parts | ||
| 445 | 2024.12.14 01:03:17.689577 [ 3 ] {0d42bde7-9dcd-48d9-85b8-9629152d7236} <Debug> TCPHandler: Processed in 0.004211572 sec. | ||
| 446 | 2024.12.14 01:03:17.689787 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 447 | 2024.12.14 01:03:17.690077 [ 257 ] {bfddb050-4a19-412f-b406-38ea57658b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 448 | 2024.12.14 01:03:17.690168 [ 257 ] {bfddb050-4a19-412f-b406-38ea57658b2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 449 | 2024.12.14 01:03:17.692214 [ 257 ] {bfddb050-4a19-412f-b406-38ea57658b2b} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Loading data parts | ||
| 450 | 2024.12.14 01:03:17.692342 [ 257 ] {bfddb050-4a19-412f-b406-38ea57658b2b} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): There are no data parts | ||
| 451 | 2024.12.14 01:03:17.693913 [ 257 ] {bfddb050-4a19-412f-b406-38ea57658b2b} <Debug> TCPHandler: Processed in 0.004183061 sec. | ||
| 452 | 2024.12.14 01:03:17.694092 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 453 | 2024.12.14 01:03:17.694386 [ 3 ] {209a5b4f-0abb-474b-b0b2-da10509fc969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 454 | 2024.12.14 01:03:17.694478 [ 3 ] {209a5b4f-0abb-474b-b0b2-da10509fc969} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 455 | 2024.12.14 01:03:17.696608 [ 3 ] {209a5b4f-0abb-474b-b0b2-da10509fc969} <Debug> oximeter.measurements_histogramf32 (4e43cb3d-dcbd-4918-bcf4-c82db3aed3a5): Loading data parts | ||
| 456 | 2024.12.14 01:03:17.696807 [ 3 ] {209a5b4f-0abb-474b-b0b2-da10509fc969} <Debug> oximeter.measurements_histogramf32 (4e43cb3d-dcbd-4918-bcf4-c82db3aed3a5): There are no data parts | ||
| 457 | 2024.12.14 01:03:17.698019 [ 3 ] {209a5b4f-0abb-474b-b0b2-da10509fc969} <Debug> TCPHandler: Processed in 0.003985265 sec. | ||
| 458 | 2024.12.14 01:03:17.698234 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 459 | 2024.12.14 01:03:17.698545 [ 257 ] {368745a2-f5cd-4156-a03f-7e95b2554297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 460 | 2024.12.14 01:03:17.698629 [ 257 ] {368745a2-f5cd-4156-a03f-7e95b2554297} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 461 | 2024.12.14 01:03:17.702018 [ 257 ] {368745a2-f5cd-4156-a03f-7e95b2554297} <Debug> oximeter.measurements_histogramf64 (d90d5f9d-667a-42b9-a712-ef448daa9587): Loading data parts | ||
| 462 | 2024.12.14 01:03:17.702164 [ 257 ] {368745a2-f5cd-4156-a03f-7e95b2554297} <Debug> oximeter.measurements_histogramf64 (d90d5f9d-667a-42b9-a712-ef448daa9587): There are no data parts | ||
| 463 | 2024.12.14 01:03:17.704990 [ 257 ] {368745a2-f5cd-4156-a03f-7e95b2554297} <Debug> TCPHandler: Processed in 0.006813827 sec. | ||
| 464 | 2024.12.14 01:03:17.705178 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.12.14 01:03:17.705410 [ 3 ] {4478de7e-ba72-4dc1-a776-5c4889c01b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) /* The field tables store named dimensions of each timeseries. | ||
| 466 | * | ||
| 467 | * As with the measurement tables, there is one field table for each field data | ||
| 468 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 469 | * this behavior **must not** be relied upon for query correctness. | ||
| 470 | * | ||
| 471 | * The index for the fields differs from the measurements, however. Rows are | ||
| 472 | * sorted by timeseries name, then field name, field value, and finally | ||
| 473 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 474 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 475 | * usually then used to look up measurements. | ||
| 476 | * | ||
| 477 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 478 | * timeseries name and then key, since it would improve lookups where one | ||
| 479 | * already has the key. Realistically though, these tables are quite small and | ||
| 480 | * so performance benefits will be low in absolute terms. | ||
| 481 | * | ||
| 482 | * TTL: We use a materialized column to expire old field table records. This | ||
| 483 | * column is generated automatically by the database whenever a new row is | ||
| 484 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 485 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 486 | * record will remain during a deduplication, which will have the last | ||
| 487 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 488 | * measurement tables. | ||
| 489 | */ | ||
| 490 | 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) | ||
| 491 | 2024.12.14 01:03:17.705503 [ 3 ] {4478de7e-ba72-4dc1-a776-5c4889c01b78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 492 | 2024.12.14 01:03:17.708953 [ 3 ] {4478de7e-ba72-4dc1-a776-5c4889c01b78} <Debug> oximeter.fields_bool (18f2323d-36d5-4830-aa43-ba5d86534981): Loading data parts | ||
| 493 | 2024.12.14 01:03:17.709177 [ 3 ] {4478de7e-ba72-4dc1-a776-5c4889c01b78} <Debug> oximeter.fields_bool (18f2323d-36d5-4830-aa43-ba5d86534981): There are no data parts | ||
| 494 | 2024.12.14 01:03:17.712471 [ 3 ] {4478de7e-ba72-4dc1-a776-5c4889c01b78} <Debug> TCPHandler: Processed in 0.007355133 sec. | ||
| 495 | 2024.12.14 01:03:17.712689 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2024.12.14 01:03:17.712955 [ 257 ] {153f1cc2-1e02-4f18-8564-b1b77435a1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 497 | 2024.12.14 01:03:17.713026 [ 257 ] {153f1cc2-1e02-4f18-8564-b1b77435a1f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 498 | 2024.12.14 01:03:17.717106 [ 257 ] {153f1cc2-1e02-4f18-8564-b1b77435a1f5} <Debug> oximeter.fields_i8 (80b4f882-135a-4b63-adf2-fb926edbcaf5): Loading data parts | ||
| 499 | 2024.12.14 01:03:17.717252 [ 257 ] {153f1cc2-1e02-4f18-8564-b1b77435a1f5} <Debug> oximeter.fields_i8 (80b4f882-135a-4b63-adf2-fb926edbcaf5): There are no data parts | ||
| 500 | 2024.12.14 01:03:17.719493 [ 257 ] {153f1cc2-1e02-4f18-8564-b1b77435a1f5} <Debug> TCPHandler: Processed in 0.006861718 sec. | ||
| 501 | 2024.12.14 01:03:17.719678 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2024.12.14 01:03:17.719889 [ 3 ] {d1441a23-fca3-4997-ae91-ae89aa4b4b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 503 | 2024.12.14 01:03:17.719978 [ 3 ] {d1441a23-fca3-4997-ae91-ae89aa4b4b99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 504 | 2024.12.14 01:03:17.721825 [ 3 ] {d1441a23-fca3-4997-ae91-ae89aa4b4b99} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Loading data parts | ||
| 505 | 2024.12.14 01:03:17.722036 [ 3 ] {d1441a23-fca3-4997-ae91-ae89aa4b4b99} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): There are no data parts | ||
| 506 | 2024.12.14 01:03:17.723345 [ 3 ] {d1441a23-fca3-4997-ae91-ae89aa4b4b99} <Debug> TCPHandler: Processed in 0.003730348 sec. | ||
| 507 | 2024.12.14 01:03:17.723540 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2024.12.14 01:03:17.723786 [ 257 ] {5e77bd4a-2004-43f7-953c-66837cc24598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 509 | 2024.12.14 01:03:17.723858 [ 257 ] {5e77bd4a-2004-43f7-953c-66837cc24598} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 510 | 2024.12.14 01:03:17.725817 [ 257 ] {5e77bd4a-2004-43f7-953c-66837cc24598} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Loading data parts | ||
| 511 | 2024.12.14 01:03:17.726008 [ 257 ] {5e77bd4a-2004-43f7-953c-66837cc24598} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): There are no data parts | ||
| 512 | 2024.12.14 01:03:17.727664 [ 257 ] {5e77bd4a-2004-43f7-953c-66837cc24598} <Debug> TCPHandler: Processed in 0.00418347 sec. | ||
| 513 | 2024.12.14 01:03:17.727843 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 514 | 2024.12.14 01:03:17.728050 [ 3 ] {d085f19b-b224-4310-a7e3-3e4a2d3a7d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 515 | 2024.12.14 01:03:17.728137 [ 3 ] {d085f19b-b224-4310-a7e3-3e4a2d3a7d80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 516 | 2024.12.14 01:03:17.731342 [ 3 ] {d085f19b-b224-4310-a7e3-3e4a2d3a7d80} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Loading data parts | ||
| 517 | 2024.12.14 01:03:17.731520 [ 3 ] {d085f19b-b224-4310-a7e3-3e4a2d3a7d80} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): There are no data parts | ||
| 518 | 2024.12.14 01:03:17.732821 [ 3 ] {d085f19b-b224-4310-a7e3-3e4a2d3a7d80} <Debug> TCPHandler: Processed in 0.005034376 sec. | ||
| 519 | 2024.12.14 01:03:17.733012 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 520 | 2024.12.14 01:03:17.733268 [ 257 ] {bbc88322-800b-49ce-98f4-0d722bf0c988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 521 | 2024.12.14 01:03:17.733351 [ 257 ] {bbc88322-800b-49ce-98f4-0d722bf0c988} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 522 | 2024.12.14 01:03:17.735526 [ 257 ] {bbc88322-800b-49ce-98f4-0d722bf0c988} <Debug> oximeter.fields_i32 (d5dc824d-3879-450a-b126-e5fe38a0e195): Loading data parts | ||
| 523 | 2024.12.14 01:03:17.735672 [ 257 ] {bbc88322-800b-49ce-98f4-0d722bf0c988} <Debug> oximeter.fields_i32 (d5dc824d-3879-450a-b126-e5fe38a0e195): There are no data parts | ||
| 524 | 2024.12.14 01:03:17.736963 [ 257 ] {bbc88322-800b-49ce-98f4-0d722bf0c988} <Debug> TCPHandler: Processed in 0.004009447 sec. | ||
| 525 | 2024.12.14 01:03:17.737133 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 526 | 2024.12.14 01:03:17.737370 [ 3 ] {838e0859-5333-4a6a-9448-50c64953a53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 527 | 2024.12.14 01:03:17.737469 [ 3 ] {838e0859-5333-4a6a-9448-50c64953a53f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 528 | 2024.12.14 01:03:17.739664 [ 3 ] {838e0859-5333-4a6a-9448-50c64953a53f} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Loading data parts | ||
| 529 | 2024.12.14 01:03:17.739860 [ 3 ] {838e0859-5333-4a6a-9448-50c64953a53f} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): There are no data parts | ||
| 530 | 2024.12.14 01:03:17.741092 [ 3 ] {838e0859-5333-4a6a-9448-50c64953a53f} <Debug> TCPHandler: Processed in 0.004016076 sec. | ||
| 531 | 2024.12.14 01:03:17.741289 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 532 | 2024.12.14 01:03:17.741538 [ 257 ] {9f98f659-6ae7-4f77-a0f5-972d819eedb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 533 | 2024.12.14 01:03:17.741608 [ 257 ] {9f98f659-6ae7-4f77-a0f5-972d819eedb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 534 | 2024.12.14 01:03:17.743314 [ 257 ] {9f98f659-6ae7-4f77-a0f5-972d819eedb1} <Debug> oximeter.fields_i64 (3bfa35e2-1725-49cd-9dd1-d1b583ec79f0): Loading data parts | ||
| 535 | 2024.12.14 01:03:17.743471 [ 257 ] {9f98f659-6ae7-4f77-a0f5-972d819eedb1} <Debug> oximeter.fields_i64 (3bfa35e2-1725-49cd-9dd1-d1b583ec79f0): There are no data parts | ||
| 536 | 2024.12.14 01:03:17.746367 [ 257 ] {9f98f659-6ae7-4f77-a0f5-972d819eedb1} <Debug> TCPHandler: Processed in 0.005134989 sec. | ||
| 537 | 2024.12.14 01:03:17.746561 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2024.12.14 01:03:17.746769 [ 3 ] {a7a967c9-0b2e-448e-ab2f-4eada87a3526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 539 | 2024.12.14 01:03:17.746861 [ 3 ] {a7a967c9-0b2e-448e-ab2f-4eada87a3526} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 540 | 2024.12.14 01:03:17.748843 [ 3 ] {a7a967c9-0b2e-448e-ab2f-4eada87a3526} <Debug> oximeter.fields_u64 (d04f8b90-c2f2-4584-845a-af07d6f0fdd6): Loading data parts | ||
| 541 | 2024.12.14 01:03:17.749011 [ 3 ] {a7a967c9-0b2e-448e-ab2f-4eada87a3526} <Debug> oximeter.fields_u64 (d04f8b90-c2f2-4584-845a-af07d6f0fdd6): There are no data parts | ||
| 542 | 2024.12.14 01:03:17.750213 [ 3 ] {a7a967c9-0b2e-448e-ab2f-4eada87a3526} <Debug> TCPHandler: Processed in 0.003710467 sec. | ||
| 543 | 2024.12.14 01:03:17.750411 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2024.12.14 01:03:17.750693 [ 257 ] {498cf600-a44d-426c-90ab-5bc8e7dfaf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 545 | 2024.12.14 01:03:17.750777 [ 257 ] {498cf600-a44d-426c-90ab-5bc8e7dfaf93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 546 | 2024.12.14 01:03:17.753860 [ 257 ] {498cf600-a44d-426c-90ab-5bc8e7dfaf93} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Loading data parts | ||
| 547 | 2024.12.14 01:03:17.754040 [ 257 ] {498cf600-a44d-426c-90ab-5bc8e7dfaf93} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): There are no data parts | ||
| 548 | 2024.12.14 01:03:17.757129 [ 257 ] {498cf600-a44d-426c-90ab-5bc8e7dfaf93} <Debug> TCPHandler: Processed in 0.006777526 sec. | ||
| 549 | 2024.12.14 01:03:17.757325 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2024.12.14 01:03:17.757531 [ 3 ] {1f9b92a7-b075-48e3-938e-7828b5588a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) 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) | ||
| 551 | 2024.12.14 01:03:17.757621 [ 3 ] {1f9b92a7-b075-48e3-938e-7828b5588a04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 552 | 2024.12.14 01:03:17.761397 [ 3 ] {1f9b92a7-b075-48e3-938e-7828b5588a04} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Loading data parts | ||
| 553 | 2024.12.14 01:03:17.761567 [ 3 ] {1f9b92a7-b075-48e3-938e-7828b5588a04} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): There are no data parts | ||
| 554 | 2024.12.14 01:03:17.763761 [ 3 ] {1f9b92a7-b075-48e3-938e-7828b5588a04} <Debug> TCPHandler: Processed in 0.006492628 sec. | ||
| 555 | 2024.12.14 01:03:17.763976 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2024.12.14 01:03:17.764205 [ 257 ] {95c2d702-98fc-4558-a5dd-1bd03025f269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) 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) | ||
| 557 | 2024.12.14 01:03:17.764288 [ 257 ] {95c2d702-98fc-4558-a5dd-1bd03025f269} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 558 | 2024.12.14 01:03:17.766182 [ 257 ] {95c2d702-98fc-4558-a5dd-1bd03025f269} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Loading data parts | ||
| 559 | 2024.12.14 01:03:17.766369 [ 257 ] {95c2d702-98fc-4558-a5dd-1bd03025f269} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): There are no data parts | ||
| 560 | 2024.12.14 01:03:17.767547 [ 257 ] {95c2d702-98fc-4558-a5dd-1bd03025f269} <Debug> TCPHandler: Processed in 0.003631736 sec. | ||
| 561 | 2024.12.14 01:03:17.767751 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2024.12.14 01:03:17.768102 [ 3 ] {85a8a2a6-645f-4187-855f-33ab152e8819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) /* The timeseries schema table stores the extracted schema for the samples | ||
| 563 | * oximeter collects. | ||
| 564 | */ | ||
| 565 | 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) | ||
| 566 | 2024.12.14 01:03:17.768229 [ 3 ] {85a8a2a6-645f-4187-855f-33ab152e8819} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 567 | 2024.12.14 01:03:17.770029 [ 3 ] {85a8a2a6-645f-4187-855f-33ab152e8819} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Loading data parts | ||
| 568 | 2024.12.14 01:03:17.770186 [ 3 ] {85a8a2a6-645f-4187-855f-33ab152e8819} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): There are no data parts | ||
| 569 | 2024.12.14 01:03:17.771586 [ 3 ] {85a8a2a6-645f-4187-855f-33ab152e8819} <Debug> TCPHandler: Processed in 0.003899152 sec. | ||
| 570 | 2024.12.14 01:03:17.771788 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.12.14 01:03:17.771987 [ 257 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 572 | 2024.12.14 01:03:17.773263 [ 257 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 573 | 2024.12.14 01:03:17.781517 [ 260 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Trace> oximeter.version (b6ef8465-18de-4dae-88d6-bf5083f94394): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 574 | 2024.12.14 01:03:17.781575 [ 260 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 575 | 2024.12.14 01:03:17.786287 [ 260 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 576 | 2024.12.14 01:03:17.786651 [ 260 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Trace> oximeter.version (b6ef8465-18de-4dae-88d6-bf5083f94394): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 577 | 2024.12.14 01:03:17.786999 [ 257 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015079 sec., 66.31739505272233 rows/sec., 1.04 KiB/sec. | ||
| 578 | 2024.12.14 01:03:17.787304 [ 257 ] {b3d39c22-c07e-45a4-a648-4c69fdc438fd} <Debug> TCPHandler: Processed in 0.01557394 sec. | ||
| 579 | 2024.12.14 01:03:17.962087 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42699 | ||
| 580 | 2024.12.14 01:03:17.962210 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 581 | 2024.12.14 01:03:17.962284 [ 261 ] {} <Debug> TCP-Session: e4ea13d7-1b9b-4308-9b13-764841387eb3 Authenticating user 'default' from [fd00:1122:3344:101::c]:42699 | ||
| 582 | 2024.12.14 01:03:17.962310 [ 261 ] {} <Debug> TCP-Session: e4ea13d7-1b9b-4308-9b13-764841387eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2024.12.14 01:03:17.962324 [ 261 ] {} <Debug> TCP-Session: e4ea13d7-1b9b-4308-9b13-764841387eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2024.12.14 01:03:17.962403 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 585 | 2024.12.14 01:03:17.962429 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 586 | 2024.12.14 01:03:17.962471 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 587 | 2024.12.14 01:03:17.966859 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34050 | ||
| 588 | 2024.12.14 01:03:17.966957 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51874 | ||
| 589 | 2024.12.14 01:03:17.967148 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 590 | 2024.12.14 01:03:17.967225 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65469 | ||
| 591 | 2024.12.14 01:03:17.967296 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 592 | 2024.12.14 01:03:17.967341 [ 262 ] {} <Debug> TCP-Session: 3b15b4db-a9a2-4f45-a91b-8ebdc1072763 Authenticating user 'default' from [fd00:1122:3344:101::c]:34050 | ||
| 593 | 2024.12.14 01:03:17.967356 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37902 | ||
| 594 | 2024.12.14 01:03:17.967470 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63672 | ||
| 595 | 2024.12.14 01:03:17.967491 [ 262 ] {} <Debug> TCP-Session: 3b15b4db-a9a2-4f45-a91b-8ebdc1072763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2024.12.14 01:03:17.967472 [ 263 ] {} <Debug> TCP-Session: 713fa257-eeef-462c-b124-3905f62937e6 Authenticating user 'default' from [fd00:1122:3344:101::c]:51874 | ||
| 597 | 2024.12.14 01:03:17.967734 [ 262 ] {} <Debug> TCP-Session: 3b15b4db-a9a2-4f45-a91b-8ebdc1072763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 598 | 2024.12.14 01:03:17.967762 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 599 | 2024.12.14 01:03:17.967785 [ 263 ] {} <Debug> TCP-Session: 713fa257-eeef-462c-b124-3905f62937e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.12.14 01:03:17.967925 [ 263 ] {} <Debug> TCP-Session: 713fa257-eeef-462c-b124-3905f62937e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.12.14 01:03:17.967735 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 602 | 2024.12.14 01:03:17.967988 [ 266 ] {} <Debug> TCP-Session: a0ff4e78-3704-40a0-ae51-0d03571b0379 Authenticating user 'default' from [fd00:1122:3344:101::c]:63672 | ||
| 603 | 2024.12.14 01:03:17.967983 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51385 | ||
| 604 | 2024.12.14 01:03:17.968013 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 605 | 2024.12.14 01:03:17.968030 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59045 | ||
| 606 | 2024.12.14 01:03:17.968109 [ 266 ] {} <Debug> TCP-Session: a0ff4e78-3704-40a0-ae51-0d03571b0379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2024.12.14 01:03:17.968152 [ 264 ] {} <Debug> TCP-Session: 3ec0e347-4abd-4824-bc74-f200dab2094e Authenticating user 'default' from [fd00:1122:3344:101::c]:65469 | ||
| 608 | 2024.12.14 01:03:17.968240 [ 266 ] {} <Debug> TCP-Session: a0ff4e78-3704-40a0-ae51-0d03571b0379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2024.12.14 01:03:17.968258 [ 265 ] {} <Debug> TCP-Session: 61e64843-e90f-4d38-a385-62df15c7ac32 Authenticating user 'default' from [fd00:1122:3344:101::c]:37902 | ||
| 610 | 2024.12.14 01:03:17.968266 [ 264 ] {} <Debug> TCP-Session: 3ec0e347-4abd-4824-bc74-f200dab2094e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2024.12.14 01:03:17.968462 [ 264 ] {} <Debug> TCP-Session: 3ec0e347-4abd-4824-bc74-f200dab2094e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.12.14 01:03:17.968507 [ 265 ] {} <Debug> TCP-Session: 61e64843-e90f-4d38-a385-62df15c7ac32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.12.14 01:03:17.968468 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2024.12.14 01:03:17.968608 [ 265 ] {} <Debug> TCP-Session: 61e64843-e90f-4d38-a385-62df15c7ac32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2024.12.14 01:03:17.968629 [ 268 ] {} <Debug> TCP-Session: 2b19e1d7-9fce-46f8-bc35-471c8d52d9a6 Authenticating user 'default' from [fd00:1122:3344:101::c]:59045 | ||
| 616 | 2024.12.14 01:03:17.968708 [ 268 ] {} <Debug> TCP-Session: 2b19e1d7-9fce-46f8-bc35-471c8d52d9a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.12.14 01:03:17.968732 [ 268 ] {} <Debug> TCP-Session: 2b19e1d7-9fce-46f8-bc35-471c8d52d9a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2024.12.14 01:03:17.969036 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 619 | 2024.12.14 01:03:17.969076 [ 267 ] {} <Debug> TCP-Session: 327cd552-7eff-4906-af40-28ad67455358 Authenticating user 'default' from [fd00:1122:3344:101::c]:51385 | ||
| 620 | 2024.12.14 01:03:17.969098 [ 267 ] {} <Debug> TCP-Session: 327cd552-7eff-4906-af40-28ad67455358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2024.12.14 01:03:17.969158 [ 267 ] {} <Debug> TCP-Session: 327cd552-7eff-4906-af40-28ad67455358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2024.12.14 01:03:18.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.57 MiB, peak 124.57 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 15.16 MiB | ||
| 623 | 2024.12.14 01:03:18.519913 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41710 | ||
| 624 | 2024.12.14 01:03:18.520121 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2024.12.14 01:03:18.520170 [ 269 ] {} <Debug> TCP-Session: 1c298641-f593-4004-bfc1-bad34016f669 Authenticating user 'default' from [fd00:1122:3344:101::e]:41710 | ||
| 626 | 2024.12.14 01:03:18.520195 [ 269 ] {} <Debug> TCP-Session: 1c298641-f593-4004-bfc1-bad34016f669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2024.12.14 01:03:18.520210 [ 269 ] {} <Debug> TCP-Session: 1c298641-f593-4004-bfc1-bad34016f669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.12.14 01:03:18.520295 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2024.12.14 01:03:18.520322 [ 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 | ||
| 630 | 2024.12.14 01:03:18.520357 [ 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 | ||
| 631 | 2024.12.14 01:03:18.521399 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45382 | ||
| 632 | 2024.12.14 01:03:18.521467 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38350 | ||
| 633 | 2024.12.14 01:03:18.521800 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2024.12.14 01:03:18.521814 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.12.14 01:03:18.521865 [ 270 ] {} <Debug> TCP-Session: 6f4917b3-8a67-42a0-8e5e-0a4d6d2e1a95 Authenticating user 'default' from [fd00:1122:3344:101::e]:45382 | ||
| 636 | 2024.12.14 01:03:18.521828 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49216 | ||
| 637 | 2024.12.14 01:03:18.521924 [ 271 ] {} <Debug> TCP-Session: d5045305-8c4b-4273-9009-e38d306a996b Authenticating user 'default' from [fd00:1122:3344:101::e]:38350 | ||
| 638 | 2024.12.14 01:03:18.521934 [ 270 ] {} <Debug> TCP-Session: 6f4917b3-8a67-42a0-8e5e-0a4d6d2e1a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2024.12.14 01:03:18.521995 [ 271 ] {} <Debug> TCP-Session: d5045305-8c4b-4273-9009-e38d306a996b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.12.14 01:03:18.521969 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51178 | ||
| 641 | 2024.12.14 01:03:18.522177 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39715 | ||
| 642 | 2024.12.14 01:03:18.522203 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2024.12.14 01:03:18.522185 [ 270 ] {} <Debug> TCP-Session: 6f4917b3-8a67-42a0-8e5e-0a4d6d2e1a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2024.12.14 01:03:18.522358 [ 271 ] {} <Debug> TCP-Session: d5045305-8c4b-4273-9009-e38d306a996b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2024.12.14 01:03:18.522369 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2024.12.14 01:03:18.522588 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55840 | ||
| 647 | 2024.12.14 01:03:18.522624 [ 273 ] {} <Debug> TCP-Session: e502a39e-b5d8-46d9-9d94-046f827fbcfd Authenticating user 'default' from [fd00:1122:3344:101::e]:51178 | ||
| 648 | 2024.12.14 01:03:18.522386 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55089 | ||
| 649 | 2024.12.14 01:03:18.522656 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 650 | 2024.12.14 01:03:18.522875 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 651 | 2024.12.14 01:03:18.522880 [ 273 ] {} <Debug> TCP-Session: e502a39e-b5d8-46d9-9d94-046f827fbcfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2024.12.14 01:03:18.522938 [ 274 ] {} <Debug> TCP-Session: 36773c47-1810-4007-a5cf-e8cf661cba70 Authenticating user 'default' from [fd00:1122:3344:101::e]:39715 | ||
| 653 | 2024.12.14 01:03:18.522938 [ 272 ] {} <Debug> TCP-Session: 48097808-3d60-42d8-bde8-8e7ccc22f61b Authenticating user 'default' from [fd00:1122:3344:101::e]:49216 | ||
| 654 | 2024.12.14 01:03:18.523105 [ 273 ] {} <Debug> TCP-Session: e502a39e-b5d8-46d9-9d94-046f827fbcfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.12.14 01:03:18.522960 [ 276 ] {} <Debug> TCP-Session: 65cd98e1-fbad-4cf8-b42e-7e6375855ac0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55840 | ||
| 656 | 2024.12.14 01:03:18.523140 [ 272 ] {} <Debug> TCP-Session: 48097808-3d60-42d8-bde8-8e7ccc22f61b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.12.14 01:03:18.523202 [ 274 ] {} <Debug> TCP-Session: 36773c47-1810-4007-a5cf-e8cf661cba70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2024.12.14 01:03:18.523213 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 659 | 2024.12.14 01:03:18.523251 [ 276 ] {} <Debug> TCP-Session: 65cd98e1-fbad-4cf8-b42e-7e6375855ac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2024.12.14 01:03:18.523279 [ 274 ] {} <Debug> TCP-Session: 36773c47-1810-4007-a5cf-e8cf661cba70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2024.12.14 01:03:18.523294 [ 272 ] {} <Debug> TCP-Session: 48097808-3d60-42d8-bde8-8e7ccc22f61b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.12.14 01:03:18.523345 [ 275 ] {} <Debug> TCP-Session: d5c3f0ca-7dc7-44bf-ad61-7984087f6689 Authenticating user 'default' from [fd00:1122:3344:101::e]:55089 | ||
| 663 | 2024.12.14 01:03:18.523368 [ 276 ] {} <Debug> TCP-Session: 65cd98e1-fbad-4cf8-b42e-7e6375855ac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.12.14 01:03:18.523504 [ 275 ] {} <Debug> TCP-Session: d5c3f0ca-7dc7-44bf-ad61-7984087f6689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.12.14 01:03:18.523570 [ 275 ] {} <Debug> TCP-Session: d5c3f0ca-7dc7-44bf-ad61-7984087f6689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.12.14 01:03:18.968988 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37852 | ||
| 667 | 2024.12.14 01:03:18.969164 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2024.12.14 01:03:18.969246 [ 277 ] {} <Debug> TCP-Session: 9946eede-9581-4dcf-bcf4-b42232026247 Authenticating user 'default' from [fd00:1122:3344:101::b]:37852 | ||
| 669 | 2024.12.14 01:03:18.969273 [ 277 ] {} <Debug> TCP-Session: 9946eede-9581-4dcf-bcf4-b42232026247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.12.14 01:03:18.969288 [ 277 ] {} <Debug> TCP-Session: 9946eede-9581-4dcf-bcf4-b42232026247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.14 01:03:18.969397 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2024.12.14 01:03:18.969425 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 673 | 2024.12.14 01:03:18.969474 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2024.12.14 01:03:18.971057 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51250 | ||
| 675 | 2024.12.14 01:03:18.971367 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2024.12.14 01:03:18.971367 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43208 | ||
| 677 | 2024.12.14 01:03:18.971391 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60529 | ||
| 678 | 2024.12.14 01:03:18.971416 [ 278 ] {} <Debug> TCP-Session: 7f8c28a2-180e-4e6a-91da-14b3793ddfcf Authenticating user 'default' from [fd00:1122:3344:101::b]:51250 | ||
| 679 | 2024.12.14 01:03:18.971660 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2024.12.14 01:03:18.971612 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54022 | ||
| 681 | 2024.12.14 01:03:18.971757 [ 278 ] {} <Debug> TCP-Session: 7f8c28a2-180e-4e6a-91da-14b3793ddfcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.12.14 01:03:18.971765 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2024.12.14 01:03:18.971800 [ 280 ] {} <Debug> TCP-Session: dce9aa43-9dd0-4b20-acfc-3ae4fceaea3d Authenticating user 'default' from [fd00:1122:3344:101::b]:60529 | ||
| 684 | 2024.12.14 01:03:18.971985 [ 278 ] {} <Debug> TCP-Session: 7f8c28a2-180e-4e6a-91da-14b3793ddfcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.12.14 01:03:18.971973 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55008 | ||
| 686 | 2024.12.14 01:03:18.972087 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54191 | ||
| 687 | 2024.12.14 01:03:18.972092 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2024.12.14 01:03:18.972230 [ 279 ] {} <Debug> TCP-Session: 31da5105-39ab-4f7a-8f79-8d94387b81c9 Authenticating user 'default' from [fd00:1122:3344:101::b]:43208 | ||
| 689 | 2024.12.14 01:03:18.972233 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51691 | ||
| 690 | 2024.12.14 01:03:18.972579 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2024.12.14 01:03:18.972578 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2024.12.14 01:03:18.972737 [ 283 ] {} <Debug> TCP-Session: c4c6d37d-c25e-4c73-affd-be325660efe6 Authenticating user 'default' from [fd00:1122:3344:101::b]:54191 | ||
| 693 | 2024.12.14 01:03:18.972770 [ 280 ] {} <Debug> TCP-Session: dce9aa43-9dd0-4b20-acfc-3ae4fceaea3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.12.14 01:03:18.972784 [ 279 ] {} <Debug> TCP-Session: 31da5105-39ab-4f7a-8f79-8d94387b81c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.14 01:03:18.972822 [ 283 ] {} <Debug> TCP-Session: c4c6d37d-c25e-4c73-affd-be325660efe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.12.14 01:03:18.972835 [ 280 ] {} <Debug> TCP-Session: dce9aa43-9dd0-4b20-acfc-3ae4fceaea3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.12.14 01:03:18.972852 [ 279 ] {} <Debug> TCP-Session: 31da5105-39ab-4f7a-8f79-8d94387b81c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.12.14 01:03:18.972792 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.12.14 01:03:18.972877 [ 283 ] {} <Debug> TCP-Session: c4c6d37d-c25e-4c73-affd-be325660efe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.12.14 01:03:18.972759 [ 282 ] {} <Debug> TCP-Session: cd6f3f5f-0039-4f59-a612-2f3f1b4ca03f Authenticating user 'default' from [fd00:1122:3344:101::b]:55008 | ||
| 701 | 2024.12.14 01:03:18.972747 [ 281 ] {} <Debug> TCP-Session: ec8b6183-757f-457f-81e6-fe0b52a03d52 Authenticating user 'default' from [fd00:1122:3344:101::b]:54022 | ||
| 702 | 2024.12.14 01:03:18.973032 [ 284 ] {} <Debug> TCP-Session: 2cfd8734-7f0d-42e0-8c20-a1a6595afd98 Authenticating user 'default' from [fd00:1122:3344:101::b]:51691 | ||
| 703 | 2024.12.14 01:03:18.973100 [ 281 ] {} <Debug> TCP-Session: ec8b6183-757f-457f-81e6-fe0b52a03d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.12.14 01:03:18.973101 [ 284 ] {} <Debug> TCP-Session: 2cfd8734-7f0d-42e0-8c20-a1a6595afd98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.12.14 01:03:18.973148 [ 281 ] {} <Debug> TCP-Session: ec8b6183-757f-457f-81e6-fe0b52a03d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.14 01:03:18.973150 [ 282 ] {} <Debug> TCP-Session: cd6f3f5f-0039-4f59-a612-2f3f1b4ca03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.12.14 01:03:18.973173 [ 284 ] {} <Debug> TCP-Session: 2cfd8734-7f0d-42e0-8c20-a1a6595afd98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.12.14 01:03:18.973262 [ 282 ] {} <Debug> TCP-Session: cd6f3f5f-0039-4f59-a612-2f3f1b4ca03f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.14 01:03:19.000147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.82 MiB, peak 139.82 MiB, free memory in arenas 0.00 B, will set to 140.88 MiB (RSS), difference: 1.05 MiB | ||
| 710 | 2024.12.14 01:03:24.886924 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 711 | 2024.12.14 01:03:24.886946 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 712 | 2024.12.14 01:03:24.887057 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 713 | 2024.12.14 01:03:24.887148 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 714 | 2024.12.14 01:03:24.948139 [ 242 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Loading data parts | ||
| 715 | 2024.12.14 01:03:24.948486 [ 242 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): There are no data parts | ||
| 716 | 2024.12.14 01:03:24.972378 [ 244 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Loading data parts | ||
| 717 | 2024.12.14 01:03:24.972568 [ 244 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): There are no data parts | ||
| 718 | 2024.12.14 01:03:25.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.03 MiB, peak 141.03 MiB, free memory in arenas 0.00 B, will set to 144.16 MiB (RSS), difference: 3.13 MiB | ||
| 719 | 2024.12.14 01:03:25.023625 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 720 | 2024.12.14 01:03:25.023670 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 721 | 2024.12.14 01:03:25.025674 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 722 | 2024.12.14 01:03:25.026041 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 723 | 2024.12.14 01:03:25.026253 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 724 | 2024.12.14 01:03:25.055837 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 725 | 2024.12.14 01:03:25.055973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 726 | 2024.12.14 01:03:25.063680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 727 | 2024.12.14 01:03:25.064526 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 728 | 2024.12.14 01:03:25.067741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 729 | 2024.12.14 01:03:26.000147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.01 MiB, peak 153.01 MiB, free memory in arenas 0.00 B, will set to 150.69 MiB (RSS), difference: 1.68 MiB | ||
| 730 | 2024.12.14 01:03:27.386887 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 731 | 2024.12.14 01:03:27.387039 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 732 | 2024.12.14 01:03:27.467326 [ 243 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Loading data parts | ||
| 733 | 2024.12.14 01:03:27.467555 [ 243 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): There are no data parts | ||
| 734 | 2024.12.14 01:03:27.534371 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 735 | 2024.12.14 01:03:27.534504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 736 | 2024.12.14 01:03:27.536140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 737 | 2024.12.14 01:03:27.536452 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 738 | 2024.12.14 01:03:27.536941 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 739 | 2024.12.14 01:03:28.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.87 MiB, peak 154.87 MiB, free memory in arenas 0.00 B, will set to 151.07 MiB (RSS), difference: -3.81 MiB | ||
| 740 | 2024.12.14 01:03:28.672511 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60751 | ||
| 741 | 2024.12.14 01:03:28.672652 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2024.12.14 01:03:28.672785 [ 285 ] {} <Debug> TCP-Session: af4aa886-9120-4175-8458-a8d5eee33e17 Authenticating user 'default' from [fd00:1122:3344:101::a]:60751 | ||
| 743 | 2024.12.14 01:03:28.672832 [ 285 ] {} <Debug> TCP-Session: af4aa886-9120-4175-8458-a8d5eee33e17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.14 01:03:28.672846 [ 285 ] {} <Debug> TCP-Session: af4aa886-9120-4175-8458-a8d5eee33e17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.12.14 01:03:28.672917 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 746 | 2024.12.14 01:03:28.672959 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 747 | 2024.12.14 01:03:28.672996 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 748 | 2024.12.14 01:03:28.674688 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42170 | ||
| 749 | 2024.12.14 01:03:28.674810 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36899 | ||
| 750 | 2024.12.14 01:03:28.674817 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 751 | 2024.12.14 01:03:28.675024 [ 286 ] {} <Debug> TCP-Session: 9b72b460-de60-4171-9b35-528934af4391 Authenticating user 'default' from [fd00:1122:3344:101::a]:42170 | ||
| 752 | 2024.12.14 01:03:28.675023 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49666 | ||
| 753 | 2024.12.14 01:03:28.675021 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49340 | ||
| 754 | 2024.12.14 01:03:28.675154 [ 286 ] {} <Debug> TCP-Session: 9b72b460-de60-4171-9b35-528934af4391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 755 | 2024.12.14 01:03:28.675200 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 756 | 2024.12.14 01:03:28.675239 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60929 | ||
| 757 | 2024.12.14 01:03:28.675239 [ 286 ] {} <Debug> TCP-Session: 9b72b460-de60-4171-9b35-528934af4391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 758 | 2024.12.14 01:03:28.675613 [ 287 ] {} <Debug> TCP-Session: 487ac2a5-7fa6-4927-a1a1-d99916335bb2 Authenticating user 'default' from [fd00:1122:3344:101::a]:36899 | ||
| 759 | 2024.12.14 01:03:28.675618 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42788 | ||
| 760 | 2024.12.14 01:03:28.675699 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 761 | 2024.12.14 01:03:28.675740 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 762 | 2024.12.14 01:03:28.675780 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 763 | 2024.12.14 01:03:28.675890 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53817 | ||
| 764 | 2024.12.14 01:03:28.675965 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 765 | 2024.12.14 01:03:28.676004 [ 288 ] {} <Debug> TCP-Session: c0802786-8ca8-4d19-bed9-e2df7eb12a5f Authenticating user 'default' from [fd00:1122:3344:101::a]:49666 | ||
| 766 | 2024.12.14 01:03:28.676007 [ 287 ] {} <Debug> TCP-Session: 487ac2a5-7fa6-4927-a1a1-d99916335bb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.12.14 01:03:28.676184 [ 288 ] {} <Debug> TCP-Session: c0802786-8ca8-4d19-bed9-e2df7eb12a5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 768 | 2024.12.14 01:03:28.676212 [ 289 ] {} <Debug> TCP-Session: 1d2e0f15-1916-4b2f-855d-9c8ac12a7142 Authenticating user 'default' from [fd00:1122:3344:101::a]:49340 | ||
| 769 | 2024.12.14 01:03:28.676221 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 770 | 2024.12.14 01:03:28.676143 [ 291 ] {} <Debug> TCP-Session: 60705ec9-2009-481d-8e8c-fa1b79ad6fd5 Authenticating user 'default' from [fd00:1122:3344:101::a]:42788 | ||
| 771 | 2024.12.14 01:03:28.676264 [ 288 ] {} <Debug> TCP-Session: c0802786-8ca8-4d19-bed9-e2df7eb12a5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 772 | 2024.12.14 01:03:28.676230 [ 287 ] {} <Debug> TCP-Session: 487ac2a5-7fa6-4927-a1a1-d99916335bb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.12.14 01:03:28.676287 [ 290 ] {} <Debug> TCP-Session: b67ef41f-2893-42eb-97c6-ba9f7fba5d6e Authenticating user 'default' from [fd00:1122:3344:101::a]:60929 | ||
| 774 | 2024.12.14 01:03:28.676378 [ 291 ] {} <Debug> TCP-Session: 60705ec9-2009-481d-8e8c-fa1b79ad6fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 775 | 2024.12.14 01:03:28.676389 [ 292 ] {} <Debug> TCP-Session: ff65b202-8e1f-4398-8853-9c29841d8757 Authenticating user 'default' from [fd00:1122:3344:101::a]:53817 | ||
| 776 | 2024.12.14 01:03:28.676379 [ 289 ] {} <Debug> TCP-Session: 1d2e0f15-1916-4b2f-855d-9c8ac12a7142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.12.14 01:03:28.676466 [ 291 ] {} <Debug> TCP-Session: 60705ec9-2009-481d-8e8c-fa1b79ad6fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.12.14 01:03:28.676487 [ 290 ] {} <Debug> TCP-Session: b67ef41f-2893-42eb-97c6-ba9f7fba5d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.12.14 01:03:28.676503 [ 292 ] {} <Debug> TCP-Session: ff65b202-8e1f-4398-8853-9c29841d8757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 780 | 2024.12.14 01:03:28.676590 [ 289 ] {} <Debug> TCP-Session: 1d2e0f15-1916-4b2f-855d-9c8ac12a7142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 781 | 2024.12.14 01:03:28.676602 [ 292 ] {} <Debug> TCP-Session: ff65b202-8e1f-4398-8853-9c29841d8757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.12.14 01:03:28.676610 [ 290 ] {} <Debug> TCP-Session: b67ef41f-2893-42eb-97c6-ba9f7fba5d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 783 | 2024.12.14 01:03:32.358333 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 784 | 2024.12.14 01:03:32.358393 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 785 | 2024.12.14 01:03:32.526340 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 786 | 2024.12.14 01:03:32.527454 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2024.12.14 01:03:32.527498 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 788 | 2024.12.14 01:03:32.528135 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 789 | 2024.12.14 01:03:32.528394 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 790 | 2024.12.14 01:03:32.528610 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 791 | 2024.12.14 01:03:32.567802 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 792 | 2024.12.14 01:03:32.590051 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2024.12.14 01:03:32.590116 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 794 | 2024.12.14 01:03:32.597097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2024.12.14 01:03:32.597874 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 796 | 2024.12.14 01:03:32.600572 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2024.12.14 01:03:33.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.03 MiB, peak 156.03 MiB, free memory in arenas 0.00 B, will set to 154.33 MiB (RSS), difference: 2.31 MiB | ||
| 798 | 2024.12.14 01:03:37.792318 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2024.12.14 01:03:37.792583 [ 3 ] {d318960b-2d30-49ed-8940-035d7764151d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2024.12.14 01:03:37.793030 [ 3 ] {d318960b-2d30-49ed-8940-035d7764151d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2024.12.14 01:03:37.795378 [ 3 ] {d318960b-2d30-49ed-8940-035d7764151d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2024.12.14 01:03:37.796249 [ 3 ] {d318960b-2d30-49ed-8940-035d7764151d} <Debug> TCPHandler: Processed in 0.004076678 sec. | ||
| 803 | 2024.12.14 01:03:37.798828 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.12.14 01:03:37.799062 [ 257 ] {eddcd576-45b2-49fc-8dec-5acb1b5b9d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2024.12.14 01:03:37.800851 [ 257 ] {eddcd576-45b2-49fc-8dec-5acb1b5b9d5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2024.12.14 01:03:37.800920 [ 257 ] {eddcd576-45b2-49fc-8dec-5acb1b5b9d5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2024.12.14 01:03:37.801537 [ 257 ] {eddcd576-45b2-49fc-8dec-5acb1b5b9d5f} <Debug> TCPHandler: Processed in 0.002840632 sec. | ||
| 808 | 2024.12.14 01:03:37.801851 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2024.12.14 01:03:37.802022 [ 3 ] {27f30ba0-2a76-4982-86a0-ba540fb806c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2024.12.14 01:03:37.802516 [ 3 ] {27f30ba0-2a76-4982-86a0-ba540fb806c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2024.12.14 01:03:37.802574 [ 3 ] {27f30ba0-2a76-4982-86a0-ba540fb806c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2024.12.14 01:03:37.803115 [ 3 ] {27f30ba0-2a76-4982-86a0-ba540fb806c4} <Debug> TCPHandler: Processed in 0.001326559 sec. | ||
| 813 | 2024.12.14 01:03:37.803444 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2024.12.14 01:03:37.803597 [ 257 ] {0b910408-b8d8-4311-a69b-c8eaddf45235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 815 | 2024.12.14 01:03:37.803965 [ 257 ] {0b910408-b8d8-4311-a69b-c8eaddf45235} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2024.12.14 01:03:37.804030 [ 257 ] {0b910408-b8d8-4311-a69b-c8eaddf45235} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2024.12.14 01:03:37.804504 [ 257 ] {0b910408-b8d8-4311-a69b-c8eaddf45235} <Debug> TCPHandler: Processed in 0.001115232 sec. | ||
| 818 | 2024.12.14 01:03:37.804815 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.12.14 01:03:37.804970 [ 3 ] {8f81aa63-3cfd-453a-b41c-d67ffe0964e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 820 | 2024.12.14 01:03:37.805338 [ 3 ] {8f81aa63-3cfd-453a-b41c-d67ffe0964e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2024.12.14 01:03:37.805395 [ 3 ] {8f81aa63-3cfd-453a-b41c-d67ffe0964e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2024.12.14 01:03:37.805942 [ 3 ] {8f81aa63-3cfd-453a-b41c-d67ffe0964e6} <Debug> TCPHandler: Processed in 0.001185714 sec. | ||
| 823 | 2024.12.14 01:03:37.806238 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2024.12.14 01:03:37.806389 [ 257 ] {c7e50aaf-7c52-4a2a-9c2d-870d0f37f951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 825 | 2024.12.14 01:03:37.806754 [ 257 ] {c7e50aaf-7c52-4a2a-9c2d-870d0f37f951} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2024.12.14 01:03:37.806809 [ 257 ] {c7e50aaf-7c52-4a2a-9c2d-870d0f37f951} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2024.12.14 01:03:37.807270 [ 257 ] {c7e50aaf-7c52-4a2a-9c2d-870d0f37f951} <Debug> TCPHandler: Processed in 0.001086721 sec. | ||
| 828 | 2024.12.14 01:03:37.807520 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2024.12.14 01:03:37.807672 [ 3 ] {c1217430-b28f-43f9-9ba5-f01187642b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 830 | 2024.12.14 01:03:37.808037 [ 3 ] {c1217430-b28f-43f9-9ba5-f01187642b38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2024.12.14 01:03:37.808092 [ 3 ] {c1217430-b28f-43f9-9ba5-f01187642b38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2024.12.14 01:03:37.808595 [ 3 ] {c1217430-b28f-43f9-9ba5-f01187642b38} <Debug> TCPHandler: Processed in 0.001133003 sec. | ||
| 833 | 2024.12.14 01:03:37.808869 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2024.12.14 01:03:37.809025 [ 257 ] {93e278c8-7f90-45db-9ab6-366d3398af55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 835 | 2024.12.14 01:03:37.809394 [ 257 ] {93e278c8-7f90-45db-9ab6-366d3398af55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2024.12.14 01:03:37.809449 [ 257 ] {93e278c8-7f90-45db-9ab6-366d3398af55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2024.12.14 01:03:37.809925 [ 257 ] {93e278c8-7f90-45db-9ab6-366d3398af55} <Debug> TCPHandler: Processed in 0.001108762 sec. | ||
| 838 | 2024.12.14 01:03:37.810227 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2024.12.14 01:03:37.810384 [ 3 ] {c0fcd174-7b5c-4732-8543-75668e8d2680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 840 | 2024.12.14 01:03:37.810781 [ 3 ] {c0fcd174-7b5c-4732-8543-75668e8d2680} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2024.12.14 01:03:37.810837 [ 3 ] {c0fcd174-7b5c-4732-8543-75668e8d2680} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2024.12.14 01:03:37.811334 [ 3 ] {c0fcd174-7b5c-4732-8543-75668e8d2680} <Debug> TCPHandler: Processed in 0.001175154 sec. | ||
| 843 | 2024.12.14 01:03:37.811624 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2024.12.14 01:03:37.811783 [ 257 ] {b4ef875c-24b9-4142-8b74-450050be2b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 845 | 2024.12.14 01:03:37.812158 [ 257 ] {b4ef875c-24b9-4142-8b74-450050be2b79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2024.12.14 01:03:37.812214 [ 257 ] {b4ef875c-24b9-4142-8b74-450050be2b79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2024.12.14 01:03:37.812666 [ 257 ] {b4ef875c-24b9-4142-8b74-450050be2b79} <Debug> TCPHandler: Processed in 0.001097002 sec. | ||
| 848 | 2024.12.14 01:03:37.812934 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.12.14 01:03:37.813093 [ 3 ] {e1c3d30b-12b5-4cbd-a588-0c251040c1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 850 | 2024.12.14 01:03:37.813555 [ 3 ] {e1c3d30b-12b5-4cbd-a588-0c251040c1e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.12.14 01:03:37.813619 [ 3 ] {e1c3d30b-12b5-4cbd-a588-0c251040c1e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.12.14 01:03:37.814129 [ 3 ] {e1c3d30b-12b5-4cbd-a588-0c251040c1e8} <Debug> TCPHandler: Processed in 0.001249096 sec. | ||
| 853 | 2024.12.14 01:03:37.814379 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2024.12.14 01:03:37.814541 [ 257 ] {b48320bf-1fed-4c9e-92c2-59fbfa3fabad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 855 | 2024.12.14 01:03:37.814927 [ 257 ] {b48320bf-1fed-4c9e-92c2-59fbfa3fabad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2024.12.14 01:03:37.814984 [ 257 ] {b48320bf-1fed-4c9e-92c2-59fbfa3fabad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2024.12.14 01:03:37.815455 [ 257 ] {b48320bf-1fed-4c9e-92c2-59fbfa3fabad} <Debug> TCPHandler: Processed in 0.001133813 sec. | ||
| 858 | 2024.12.14 01:03:37.815732 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2024.12.14 01:03:37.815900 [ 3 ] {8e9d76f0-2d40-40e7-966e-198b233d1bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 860 | 2024.12.14 01:03:37.816289 [ 3 ] {8e9d76f0-2d40-40e7-966e-198b233d1bcf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2024.12.14 01:03:37.816346 [ 3 ] {8e9d76f0-2d40-40e7-966e-198b233d1bcf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2024.12.14 01:03:37.816844 [ 3 ] {8e9d76f0-2d40-40e7-966e-198b233d1bcf} <Debug> TCPHandler: Processed in 0.001169194 sec. | ||
| 863 | 2024.12.14 01:03:37.817096 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.12.14 01:03:37.817260 [ 257 ] {f73a4a9e-620f-478a-beb6-45823773af59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 865 | 2024.12.14 01:03:37.817655 [ 257 ] {f73a4a9e-620f-478a-beb6-45823773af59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2024.12.14 01:03:37.817711 [ 257 ] {f73a4a9e-620f-478a-beb6-45823773af59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2024.12.14 01:03:37.818204 [ 257 ] {f73a4a9e-620f-478a-beb6-45823773af59} <Debug> TCPHandler: Processed in 0.001165993 sec. | ||
| 868 | 2024.12.14 01:03:37.818487 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2024.12.14 01:03:37.818651 [ 3 ] {29e04214-0bea-400a-a068-d421b9ae9d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 870 | 2024.12.14 01:03:37.819069 [ 3 ] {29e04214-0bea-400a-a068-d421b9ae9d9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2024.12.14 01:03:37.819127 [ 3 ] {29e04214-0bea-400a-a068-d421b9ae9d9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2024.12.14 01:03:37.819636 [ 3 ] {29e04214-0bea-400a-a068-d421b9ae9d9f} <Debug> TCPHandler: Processed in 0.001205455 sec. | ||
| 873 | 2024.12.14 01:03:37.819930 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.12.14 01:03:37.820094 [ 257 ] {635b618f-f011-4d05-8aa6-691739f9a406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 875 | 2024.12.14 01:03:37.820492 [ 257 ] {635b618f-f011-4d05-8aa6-691739f9a406} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2024.12.14 01:03:37.820547 [ 257 ] {635b618f-f011-4d05-8aa6-691739f9a406} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2024.12.14 01:03:37.821017 [ 257 ] {635b618f-f011-4d05-8aa6-691739f9a406} <Debug> TCPHandler: Processed in 0.001140823 sec. | ||
| 878 | 2024.12.14 01:03:37.821284 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2024.12.14 01:03:37.821455 [ 3 ] {1e96decb-5dc3-4821-85d3-97a4ca7f05ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 880 | 2024.12.14 01:03:37.821870 [ 3 ] {1e96decb-5dc3-4821-85d3-97a4ca7f05ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2024.12.14 01:03:37.821965 [ 3 ] {1e96decb-5dc3-4821-85d3-97a4ca7f05ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2024.12.14 01:03:37.822589 [ 3 ] {1e96decb-5dc3-4821-85d3-97a4ca7f05ae} <Debug> TCPHandler: Processed in 0.001361889 sec. | ||
| 883 | 2024.12.14 01:03:37.822872 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2024.12.14 01:03:37.823045 [ 257 ] {8e78dbdc-f68a-4a31-b99b-891e3450f6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 885 | 2024.12.14 01:03:37.823452 [ 257 ] {8e78dbdc-f68a-4a31-b99b-891e3450f6c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2024.12.14 01:03:37.823507 [ 257 ] {8e78dbdc-f68a-4a31-b99b-891e3450f6c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2024.12.14 01:03:37.823980 [ 257 ] {8e78dbdc-f68a-4a31-b99b-891e3450f6c9} <Debug> TCPHandler: Processed in 0.001163184 sec. | ||
| 888 | 2024.12.14 01:03:37.826275 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2024.12.14 01:03:37.826408 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2024.12.14 01:03:37.826461 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2024.12.14 01:03:37.827494 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2024.12.14 01:03:37.827553 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 893 | 2024.12.14 01:03:37.828474 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2024.12.14 01:03:37.828834 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2024.12.14 01:03:37.829109 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002739 sec., 6571.741511500547 rows/sec., 919.16 KiB/sec. | ||
| 896 | 2024.12.14 01:03:37.829178 [ 3 ] {07b9ac13-cec9-4d32-916b-cf973e21f047} <Debug> TCPHandler: Processed in 0.002962706 sec. | ||
| 897 | 2024.12.14 01:03:37.829368 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2024.12.14 01:03:37.829523 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2024.12.14 01:03:37.829581 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2024.12.14 01:03:37.830893 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2024.12.14 01:03:37.830930 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 902 | 2024.12.14 01:03:37.831376 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2024.12.14 01:03:37.831627 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2024.12.14 01:03:37.831854 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002357 sec., 12728.044123886295 rows/sec., 1017.58 KiB/sec. | ||
| 905 | 2024.12.14 01:03:37.831970 [ 257 ] {58da7f34-c912-4ebb-a23b-5e847b93b337} <Debug> TCPHandler: Processed in 0.002670078 sec. | ||
| 906 | 2024.12.14 01:03:37.832182 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2024.12.14 01:03:37.832360 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2024.12.14 01:03:37.832431 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2024.12.14 01:03:37.833216 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2024.12.14 01:03:37.833257 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 911 | 2024.12.14 01:03:37.833628 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2024.12.14 01:03:37.833862 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2024.12.14 01:03:37.834071 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001755 sec., 20512.82051282051 rows/sec., 1.60 MiB/sec. | ||
| 914 | 2024.12.14 01:03:37.834127 [ 3 ] {84adf3c6-c406-4240-99c6-86f975574cd5} <Debug> TCPHandler: Processed in 0.002039429 sec. | ||
| 915 | 2024.12.14 01:03:37.834292 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2024.12.14 01:03:37.834435 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2024.12.14 01:03:37.834496 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2024.12.14 01:03:37.835677 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2024.12.14 01:03:37.835710 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 920 | 2024.12.14 01:03:37.836138 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2024.12.14 01:03:37.836378 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2024.12.14 01:03:37.836621 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.002205 sec., 21768.7074829932 rows/sec., 1.53 MiB/sec. | ||
| 923 | 2024.12.14 01:03:37.836686 [ 257 ] {6610a8d7-e05d-4b3a-871c-9ec4c75c84da} <Debug> TCPHandler: Processed in 0.002462071 sec. | ||
| 924 | 2024.12.14 01:03:37.836856 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2024.12.14 01:03:37.836998 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2024.12.14 01:03:37.837056 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2024.12.14 01:03:37.837608 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2024.12.14 01:03:37.837653 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 929 | 2024.12.14 01:03:37.838073 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2024.12.14 01:03:37.838326 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2024.12.14 01:03:37.838532 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001567 sec., 15315.890236119974 rows/sec., 1.02 MiB/sec. | ||
| 932 | 2024.12.14 01:03:37.838580 [ 3 ] {eff104b4-affa-41f9-a1fa-eeb24e514e3d} <Debug> TCPHandler: Processed in 0.001791872 sec. | ||
| 933 | 2024.12.14 01:03:38.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.34 MiB, peak 156.03 MiB, free memory in arenas 0.00 B, will set to 155.68 MiB (RSS), difference: 4.33 MiB | ||
| 934 | 2024.12.14 01:03:40.029696 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 935 | 2024.12.14 01:03:40.030354 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 936 | 2024.12.14 01:03:40.030404 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 937 | 2024.12.14 01:03:40.030996 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 938 | 2024.12.14 01:03:40.031265 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 939 | 2024.12.14 01:03:40.031453 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 940 | 2024.12.14 01:03:40.101629 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 941 | 2024.12.14 01:03:40.120579 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 942 | 2024.12.14 01:03:40.120644 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 943 | 2024.12.14 01:03:40.127585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 944 | 2024.12.14 01:03:40.128361 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 945 | 2024.12.14 01:03:40.131132 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 946 | 2024.12.14 01:03:42.794152 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 947 | 2024.12.14 01:03:42.794373 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 948 | 2024.12.14 01:03:42.794456 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 949 | 2024.12.14 01:03:42.795231 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2024.12.14 01:03:42.795283 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 951 | 2024.12.14 01:03:42.795752 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 952 | 2024.12.14 01:03:42.796023 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2024.12.14 01:03:42.796282 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001969 sec., 15236.160487557137 rows/sec., 1.19 MiB/sec. | ||
| 954 | 2024.12.14 01:03:42.796353 [ 3 ] {d9848320-f693-4b18-92c3-1c96afa9c46b} <Debug> TCPHandler: Processed in 0.002350898 sec. | ||
| 955 | 2024.12.14 01:03:42.796630 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2024.12.14 01:03:42.796830 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 957 | 2024.12.14 01:03:42.796905 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 958 | 2024.12.14 01:03:42.797700 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 959 | 2024.12.14 01:03:42.797756 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 960 | 2024.12.14 01:03:42.798235 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 961 | 2024.12.14 01:03:42.798517 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 962 | 2024.12.14 01:03:42.798754 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001977 sec., 18209.40819423369 rows/sec., 1.42 MiB/sec. | ||
| 963 | 2024.12.14 01:03:42.798810 [ 257 ] {2cb8c4e4-101f-42f3-a19b-97e6ac171a80} <Debug> TCPHandler: Processed in 0.002321757 sec. | ||
| 964 | 2024.12.14 01:03:42.799007 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 965 | 2024.12.14 01:03:42.799166 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 966 | 2024.12.14 01:03:42.799245 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 967 | 2024.12.14 01:03:42.800060 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 968 | 2024.12.14 01:03:42.800107 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 969 | 2024.12.14 01:03:42.800527 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 970 | 2024.12.14 01:03:42.800779 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 971 | 2024.12.14 01:03:42.801013 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001885 sec., 31830.238726790452 rows/sec., 2.23 MiB/sec. | ||
| 972 | 2024.12.14 01:03:42.801086 [ 3 ] {21bcc1c3-018a-4846-bb16-d2eaaf53a464} <Debug> TCPHandler: Processed in 0.002147192 sec. | ||
| 973 | 2024.12.14 01:03:42.801260 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 974 | 2024.12.14 01:03:42.801385 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 975 | 2024.12.14 01:03:42.801440 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 976 | 2024.12.14 01:03:42.801965 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2024.12.14 01:03:42.802008 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 978 | 2024.12.14 01:03:42.802400 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 979 | 2024.12.14 01:03:42.802653 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 980 | 2024.12.14 01:03:42.802875 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001519 sec., 19749.835418038183 rows/sec., 1.31 MiB/sec. | ||
| 981 | 2024.12.14 01:03:42.802932 [ 257 ] {170ca285-da74-435b-9c0f-72ad193cab8c} <Debug> TCPHandler: Processed in 0.00173182 sec. | ||
| 982 | 2024.12.14 01:03:47.358642 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 983 | 2024.12.14 01:03:47.358699 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 984 | 2024.12.14 01:03:47.532535 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 985 | 2024.12.14 01:03:47.533141 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 986 | 2024.12.14 01:03:47.533189 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 987 | 2024.12.14 01:03:47.533758 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 988 | 2024.12.14 01:03:47.534017 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 989 | 2024.12.14 01:03:47.534295 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 990 | 2024.12.14 01:03:47.539345 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 991 | 2024.12.14 01:03:47.544181 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 992 | 2024.12.14 01:03:47.544239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 993 | 2024.12.14 01:03:47.545771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 994 | 2024.12.14 01:03:47.546103 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 995 | 2024.12.14 01:03:47.546700 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 996 | 2024.12.14 01:03:47.632184 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 997 | 2024.12.14 01:03:47.652755 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 998 | 2024.12.14 01:03:47.652814 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 999 | 2024.12.14 01:03:47.659446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1000 | 2024.12.14 01:03:47.660191 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1001 | 2024.12.14 01:03:47.662766 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1002 | 2024.12.14 01:03:47.791843 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1003 | 2024.12.14 01:03:47.792106 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1004 | 2024.12.14 01:03:47.792577 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1005 | 2024.12.14 01:03:47.794651 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1006 | 2024.12.14 01:03:47.795064 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1007 | 2024.12.14 01:03:47.795347 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1008 | 2024.12.14 01:03:47.795724 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1009 | 2024.12.14 01:03:47.799360 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1010 | 2024.12.14 01:03:47.801296 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1011 | 2024.12.14 01:03:47.801324 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1012 | 2024.12.14 01:03:47.803318 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1013 | 2024.12.14 01:03:47.803356 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1014 | 2024.12.14 01:03:47.809323 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.017326 sec., 1038.9010735311092 rows/sec., 42.50 KiB/sec. | ||
| 1015 | 2024.12.14 01:03:47.809466 [ 3 ] {c1121092-7076-43de-8e9d-e4d25ca2ca9c} <Debug> TCPHandler: Processed in 0.017761364 sec. | ||
| 1016 | 2024.12.14 01:03:47.810746 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1017 | 2024.12.14 01:03:47.810993 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1018 | 2024.12.14 01:03:47.811399 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1019 | 2024.12.14 01:03:47.811446 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1020 | 2024.12.14 01:03:47.811799 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1021 | 2024.12.14 01:03:47.811892 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1022 | 2024.12.14 01:03:47.812074 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1023 | 2024.12.14 01:03:47.812115 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1024 | 2024.12.14 01:03:47.812142 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1025 | 2024.12.14 01:03:47.812162 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1026 | 2024.12.14 01:03:47.812213 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1027 | 2024.12.14 01:03:47.812238 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1028 | 2024.12.14 01:03:47.812906 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002023 sec., 8897.676717745922 rows/sec., 363.98 KiB/sec. | ||
| 1029 | 2024.12.14 01:03:47.813046 [ 257 ] {d5d989ad-e975-4961-af39-7c57a82d8241} <Debug> TCPHandler: Processed in 0.00243629 sec. | ||
| 1030 | 2024.12.14 01:03:47.813460 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1031 | 2024.12.14 01:03:47.813656 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1032 | 2024.12.14 01:03:47.813991 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1033 | 2024.12.14 01:03:47.814036 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1034 | 2024.12.14 01:03:47.814314 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1035 | 2024.12.14 01:03:47.814385 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1036 | 2024.12.14 01:03:47.814539 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1037 | 2024.12.14 01:03:47.814574 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1038 | 2024.12.14 01:03:47.814599 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1039 | 2024.12.14 01:03:47.814617 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1040 | 2024.12.14 01:03:47.814664 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1041 | 2024.12.14 01:03:47.814688 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1042 | 2024.12.14 01:03:47.815325 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00176 sec., 10227.272727272726 rows/sec., 418.37 KiB/sec. | ||
| 1043 | 2024.12.14 01:03:47.815449 [ 3 ] {5f9ea9cd-8a52-4cc4-b7af-5f6c2bf544a7} <Debug> TCPHandler: Processed in 0.00205749 sec. | ||
| 1044 | 2024.12.14 01:03:47.816101 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1045 | 2024.12.14 01:03:47.816288 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1046 | 2024.12.14 01:03:47.816612 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1047 | 2024.12.14 01:03:47.816664 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1048 | 2024.12.14 01:03:47.816964 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1049 | 2024.12.14 01:03:47.817038 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1050 | 2024.12.14 01:03:47.817193 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1051 | 2024.12.14 01:03:47.817226 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1052 | 2024.12.14 01:03:47.817250 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1053 | 2024.12.14 01:03:47.817268 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1054 | 2024.12.14 01:03:47.817315 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1055 | 2024.12.14 01:03:47.817340 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1056 | 2024.12.14 01:03:47.817926 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001723 sec., 10446.894950667442 rows/sec., 427.35 KiB/sec. | ||
| 1057 | 2024.12.14 01:03:47.818041 [ 257 ] {524b3af3-9aae-42fa-a6e4-2c472a69eb46} <Debug> TCPHandler: Processed in 0.002000058 sec. | ||
| 1058 | 2024.12.14 01:03:47.818393 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2024.12.14 01:03:47.818570 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1060 | 2024.12.14 01:03:47.818888 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1061 | 2024.12.14 01:03:47.818932 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1062 | 2024.12.14 01:03:47.819212 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1063 | 2024.12.14 01:03:47.819279 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1064 | 2024.12.14 01:03:47.819427 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1065 | 2024.12.14 01:03:47.819461 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1066 | 2024.12.14 01:03:47.819486 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1067 | 2024.12.14 01:03:47.819502 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1068 | 2024.12.14 01:03:47.819546 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1069 | 2024.12.14 01:03:47.819570 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1070 | 2024.12.14 01:03:47.820205 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001714 sec., 10501.750291715285 rows/sec., 429.60 KiB/sec. | ||
| 1071 | 2024.12.14 01:03:47.820323 [ 3 ] {82f8aa40-f60d-40c4-ad77-a4a5685509c2} <Debug> TCPHandler: Processed in 0.001988298 sec. | ||
| 1072 | 2024.12.14 01:03:47.820581 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1073 | 2024.12.14 01:03:47.820790 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1074 | 2024.12.14 01:03:47.821172 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1075 | 2024.12.14 01:03:47.821226 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1076 | 2024.12.14 01:03:47.821525 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1077 | 2024.12.14 01:03:47.821592 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1078 | 2024.12.14 01:03:47.821744 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1079 | 2024.12.14 01:03:47.821779 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1080 | 2024.12.14 01:03:47.821803 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1081 | 2024.12.14 01:03:47.821822 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1082 | 2024.12.14 01:03:47.821865 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1083 | 2024.12.14 01:03:47.821889 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1084 | 2024.12.14 01:03:47.822453 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001763 sec., 10209.86954055587 rows/sec., 417.66 KiB/sec. | ||
| 1085 | 2024.12.14 01:03:47.822565 [ 257 ] {dcf6df9d-8290-4d6c-933d-68e098ea421c} <Debug> TCPHandler: Processed in 0.00205055 sec. | ||
| 1086 | 2024.12.14 01:03:47.822866 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1087 | 2024.12.14 01:03:47.823047 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1088 | 2024.12.14 01:03:47.823360 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1089 | 2024.12.14 01:03:47.823404 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1090 | 2024.12.14 01:03:47.823681 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1091 | 2024.12.14 01:03:47.823747 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1092 | 2024.12.14 01:03:47.823895 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1093 | 2024.12.14 01:03:47.823928 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1094 | 2024.12.14 01:03:47.823951 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1095 | 2024.12.14 01:03:47.823968 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1096 | 2024.12.14 01:03:47.824012 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1097 | 2024.12.14 01:03:47.824035 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1098 | 2024.12.14 01:03:47.824636 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001672 sec., 10765.55023923445 rows/sec., 440.39 KiB/sec. | ||
| 1099 | 2024.12.14 01:03:47.824754 [ 3 ] {c68ed6be-272e-4a19-9320-7c6ed62e35fe} <Debug> TCPHandler: Processed in 0.001945366 sec. | ||
| 1100 | 2024.12.14 01:03:47.825024 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1101 | 2024.12.14 01:03:47.825206 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1102 | 2024.12.14 01:03:47.825521 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1103 | 2024.12.14 01:03:47.825565 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1104 | 2024.12.14 01:03:47.825849 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1105 | 2024.12.14 01:03:47.825915 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1106 | 2024.12.14 01:03:47.826066 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1107 | 2024.12.14 01:03:47.826099 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1108 | 2024.12.14 01:03:47.826121 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1109 | 2024.12.14 01:03:47.826139 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1110 | 2024.12.14 01:03:47.826184 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1111 | 2024.12.14 01:03:47.826208 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1112 | 2024.12.14 01:03:47.826788 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001666 sec., 10804.321728691477 rows/sec., 441.97 KiB/sec. | ||
| 1113 | 2024.12.14 01:03:47.826903 [ 257 ] {2aac0d06-ad1d-49ba-9f58-b241e42bfd5d} <Debug> TCPHandler: Processed in 0.001936826 sec. | ||
| 1114 | 2024.12.14 01:03:47.827158 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1115 | 2024.12.14 01:03:47.827344 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1116 | 2024.12.14 01:03:47.827657 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1117 | 2024.12.14 01:03:47.827701 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1118 | 2024.12.14 01:03:47.827984 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1119 | 2024.12.14 01:03:47.828050 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1120 | 2024.12.14 01:03:47.828201 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1121 | 2024.12.14 01:03:47.828237 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1122 | 2024.12.14 01:03:47.828261 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1123 | 2024.12.14 01:03:47.828278 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1124 | 2024.12.14 01:03:47.828320 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1125 | 2024.12.14 01:03:47.828344 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1126 | 2024.12.14 01:03:47.829015 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00176 sec., 10227.272727272726 rows/sec., 418.37 KiB/sec. | ||
| 1127 | 2024.12.14 01:03:47.829128 [ 3 ] {3fe9d468-7b88-4ce1-9c87-3e99f614cf5b} <Debug> TCPHandler: Processed in 0.002023549 sec. | ||
| 1128 | 2024.12.14 01:03:47.829419 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2024.12.14 01:03:47.829617 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1130 | 2024.12.14 01:03:47.829954 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1131 | 2024.12.14 01:03:47.829996 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1132 | 2024.12.14 01:03:47.830289 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1133 | 2024.12.14 01:03:47.830357 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1134 | 2024.12.14 01:03:47.830506 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1135 | 2024.12.14 01:03:47.830541 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1136 | 2024.12.14 01:03:47.830564 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1137 | 2024.12.14 01:03:47.830581 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1138 | 2024.12.14 01:03:47.830626 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1139 | 2024.12.14 01:03:47.830650 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1140 | 2024.12.14 01:03:47.831238 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001704 sec., 10563.38028169014 rows/sec., 432.12 KiB/sec. | ||
| 1141 | 2024.12.14 01:03:47.831349 [ 257 ] {79b90788-7056-4e06-aafb-42e0e4292383} <Debug> TCPHandler: Processed in 0.002002208 sec. | ||
| 1142 | 2024.12.14 01:03:47.831647 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1143 | 2024.12.14 01:03:47.831827 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1144 | 2024.12.14 01:03:47.832146 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1145 | 2024.12.14 01:03:47.832192 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1146 | 2024.12.14 01:03:47.832481 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1147 | 2024.12.14 01:03:47.832547 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1148 | 2024.12.14 01:03:47.832699 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1149 | 2024.12.14 01:03:47.832732 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1150 | 2024.12.14 01:03:47.832755 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1151 | 2024.12.14 01:03:47.832772 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1152 | 2024.12.14 01:03:47.832818 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1153 | 2024.12.14 01:03:47.832842 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1154 | 2024.12.14 01:03:47.833458 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001717 sec., 10483.401281304601 rows/sec., 428.85 KiB/sec. | ||
| 1155 | 2024.12.14 01:03:47.833580 [ 3 ] {8ce89f36-5e37-46a8-b074-d64cf7369802} <Debug> TCPHandler: Processed in 0.001990368 sec. | ||
| 1156 | 2024.12.14 01:03:47.833842 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1157 | 2024.12.14 01:03:47.834021 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1158 | 2024.12.14 01:03:47.834346 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1159 | 2024.12.14 01:03:47.834395 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1160 | 2024.12.14 01:03:47.834700 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1161 | 2024.12.14 01:03:47.834767 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1162 | 2024.12.14 01:03:47.834917 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1163 | 2024.12.14 01:03:47.834951 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1164 | 2024.12.14 01:03:47.834975 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1165 | 2024.12.14 01:03:47.834992 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1166 | 2024.12.14 01:03:47.835037 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1167 | 2024.12.14 01:03:47.835061 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1168 | 2024.12.14 01:03:47.835637 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001702 sec., 10575.793184488837 rows/sec., 432.63 KiB/sec. | ||
| 1169 | 2024.12.14 01:03:47.835753 [ 257 ] {70f5c200-d764-4eb4-a7f1-a8752e0ede4b} <Debug> TCPHandler: Processed in 0.001969857 sec. | ||
| 1170 | 2024.12.14 01:03:47.840132 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1171 | 2024.12.14 01:03:47.840319 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1172 | 2024.12.14 01:03:47.840648 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1173 | 2024.12.14 01:03:47.840694 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1174 | 2024.12.14 01:03:47.840993 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1175 | 2024.12.14 01:03:47.841059 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1176 | 2024.12.14 01:03:47.841210 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1177 | 2024.12.14 01:03:47.841241 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1178 | 2024.12.14 01:03:47.841264 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1179 | 2024.12.14 01:03:47.841281 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1180 | 2024.12.14 01:03:47.841326 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1181 | 2024.12.14 01:03:47.841352 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1182 | 2024.12.14 01:03:47.841946 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001716 sec., 10489.510489510489 rows/sec., 429.10 KiB/sec. | ||
| 1183 | 2024.12.14 01:03:47.842060 [ 3 ] {a5e20444-e7b4-4cd8-904a-fc1f27b1bab3} <Debug> TCPHandler: Processed in 0.001994958 sec. | ||
| 1184 | 2024.12.14 01:03:47.845000 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1185 | 2024.12.14 01:03:47.845148 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1186 | 2024.12.14 01:03:47.845227 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1187 | 2024.12.14 01:03:47.846022 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1188 | 2024.12.14 01:03:47.846069 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1189 | 2024.12.14 01:03:47.846617 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1190 | 2024.12.14 01:03:47.846859 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1191 | 2024.12.14 01:03:47.847112 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002008 sec., 6474.103585657371 rows/sec., 1.28 MiB/sec. | ||
| 1192 | 2024.12.14 01:03:47.847271 [ 257 ] {a64d7d4e-4852-4c17-9b47-48a3bd681a0c} <Debug> TCPHandler: Processed in 0.002333368 sec. | ||
| 1193 | 2024.12.14 01:03:47.847472 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1194 | 2024.12.14 01:03:47.847611 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1195 | 2024.12.14 01:03:47.847663 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1196 | 2024.12.14 01:03:47.848907 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1197 | 2024.12.14 01:03:47.848950 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1198 | 2024.12.14 01:03:47.849389 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1199 | 2024.12.14 01:03:47.849650 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1200 | 2024.12.14 01:03:47.849916 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00234 sec., 5982.9059829059825 rows/sec., 430.69 KiB/sec. | ||
| 1201 | 2024.12.14 01:03:47.850079 [ 3 ] {0e0f1589-041d-4626-8632-a026c8578d3b} <Debug> TCPHandler: Processed in 0.002691958 sec. | ||
| 1202 | 2024.12.14 01:03:47.850239 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1203 | 2024.12.14 01:03:47.850356 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1204 | 2024.12.14 01:03:47.850406 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1205 | 2024.12.14 01:03:47.851118 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1206 | 2024.12.14 01:03:47.851158 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1207 | 2024.12.14 01:03:47.851555 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1208 | 2024.12.14 01:03:47.851804 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1209 | 2024.12.14 01:03:47.852036 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Debug> executeQuery: Read 193 rows, 17.57 KiB in 0.001702 sec., 113396.00470035253 rows/sec., 10.08 MiB/sec. | ||
| 1210 | 2024.12.14 01:03:47.852160 [ 257 ] {4b612c34-8857-4c38-8cce-ddfd64363ca7} <Debug> TCPHandler: Processed in 0.001978197 sec. | ||
| 1211 | 2024.12.14 01:03:47.852336 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1212 | 2024.12.14 01:03:47.852466 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1213 | 2024.12.14 01:03:47.852517 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1214 | 2024.12.14 01:03:47.853370 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1215 | 2024.12.14 01:03:47.853407 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1216 | 2024.12.14 01:03:47.853862 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1217 | 2024.12.14 01:03:47.854115 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1218 | 2024.12.14 01:03:47.854341 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001889 sec., 7940.709370037056 rows/sec., 559.88 KiB/sec. | ||
| 1219 | 2024.12.14 01:03:47.854459 [ 3 ] {dafb5b4e-2aed-4574-828e-20f7dd6c7d1d} <Debug> TCPHandler: Processed in 0.002183443 sec. | ||
| 1220 | 2024.12.14 01:03:47.854629 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1221 | 2024.12.14 01:03:47.854752 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1222 | 2024.12.14 01:03:47.854801 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1223 | 2024.12.14 01:03:47.855398 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1224 | 2024.12.14 01:03:47.855438 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1225 | 2024.12.14 01:03:47.855841 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1226 | 2024.12.14 01:03:47.856091 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1227 | 2024.12.14 01:03:47.856383 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001642 sec., 8526.187576126675 rows/sec., 597.12 KiB/sec. | ||
| 1228 | 2024.12.14 01:03:47.856458 [ 257 ] {9543e245-66a6-4c77-9515-5968ee2591f2} <Debug> TCPHandler: Processed in 0.001888415 sec. | ||
| 1229 | 2024.12.14 01:03:47.856623 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1230 | 2024.12.14 01:03:47.856764 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1231 | 2024.12.14 01:03:47.856822 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1232 | 2024.12.14 01:03:47.857488 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1233 | 2024.12.14 01:03:47.857527 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1234 | 2024.12.14 01:03:47.857893 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1235 | 2024.12.14 01:03:47.858142 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1236 | 2024.12.14 01:03:47.858372 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001619 sec., 8029.647930821495 rows/sec., 500.65 KiB/sec. | ||
| 1237 | 2024.12.14 01:03:47.858469 [ 3 ] {1861c3e6-2231-401c-b860-3feba7729f98} <Debug> TCPHandler: Processed in 0.001911525 sec. | ||
| 1238 | 2024.12.14 01:03:47.858624 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1239 | 2024.12.14 01:03:47.858769 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1240 | 2024.12.14 01:03:47.858817 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1241 | 2024.12.14 01:03:47.859582 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1242 | 2024.12.14 01:03:47.859621 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1243 | 2024.12.14 01:03:47.860055 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1244 | 2024.12.14 01:03:47.860309 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1245 | 2024.12.14 01:03:47.860526 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.001782 sec., 203142.53647586983 rows/sec., 14.30 MiB/sec. | ||
| 1246 | 2024.12.14 01:03:47.860583 [ 257 ] {a99c60dd-9bcf-4991-83a8-9f8db06aaa1b} <Debug> TCPHandler: Processed in 0.002016398 sec. | ||
| 1247 | 2024.12.14 01:03:47.860767 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2024.12.14 01:03:47.860910 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1249 | 2024.12.14 01:03:47.860968 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1250 | 2024.12.14 01:03:47.861489 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1251 | 2024.12.14 01:03:47.861526 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1252 | 2024.12.14 01:03:47.861887 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1253 | 2024.12.14 01:03:47.862142 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1254 | 2024.12.14 01:03:47.862327 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec. | ||
| 1255 | 2024.12.14 01:03:47.862376 [ 3 ] {a32935be-bbf6-4173-8b37-cefe64974979} <Debug> TCPHandler: Processed in 0.001673849 sec. | ||
| 1256 | 2024.12.14 01:03:47.862526 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1257 | 2024.12.14 01:03:47.862646 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1258 | 2024.12.14 01:03:47.862697 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1259 | 2024.12.14 01:03:47.863261 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1260 | 2024.12.14 01:03:47.863299 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1261 | 2024.12.14 01:03:47.863688 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1262 | 2024.12.14 01:03:47.863934 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2024.12.14 01:03:47.864152 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001532 sec., 89425.58746736293 rows/sec., 5.84 MiB/sec. | ||
| 1264 | 2024.12.14 01:03:47.864206 [ 257 ] {a04df25f-480a-4747-80cd-68f5c29cea88} <Debug> TCPHandler: Processed in 0.0017366 sec. | ||
| 1265 | 2024.12.14 01:03:47.864359 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1266 | 2024.12.14 01:03:47.864496 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1267 | 2024.12.14 01:03:47.864557 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1268 | 2024.12.14 01:03:47.865096 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1269 | 2024.12.14 01:03:47.865141 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1270 | 2024.12.14 01:03:47.865529 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1271 | 2024.12.14 01:03:47.865775 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1272 | 2024.12.14 01:03:47.865933 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec. | ||
| 1273 | 2024.12.14 01:03:47.865979 [ 3 ] {af222938-003b-4530-87c5-18d564f429cd} <Debug> TCPHandler: Processed in 0.001675118 sec. | ||
| 1274 | 2024.12.14 01:03:47.866133 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1275 | 2024.12.14 01:03:47.866252 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1276 | 2024.12.14 01:03:47.866337 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1277 | 2024.12.14 01:03:47.867441 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1278 | 2024.12.14 01:03:47.867481 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1279 | 2024.12.14 01:03:47.870109 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1280 | 2024.12.14 01:03:47.870419 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1281 | 2024.12.14 01:03:47.870714 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004477 sec., 1786.9108778199686 rows/sec., 3.20 MiB/sec. | ||
| 1282 | 2024.12.14 01:03:47.870867 [ 257 ] {5778bf09-8e31-46a5-9048-27e28951b238} <Debug> TCPHandler: Processed in 0.004790829 sec. | ||
| 1283 | 2024.12.14 01:03:47.871033 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1284 | 2024.12.14 01:03:47.871152 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1285 | 2024.12.14 01:03:47.871204 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1286 | 2024.12.14 01:03:47.871689 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1287 | 2024.12.14 01:03:47.871727 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1288 | 2024.12.14 01:03:47.872107 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1289 | 2024.12.14 01:03:47.872348 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1290 | 2024.12.14 01:03:47.872545 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001415 sec., 36749.11660777385 rows/sec., 2.23 MiB/sec. | ||
| 1291 | 2024.12.14 01:03:47.872604 [ 3 ] {21b875a1-1630-43e6-a288-1fe040e0ace1} <Debug> TCPHandler: Processed in 0.001629957 sec. | ||
| 1292 | 2024.12.14 01:03:52.798027 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1293 | 2024.12.14 01:03:52.798238 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1294 | 2024.12.14 01:03:52.798316 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1295 | 2024.12.14 01:03:52.799091 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2024.12.14 01:03:52.799137 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1297 | 2024.12.14 01:03:52.799556 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1298 | 2024.12.14 01:03:52.799819 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1299 | 2024.12.14 01:03:52.800039 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001857 sec., 30156.165858912223 rows/sec., 2.32 MiB/sec. | ||
| 1300 | 2024.12.14 01:03:52.800095 [ 3 ] {d73097aa-f554-48b9-82d6-32f2c6864195} <Debug> TCPHandler: Processed in 0.002202684 sec. | ||
| 1301 | 2024.12.14 01:03:52.800344 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1302 | 2024.12.14 01:03:52.800528 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1303 | 2024.12.14 01:03:52.800599 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1304 | 2024.12.14 01:03:52.801360 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1305 | 2024.12.14 01:03:52.801407 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1306 | 2024.12.14 01:03:52.801842 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1307 | 2024.12.14 01:03:52.802107 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1308 | 2024.12.14 01:03:52.802341 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.68 MiB/sec. | ||
| 1309 | 2024.12.14 01:03:52.802402 [ 257 ] {c17f5619-1098-4567-b165-b3dc4019a703} <Debug> TCPHandler: Processed in 0.002184783 sec. | ||
| 1310 | 2024.12.14 01:03:52.802556 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1311 | 2024.12.14 01:03:52.802676 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1312 | 2024.12.14 01:03:52.802729 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1313 | 2024.12.14 01:03:52.803334 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1314 | 2024.12.14 01:03:52.803374 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1315 | 2024.12.14 01:03:52.803770 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1316 | 2024.12.14 01:03:52.804014 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1317 | 2024.12.14 01:03:52.804254 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001599 sec., 87554.72170106317 rows/sec., 6.10 MiB/sec. | ||
| 1318 | 2024.12.14 01:03:52.804404 [ 3 ] {3b3765dc-90ff-41fc-93e0-5bb872b0c632} <Debug> TCPHandler: Processed in 0.001894315 sec. | ||
| 1319 | 2024.12.14 01:03:52.804594 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1320 | 2024.12.14 01:03:52.804725 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1321 | 2024.12.14 01:03:52.804779 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1322 | 2024.12.14 01:03:52.805295 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1323 | 2024.12.14 01:03:52.805335 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1324 | 2024.12.14 01:03:52.805716 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1325 | 2024.12.14 01:03:52.805984 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1326 | 2024.12.14 01:03:52.806255 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001531 sec., 35271.06466361855 rows/sec., 2.37 MiB/sec. | ||
| 1327 | 2024.12.14 01:03:52.806382 [ 257 ] {352024ac-1a28-4e1d-a34b-e3eae481b605} <Debug> TCPHandler: Processed in 0.001850924 sec. | ||
| 1328 | 2024.12.14 01:03:55.034388 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1329 | 2024.12.14 01:03:55.035073 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2024.12.14 01:03:55.035126 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1331 | 2024.12.14 01:03:55.035698 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1332 | 2024.12.14 01:03:55.035955 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2024.12.14 01:03:55.036185 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1334 | 2024.12.14 01:03:55.163816 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1335 | 2024.12.14 01:03:55.183104 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1336 | 2024.12.14 01:03:55.183162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1337 | 2024.12.14 01:03:55.190911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1338 | 2024.12.14 01:03:55.191700 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1339 | 2024.12.14 01:03:55.194539 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1340 | 2024.12.14 01:03:56.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.68 MiB, peak 163.68 MiB, free memory in arenas 0.00 B, will set to 160.99 MiB (RSS), difference: 1.31 MiB | ||
| 1341 | 2024.12.14 01:03:57.547955 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1342 | 2024.12.14 01:03:57.551510 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1343 | 2024.12.14 01:03:57.551566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1344 | 2024.12.14 01:03:57.553344 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1345 | 2024.12.14 01:03:57.553676 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1346 | 2024.12.14 01:03:57.554312 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1347 | 2024.12.14 01:03:57.804589 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1348 | 2024.12.14 01:03:57.804798 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1349 | 2024.12.14 01:03:57.804872 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1350 | 2024.12.14 01:03:57.805633 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1351 | 2024.12.14 01:03:57.805683 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1352 | 2024.12.14 01:03:57.806117 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1353 | 2024.12.14 01:03:57.806372 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1354 | 2024.12.14 01:03:57.806618 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec. | ||
| 1355 | 2024.12.14 01:03:57.806702 [ 3 ] {ef37eb37-4cda-43c5-8004-cd0ce8cfc6d7} <Debug> TCPHandler: Processed in 0.002259755 sec. | ||
| 1356 | 2024.12.14 01:03:57.806968 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1357 | 2024.12.14 01:03:57.807155 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1358 | 2024.12.14 01:03:57.807225 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1359 | 2024.12.14 01:03:57.808085 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1360 | 2024.12.14 01:03:57.808133 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1361 | 2024.12.14 01:03:57.808579 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1362 | 2024.12.14 01:03:57.808858 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1363 | 2024.12.14 01:03:57.809094 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.00199 sec., 110050.25125628141 rows/sec., 9.61 MiB/sec. | ||
| 1364 | 2024.12.14 01:03:57.809148 [ 257 ] {61830726-a239-4288-9fa4-5788d7134469} <Debug> TCPHandler: Processed in 0.002310487 sec. | ||
| 1365 | 2024.12.14 01:03:57.809316 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1366 | 2024.12.14 01:03:57.809463 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1367 | 2024.12.14 01:03:57.809526 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1368 | 2024.12.14 01:03:57.810175 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1369 | 2024.12.14 01:03:57.810217 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1370 | 2024.12.14 01:03:57.810598 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1371 | 2024.12.14 01:03:57.810846 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1372 | 2024.12.14 01:03:57.811120 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001671 sec., 8976.660682226213 rows/sec., 632.92 KiB/sec. | ||
| 1373 | 2024.12.14 01:03:57.811224 [ 3 ] {3df85f1a-09e4-4dc5-8b6d-bc4014f742a8} <Debug> TCPHandler: Processed in 0.001976167 sec. | ||
| 1374 | 2024.12.14 01:03:57.811397 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2024.12.14 01:03:57.811522 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1376 | 2024.12.14 01:03:57.811572 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1377 | 2024.12.14 01:03:57.812181 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1378 | 2024.12.14 01:03:57.812222 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1379 | 2024.12.14 01:03:57.812609 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1380 | 2024.12.14 01:03:57.812861 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1381 | 2024.12.14 01:03:57.813129 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001609 sec., 8701.05655686762 rows/sec., 609.37 KiB/sec. | ||
| 1382 | 2024.12.14 01:03:57.813215 [ 257 ] {23b73473-e775-4f8f-81f1-c57147ffb5ca} <Debug> TCPHandler: Processed in 0.001878614 sec. | ||
| 1383 | 2024.12.14 01:03:57.813386 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1384 | 2024.12.14 01:03:57.813528 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1385 | 2024.12.14 01:03:57.813587 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1386 | 2024.12.14 01:03:57.814182 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1387 | 2024.12.14 01:03:57.814220 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1388 | 2024.12.14 01:03:57.814578 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1389 | 2024.12.14 01:03:57.814818 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1390 | 2024.12.14 01:03:57.815099 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 512.03 KiB/sec. | ||
| 1391 | 2024.12.14 01:03:57.815190 [ 3 ] {cadf2526-0a93-447b-9166-c9a1dbde0986} <Debug> TCPHandler: Processed in 0.001872964 sec. | ||
| 1392 | 2024.12.14 01:03:57.815362 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2024.12.14 01:03:57.815500 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1394 | 2024.12.14 01:03:57.815558 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1395 | 2024.12.14 01:03:57.816379 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1396 | 2024.12.14 01:03:57.816419 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1397 | 2024.12.14 01:03:57.816820 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1398 | 2024.12.14 01:03:57.817065 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1399 | 2024.12.14 01:03:57.817295 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001826 sec., 213581.5991237678 rows/sec., 15.15 MiB/sec. | ||
| 1400 | 2024.12.14 01:03:57.817350 [ 257 ] {7f94b59d-0ebb-401a-9e5f-aff35204d437} <Debug> TCPHandler: Processed in 0.002058309 sec. | ||
| 1401 | 2024.12.14 01:03:57.817507 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1402 | 2024.12.14 01:03:57.817645 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1403 | 2024.12.14 01:03:57.817705 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1404 | 2024.12.14 01:03:57.818198 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1405 | 2024.12.14 01:03:57.818236 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1406 | 2024.12.14 01:03:57.818607 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1407 | 2024.12.14 01:03:57.818852 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1408 | 2024.12.14 01:03:57.819087 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 213.25 KiB/sec. | ||
| 1409 | 2024.12.14 01:03:57.819140 [ 3 ] {3db3f538-4343-4d9f-96fd-5c792f89e774} <Debug> TCPHandler: Processed in 0.001699089 sec. | ||
| 1410 | 2024.12.14 01:03:57.819294 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2024.12.14 01:03:57.819410 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1412 | 2024.12.14 01:03:57.819464 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1413 | 2024.12.14 01:03:57.820078 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1414 | 2024.12.14 01:03:57.820118 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1415 | 2024.12.14 01:03:57.820530 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1416 | 2024.12.14 01:03:57.820781 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1417 | 2024.12.14 01:03:57.820997 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 1418 | 2024.12.14 01:03:57.821054 [ 257 ] {5d97c55b-3ab4-42c8-9dfe-f8557710c7de} <Debug> TCPHandler: Processed in 0.001818283 sec. | ||
| 1419 | 2024.12.14 01:03:57.821214 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1420 | 2024.12.14 01:03:57.821350 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1421 | 2024.12.14 01:03:57.821410 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1422 | 2024.12.14 01:03:57.821924 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1423 | 2024.12.14 01:03:57.821962 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1424 | 2024.12.14 01:03:57.822334 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1425 | 2024.12.14 01:03:57.822580 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1426 | 2024.12.14 01:03:57.822796 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec. | ||
| 1427 | 2024.12.14 01:03:57.822848 [ 3 ] {a0d74759-30ad-433b-9db0-24f1b342e5c2} <Debug> TCPHandler: Processed in 0.001699869 sec. | ||
| 1428 | 2024.12.14 01:03:57.823013 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1429 | 2024.12.14 01:03:57.823133 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1430 | 2024.12.14 01:03:57.823217 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1431 | 2024.12.14 01:03:57.824317 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1432 | 2024.12.14 01:03:57.824358 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1433 | 2024.12.14 01:03:57.824995 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1434 | 2024.12.14 01:03:57.825257 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1435 | 2024.12.14 01:03:57.825575 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002453 sec., 3261.3126783530374 rows/sec., 5.84 MiB/sec. | ||
| 1436 | 2024.12.14 01:03:57.825697 [ 257 ] {e4d08896-76db-4ee9-9483-3051e45d6931} <Debug> TCPHandler: Processed in 0.002738729 sec. | ||
| 1437 | 2024.12.14 01:03:57.825864 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1438 | 2024.12.14 01:03:57.826004 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1439 | 2024.12.14 01:03:57.826064 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1440 | 2024.12.14 01:03:57.826649 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1441 | 2024.12.14 01:03:57.826695 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1442 | 2024.12.14 01:03:57.827074 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1443 | 2024.12.14 01:03:57.827314 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1444 | 2024.12.14 01:03:57.827536 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001563 sec., 52463.21177223289 rows/sec., 3.33 MiB/sec. | ||
| 1445 | 2024.12.14 01:03:57.827591 [ 3 ] {e5577146-6762-46f2-bec6-813c1c478728} <Debug> TCPHandler: Processed in 0.001791622 sec. | ||
| 1446 | 2024.12.14 01:04:02.358756 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1447 | 2024.12.14 01:04:02.358822 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1448 | 2024.12.14 01:04:02.536339 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1449 | 2024.12.14 01:04:02.537173 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2024.12.14 01:04:02.537228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1451 | 2024.12.14 01:04:02.537988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1452 | 2024.12.14 01:04:02.538247 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2024.12.14 01:04:02.538461 [ 75 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1454 | 2024.12.14 01:04:02.538493 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1455 | 2024.12.14 01:04:02.538553 [ 75 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2024.12.14 01:04:02.538582 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1457 | 2024.12.14 01:04:02.544690 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 1458 | 2024.12.14 01:04:02.546747 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1459 | 2024.12.14 01:04:02.546839 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1460 | 2024.12.14 01:04:02.546962 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1461 | 2024.12.14 01:04:02.547167 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 1462 | 2024.12.14 01:04:02.547335 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 1463 | 2024.12.14 01:04:02.547560 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 1464 | 2024.12.14 01:04:02.547763 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 1465 | 2024.12.14 01:04:02.571926 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.033255713 sec., 84376.47991489462 rows/sec., 1.21 MiB/sec. | ||
| 1466 | 2024.12.14 01:04:02.572616 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1467 | 2024.12.14 01:04:02.572970 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_6_1} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1468 | 2024.12.14 01:04:02.573062 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_6_1} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1469 | 2024.12.14 01:04:02.573196 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1470 | 2024.12.14 01:04:02.694589 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1471 | 2024.12.14 01:04:02.715324 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1472 | 2024.12.14 01:04:02.715393 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1473 | 2024.12.14 01:04:02.722659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1474 | 2024.12.14 01:04:02.723446 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1475 | 2024.12.14 01:04:02.723818 [ 75 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1476 | 2024.12.14 01:04:02.723939 [ 75 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2024.12.14 01:04:02.724004 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1478 | 2024.12.14 01:04:02.724232 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 1479 | 2024.12.14 01:04:02.729857 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1480 | 2024.12.14 01:04:02.731022 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1481 | 2024.12.14 01:04:02.731865 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 1482 | 2024.12.14 01:04:02.736231 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 1483 | 2024.12.14 01:04:02.740590 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 1484 | 2024.12.14 01:04:02.744871 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 1485 | 2024.12.14 01:04:02.753574 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 1486 | 2024.12.14 01:04:02.757894 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 1487 | 2024.12.14 01:04:02.798157 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1488 | 2024.12.14 01:04:02.798443 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1489 | 2024.12.14 01:04:02.798565 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1490 | 2024.12.14 01:04:02.800629 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1491 | 2024.12.14 01:04:02.800702 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1492 | 2024.12.14 01:04:02.802312 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1493 | 2024.12.14 01:04:02.803083 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2024.12.14 01:04:02.803631 [ 75 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1495 | 2024.12.14 01:04:02.803724 [ 75 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2024.12.14 01:04:02.803794 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1497 | 2024.12.14 01:04:02.804666 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 1498 | 2024.12.14 01:04:02.804459 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.005971 sec., 9378.663540445486 rows/sec., 737.78 KiB/sec. | ||
| 1499 | 2024.12.14 01:04:02.805168 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1500 | 2024.12.14 01:04:02.805302 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1501 | 2024.12.14 01:04:02.805392 [ 3 ] {76c74ca4-d4a2-4117-8343-8d0875274dba} <Debug> TCPHandler: Processed in 0.007384674 sec. | ||
| 1502 | 2024.12.14 01:04:02.805819 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1503 | 2024.12.14 01:04:02.805891 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1504 | 2024.12.14 01:04:02.806205 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 193 rows starting from the beginning of the part | ||
| 1505 | 2024.12.14 01:04:02.806398 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1506 | 2024.12.14 01:04:02.806675 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 1507 | 2024.12.14 01:04:02.806675 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1508 | 2024.12.14 01:04:02.807206 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1509 | 2024.12.14 01:04:02.807745 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1510 | 2024.12.14 01:04:02.811980 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2024.12.14 01:04:02.812065 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1512 | 2024.12.14 01:04:02.814060 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1513 | 2024.12.14 01:04:02.814115 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.010065701 sec., 58018.8106123955 rows/sec., 5.15 MiB/sec. | ||
| 1514 | 2024.12.14 01:04:02.814392 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1515 | 2024.12.14 01:04:02.814958 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1516 | 2024.12.14 01:04:02.815399 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1517 | 2024.12.14 01:04:02.815743 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_6_1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1518 | 2024.12.14 01:04:02.815807 [ 75 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1519 | 2024.12.14 01:04:02.815852 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.009628 sec., 6647.278770253428 rows/sec., 531.29 KiB/sec. | ||
| 1520 | 2024.12.14 01:04:02.816111 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1521 | 2024.12.14 01:04:02.816238 [ 75 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1522 | 2024.12.14 01:04:02.816267 [ 257 ] {35dac096-0fa7-4e1d-b0f1-7d1c13ccd3cd} <Debug> TCPHandler: Processed in 0.010624177 sec. | ||
| 1523 | 2024.12.14 01:04:02.816315 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1524 | 2024.12.14 01:04:02.816781 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1525 | 2024.12.14 01:04:02.816824 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 1526 | 2024.12.14 01:04:02.817417 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1527 | 2024.12.14 01:04:02.817460 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1528 | 2024.12.14 01:04:02.817567 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1529 | 2024.12.14 01:04:02.817800 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1530 | 2024.12.14 01:04:02.817938 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1531 | 2024.12.14 01:04:02.818464 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 1532 | 2024.12.14 01:04:02.818900 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 1533 | 2024.12.14 01:04:02.819385 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1534 | 2024.12.14 01:04:02.819842 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1535 | 2024.12.14 01:04:02.825240 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 5 columns (5 merged, 0 gathered) in 0.008705202 sec., 109359.89767957135 rows/sec., 8.31 MiB/sec. | ||
| 1536 | 2024.12.14 01:04:02.825539 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1537 | 2024.12.14 01:04:02.826277 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1538 | 2024.12.14 01:04:02.826344 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1539 | 2024.12.14 01:04:02.826394 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1540 | 2024.12.14 01:04:02.826674 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_6_1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1541 | 2024.12.14 01:04:02.826906 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1542 | 2024.12.14 01:04:02.827258 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1543 | 2024.12.14 01:04:02.827520 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2024.12.14 01:04:02.827644 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1545 | 2024.12.14 01:04:02.827685 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1546 | 2024.12.14 01:04:02.827708 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1547 | 2024.12.14 01:04:02.827719 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010404 sec., 15378.700499807766 rows/sec., 1.07 MiB/sec. | ||
| 1548 | 2024.12.14 01:04:02.827928 [ 3 ] {e8e25063-4125-4c01-b2fb-03b43d482d72} <Debug> TCPHandler: Processed in 0.011518823 sec. | ||
| 1549 | 2024.12.14 01:04:02.828000 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1550 | 2024.12.14 01:04:02.828154 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1551 | 2024.12.14 01:04:02.828320 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1552 | 2024.12.14 01:04:02.828467 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1553 | 2024.12.14 01:04:02.828554 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1554 | 2024.12.14 01:04:02.828821 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1555 | 2024.12.14 01:04:02.829002 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1556 | 2024.12.14 01:04:02.829650 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 137 rows starting from the beginning of the part | ||
| 1557 | 2024.12.14 01:04:02.830275 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
| 1558 | 2024.12.14 01:04:02.830804 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1559 | 2024.12.14 01:04:02.831541 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1560 | 2024.12.14 01:04:02.833191 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1561 | 2024.12.14 01:04:02.833313 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1562 | 2024.12.14 01:04:02.835364 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1563 | 2024.12.14 01:04:02.836192 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1564 | 2024.12.14 01:04:02.836801 [ 75 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1565 | 2024.12.14 01:04:02.837109 [ 75 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2024.12.14 01:04:02.837214 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008779 sec., 6834.491399931655 rows/sec., 471.65 KiB/sec. | ||
| 1567 | 2024.12.14 01:04:02.837639 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1568 | 2024.12.14 01:04:02.837723 [ 257 ] {99b60e57-ea1b-43a7-ba47-349f3bd4978a} <Debug> TCPHandler: Processed in 0.009650759 sec. | ||
| 1569 | 2024.12.14 01:04:02.837895 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 5 columns (5 merged, 0 gathered) in 0.010055381 sec., 77769.30580750744 rows/sec., 5.30 MiB/sec. | ||
| 1570 | 2024.12.14 01:04:02.838420 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 1571 | 2024.12.14 01:04:02.838457 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1572 | 2024.12.14 01:04:02.838964 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1573 | 2024.12.14 01:04:02.839060 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1574 | 2024.12.14 01:04:02.839498 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1575 | 2024.12.14 01:04:02.839735 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1576 | 2024.12.14 01:04:02.840006 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1577 | 2024.12.14 01:04:02.840162 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1578 | 2024.12.14 01:04:02.840382 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
| 1579 | 2024.12.14 01:04:02.840682 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1580 | 2024.12.14 01:04:02.841036 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1581 | 2024.12.14 01:04:02.841280 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1582 | 2024.12.14 01:04:02.843984 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 4 columns (4 merged, 0 gathered) in 0.005986953 sec., 50443.021683985164 rows/sec., 3.28 MiB/sec. | ||
| 1583 | 2024.12.14 01:04:02.844360 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1584 | 2024.12.14 01:04:02.845128 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1585 | 2024.12.14 01:04:02.845338 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_6_1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1586 | 2024.12.14 01:04:02.845514 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1587 | 2024.12.14 01:04:02.863972 [ 188 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.139847247 sec., 328.9303220963656 rows/sec., 1.70 MiB/sec. | ||
| 1588 | 2024.12.14 01:04:02.866602 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1589 | 2024.12.14 01:04:02.869700 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_6_1} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1590 | 2024.12.14 01:04:02.869813 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_6_1} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1591 | 2024.12.14 01:04:02.871959 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1592 | 2024.12.14 01:04:03.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.59 MiB, peak 175.26 MiB, free memory in arenas 0.00 B, will set to 166.80 MiB (RSS), difference: 4.21 MiB | ||
| 1593 | 2024.12.14 01:04:03.710313 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1594 | 2024.12.14 01:04:03.710580 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1595 | 2024.12.14 01:04:03.711004 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1596 | 2024.12.14 01:04:03.711054 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1597 | 2024.12.14 01:04:03.711403 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1598 | 2024.12.14 01:04:03.711483 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1599 | 2024.12.14 01:04:03.711665 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1600 | 2024.12.14 01:04:03.711948 [ 295 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1601 | 2024.12.14 01:04:03.711973 [ 294 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1602 | 2024.12.14 01:04:03.712123 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1603 | 2024.12.14 01:04:03.712165 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1604 | 2024.12.14 01:04:03.716275 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1605 | 2024.12.14 01:04:03.716311 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1606 | 2024.12.14 01:04:03.716381 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1607 | 2024.12.14 01:04:03.716434 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1608 | 2024.12.14 01:04:03.717868 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007414 sec., 4181.278661990828 rows/sec., 157.80 KiB/sec. | ||
| 1609 | 2024.12.14 01:04:03.718023 [ 3 ] {5ad69e07-d853-4a94-9d65-3586aad8271a} <Debug> TCPHandler: Processed in 0.007849577 sec. | ||
| 1610 | 2024.12.14 01:04:03.718491 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1611 | 2024.12.14 01:04:03.718745 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1612 | 2024.12.14 01:04:03.719210 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1613 | 2024.12.14 01:04:03.719269 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1614 | 2024.12.14 01:04:03.719683 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1615 | 2024.12.14 01:04:03.719764 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1616 | 2024.12.14 01:04:03.719950 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1617 | 2024.12.14 01:04:03.720076 [ 296 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1618 | 2024.12.14 01:04:03.720089 [ 294 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1619 | 2024.12.14 01:04:03.720264 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1620 | 2024.12.14 01:04:03.720312 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1621 | 2024.12.14 01:04:03.720413 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1622 | 2024.12.14 01:04:03.720437 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1623 | 2024.12.14 01:04:03.720487 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1624 | 2024.12.14 01:04:03.720541 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1625 | 2024.12.14 01:04:03.721693 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003077 sec., 10074.748131296717 rows/sec., 380.22 KiB/sec. | ||
| 1626 | 2024.12.14 01:04:03.721823 [ 257 ] {eb067d56-cfdb-405c-b924-2da1552a977c} <Debug> TCPHandler: Processed in 0.00345829 sec. | ||
| 1627 | 2024.12.14 01:04:03.722135 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1628 | 2024.12.14 01:04:03.722342 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1629 | 2024.12.14 01:04:03.722702 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1630 | 2024.12.14 01:04:03.722751 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1631 | 2024.12.14 01:04:03.723075 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1632 | 2024.12.14 01:04:03.723148 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1633 | 2024.12.14 01:04:03.723312 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1634 | 2024.12.14 01:04:03.723412 [ 295 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1635 | 2024.12.14 01:04:03.723437 [ 294 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1636 | 2024.12.14 01:04:03.723548 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1637 | 2024.12.14 01:04:03.723578 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1638 | 2024.12.14 01:04:03.723666 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1639 | 2024.12.14 01:04:03.723690 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1640 | 2024.12.14 01:04:03.723734 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1641 | 2024.12.14 01:04:03.723785 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1642 | 2024.12.14 01:04:03.724925 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002687 sec., 11537.030145143282 rows/sec., 435.40 KiB/sec. | ||
| 1643 | 2024.12.14 01:04:03.725060 [ 3 ] {02ca1bb9-16ab-42e7-bf96-27bd69acfa8e} <Debug> TCPHandler: Processed in 0.002995597 sec. | ||
| 1644 | 2024.12.14 01:04:03.725366 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1645 | 2024.12.14 01:04:03.725583 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1646 | 2024.12.14 01:04:03.725938 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1647 | 2024.12.14 01:04:03.725986 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1648 | 2024.12.14 01:04:03.726315 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1649 | 2024.12.14 01:04:03.726384 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1650 | 2024.12.14 01:04:03.726543 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1651 | 2024.12.14 01:04:03.726653 [ 296 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1652 | 2024.12.14 01:04:03.726665 [ 294 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1653 | 2024.12.14 01:04:03.726771 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1654 | 2024.12.14 01:04:03.726798 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1655 | 2024.12.14 01:04:03.726879 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1656 | 2024.12.14 01:04:03.726900 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1657 | 2024.12.14 01:04:03.726943 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1658 | 2024.12.14 01:04:03.726995 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1659 | 2024.12.14 01:04:03.728066 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002601 sec., 11918.492887351018 rows/sec., 449.80 KiB/sec. | ||
| 1660 | 2024.12.14 01:04:03.728199 [ 257 ] {178dd2bd-7d10-4ccf-bae4-b5d5ebb736b4} <Debug> TCPHandler: Processed in 0.002893734 sec. | ||
| 1661 | 2024.12.14 01:04:03.728472 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1662 | 2024.12.14 01:04:03.728672 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1663 | 2024.12.14 01:04:03.729023 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1664 | 2024.12.14 01:04:03.729071 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1665 | 2024.12.14 01:04:03.729391 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1666 | 2024.12.14 01:04:03.729459 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1667 | 2024.12.14 01:04:03.729614 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1668 | 2024.12.14 01:04:03.729709 [ 295 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1669 | 2024.12.14 01:04:03.729726 [ 296 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1670 | 2024.12.14 01:04:03.729824 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1671 | 2024.12.14 01:04:03.729851 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1672 | 2024.12.14 01:04:03.729929 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1673 | 2024.12.14 01:04:03.729951 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1674 | 2024.12.14 01:04:03.729992 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1675 | 2024.12.14 01:04:03.730043 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1676 | 2024.12.14 01:04:03.731166 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002594 sec., 11950.655358519662 rows/sec., 451.01 KiB/sec. | ||
| 1677 | 2024.12.14 01:04:03.731302 [ 3 ] {e8734dd4-651d-43c5-bea9-4a6d5cd59d87} <Debug> TCPHandler: Processed in 0.002888963 sec. | ||
| 1678 | 2024.12.14 01:04:03.731591 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1679 | 2024.12.14 01:04:03.731787 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1680 | 2024.12.14 01:04:03.732144 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1681 | 2024.12.14 01:04:03.732193 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1682 | 2024.12.14 01:04:03.732523 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1683 | 2024.12.14 01:04:03.732592 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1684 | 2024.12.14 01:04:03.732746 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1685 | 2024.12.14 01:04:03.732873 [ 296 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2024.12.14 01:04:03.732876 [ 294 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1687 | 2024.12.14 01:04:03.732987 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1688 | 2024.12.14 01:04:03.733014 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1689 | 2024.12.14 01:04:03.733095 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1690 | 2024.12.14 01:04:03.733116 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1691 | 2024.12.14 01:04:03.733159 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1692 | 2024.12.14 01:04:03.733211 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1693 | 2024.12.14 01:04:03.734313 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002621 sec., 11827.546737886303 rows/sec., 446.36 KiB/sec. | ||
| 1694 | 2024.12.14 01:04:03.734447 [ 257 ] {38fb0ef2-07e6-4e8c-807c-9d82cc0df44a} <Debug> TCPHandler: Processed in 0.002914254 sec. | ||
| 1695 | 2024.12.14 01:04:03.820791 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1696 | 2024.12.14 01:04:03.820998 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1697 | 2024.12.14 01:04:03.821074 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1698 | 2024.12.14 01:04:03.822136 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1699 | 2024.12.14 01:04:03.822177 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1700 | 2024.12.14 01:04:03.822749 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1701 | 2024.12.14 01:04:03.822982 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1702 | 2024.12.14 01:04:03.823178 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002232 sec., 2688.1720430107525 rows/sec., 598.54 KiB/sec. | ||
| 1703 | 2024.12.14 01:04:03.823249 [ 3 ] {c54d8502-c0f9-401c-b665-d378d0ac529a} <Debug> TCPHandler: Processed in 0.002576994 sec. | ||
| 1704 | 2024.12.14 01:04:03.823484 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1705 | 2024.12.14 01:04:03.823664 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1706 | 2024.12.14 01:04:03.823732 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1707 | 2024.12.14 01:04:03.824473 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2024.12.14 01:04:03.824517 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1709 | 2024.12.14 01:04:03.824963 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1710 | 2024.12.14 01:04:03.825234 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2024.12.14 01:04:03.825474 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 1712 | 2024.12.14 01:04:03.825543 [ 257 ] {fed32ae4-5a20-4fee-b558-7301acf1d2b6} <Debug> TCPHandler: Processed in 0.002178963 sec. | ||
| 1713 | 2024.12.14 01:04:03.825725 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1714 | 2024.12.14 01:04:03.825855 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1715 | 2024.12.14 01:04:03.825909 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1716 | 2024.12.14 01:04:03.827116 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1717 | 2024.12.14 01:04:03.827157 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1718 | 2024.12.14 01:04:03.827664 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1719 | 2024.12.14 01:04:03.827936 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1720 | 2024.12.14 01:04:03.828155 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Debug> executeQuery: Read 1359 rows, 116.14 KiB in 0.002325 sec., 584516.1290322581 rows/sec., 48.78 MiB/sec. | ||
| 1721 | 2024.12.14 01:04:03.828223 [ 3 ] {3f576de3-799f-4934-8fff-af600a0e596a} <Debug> TCPHandler: Processed in 0.002557044 sec. | ||
| 1722 | 2024.12.14 01:04:03.828410 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1723 | 2024.12.14 01:04:03.828555 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1724 | 2024.12.14 01:04:03.828616 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1725 | 2024.12.14 01:04:03.829277 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1726 | 2024.12.14 01:04:03.829319 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1727 | 2024.12.14 01:04:03.829702 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1728 | 2024.12.14 01:04:03.829973 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1729 | 2024.12.14 01:04:03.830213 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00169 sec., 8875.739644970414 rows/sec., 625.81 KiB/sec. | ||
| 1730 | 2024.12.14 01:04:03.830277 [ 257 ] {217c5061-79a7-4ac0-834f-f9d462bcf099} <Debug> TCPHandler: Processed in 0.001946867 sec. | ||
| 1731 | 2024.12.14 01:04:03.830450 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1732 | 2024.12.14 01:04:03.830605 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1733 | 2024.12.14 01:04:03.830666 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1734 | 2024.12.14 01:04:03.831390 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1735 | 2024.12.14 01:04:03.831429 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1736 | 2024.12.14 01:04:03.831811 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1737 | 2024.12.14 01:04:03.832059 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1738 | 2024.12.14 01:04:03.832246 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001676 sec., 144391.40811455846 rows/sec., 9.78 MiB/sec. | ||
| 1739 | 2024.12.14 01:04:03.832306 [ 3 ] {24117314-67f8-4cfe-9aea-16d785524ff1} <Debug> TCPHandler: Processed in 0.001923615 sec. | ||
| 1740 | 2024.12.14 01:04:03.832464 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1741 | 2024.12.14 01:04:03.832583 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1742 | 2024.12.14 01:04:03.832646 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1743 | 2024.12.14 01:04:03.833422 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1744 | 2024.12.14 01:04:03.833464 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1745 | 2024.12.14 01:04:03.833908 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1746 | 2024.12.14 01:04:03.834160 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1747 | 2024.12.14 01:04:03.834389 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001831 sec., 7099.9453850355 rows/sec., 442.68 KiB/sec. | ||
| 1748 | 2024.12.14 01:04:03.834449 [ 257 ] {404702c3-2fd9-41d3-88c2-7d9b5a4d2b91} <Debug> TCPHandler: Processed in 0.002045249 sec. | ||
| 1749 | 2024.12.14 01:04:03.834615 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2024.12.14 01:04:03.834759 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1751 | 2024.12.14 01:04:03.834821 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1752 | 2024.12.14 01:04:03.835710 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1753 | 2024.12.14 01:04:03.835749 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1754 | 2024.12.14 01:04:03.836172 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1755 | 2024.12.14 01:04:03.836420 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1756 | 2024.12.14 01:04:03.836662 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001929 sec., 438569.2068429238 rows/sec., 31.70 MiB/sec. | ||
| 1757 | 2024.12.14 01:04:03.836811 [ 3 ] {18bd7d63-aa5e-42ad-a808-ed47ab015f20} <Debug> TCPHandler: Processed in 0.002262715 sec. | ||
| 1758 | 2024.12.14 01:04:03.836983 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1759 | 2024.12.14 01:04:03.837103 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1760 | 2024.12.14 01:04:03.837156 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1761 | 2024.12.14 01:04:03.837658 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1762 | 2024.12.14 01:04:03.837696 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1763 | 2024.12.14 01:04:03.838072 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1764 | 2024.12.14 01:04:03.838327 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1765 | 2024.12.14 01:04:03.838534 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 1766 | 2024.12.14 01:04:03.838599 [ 257 ] {89254321-bcc2-49c0-86df-c214e1b34d23} <Debug> TCPHandler: Processed in 0.001683578 sec. | ||
| 1767 | 2024.12.14 01:04:03.838744 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1768 | 2024.12.14 01:04:03.838865 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1769 | 2024.12.14 01:04:03.838920 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1770 | 2024.12.14 01:04:03.841975 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2024.12.14 01:04:03.842014 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1772 | 2024.12.14 01:04:03.842618 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1773 | 2024.12.14 01:04:03.842896 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1774 | 2024.12.14 01:04:03.843142 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Debug> executeQuery: Read 2227 rows, 151.92 KiB in 0.0043 sec., 517906.9767441861 rows/sec., 34.50 MiB/sec. | ||
| 1775 | 2024.12.14 01:04:03.843237 [ 3 ] {46b46eec-a3fd-4a05-92b4-7f3f17a1b961} <Debug> TCPHandler: Processed in 0.004547422 sec. | ||
| 1776 | 2024.12.14 01:04:03.843391 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2024.12.14 01:04:03.843510 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1778 | 2024.12.14 01:04:03.843565 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1779 | 2024.12.14 01:04:03.844079 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1780 | 2024.12.14 01:04:03.844117 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1781 | 2024.12.14 01:04:03.844499 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1782 | 2024.12.14 01:04:03.844750 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1783 | 2024.12.14 01:04:03.844988 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 1784 | 2024.12.14 01:04:03.845108 [ 257 ] {acc07064-bfbf-47cc-8372-06c49d867bf6} <Debug> TCPHandler: Processed in 0.001777092 sec. | ||
| 1785 | 2024.12.14 01:04:03.845270 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1786 | 2024.12.14 01:04:03.845414 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1787 | 2024.12.14 01:04:03.845541 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1788 | 2024.12.14 01:04:03.846693 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1789 | 2024.12.14 01:04:03.846732 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1790 | 2024.12.14 01:04:03.847351 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1791 | 2024.12.14 01:04:03.847614 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1792 | 2024.12.14 01:04:03.847862 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002481 sec., 3224.506247480854 rows/sec., 5.78 MiB/sec. | ||
| 1793 | 2024.12.14 01:04:03.847987 [ 3 ] {1a2921a1-8527-476a-bb69-f2045c017e20} <Debug> TCPHandler: Processed in 0.00278437 sec. | ||
| 1794 | 2024.12.14 01:04:03.848146 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1795 | 2024.12.14 01:04:03.848266 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1796 | 2024.12.14 01:04:03.848317 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1797 | 2024.12.14 01:04:03.848811 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2024.12.14 01:04:03.848849 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1799 | 2024.12.14 01:04:03.849235 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1800 | 2024.12.14 01:04:03.849479 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2024.12.14 01:04:03.849713 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001453 sec., 23399.862353750857 rows/sec., 1.36 MiB/sec. | ||
| 1802 | 2024.12.14 01:04:03.849847 [ 257 ] {b7ce5937-c8d8-4d6a-b575-04a56709538a} <Debug> TCPHandler: Processed in 0.001757461 sec. | ||
| 1803 | 2024.12.14 01:04:07.555576 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1804 | 2024.12.14 01:04:07.559314 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2024.12.14 01:04:07.559364 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1806 | 2024.12.14 01:04:07.561005 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1807 | 2024.12.14 01:04:07.561330 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2024.12.14 01:04:07.561906 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1809 | 2024.12.14 01:04:07.796530 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1810 | 2024.12.14 01:04:07.796699 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1811 | 2024.12.14 01:04:07.796766 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1812 | 2024.12.14 01:04:07.797455 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1813 | 2024.12.14 01:04:07.797496 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1814 | 2024.12.14 01:04:07.797890 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1815 | 2024.12.14 01:04:07.798139 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1816 | 2024.12.14 01:04:07.798326 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001678 sec., 33373.063170441004 rows/sec., 2.56 MiB/sec. | ||
| 1817 | 2024.12.14 01:04:07.798383 [ 3 ] {e27461bb-e1c2-4731-850a-9680c9a7afc8} <Debug> TCPHandler: Processed in 0.001944766 sec. | ||
| 1818 | 2024.12.14 01:04:07.798635 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1819 | 2024.12.14 01:04:07.798820 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1820 | 2024.12.14 01:04:07.798892 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1821 | 2024.12.14 01:04:07.799646 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1822 | 2024.12.14 01:04:07.799696 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1823 | 2024.12.14 01:04:07.800131 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1824 | 2024.12.14 01:04:07.800380 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1825 | 2024.12.14 01:04:07.800611 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 2.71 MiB/sec. | ||
| 1826 | 2024.12.14 01:04:07.800667 [ 257 ] {fb12a31f-9b8c-485a-86c9-9f0703fac751} <Debug> TCPHandler: Processed in 0.002159473 sec. | ||
| 1827 | 2024.12.14 01:04:07.800829 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1828 | 2024.12.14 01:04:07.800976 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1829 | 2024.12.14 01:04:07.801039 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1830 | 2024.12.14 01:04:07.801638 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1831 | 2024.12.14 01:04:07.801677 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1832 | 2024.12.14 01:04:07.802079 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1833 | 2024.12.14 01:04:07.802351 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1834 | 2024.12.14 01:04:07.802529 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001592 sec., 80402.01005025125 rows/sec., 5.60 MiB/sec. | ||
| 1835 | 2024.12.14 01:04:07.802585 [ 3 ] {1214a81d-978b-429b-b356-2f1a36050219} <Debug> TCPHandler: Processed in 0.001825863 sec. | ||
| 1836 | 2024.12.14 01:04:07.802738 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1837 | 2024.12.14 01:04:07.802856 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1838 | 2024.12.14 01:04:07.802908 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1839 | 2024.12.14 01:04:07.803418 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1840 | 2024.12.14 01:04:07.803459 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1841 | 2024.12.14 01:04:07.803842 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1842 | 2024.12.14 01:04:07.804095 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1843 | 2024.12.14 01:04:07.804331 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.0015 sec., 32000 rows/sec., 2.16 MiB/sec. | ||
| 1844 | 2024.12.14 01:04:07.804381 [ 257 ] {104d2f70-befa-4feb-b83d-3d71c4d84b14} <Debug> TCPHandler: Processed in 0.001698419 sec. | ||
| 1845 | 2024.12.14 01:04:10.038635 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1846 | 2024.12.14 01:04:10.039746 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1847 | 2024.12.14 01:04:10.039797 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1848 | 2024.12.14 01:04:10.040342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1849 | 2024.12.14 01:04:10.040606 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1850 | 2024.12.14 01:04:10.040883 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1851 | 2024.12.14 01:04:10.229913 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1852 | 2024.12.14 01:04:10.249657 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1853 | 2024.12.14 01:04:10.249715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1854 | 2024.12.14 01:04:10.256560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1855 | 2024.12.14 01:04:10.257310 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1856 | 2024.12.14 01:04:10.260036 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1857 | 2024.12.14 01:04:11.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.80 MiB, peak 175.26 MiB, free memory in arenas 0.00 B, will set to 168.90 MiB (RSS), difference: 1.10 MiB | ||
| 1858 | 2024.12.14 01:04:12.798911 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1859 | 2024.12.14 01:04:12.799215 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1860 | 2024.12.14 01:04:12.799329 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1861 | 2024.12.14 01:04:12.800184 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2024.12.14 01:04:12.800227 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1863 | 2024.12.14 01:04:12.800671 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1864 | 2024.12.14 01:04:12.800929 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1865 | 2024.12.14 01:04:12.801129 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.15 MiB/sec. | ||
| 1866 | 2024.12.14 01:04:12.801190 [ 3 ] {e6d52864-3527-4b78-9711-6eb78fe98779} <Debug> TCPHandler: Processed in 0.002482712 sec. | ||
| 1867 | 2024.12.14 01:04:12.801513 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1868 | 2024.12.14 01:04:12.801814 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1869 | 2024.12.14 01:04:12.801956 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1870 | 2024.12.14 01:04:12.802874 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1871 | 2024.12.14 01:04:12.802924 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1872 | 2024.12.14 01:04:12.803363 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1873 | 2024.12.14 01:04:12.803618 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1874 | 2024.12.14 01:04:12.803857 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002127 sec., 30089.327691584393 rows/sec., 2.35 MiB/sec. | ||
| 1875 | 2024.12.14 01:04:12.803921 [ 257 ] {78145919-9cd8-4946-a5b1-291c9787b438} <Debug> TCPHandler: Processed in 0.002588285 sec. | ||
| 1876 | 2024.12.14 01:04:12.804091 [ 3 ] {} <Trace> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2024.12.14 01:04:12.804238 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34260) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1878 | 2024.12.14 01:04:12.804303 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1879 | 2024.12.14 01:04:12.804974 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2024.12.14 01:04:12.805021 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1881 | 2024.12.14 01:04:12.805467 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1882 | 2024.12.14 01:04:12.805707 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2024.12.14 01:04:12.805940 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 1884 | 2024.12.14 01:04:12.806096 [ 3 ] {bddad53a-4db0-4113-8b2e-bf3a6de4ad06} <Debug> TCPHandler: Processed in 0.00206783 sec. | ||
| 1885 | 2024.12.14 01:04:12.806257 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1886 | 2024.12.14 01:04:12.806381 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1887 | 2024.12.14 01:04:12.806436 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1888 | 2024.12.14 01:04:12.806951 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2024.12.14 01:04:12.806991 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1890 | 2024.12.14 01:04:12.807373 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1891 | 2024.12.14 01:04:12.807615 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1892 | 2024.12.14 01:04:12.807899 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 1893 | 2024.12.14 01:04:12.808011 [ 257 ] {43d26c66-be80-443d-a63e-1763612c496b} <Debug> TCPHandler: Processed in 0.001812993 sec. | ||
| 1894 | 2024.12.14 01:04:17.358861 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1895 | 2024.12.14 01:04:17.358929 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1896 | 2024.12.14 01:04:17.474953 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1897 | 2024.12.14 01:04:17.475039 [ 3 ] {} <Debug> TCP-Session: aa74f915-4bd3-4dc0-a3be-7acbf89bf445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1898 | 2024.12.14 01:04:17.541014 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1899 | 2024.12.14 01:04:17.542040 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2024.12.14 01:04:17.542087 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1901 | 2024.12.14 01:04:17.542637 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1902 | 2024.12.14 01:04:17.542895 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2024.12.14 01:04:17.543223 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1904 | 2024.12.14 01:04:17.562273 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1905 | 2024.12.14 01:04:17.565596 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1906 | 2024.12.14 01:04:17.565645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1907 | 2024.12.14 01:04:17.567149 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1908 | 2024.12.14 01:04:17.567465 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1909 | 2024.12.14 01:04:17.568080 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1910 | 2024.12.14 01:04:17.760089 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1911 | 2024.12.14 01:04:17.780641 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1912 | 2024.12.14 01:04:17.780692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1913 | 2024.12.14 01:04:17.787687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1914 | 2024.12.14 01:04:17.788471 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1915 | 2024.12.14 01:04:17.791668 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1916 | 2024.12.14 01:04:17.798848 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1917 | 2024.12.14 01:04:17.799252 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1918 | 2024.12.14 01:04:17.799759 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1919 | 2024.12.14 01:04:17.799810 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1920 | 2024.12.14 01:04:17.800164 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1921 | 2024.12.14 01:04:17.800240 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1922 | 2024.12.14 01:04:17.800411 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1923 | 2024.12.14 01:04:17.800608 [ 295 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1924 | 2024.12.14 01:04:17.800656 [ 294 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1925 | 2024.12.14 01:04:17.800695 [ 296 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1926 | 2024.12.14 01:04:17.800858 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1927 | 2024.12.14 01:04:17.800890 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1928 | 2024.12.14 01:04:17.801009 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1929 | 2024.12.14 01:04:17.801033 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1930 | 2024.12.14 01:04:17.801078 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1931 | 2024.12.14 01:04:17.801128 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1932 | 2024.12.14 01:04:17.801172 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1933 | 2024.12.14 01:04:17.802813 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003767 sec., 9822.139633660738 rows/sec., 368.12 KiB/sec. | ||
| 1934 | 2024.12.14 01:04:17.802987 [ 257 ] {73802507-65f7-402a-9ce2-04eb0ce6c613} <Debug> TCPHandler: Processed in 0.004322995 sec. | ||
| 1935 | 2024.12.14 01:04:17.803406 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2024.12.14 01:04:17.803658 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1937 | 2024.12.14 01:04:17.804150 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1938 | 2024.12.14 01:04:17.804214 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1939 | 2024.12.14 01:04:17.804618 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1940 | 2024.12.14 01:04:17.804692 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1941 | 2024.12.14 01:04:17.804861 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1942 | 2024.12.14 01:04:17.804986 [ 298 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1943 | 2024.12.14 01:04:17.804993 [ 294 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1944 | 2024.12.14 01:04:17.805015 [ 295 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1945 | 2024.12.14 01:04:17.805140 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1946 | 2024.12.14 01:04:17.805169 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1947 | 2024.12.14 01:04:17.805283 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1948 | 2024.12.14 01:04:17.805307 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1949 | 2024.12.14 01:04:17.805352 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1950 | 2024.12.14 01:04:17.805399 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1951 | 2024.12.14 01:04:17.805443 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1952 | 2024.12.14 01:04:17.806838 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003316 sec., 11158.021712907117 rows/sec., 418.19 KiB/sec. | ||
| 1953 | 2024.12.14 01:04:17.807011 [ 4 ] {8b6f8097-9499-457d-8bdd-266e84b41a36} <Debug> TCPHandler: Processed in 0.003740389 sec. | ||
| 1954 | 2024.12.14 01:04:17.807283 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2024.12.14 01:04:17.807515 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1956 | 2024.12.14 01:04:17.807859 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1957 | 2024.12.14 01:04:17.807910 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1958 | 2024.12.14 01:04:17.808242 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1959 | 2024.12.14 01:04:17.808308 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1960 | 2024.12.14 01:04:17.808455 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1961 | 2024.12.14 01:04:17.808613 [ 294 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1962 | 2024.12.14 01:04:17.808609 [ 295 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1963 | 2024.12.14 01:04:17.808611 [ 296 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1964 | 2024.12.14 01:04:17.808770 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (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 | ||
| 1965 | 2024.12.14 01:04:17.808799 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1966 | 2024.12.14 01:04:17.808907 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1967 | 2024.12.14 01:04:17.808928 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1968 | 2024.12.14 01:04:17.808973 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1969 | 2024.12.14 01:04:17.809020 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1970 | 2024.12.14 01:04:17.809066 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1971 | 2024.12.14 01:04:17.810497 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003093 sec., 11962.495958616231 rows/sec., 448.34 KiB/sec. | ||
| 1972 | 2024.12.14 01:04:17.810686 [ 257 ] {b5e2d2fe-c9e2-4058-853a-399229985772} <Debug> TCPHandler: Processed in 0.00347006 sec. | ||
| 1973 | 2024.12.14 01:04:17.817332 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2024.12.14 01:04:17.817448 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1975 | 2024.12.14 01:04:17.817496 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1976 | 2024.12.14 01:04:17.818280 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1977 | 2024.12.14 01:04:17.818328 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1978 | 2024.12.14 01:04:17.818818 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1979 | 2024.12.14 01:04:17.819049 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2024.12.14 01:04:17.819315 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001881 sec., 1594.8963317384369 rows/sec., 145.37 KiB/sec. | ||
| 1981 | 2024.12.14 01:04:17.819420 [ 257 ] {0539c95f-a1c9-4b4e-b264-dcd8b9e6a227} <Debug> TCPHandler: Processed in 0.002139362 sec. | ||
| 1982 | 2024.12.14 01:04:17.819583 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1983 | 2024.12.14 01:04:17.819735 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1984 | 2024.12.14 01:04:17.819794 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1985 | 2024.12.14 01:04:17.820488 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2024.12.14 01:04:17.820525 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1987 | 2024.12.14 01:04:17.820893 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1988 | 2024.12.14 01:04:17.821132 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2024.12.14 01:04:17.821382 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001668 sec., 8393.285371702637 rows/sec., 604.20 KiB/sec. | ||
| 1990 | 2024.12.14 01:04:17.821469 [ 4 ] {cc9450fc-d997-482e-82eb-160c98acb37a} <Debug> TCPHandler: Processed in 0.001955066 sec. | ||
| 1991 | 2024.12.14 01:04:17.821680 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1992 | 2024.12.14 01:04:17.821926 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1993 | 2024.12.14 01:04:17.822026 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1994 | 2024.12.14 01:04:17.822961 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1995 | 2024.12.14 01:04:17.822999 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1996 | 2024.12.14 01:04:17.823381 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1997 | 2024.12.14 01:04:17.823617 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2024.12.14 01:04:17.823899 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.002031 sec., 129492.86065977352 rows/sec., 11.39 MiB/sec. | ||
| 1999 | 2024.12.14 01:04:17.823983 [ 257 ] {ca9de4a2-d097-470c-993e-54f4e187f473} <Debug> TCPHandler: Processed in 0.00241336 sec. | ||
| 2000 | 2024.12.14 01:04:17.824133 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2001 | 2024.12.14 01:04:17.824269 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2002 | 2024.12.14 01:04:17.824324 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2003 | 2024.12.14 01:04:17.824922 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2004 | 2024.12.14 01:04:17.824959 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2005 | 2024.12.14 01:04:17.825313 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2006 | 2024.12.14 01:04:17.825544 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2007 | 2024.12.14 01:04:17.825767 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001507 sec., 24552.0902455209 rows/sec., 1.76 MiB/sec. | ||
| 2008 | 2024.12.14 01:04:17.826119 [ 4 ] {d4eca2ad-e870-405e-9352-89bbd5ee4da9} <Debug> TCPHandler: Processed in 0.00205058 sec. | ||
| 2009 | 2024.12.14 01:04:17.826371 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2010 | 2024.12.14 01:04:17.826559 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2011 | 2024.12.14 01:04:17.826614 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2012 | 2024.12.14 01:04:17.827276 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2013 | 2024.12.14 01:04:17.827320 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2014 | 2024.12.14 01:04:17.827698 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2015 | 2024.12.14 01:04:17.827936 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2016 | 2024.12.14 01:04:17.828166 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001624 sec., 8620.689655172413 rows/sec., 603.74 KiB/sec. | ||
| 2017 | 2024.12.14 01:04:17.828224 [ 257 ] {2b2d3b9d-ce09-4464-9fe5-8098fb701f34} <Debug> TCPHandler: Processed in 0.001976487 sec. | ||
| 2018 | 2024.12.14 01:04:17.828362 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2019 | 2024.12.14 01:04:17.828479 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2020 | 2024.12.14 01:04:17.828536 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2021 | 2024.12.14 01:04:17.829197 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2022 | 2024.12.14 01:04:17.829241 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2023 | 2024.12.14 01:04:17.829623 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2024 | 2024.12.14 01:04:17.829855 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2024.12.14 01:04:17.830123 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec. | ||
| 2026 | 2024.12.14 01:04:17.830234 [ 4 ] {663fac72-7b60-4069-bfe6-8e567f0ee923} <Debug> TCPHandler: Processed in 0.001926836 sec. | ||
| 2027 | 2024.12.14 01:04:17.830376 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2028 | 2024.12.14 01:04:17.830489 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2029 | 2024.12.14 01:04:17.830537 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2030 | 2024.12.14 01:04:17.831261 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2031 | 2024.12.14 01:04:17.831299 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2032 | 2024.12.14 01:04:17.831675 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2033 | 2024.12.14 01:04:17.831915 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2034 | 2024.12.14 01:04:17.832164 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Debug> executeQuery: Read 421 rows, 30.81 KiB in 0.001677 sec., 251043.53011329754 rows/sec., 17.94 MiB/sec. | ||
| 2035 | 2024.12.14 01:04:17.832240 [ 257 ] {f25e474c-c222-4f00-861b-f5b06330d91e} <Debug> TCPHandler: Processed in 0.001920376 sec. | ||
| 2036 | 2024.12.14 01:04:17.832377 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2037 | 2024.12.14 01:04:17.832492 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2038 | 2024.12.14 01:04:17.832541 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2039 | 2024.12.14 01:04:17.833005 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2024.12.14 01:04:17.833042 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2041 | 2024.12.14 01:04:17.833394 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2042 | 2024.12.14 01:04:17.833630 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2024.12.14 01:04:17.833904 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec. | ||
| 2044 | 2024.12.14 01:04:17.833984 [ 4 ] {215ab19b-fd30-4c5c-b3bf-b577dd8fd56b} <Debug> TCPHandler: Processed in 0.001661148 sec. | ||
| 2045 | 2024.12.14 01:04:17.834127 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2046 | 2024.12.14 01:04:17.834241 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2047 | 2024.12.14 01:04:17.834293 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2048 | 2024.12.14 01:04:17.834840 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2049 | 2024.12.14 01:04:17.834876 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2050 | 2024.12.14 01:04:17.835255 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2051 | 2024.12.14 01:04:17.835488 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2024.12.14 01:04:17.835691 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001469 sec., 161334.24098025868 rows/sec., 10.81 MiB/sec. | ||
| 2053 | 2024.12.14 01:04:17.835744 [ 257 ] {0ce412bf-44fa-44e5-99a5-c616ef890916} <Debug> TCPHandler: Processed in 0.001673378 sec. | ||
| 2054 | 2024.12.14 01:04:17.835893 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2055 | 2024.12.14 01:04:17.836030 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2056 | 2024.12.14 01:04:17.836089 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2057 | 2024.12.14 01:04:17.836604 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2024.12.14 01:04:17.836641 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2059 | 2024.12.14 01:04:17.836991 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2060 | 2024.12.14 01:04:17.837221 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2024.12.14 01:04:17.837582 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001545 sec., 647.2491909385113 rows/sec., 43.61 KiB/sec. | ||
| 2062 | 2024.12.14 01:04:17.837724 [ 4 ] {01558cad-9136-467b-94f0-faed08c3e247} <Debug> TCPHandler: Processed in 0.001890294 sec. | ||
| 2063 | 2024.12.14 01:04:17.837938 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2024.12.14 01:04:17.838155 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2065 | 2024.12.14 01:04:17.838287 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2066 | 2024.12.14 01:04:17.839534 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2024.12.14 01:04:17.839570 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2068 | 2024.12.14 01:04:17.840212 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2069 | 2024.12.14 01:04:17.840461 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2024.12.14 01:04:17.840789 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002664 sec., 11261.261261261261 rows/sec., 20.18 MiB/sec. | ||
| 2071 | 2024.12.14 01:04:17.841024 [ 257 ] {c5b92170-021f-47ec-89ab-d38ff889f31c} <Debug> TCPHandler: Processed in 0.003193892 sec. | ||
| 2072 | 2024.12.14 01:04:17.841169 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2024.12.14 01:04:17.841305 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2074 | 2024.12.14 01:04:17.841363 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2075 | 2024.12.14 01:04:17.841843 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Trace> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.12.14 01:04:17.841880 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2077 | 2024.12.14 01:04:17.842250 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2078 | 2024.12.14 01:04:17.842481 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Trace> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.12.14 01:04:17.842764 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001489 sec., 10073.875083948958 rows/sec., 749.64 KiB/sec. | ||
| 2080 | 2024.12.14 01:04:17.842813 [ 4 ] {94060891-5771-4c31-baf0-b461bf22bd32} <Debug> TCPHandler: Processed in 0.001709 sec. | ||
| 2081 | 2024.12.14 01:04:17.842965 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.12.14 01:04:17.843100 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2083 | 2024.12.14 01:04:17.843157 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2084 | 2024.12.14 01:04:17.843664 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2085 | 2024.12.14 01:04:17.843701 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2086 | 2024.12.14 01:04:17.844053 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2087 | 2024.12.14 01:04:17.844290 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2024.12.14 01:04:17.844464 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
| 2089 | 2024.12.14 01:04:17.844511 [ 257 ] {6e97aa0f-9744-455d-91c1-e220eb89ee4f} <Debug> TCPHandler: Processed in 0.001609496 sec. | ||
| 2090 | 2024.12.14 01:04:22.797964 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2091 | 2024.12.14 01:04:22.798163 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2092 | 2024.12.14 01:04:22.798233 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2093 | 2024.12.14 01:04:22.798984 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2024.12.14 01:04:22.799032 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2095 | 2024.12.14 01:04:22.799449 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2096 | 2024.12.14 01:04:22.799697 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2097 | 2024.12.14 01:04:22.799892 [ 47 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2098 | 2024.12.14 01:04:22.799954 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.34 MiB/sec. | ||
| 2099 | 2024.12.14 01:04:22.799969 [ 47 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2100 | 2024.12.14 01:04:22.800032 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2101 | 2024.12.14 01:04:22.800084 [ 257 ] {269fcd43-0dad-43e8-bbd9-7c89e2ce6b94} <Debug> TCPHandler: Processed in 0.002248205 sec. | ||
| 2102 | 2024.12.14 01:04:22.800448 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2103 | 2024.12.14 01:04:22.800467 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2104 | 2024.12.14 01:04:22.800623 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2105 | 2024.12.14 01:04:22.800686 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2106 | 2024.12.14 01:04:22.800739 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2107 | 2024.12.14 01:04:22.800838 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2108 | 2024.12.14 01:04:22.800890 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2109 | 2024.12.14 01:04:22.801291 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2110 | 2024.12.14 01:04:22.801681 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2111 | 2024.12.14 01:04:22.801938 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 263 rows starting from the beginning of the part | ||
| 2112 | 2024.12.14 01:04:22.802334 [ 194 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2113 | 2024.12.14 01:04:22.803853 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2024.12.14 01:04:22.803935 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2115 | 2024.12.14 01:04:22.804854 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2116 | 2024.12.14 01:04:22.805364 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2117 | 2024.12.14 01:04:22.805380 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2009 rows, containing 5 columns (5 merged, 0 gathered) in 0.005218991 sec., 384940.30742724024 rows/sec., 33.77 MiB/sec. | ||
| 2118 | 2024.12.14 01:04:22.805586 [ 47 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2119 | 2024.12.14 01:04:22.805660 [ 47 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2024.12.14 01:04:22.805723 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2121 | 2024.12.14 01:04:22.805807 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005111 sec., 12522.011348072783 rows/sec., 1000.83 KiB/sec. | ||
| 2122 | 2024.12.14 01:04:22.806066 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 2123 | 2024.12.14 01:04:22.806107 [ 4 ] {b902a802-56dc-4223-a542-6fc5cfb94516} <Debug> TCPHandler: Processed in 0.0058633 sec. | ||
| 2124 | 2024.12.14 01:04:22.806107 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2125 | 2024.12.14 01:04:22.806388 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2126 | 2024.12.14 01:04:22.806481 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2127 | 2024.12.14 01:04:22.806547 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2128 | 2024.12.14 01:04:22.806614 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2129 | 2024.12.14 01:04:22.806820 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2130 | 2024.12.14 01:04:22.806843 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2131 | 2024.12.14 01:04:22.807426 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2132 | 2024.12.14 01:04:22.807858 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2133 | 2024.12.14 01:04:22.808018 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2134 | 2024.12.14 01:04:22.808430 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_11_2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2135 | 2024.12.14 01:04:22.808517 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 421 rows starting from the beginning of the part | ||
| 2136 | 2024.12.14 01:04:22.809057 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 2137 | 2024.12.14 01:04:22.809084 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2138 | 2024.12.14 01:04:22.810044 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2024.12.14 01:04:22.810092 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2140 | 2024.12.14 01:04:22.810669 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2141 | 2024.12.14 01:04:22.810985 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1849 rows, containing 5 columns (5 merged, 0 gathered) in 0.00518196 sec., 356814.7959459355 rows/sec., 27.20 MiB/sec. | ||
| 2142 | 2024.12.14 01:04:22.811050 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2024.12.14 01:04:22.811294 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2144 | 2024.12.14 01:04:22.811313 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2145 | 2024.12.14 01:04:22.811400 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2146 | 2024.12.14 01:04:22.811521 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2147 | 2024.12.14 01:04:22.811565 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004984 sec., 32102.728731942218 rows/sec., 2.24 MiB/sec. | ||
| 2148 | 2024.12.14 01:04:22.812094 [ 257 ] {b74254ca-f501-43e2-957e-72068594fcdc} <Debug> TCPHandler: Processed in 0.005812449 sec. | ||
| 2149 | 2024.12.14 01:04:22.812234 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2150 | 2024.12.14 01:04:22.812557 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2024.12.14 01:04:22.812845 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2152 | 2024.12.14 01:04:22.812871 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2153 | 2024.12.14 01:04:22.812955 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2154 | 2024.12.14 01:04:22.812955 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 782 rows starting from the beginning of the part | ||
| 2155 | 2024.12.14 01:04:22.813114 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2156 | 2024.12.14 01:04:22.813222 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_11_2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2157 | 2024.12.14 01:04:22.813443 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2227 rows starting from the beginning of the part | ||
| 2158 | 2024.12.14 01:04:22.813960 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2159 | 2024.12.14 01:04:22.814113 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2160 | 2024.12.14 01:04:22.814479 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2161 | 2024.12.14 01:04:22.814808 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2162 | 2024.12.14 01:04:22.814950 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2163 | 2024.12.14 01:04:22.815746 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2164 | 2024.12.14 01:04:22.815808 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2165 | 2024.12.14 01:04:22.816608 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2166 | 2024.12.14 01:04:22.817147 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2167 | 2024.12.14 01:04:22.817472 [ 47 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2168 | 2024.12.14 01:04:22.817610 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004724 sec., 12701.100762066046 rows/sec., 876.51 KiB/sec. | ||
| 2169 | 2024.12.14 01:04:22.817591 [ 47 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2170 | 2024.12.14 01:04:22.817826 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2171 | 2024.12.14 01:04:22.817834 [ 4 ] {e4abcbdd-12ed-4fce-b432-944200f369af} <Debug> TCPHandler: Processed in 0.005571461 sec. | ||
| 2172 | 2024.12.14 01:04:22.818284 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2173 | 2024.12.14 01:04:22.818773 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2174 | 2024.12.14 01:04:22.818879 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 302 rows starting from the beginning of the part | ||
| 2175 | 2024.12.14 01:04:22.818973 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3694 rows, containing 5 columns (5 merged, 0 gathered) in 0.00726055 sec., 508776.8832939653 rows/sec., 34.26 MiB/sec. | ||
| 2176 | 2024.12.14 01:04:22.819105 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 2177 | 2024.12.14 01:04:22.819274 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 2178 | 2024.12.14 01:04:22.819454 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 2179 | 2024.12.14 01:04:22.819554 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2180 | 2024.12.14 01:04:22.819669 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2181 | 2024.12.14 01:04:22.820004 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2182 | 2024.12.14 01:04:22.820507 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2183 | 2024.12.14 01:04:22.820604 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2184 | 2024.12.14 01:04:22.820699 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 2185 | 2024.12.14 01:04:22.821625 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.003691227 sec., 158754.7988785301 rows/sec., 10.33 MiB/sec. | ||
| 2186 | 2024.12.14 01:04:22.821761 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2187 | 2024.12.14 01:04:22.822053 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2024.12.14 01:04:22.822130 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_11_2} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2189 | 2024.12.14 01:04:22.822203 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2190 | 2024.12.14 01:04:25.043336 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2191 | 2024.12.14 01:04:25.044052 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2024.12.14 01:04:25.044109 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2193 | 2024.12.14 01:04:25.044655 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2194 | 2024.12.14 01:04:25.044937 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2024.12.14 01:04:25.045197 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2196 | 2024.12.14 01:04:25.291721 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2197 | 2024.12.14 01:04:25.311450 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2198 | 2024.12.14 01:04:25.311514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2199 | 2024.12.14 01:04:25.318425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2200 | 2024.12.14 01:04:25.319186 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2201 | 2024.12.14 01:04:25.322278 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2202 | 2024.12.14 01:04:27.569190 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 324 | ||
| 2203 | 2024.12.14 01:04:27.572346 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2204 | 2024.12.14 01:04:27.572394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2205 | 2024.12.14 01:04:27.573900 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2206 | 2024.12.14 01:04:27.574203 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2207 | 2024.12.14 01:04:27.574411 [ 41 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2208 | 2024.12.14 01:04:27.574546 [ 41 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2209 | 2024.12.14 01:04:27.574615 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2210 | 2024.12.14 01:04:27.575181 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2211 | 2024.12.14 01:04:27.576126 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
| 2212 | 2024.12.14 01:04:27.576564 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2213 | 2024.12.14 01:04:27.576733 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part | ||
| 2214 | 2024.12.14 01:04:27.577408 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2215 | 2024.12.14 01:04:27.577898 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2216 | 2024.12.14 01:04:27.578365 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2217 | 2024.12.14 01:04:27.578836 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2218 | 2024.12.14 01:04:27.579296 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 2219 | 2024.12.14 01:04:27.588895 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.014122159 sec., 22942.667619023407 rows/sec., 23.13 MiB/sec. | ||
| 2220 | 2024.12.14 01:04:27.589965 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2221 | 2024.12.14 01:04:27.590745 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2024.12.14 01:04:27.590825 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_6_1} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2223 | 2024.12.14 01:04:27.591128 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. | ||
| 2224 | 2024.12.14 01:04:27.804503 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2024.12.14 01:04:27.804717 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2226 | 2024.12.14 01:04:27.804795 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2227 | 2024.12.14 01:04:27.805550 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2024.12.14 01:04:27.805603 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2229 | 2024.12.14 01:04:27.806046 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2230 | 2024.12.14 01:04:27.806306 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.12.14 01:04:27.806481 [ 41 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2232 | 2024.12.14 01:04:27.806548 [ 41 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2024.12.14 01:04:27.806584 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2234 | 2024.12.14 01:04:27.806601 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec. | ||
| 2235 | 2024.12.14 01:04:27.806909 [ 257 ] {95f815de-b007-40cf-a37d-56bbdc4eb46e} <Debug> TCPHandler: Processed in 0.002537654 sec. | ||
| 2236 | 2024.12.14 01:04:27.806978 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 2237 | 2024.12.14 01:04:27.807223 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2238 | 2024.12.14 01:04:27.807236 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2024.12.14 01:04:27.807270 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2240 | 2024.12.14 01:04:27.807549 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2241 | 2024.12.14 01:04:27.807565 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2242 | 2024.12.14 01:04:27.807775 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2243 | 2024.12.14 01:04:27.807908 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2244 | 2024.12.14 01:04:27.808231 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2245 | 2024.12.14 01:04:27.808559 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2246 | 2024.12.14 01:04:27.810642 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2024.12.14 01:04:27.810721 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2248 | 2024.12.14 01:04:27.811127 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004450079 sec., 15730.057825939719 rows/sec., 1.17 MiB/sec. | ||
| 2249 | 2024.12.14 01:04:27.811427 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2250 | 2024.12.14 01:04:27.811661 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2251 | 2024.12.14 01:04:27.812011 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2252 | 2024.12.14 01:04:27.812172 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_5_1} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2253 | 2024.12.14 01:04:27.812282 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2024.12.14 01:04:27.812333 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2255 | 2024.12.14 01:04:27.812621 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Debug> executeQuery: Read 263 rows, 23.70 KiB in 0.005205 sec., 50528.3381364073 rows/sec., 4.45 MiB/sec. | ||
| 2256 | 2024.12.14 01:04:27.812712 [ 4 ] {02ebe867-cde0-49a0-8b05-dd8e9e605457} <Debug> TCPHandler: Processed in 0.005657104 sec. | ||
| 2257 | 2024.12.14 01:04:27.812895 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2258 | 2024.12.14 01:04:27.813030 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2259 | 2024.12.14 01:04:27.813088 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2260 | 2024.12.14 01:04:27.813807 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2261 | 2024.12.14 01:04:27.813854 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2262 | 2024.12.14 01:04:27.814236 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2263 | 2024.12.14 01:04:27.814484 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2264 | 2024.12.14 01:04:27.814712 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Debug> executeQuery: Read 37 rows, 2.71 KiB in 0.001712 sec., 21612.149532710282 rows/sec., 1.55 MiB/sec. | ||
| 2265 | 2024.12.14 01:04:27.814769 [ 257 ] {3d60e000-e1ee-4885-9749-9540c6dfa813} <Debug> TCPHandler: Processed in 0.001943136 sec. | ||
| 2266 | 2024.12.14 01:04:27.814938 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2267 | 2024.12.14 01:04:27.815085 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2268 | 2024.12.14 01:04:27.815146 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2269 | 2024.12.14 01:04:27.815839 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2270 | 2024.12.14 01:04:27.815884 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2271 | 2024.12.14 01:04:27.816242 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2272 | 2024.12.14 01:04:27.816481 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2024.12.14 01:04:27.816789 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00172 sec., 8139.53488372093 rows/sec., 570.04 KiB/sec. | ||
| 2274 | 2024.12.14 01:04:27.816875 [ 4 ] {54305a4c-e938-406c-a109-f4af52fcdd56} <Debug> TCPHandler: Processed in 0.002006368 sec. | ||
| 2275 | 2024.12.14 01:04:27.817059 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2276 | 2024.12.14 01:04:27.817194 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2277 | 2024.12.14 01:04:27.817250 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2278 | 2024.12.14 01:04:27.817977 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2279 | 2024.12.14 01:04:27.818017 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2280 | 2024.12.14 01:04:27.818370 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2281 | 2024.12.14 01:04:27.818606 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2282 | 2024.12.14 01:04:27.818759 [ 39 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2283 | 2024.12.14 01:04:27.818831 [ 39 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2024.12.14 01:04:27.818867 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2285 | 2024.12.14 01:04:27.818872 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001694 sec., 7674.144037780402 rows/sec., 478.48 KiB/sec. | ||
| 2286 | 2024.12.14 01:04:27.819269 [ 257 ] {49290772-f6d4-4784-a484-25ed959ee04e} <Debug> TCPHandler: Processed in 0.002271405 sec. | ||
| 2287 | 2024.12.14 01:04:27.819284 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 2288 | 2024.12.14 01:04:27.819515 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2289 | 2024.12.14 01:04:27.819564 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2290 | 2024.12.14 01:04:27.819610 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 2291 | 2024.12.14 01:04:27.819797 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2292 | 2024.12.14 01:04:27.819866 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2293 | 2024.12.14 01:04:27.819947 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2294 | 2024.12.14 01:04:27.820203 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part | ||
| 2295 | 2024.12.14 01:04:27.820531 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part | ||
| 2296 | 2024.12.14 01:04:27.820853 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 2297 | 2024.12.14 01:04:27.822645 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2298 | 2024.12.14 01:04:27.822713 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2299 | 2024.12.14 01:04:27.823183 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004233423 sec., 15354.005493899382 rows/sec., 1017.30 KiB/sec. | ||
| 2300 | 2024.12.14 01:04:27.823378 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2301 | 2024.12.14 01:04:27.823586 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2302 | 2024.12.14 01:04:27.823831 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2024.12.14 01:04:27.823959 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_5_1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2304 | 2024.12.14 01:04:27.823992 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2024.12.14 01:04:27.824100 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2306 | 2024.12.14 01:04:27.824324 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Debug> executeQuery: Read 412 rows, 30.08 KiB in 0.004641 sec., 88773.9711269123 rows/sec., 6.33 MiB/sec. | ||
| 2307 | 2024.12.14 01:04:27.824394 [ 4 ] {235e5d2f-4988-4db4-af87-74cf019bc3d4} <Debug> TCPHandler: Processed in 0.005008045 sec. | ||
| 2308 | 2024.12.14 01:04:27.824544 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2024.12.14 01:04:27.824679 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2310 | 2024.12.14 01:04:27.824738 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2311 | 2024.12.14 01:04:27.825233 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2312 | 2024.12.14 01:04:27.825271 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2313 | 2024.12.14 01:04:27.825626 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2314 | 2024.12.14 01:04:27.825868 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2315 | 2024.12.14 01:04:27.826085 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
| 2316 | 2024.12.14 01:04:27.826137 [ 257 ] {5e731ff8-f3df-468f-911f-b9bebe35676f} <Debug> TCPHandler: Processed in 0.001657887 sec. | ||
| 2317 | 2024.12.14 01:04:27.826295 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2318 | 2024.12.14 01:04:27.826435 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2319 | 2024.12.14 01:04:27.826496 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2320 | 2024.12.14 01:04:27.827117 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2321 | 2024.12.14 01:04:27.827155 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2322 | 2024.12.14 01:04:27.827552 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2323 | 2024.12.14 01:04:27.827798 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2024.12.14 01:04:27.828007 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001605 sec., 147663.55140186916 rows/sec., 9.90 MiB/sec. | ||
| 2325 | 2024.12.14 01:04:27.828061 [ 4 ] {f20b8e98-5be9-472e-be39-48f52ae11922} <Debug> TCPHandler: Processed in 0.001832893 sec. | ||
| 2326 | 2024.12.14 01:04:27.828210 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2327 | 2024.12.14 01:04:27.828343 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2328 | 2024.12.14 01:04:27.828402 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2329 | 2024.12.14 01:04:27.828927 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2330 | 2024.12.14 01:04:27.828966 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2331 | 2024.12.14 01:04:27.829324 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2332 | 2024.12.14 01:04:27.829561 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2333 | 2024.12.14 01:04:27.829717 [ 39 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2334 | 2024.12.14 01:04:27.829780 [ 39 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2024.12.14 01:04:27.829815 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2336 | 2024.12.14 01:04:27.829830 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec. | ||
| 2337 | 2024.12.14 01:04:27.830203 [ 257 ] {16756688-d058-40d7-acc9-0ecdc728c531} <Debug> TCPHandler: Processed in 0.00205039 sec. | ||
| 2338 | 2024.12.14 01:04:27.830232 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 2339 | 2024.12.14 01:04:27.830455 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2340 | 2024.12.14 01:04:27.830476 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2341 | 2024.12.14 01:04:27.830527 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2342 | 2024.12.14 01:04:27.830763 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2343 | 2024.12.14 01:04:27.830798 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2344 | 2024.12.14 01:04:27.831099 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2345 | 2024.12.14 01:04:27.831117 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2346 | 2024.12.14 01:04:27.831416 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2347 | 2024.12.14 01:04:27.831767 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2348 | 2024.12.14 01:04:27.834767 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004857391 sec., 1029.359176562068 rows/sec., 69.36 KiB/sec. | ||
| 2349 | 2024.12.14 01:04:27.834963 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2350 | 2024.12.14 01:04:27.835563 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2351 | 2024.12.14 01:04:27.835766 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2352 | 2024.12.14 01:04:27.835770 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_5_1} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2353 | 2024.12.14 01:04:27.835830 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2354 | 2024.12.14 01:04:27.835917 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2355 | 2024.12.14 01:04:27.836621 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2356 | 2024.12.14 01:04:27.836907 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2357 | 2024.12.14 01:04:27.837172 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006563 sec., 4571.080298643913 rows/sec., 8.19 MiB/sec. | ||
| 2358 | 2024.12.14 01:04:27.837303 [ 4 ] {b31d933e-2928-4940-805a-13b9437b1b89} <Debug> TCPHandler: Processed in 0.006981713 sec. | ||
| 2359 | 2024.12.14 01:04:27.837460 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2360 | 2024.12.14 01:04:27.837596 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2361 | 2024.12.14 01:04:27.837654 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2362 | 2024.12.14 01:04:27.838172 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2363 | 2024.12.14 01:04:27.838211 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2364 | 2024.12.14 01:04:27.838578 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2365 | 2024.12.14 01:04:27.838836 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2366 | 2024.12.14 01:04:27.839098 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec. | ||
| 2367 | 2024.12.14 01:04:27.839298 [ 257 ] {76c03918-44e1-4acb-a146-4536711d45ce} <Debug> TCPHandler: Processed in 0.001903675 sec. | ||
| 2368 | 2024.12.14 01:04:32.359179 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2369 | 2024.12.14 01:04:32.359244 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2370 | 2024.12.14 01:04:32.545300 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2371 | 2024.12.14 01:04:32.545927 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2372 | 2024.12.14 01:04:32.545976 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2373 | 2024.12.14 01:04:32.546497 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2374 | 2024.12.14 01:04:32.546750 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2375 | 2024.12.14 01:04:32.546994 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2376 | 2024.12.14 01:04:32.799135 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2377 | 2024.12.14 01:04:32.799337 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2378 | 2024.12.14 01:04:32.799415 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2379 | 2024.12.14 01:04:32.800251 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2380 | 2024.12.14 01:04:32.800304 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2381 | 2024.12.14 01:04:32.800738 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2382 | 2024.12.14 01:04:32.801057 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2383 | 2024.12.14 01:04:32.801373 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002091 sec., 26781.444285031084 rows/sec., 2.06 MiB/sec. | ||
| 2384 | 2024.12.14 01:04:32.801441 [ 257 ] {b828b721-e13f-44f5-b2e4-043f16b91e27} <Debug> TCPHandler: Processed in 0.002438341 sec. | ||
| 2385 | 2024.12.14 01:04:32.801707 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2386 | 2024.12.14 01:04:32.801916 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2387 | 2024.12.14 01:04:32.801996 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2388 | 2024.12.14 01:04:32.802772 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2024.12.14 01:04:32.802818 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2390 | 2024.12.14 01:04:32.803253 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2391 | 2024.12.14 01:04:32.803507 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2392 | 2024.12.14 01:04:32.803750 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 2393 | 2024.12.14 01:04:32.803814 [ 4 ] {7b292b7f-51f1-490b-930f-d5625bcaf800} <Debug> TCPHandler: Processed in 0.002245875 sec. | ||
| 2394 | 2024.12.14 01:04:32.803979 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2024.12.14 01:04:32.804113 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2396 | 2024.12.14 01:04:32.804178 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2397 | 2024.12.14 01:04:32.804858 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2024.12.14 01:04:32.804907 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2399 | 2024.12.14 01:04:32.805333 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2400 | 2024.12.14 01:04:32.805584 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2024.12.14 01:04:32.805820 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001742 sec., 91848.45005740528 rows/sec., 6.40 MiB/sec. | ||
| 2402 | 2024.12.14 01:04:32.806016 [ 257 ] {2c1f1b36-9fb3-45f0-a088-7da649da761f} <Debug> TCPHandler: Processed in 0.0020905 sec. | ||
| 2403 | 2024.12.14 01:04:32.806192 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2024.12.14 01:04:32.806319 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2405 | 2024.12.14 01:04:32.806374 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2406 | 2024.12.14 01:04:32.806895 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2024.12.14 01:04:32.806935 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2408 | 2024.12.14 01:04:32.807331 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2409 | 2024.12.14 01:04:32.807572 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2024.12.14 01:04:32.807793 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 2411 | 2024.12.14 01:04:32.807847 [ 4 ] {ef07188e-b61f-45f2-89e9-66aaf2d7ae54} <Debug> TCPHandler: Processed in 0.001712909 sec. | ||
| 2412 | 2024.12.14 01:04:32.822315 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2413 | 2024.12.14 01:04:32.842724 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2024.12.14 01:04:32.842766 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2415 | 2024.12.14 01:04:32.849555 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2416 | 2024.12.14 01:04:32.850305 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2417 | 2024.12.14 01:04:32.853333 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2418 | 2024.12.14 01:04:33.512897 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2024.12.14 01:04:33.513168 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2420 | 2024.12.14 01:04:33.513604 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2421 | 2024.12.14 01:04:33.513660 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2422 | 2024.12.14 01:04:33.514051 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2423 | 2024.12.14 01:04:33.514141 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2424 | 2024.12.14 01:04:33.514319 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2425 | 2024.12.14 01:04:33.514522 [ 298 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2426 | 2024.12.14 01:04:33.514548 [ 295 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2427 | 2024.12.14 01:04:33.514520 [ 294 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2428 | 2024.12.14 01:04:33.514590 [ 296 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2429 | 2024.12.14 01:04:33.514745 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2430 | 2024.12.14 01:04:33.514779 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2431 | 2024.12.14 01:04:33.514924 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2432 | 2024.12.14 01:04:33.514948 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2433 | 2024.12.14 01:04:33.514993 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2434 | 2024.12.14 01:04:33.515040 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2435 | 2024.12.14 01:04:33.515080 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2436 | 2024.12.14 01:04:33.515117 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2437 | 2024.12.14 01:04:33.517286 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004243 sec., 9427.29201037002 rows/sec., 359.51 KiB/sec. | ||
| 2438 | 2024.12.14 01:04:33.517521 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> MemoryTracker: Peak memory usage (for query): 145.50 KiB. | ||
| 2439 | 2024.12.14 01:04:33.517539 [ 257 ] {cbd141e7-6bef-403d-88b0-41547e797b9f} <Debug> TCPHandler: Processed in 0.00483344 sec. | ||
| 2440 | 2024.12.14 01:04:33.560162 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2441 | 2024.12.14 01:04:33.560403 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2442 | 2024.12.14 01:04:33.560501 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2443 | 2024.12.14 01:04:33.561513 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2444 | 2024.12.14 01:04:33.561558 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2445 | 2024.12.14 01:04:33.562059 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2446 | 2024.12.14 01:04:33.562290 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2024.12.14 01:04:33.562570 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002228 sec., 448.8330341113106 rows/sec., 101.69 KiB/sec. | ||
| 2448 | 2024.12.14 01:04:33.562754 [ 257 ] {68e87285-365c-4f5d-98c0-7e7f341ad98b} <Debug> TCPHandler: Processed in 0.002686658 sec. | ||
| 2449 | 2024.12.14 01:04:33.563003 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2450 | 2024.12.14 01:04:33.563174 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2451 | 2024.12.14 01:04:33.563241 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2452 | 2024.12.14 01:04:33.563946 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2453 | 2024.12.14 01:04:33.563993 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2454 | 2024.12.14 01:04:33.564409 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2455 | 2024.12.14 01:04:33.564669 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2456 | 2024.12.14 01:04:33.564919 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001793 sec., 7808.1427774679305 rows/sec., 562.08 KiB/sec. | ||
| 2457 | 2024.12.14 01:04:33.564985 [ 4 ] {d0272b8c-e74b-4bb3-aef2-723a6f6ff0a3} <Debug> TCPHandler: Processed in 0.002105021 sec. | ||
| 2458 | 2024.12.14 01:04:33.565146 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2459 | 2024.12.14 01:04:33.565263 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2460 | 2024.12.14 01:04:33.565313 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2461 | 2024.12.14 01:04:33.565918 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2462 | 2024.12.14 01:04:33.565960 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2463 | 2024.12.14 01:04:33.566319 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2464 | 2024.12.14 01:04:33.566556 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2465 | 2024.12.14 01:04:33.566806 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001561 sec., 6406.149903907751 rows/sec., 522.38 KiB/sec. | ||
| 2466 | 2024.12.14 01:04:33.566929 [ 257 ] {6f3335f5-f3bb-4395-bf74-11d25b7a8201} <Debug> TCPHandler: Processed in 0.001839753 sec. | ||
| 2467 | 2024.12.14 01:04:33.567100 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2024.12.14 01:04:33.567220 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2469 | 2024.12.14 01:04:33.567270 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2470 | 2024.12.14 01:04:33.568458 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2471 | 2024.12.14 01:04:33.568501 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2472 | 2024.12.14 01:04:33.568992 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2473 | 2024.12.14 01:04:33.569244 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2024.12.14 01:04:33.569527 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Debug> executeQuery: Read 1408 rows, 120.63 KiB in 0.002328 sec., 604810.9965635738 rows/sec., 50.60 MiB/sec. | ||
| 2475 | 2024.12.14 01:04:33.569708 [ 4 ] {888586bd-fc5f-4504-b6da-be5635f73b8f} <Debug> TCPHandler: Processed in 0.002661137 sec. | ||
| 2476 | 2024.12.14 01:04:33.569874 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2477 | 2024.12.14 01:04:33.569994 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2478 | 2024.12.14 01:04:33.570045 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2479 | 2024.12.14 01:04:33.570703 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2480 | 2024.12.14 01:04:33.570743 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2481 | 2024.12.14 01:04:33.571127 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2482 | 2024.12.14 01:04:33.571378 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2483 | 2024.12.14 01:04:33.571550 [ 51 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2484 | 2024.12.14 01:04:33.571623 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Debug> executeQuery: Read 47 rows, 3.41 KiB in 0.001651 sec., 28467.595396729255 rows/sec., 2.02 MiB/sec. | ||
| 2485 | 2024.12.14 01:04:33.571634 [ 51 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2486 | 2024.12.14 01:04:33.571707 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2487 | 2024.12.14 01:04:33.571755 [ 257 ] {40c35978-ac0a-4242-af68-5a5e4d061eb3} <Debug> TCPHandler: Processed in 0.001944077 sec. | ||
| 2488 | 2024.12.14 01:04:33.572021 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2024.12.14 01:04:33.572112 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::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 | ||
| 2490 | 2024.12.14 01:04:33.572287 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2491 | 2024.12.14 01:04:33.572329 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2492 | 2024.12.14 01:04:33.572345 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2493 | 2024.12.14 01:04:33.572367 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2494 | 2024.12.14 01:04:33.572555 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2495 | 2024.12.14 01:04:33.572892 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2496 | 2024.12.14 01:04:33.573273 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 37 rows starting from the beginning of the part | ||
| 2497 | 2024.12.14 01:04:33.573596 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part | ||
| 2498 | 2024.12.14 01:04:33.573815 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 47 rows starting from the beginning of the part | ||
| 2499 | 2024.12.14 01:04:33.574362 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2024.12.14 01:04:33.574404 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2501 | 2024.12.14 01:04:33.574948 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2502 | 2024.12.14 01:04:33.575256 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.003421229 sec., 48520.575500792256 rows/sec., 3.61 MiB/sec. | ||
| 2503 | 2024.12.14 01:04:33.575339 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2504 | 2024.12.14 01:04:33.575457 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2505 | 2024.12.14 01:04:33.575717 [ 51 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2506 | 2024.12.14 01:04:33.575786 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003513 sec., 68886.99117563336 rows/sec., 4.67 MiB/sec. | ||
| 2507 | 2024.12.14 01:04:33.575806 [ 51 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2508 | 2024.12.14 01:04:33.575894 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2509 | 2024.12.14 01:04:33.576095 [ 4 ] {a6e90978-8215-4cc0-9d0c-d955fb08cf19} <Debug> TCPHandler: Processed in 0.004216422 sec. | ||
| 2510 | 2024.12.14 01:04:33.576382 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2511 | 2024.12.14 01:04:33.576412 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2024.12.14 01:04:33.576400 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2024.12.14 01:04:33.576711 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_6_1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2514 | 2024.12.14 01:04:33.576771 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2515 | 2024.12.14 01:04:33.576788 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2516 | 2024.12.14 01:04:33.576937 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2517 | 2024.12.14 01:04:33.576951 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2518 | 2024.12.14 01:04:33.576935 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2519 | 2024.12.14 01:04:33.577279 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2520 | 2024.12.14 01:04:33.577562 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2521 | 2024.12.14 01:04:33.577783 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2522 | 2024.12.14 01:04:33.578122 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2523 | 2024.12.14 01:04:33.578503 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2524 | 2024.12.14 01:04:33.580060 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2024.12.14 01:04:33.580137 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2526 | 2024.12.14 01:04:33.581071 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2527 | 2024.12.14 01:04:33.581222 [ 190 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005160529 sec., 104640.43511818266 rows/sec., 7.50 MiB/sec. | ||
| 2528 | 2024.12.14 01:04:33.581386 [ 190 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2529 | 2024.12.14 01:04:33.581447 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2024.12.14 01:04:33.581742 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005077 sec., 2560.5672641323617 rows/sec., 159.65 KiB/sec. | ||
| 2531 | 2024.12.14 01:04:33.581831 [ 257 ] {a6c5268e-72ee-4add-9d57-80282a5ed539} <Debug> TCPHandler: Processed in 0.005604673 sec. | ||
| 2532 | 2024.12.14 01:04:33.581882 [ 190 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2533 | 2024.12.14 01:04:33.582015 [ 190 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_6_1} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2534 | 2024.12.14 01:04:33.582016 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2535 | 2024.12.14 01:04:33.582143 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2536 | 2024.12.14 01:04:33.582210 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2537 | 2024.12.14 01:04:33.582261 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2538 | 2024.12.14 01:04:33.583292 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2539 | 2024.12.14 01:04:33.583334 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2540 | 2024.12.14 01:04:33.583749 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2541 | 2024.12.14 01:04:33.584002 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2542 | 2024.12.14 01:04:33.584216 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Debug> executeQuery: Read 878 rows, 65.19 KiB in 0.002044 sec., 429549.9021526419 rows/sec., 31.15 MiB/sec. | ||
| 2543 | 2024.12.14 01:04:33.584268 [ 4 ] {5b525459-c74f-426e-9dc7-d6dd9f91e204} <Debug> TCPHandler: Processed in 0.002338848 sec. | ||
| 2544 | 2024.12.14 01:04:33.584424 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2545 | 2024.12.14 01:04:33.584565 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2546 | 2024.12.14 01:04:33.584627 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2547 | 2024.12.14 01:04:33.585186 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2548 | 2024.12.14 01:04:33.585226 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2549 | 2024.12.14 01:04:33.585594 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2550 | 2024.12.14 01:04:33.585856 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2551 | 2024.12.14 01:04:33.586009 [ 51 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2552 | 2024.12.14 01:04:33.586069 [ 51 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2024.12.14 01:04:33.586107 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2554 | 2024.12.14 01:04:33.586110 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 200.05 KiB/sec. | ||
| 2555 | 2024.12.14 01:04:33.586300 [ 257 ] {ee0d52e9-631b-45a0-a23e-c41c817e188f} <Debug> TCPHandler: Processed in 0.001937287 sec. | ||
| 2556 | 2024.12.14 01:04:33.586361 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2557 | 2024.12.14 01:04:33.586514 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2024.12.14 01:04:33.586520 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2559 | 2024.12.14 01:04:33.586593 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2560 | 2024.12.14 01:04:33.586740 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2561 | 2024.12.14 01:04:33.586798 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2562 | 2024.12.14 01:04:33.586952 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2563 | 2024.12.14 01:04:33.587075 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2564 | 2024.12.14 01:04:33.587413 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2565 | 2024.12.14 01:04:33.587699 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2566 | 2024.12.14 01:04:33.587976 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 2567 | 2024.12.14 01:04:33.589137 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2568 | 2024.12.14 01:04:33.589189 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2569 | 2024.12.14 01:04:33.589493 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003271485 sec., 11004.17700218708 rows/sec., 574.93 KiB/sec. | ||
| 2570 | 2024.12.14 01:04:33.589688 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2571 | 2024.12.14 01:04:33.590037 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2572 | 2024.12.14 01:04:33.590175 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2024.12.14 01:04:33.590294 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_6_1} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2574 | 2024.12.14 01:04:33.590431 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2575 | 2024.12.14 01:04:33.590500 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2576 | 2024.12.14 01:04:33.590735 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.004089 sec., 234776.2289068232 rows/sec., 15.60 MiB/sec. | ||
| 2577 | 2024.12.14 01:04:33.590797 [ 4 ] {ed662a25-c45e-4876-ad13-c5cdabfbc31f} <Debug> TCPHandler: Processed in 0.004388217 sec. | ||
| 2578 | 2024.12.14 01:04:33.590963 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2024.12.14 01:04:33.591101 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2580 | 2024.12.14 01:04:33.591163 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2581 | 2024.12.14 01:04:33.591655 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2024.12.14 01:04:33.591695 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2583 | 2024.12.14 01:04:33.592053 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2584 | 2024.12.14 01:04:33.592294 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2024.12.14 01:04:33.592582 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec. | ||
| 2586 | 2024.12.14 01:04:33.592704 [ 257 ] {dd7db0ad-8142-45bb-949a-4314bbc69473} <Debug> TCPHandler: Processed in 0.001807662 sec. | ||
| 2587 | 2024.12.14 01:04:33.592855 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2588 | 2024.12.14 01:04:33.592978 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2589 | 2024.12.14 01:04:33.593066 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2590 | 2024.12.14 01:04:33.594238 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2024.12.14 01:04:33.594278 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2592 | 2024.12.14 01:04:33.594930 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2593 | 2024.12.14 01:04:33.595200 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2024.12.14 01:04:33.595381 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2595 | 2024.12.14 01:04:33.595451 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2024.12.14 01:04:33.595471 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002513 sec., 11937.92280143255 rows/sec., 21.39 MiB/sec. | ||
| 2597 | 2024.12.14 01:04:33.595493 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2598 | 2024.12.14 01:04:33.595775 [ 4 ] {aea543c1-32e2-42ea-87dc-df70f5796903} <Debug> TCPHandler: Processed in 0.002976516 sec. | ||
| 2599 | 2024.12.14 01:04:33.595776 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 2600 | 2024.12.14 01:04:33.595965 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2024.12.14 01:04:33.596258 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2602 | 2024.12.14 01:04:33.596263 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2603 | 2024.12.14 01:04:33.596362 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 2604 | 2024.12.14 01:04:33.596387 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2605 | 2024.12.14 01:04:33.597179 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 2606 | 2024.12.14 01:04:33.597871 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2607 | 2024.12.14 01:04:33.598697 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 2608 | 2024.12.14 01:04:33.598711 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2609 | 2024.12.14 01:04:33.598791 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2610 | 2024.12.14 01:04:33.599325 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 2611 | 2024.12.14 01:04:33.600067 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2612 | 2024.12.14 01:04:33.600317 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2613 | 2024.12.14 01:04:33.601094 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.12.14 01:04:33.601606 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005431 sec., 6260.357208617197 rows/sec., 372.03 KiB/sec. | ||
| 2615 | 2024.12.14 01:04:33.601988 [ 257 ] {a163b319-de02-4a6b-be5a-a3b61bb51ba8} <Debug> TCPHandler: Processed in 0.006110207 sec. | ||
| 2616 | 2024.12.14 01:04:33.603880 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 19 columns (19 merged, 0 gathered) in 0.00826379 sec., 13795.123060968393 rows/sec., 24.72 MiB/sec. | ||
| 2617 | 2024.12.14 01:04:33.604149 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2618 | 2024.12.14 01:04:33.604534 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2619 | 2024.12.14 01:04:33.604609 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2620 | 2024.12.14 01:04:33.604709 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2621 | 2024.12.14 01:04:34.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.52 MiB, peak 175.38 MiB, free memory in arenas 0.00 B, will set to 170.45 MiB (RSS), difference: -1.06 MiB | ||
| 2622 | 2024.12.14 01:04:37.576377 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 382 | ||
| 2623 | 2024.12.14 01:04:37.580122 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2024.12.14 01:04:37.580175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2625 | 2024.12.14 01:04:37.581748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2626 | 2024.12.14 01:04:37.582079 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2024.12.14 01:04:37.582657 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 382 | ||
| 2628 | 2024.12.14 01:04:37.797397 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2629 | 2024.12.14 01:04:37.797589 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2630 | 2024.12.14 01:04:37.797665 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2631 | 2024.12.14 01:04:37.798470 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2024.12.14 01:04:37.798523 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2633 | 2024.12.14 01:04:37.798969 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2634 | 2024.12.14 01:04:37.799268 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2024.12.14 01:04:37.799514 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.18 MiB/sec. | ||
| 2636 | 2024.12.14 01:04:37.799584 [ 257 ] {2cab9c4b-a8e2-4d2d-87c1-439c3b505e95} <Debug> TCPHandler: Processed in 0.002317787 sec. | ||
| 2637 | 2024.12.14 01:04:37.799848 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2638 | 2024.12.14 01:04:37.800035 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2639 | 2024.12.14 01:04:37.800107 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2640 | 2024.12.14 01:04:37.800857 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2024.12.14 01:04:37.800910 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2642 | 2024.12.14 01:04:37.801335 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2643 | 2024.12.14 01:04:37.801585 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2024.12.14 01:04:37.801887 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001896 sec., 33755.27426160338 rows/sec., 2.63 MiB/sec. | ||
| 2645 | 2024.12.14 01:04:37.802110 [ 4 ] {8e352ac8-8a9e-4f3a-bf83-a99a52a4c722} <Debug> TCPHandler: Processed in 0.002389549 sec. | ||
| 2646 | 2024.12.14 01:04:37.802336 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2024.12.14 01:04:37.802460 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2648 | 2024.12.14 01:04:37.802517 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2649 | 2024.12.14 01:04:37.803069 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2650 | 2024.12.14 01:04:37.803109 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2651 | 2024.12.14 01:04:37.803530 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2652 | 2024.12.14 01:04:37.803788 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2653 | 2024.12.14 01:04:37.804011 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001579 sec., 81063.96453451551 rows/sec., 5.65 MiB/sec. | ||
| 2654 | 2024.12.14 01:04:37.804069 [ 257 ] {b8fad3a4-6a4c-41f7-a1d4-cffd657a8872} <Debug> TCPHandler: Processed in 0.001839843 sec. | ||
| 2655 | 2024.12.14 01:04:37.804218 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2656 | 2024.12.14 01:04:37.804341 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2657 | 2024.12.14 01:04:37.804393 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2658 | 2024.12.14 01:04:37.804897 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2024.12.14 01:04:37.804937 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2660 | 2024.12.14 01:04:37.805319 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2661 | 2024.12.14 01:04:37.805553 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2024.12.14 01:04:37.805862 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001525 sec., 31475.409836065573 rows/sec., 2.12 MiB/sec. | ||
| 2663 | 2024.12.14 01:04:37.806042 [ 4 ] {89ed81bf-69cc-4f63-95c0-58fa96a7eac4} <Debug> TCPHandler: Processed in 0.001875254 sec. | ||
| 2664 | 2024.12.14 01:04:40.047114 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2665 | 2024.12.14 01:04:40.048121 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2666 | 2024.12.14 01:04:40.048203 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2667 | 2024.12.14 01:04:40.048812 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2668 | 2024.12.14 01:04:40.049066 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2669 | 2024.12.14 01:04:40.049272 [ 95 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2670 | 2024.12.14 01:04:40.049319 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2671 | 2024.12.14 01:04:40.049384 [ 95 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2672 | 2024.12.14 01:04:40.049432 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2673 | 2024.12.14 01:04:40.049610 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 2674 | 2024.12.14 01:04:40.049773 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2675 | 2024.12.14 01:04:40.049821 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 2676 | 2024.12.14 01:04:40.049912 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 2677 | 2024.12.14 01:04:40.050153 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 2678 | 2024.12.14 01:04:40.050429 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 2679 | 2024.12.14 01:04:40.050557 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 2680 | 2024.12.14 01:04:40.050738 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 2681 | 2024.12.14 01:04:40.052516 [ 191 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002972606 sec., 1723740.0449302732 rows/sec., 24.66 MiB/sec. | ||
| 2682 | 2024.12.14 01:04:40.053104 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2683 | 2024.12.14 01:04:40.053396 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_11_2} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2024.12.14 01:04:40.053488 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_11_2} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2685 | 2024.12.14 01:04:40.053572 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2686 | 2024.12.14 01:04:40.353391 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2687 | 2024.12.14 01:04:40.373541 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2688 | 2024.12.14 01:04:40.373595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2689 | 2024.12.14 01:04:40.380906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2690 | 2024.12.14 01:04:40.381672 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2691 | 2024.12.14 01:04:40.382091 [ 143 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2692 | 2024.12.14 01:04:40.382272 [ 143 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2693 | 2024.12.14 01:04:40.382371 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2694 | 2024.12.14 01:04:40.382647 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 2695 | 2024.12.14 01:04:40.390363 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2696 | 2024.12.14 01:04:40.391739 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2697 | 2024.12.14 01:04:40.392617 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 2698 | 2024.12.14 01:04:40.396899 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 2699 | 2024.12.14 01:04:40.401918 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 2700 | 2024.12.14 01:04:40.406702 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 2701 | 2024.12.14 01:04:40.411764 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 2702 | 2024.12.14 01:04:40.416617 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 2703 | 2024.12.14 01:04:40.472689 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.09018075 sec., 920.3738048308536 rows/sec., 4.76 MiB/sec. | ||
| 2704 | 2024.12.14 01:04:40.475154 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2705 | 2024.12.14 01:04:40.478187 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_11_2} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2706 | 2024.12.14 01:04:40.478324 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_11_2} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2707 | 2024.12.14 01:04:40.480764 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2708 | 2024.12.14 01:04:41.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.59 MiB, peak 181.49 MiB, free memory in arenas 0.00 B, will set to 172.93 MiB (RSS), difference: 1.34 MiB | ||
| 2709 | 2024.12.14 01:04:42.798832 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2710 | 2024.12.14 01:04:42.799041 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2711 | 2024.12.14 01:04:42.799121 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2712 | 2024.12.14 01:04:42.799920 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.12.14 01:04:42.799971 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2714 | 2024.12.14 01:04:42.800412 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2715 | 2024.12.14 01:04:42.800670 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.12.14 01:04:42.800871 [ 93 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2717 | 2024.12.14 01:04:42.800947 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec. | ||
| 2718 | 2024.12.14 01:04:42.800965 [ 93 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2024.12.14 01:04:42.801036 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2720 | 2024.12.14 01:04:42.801079 [ 257 ] {31ecffac-d9d1-4685-9175-cbd49d8da17b} <Debug> TCPHandler: Processed in 0.002380068 sec. | ||
| 2721 | 2024.12.14 01:04:42.801243 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 2722 | 2024.12.14 01:04:42.801366 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2723 | 2024.12.14 01:04:42.801395 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2724 | 2024.12.14 01:04:42.801475 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1403 rows starting from the beginning of the part | ||
| 2725 | 2024.12.14 01:04:42.801681 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2726 | 2024.12.14 01:04:42.801724 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 263 rows starting from the beginning of the part | ||
| 2727 | 2024.12.14 01:04:42.801841 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2728 | 2024.12.14 01:04:42.802029 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2729 | 2024.12.14 01:04:42.802307 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1408 rows starting from the beginning of the part | ||
| 2730 | 2024.12.14 01:04:42.802511 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2731 | 2024.12.14 01:04:42.802741 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 2732 | 2024.12.14 01:04:42.804582 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2733 | 2024.12.14 01:04:42.804661 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2734 | 2024.12.14 01:04:42.805641 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2735 | 2024.12.14 01:04:42.806026 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2024.12.14 01:04:42.806453 [ 93 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2737 | 2024.12.14 01:04:42.806600 [ 93 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2738 | 2024.12.14 01:04:42.806680 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2739 | 2024.12.14 01:04:42.806680 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005106 sec., 12534.27340383862 rows/sec., 1001.81 KiB/sec. | ||
| 2740 | 2024.12.14 01:04:42.806725 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3242 rows, containing 5 columns (5 merged, 0 gathered) in 0.005557601 sec., 583345.2239554441 rows/sec., 51.04 MiB/sec. | ||
| 2741 | 2024.12.14 01:04:42.806984 [ 4 ] {4bd60b8c-38f8-43ea-a991-052360111750} <Debug> TCPHandler: Processed in 0.005767307 sec. | ||
| 2742 | 2024.12.14 01:04:42.807017 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 2743 | 2024.12.14 01:04:42.807198 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2744 | 2024.12.14 01:04:42.807222 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2745 | 2024.12.14 01:04:42.807306 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 877 rows starting from the beginning of the part | ||
| 2746 | 2024.12.14 01:04:42.807320 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2747 | 2024.12.14 01:04:42.807515 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2748 | 2024.12.14 01:04:42.807605 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 412 rows starting from the beginning of the part | ||
| 2749 | 2024.12.14 01:04:42.807724 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2750 | 2024.12.14 01:04:42.808065 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2751 | 2024.12.14 01:04:42.808554 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 878 rows starting from the beginning of the part | ||
| 2752 | 2024.12.14 01:04:42.808961 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2753 | 2024.12.14 01:04:42.809296 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2754 | 2024.12.14 01:04:42.810245 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2755 | 2024.12.14 01:04:42.810629 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_16_3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2756 | 2024.12.14 01:04:42.810878 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2757 | 2024.12.14 01:04:42.811232 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2758 | 2024.12.14 01:04:42.811307 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2759 | 2024.12.14 01:04:42.812415 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2760 | 2024.12.14 01:04:42.812938 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2024.12.14 01:04:42.813116 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.006317843 sec., 373386.9296847041 rows/sec., 28.58 MiB/sec. | ||
| 2762 | 2024.12.14 01:04:42.813316 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2763 | 2024.12.14 01:04:42.813438 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.12.14 01:04:42.813471 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006064 sec., 26385.224274406333 rows/sec., 1.84 MiB/sec. | ||
| 2765 | 2024.12.14 01:04:42.813509 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2766 | 2024.12.14 01:04:42.813610 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2767 | 2024.12.14 01:04:42.813786 [ 257 ] {dfd794bf-8c5b-4ec1-8bf9-0da1b028dc63} <Debug> TCPHandler: Processed in 0.006695943 sec. | ||
| 2768 | 2024.12.14 01:04:42.814208 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2769 | 2024.12.14 01:04:42.814593 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 2770 | 2024.12.14 01:04:42.814827 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2771 | 2024.12.14 01:04:42.814829 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2772 | 2024.12.14 01:04:42.815000 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2773 | 2024.12.14 01:04:42.815143 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_16_3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2774 | 2024.12.14 01:04:42.815352 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2775 | 2024.12.14 01:04:42.815417 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2776 | 2024.12.14 01:04:42.815511 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3694 rows starting from the beginning of the part | ||
| 2777 | 2024.12.14 01:04:42.815894 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2778 | 2024.12.14 01:04:42.816221 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 2779 | 2024.12.14 01:04:42.816549 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 960 rows starting from the beginning of the part | ||
| 2780 | 2024.12.14 01:04:42.816899 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2781 | 2024.12.14 01:04:42.817267 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 2782 | 2024.12.14 01:04:42.817794 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2024.12.14 01:04:42.817865 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2784 | 2024.12.14 01:04:42.818632 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2785 | 2024.12.14 01:04:42.819105 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2786 | 2024.12.14 01:04:42.819479 [ 93 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2787 | 2024.12.14 01:04:42.819711 [ 93 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2024.12.14 01:04:42.819725 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005058 sec., 11862.396204033215 rows/sec., 818.63 KiB/sec. | ||
| 2789 | 2024.12.14 01:04:42.819838 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2790 | 2024.12.14 01:04:42.820044 [ 4 ] {1d8e8f59-6eaa-4a9d-a199-9379b9940459} <Debug> TCPHandler: Processed in 0.006117767 sec. | ||
| 2791 | 2024.12.14 01:04:42.820438 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 2792 | 2024.12.14 01:04:42.820625 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2793 | 2024.12.14 01:04:42.820667 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 586 rows starting from the beginning of the part | ||
| 2794 | 2024.12.14 01:04:42.820804 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2795 | 2024.12.14 01:04:42.821050 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 2796 | 2024.12.14 01:04:42.821330 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2797 | 2024.12.14 01:04:42.821556 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2798 | 2024.12.14 01:04:42.821798 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 2799 | 2024.12.14 01:04:42.823135 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5339 rows, containing 5 columns (5 merged, 0 gathered) in 0.009223647 sec., 578838.2838155016 rows/sec., 38.99 MiB/sec. | ||
| 2800 | 2024.12.14 01:04:42.823623 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2801 | 2024.12.14 01:04:42.823957 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 4 columns (4 merged, 0 gathered) in 0.003849961 sec., 225976.3150847502 rows/sec., 14.71 MiB/sec. | ||
| 2802 | 2024.12.14 01:04:42.824226 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2024.12.14 01:04:42.824253 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2804 | 2024.12.14 01:04:42.824406 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2805 | 2024.12.14 01:04:42.824555 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 2806 | 2024.12.14 01:04:42.824747 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2024.12.14 01:04:42.824827 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_16_3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2808 | 2024.12.14 01:04:42.824905 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2809 | 2024.12.14 01:04:45.525042 [ 92 ] {} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2810 | 2024.12.14 01:04:45.525133 [ 92 ] {} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2024.12.14 01:04:45.525162 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2812 | 2024.12.14 01:04:45.525373 [ 193 ] {180f70b3-7e57-472f-97fa-e31823012d99::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 | ||
| 2813 | 2024.12.14 01:04:45.525749 [ 193 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2814 | 2024.12.14 01:04:45.525792 [ 193 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2815 | 2024.12.14 01:04:45.525892 [ 193 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2816 | 2024.12.14 01:04:45.526020 [ 193 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2817 | 2024.12.14 01:04:45.526093 [ 193 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2818 | 2024.12.14 01:04:45.526190 [ 193 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2819 | 2024.12.14 01:04:45.528334 [ 191 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003079939 sec., 13311.951957490068 rows/sec., 2.22 MiB/sec. | ||
| 2820 | 2024.12.14 01:04:45.528618 [ 194 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2821 | 2024.12.14 01:04:45.529225 [ 194 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2024.12.14 01:04:45.529335 [ 194 ] {180f70b3-7e57-472f-97fa-e31823012d99::all_1_5_1} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2823 | 2024.12.14 01:04:45.529461 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2824 | 2024.12.14 01:04:47.359290 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2825 | 2024.12.14 01:04:47.359345 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2826 | 2024.12.14 01:04:47.549469 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2827 | 2024.12.14 01:04:47.550564 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2828 | 2024.12.14 01:04:47.550646 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2829 | 2024.12.14 01:04:47.551191 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2830 | 2024.12.14 01:04:47.551455 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2831 | 2024.12.14 01:04:47.551687 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2832 | 2024.12.14 01:04:47.582922 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 398 | ||
| 2833 | 2024.12.14 01:04:47.585756 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2024.12.14 01:04:47.585817 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2835 | 2024.12.14 01:04:47.587330 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2836 | 2024.12.14 01:04:47.587654 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2024.12.14 01:04:47.588637 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 2838 | 2024.12.14 01:04:47.804950 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2839 | 2024.12.14 01:04:47.805142 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2840 | 2024.12.14 01:04:47.805215 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2841 | 2024.12.14 01:04:47.805958 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2842 | 2024.12.14 01:04:47.806001 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2843 | 2024.12.14 01:04:47.806404 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2844 | 2024.12.14 01:04:47.806657 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2845 | 2024.12.14 01:04:47.806866 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001769 sec., 7914.075749010741 rows/sec., 569.71 KiB/sec. | ||
| 2846 | 2024.12.14 01:04:47.807018 [ 257 ] {c0f63763-e79f-4e14-a35f-23f44a467289} <Debug> TCPHandler: Processed in 0.002189993 sec. | ||
| 2847 | 2024.12.14 01:04:47.807260 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2848 | 2024.12.14 01:04:47.807447 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2849 | 2024.12.14 01:04:47.807519 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2850 | 2024.12.14 01:04:47.808361 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2851 | 2024.12.14 01:04:47.808410 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2852 | 2024.12.14 01:04:47.808875 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2853 | 2024.12.14 01:04:47.809135 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2854 | 2024.12.14 01:04:47.809387 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00199 sec., 143216.08040201006 rows/sec., 12.66 MiB/sec. | ||
| 2855 | 2024.12.14 01:04:47.809526 [ 4 ] {c702cbb9-a044-4d25-aa51-b6f151fb7f39} <Debug> TCPHandler: Processed in 0.002392789 sec. | ||
| 2856 | 2024.12.14 01:04:47.809707 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2857 | 2024.12.14 01:04:47.809848 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2858 | 2024.12.14 01:04:47.809908 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2859 | 2024.12.14 01:04:47.810617 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2860 | 2024.12.14 01:04:47.810663 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2861 | 2024.12.14 01:04:47.811034 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2862 | 2024.12.14 01:04:47.811275 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2024.12.14 01:04:47.811494 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001669 sec., 28759.736369083286 rows/sec., 2.07 MiB/sec. | ||
| 2864 | 2024.12.14 01:04:47.811630 [ 257 ] {c3806caa-0783-49fb-8896-5356c041033b} <Debug> TCPHandler: Processed in 0.002008198 sec. | ||
| 2865 | 2024.12.14 01:04:47.811784 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2866 | 2024.12.14 01:04:47.811932 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2867 | 2024.12.14 01:04:47.811994 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2868 | 2024.12.14 01:04:47.812674 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2869 | 2024.12.14 01:04:47.812716 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2870 | 2024.12.14 01:04:47.813084 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2871 | 2024.12.14 01:04:47.813326 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2872 | 2024.12.14 01:04:47.813624 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001697 sec., 8249.852681202121 rows/sec., 577.77 KiB/sec. | ||
| 2873 | 2024.12.14 01:04:47.813753 [ 4 ] {cad23a76-7c76-4a28-a705-0ca367d6c34e} <Debug> TCPHandler: Processed in 0.002038199 sec. | ||
| 2874 | 2024.12.14 01:04:47.813885 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2875 | 2024.12.14 01:04:47.814002 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2876 | 2024.12.14 01:04:47.814051 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2877 | 2024.12.14 01:04:47.814636 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2024.12.14 01:04:47.814675 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2879 | 2024.12.14 01:04:47.815034 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2880 | 2024.12.14 01:04:47.815275 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2024.12.14 01:04:47.815535 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 2882 | 2024.12.14 01:04:47.815613 [ 257 ] {52678d78-1494-4ddb-ada2-06b48fc89449} <Debug> TCPHandler: Processed in 0.001782921 sec. | ||
| 2883 | 2024.12.14 01:04:47.815764 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2024.12.14 01:04:47.815906 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2885 | 2024.12.14 01:04:47.815963 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2886 | 2024.12.14 01:04:47.816835 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2024.12.14 01:04:47.816876 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2888 | 2024.12.14 01:04:47.817278 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2889 | 2024.12.14 01:04:47.817532 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2024.12.14 01:04:47.817740 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Debug> executeQuery: Read 434 rows, 31.87 KiB in 0.001868 sec., 232334.0471092077 rows/sec., 16.66 MiB/sec. | ||
| 2891 | 2024.12.14 01:04:47.817797 [ 4 ] {e85ef26c-e586-4a9d-949e-5a5f26eb8cbb} <Debug> TCPHandler: Processed in 0.00209795 sec. | ||
| 2892 | 2024.12.14 01:04:47.817972 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2893 | 2024.12.14 01:04:47.818121 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2894 | 2024.12.14 01:04:47.818182 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2895 | 2024.12.14 01:04:47.818758 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2024.12.14 01:04:47.818799 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2897 | 2024.12.14 01:04:47.819187 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2898 | 2024.12.14 01:04:47.819436 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2024.12.14 01:04:47.819685 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 199.03 KiB/sec. | ||
| 2900 | 2024.12.14 01:04:47.819821 [ 257 ] {5b1c3997-c957-40a3-986a-b5efb39ab344} <Debug> TCPHandler: Processed in 0.001919366 sec. | ||
| 2901 | 2024.12.14 01:04:47.819991 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2902 | 2024.12.14 01:04:47.820131 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2903 | 2024.12.14 01:04:47.820193 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2904 | 2024.12.14 01:04:47.820836 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2024.12.14 01:04:47.820875 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2906 | 2024.12.14 01:04:47.821278 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2907 | 2024.12.14 01:04:47.821518 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2024.12.14 01:04:47.821734 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001634 sec., 145042.83965728275 rows/sec., 9.72 MiB/sec. | ||
| 2909 | 2024.12.14 01:04:47.821788 [ 4 ] {be860c4d-d34e-4b72-992a-8b2003b784c9} <Debug> TCPHandler: Processed in 0.001863954 sec. | ||
| 2910 | 2024.12.14 01:04:47.821999 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2911 | 2024.12.14 01:04:47.822222 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2912 | 2024.12.14 01:04:47.822316 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2913 | 2024.12.14 01:04:47.822953 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2914 | 2024.12.14 01:04:47.822993 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2915 | 2024.12.14 01:04:47.823365 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2916 | 2024.12.14 01:04:47.823632 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2024.12.14 01:04:47.823898 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00171 sec., 584.7953216374269 rows/sec., 39.41 KiB/sec. | ||
| 2918 | 2024.12.14 01:04:47.824009 [ 257 ] {757d6dbf-e3b4-4f5e-bc2f-8ebef776c51d} <Debug> TCPHandler: Processed in 0.002120631 sec. | ||
| 2919 | 2024.12.14 01:04:47.824150 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2920 | 2024.12.14 01:04:47.824288 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2921 | 2024.12.14 01:04:47.824380 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2922 | 2024.12.14 01:04:47.825575 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2024.12.14 01:04:47.825616 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2924 | 2024.12.14 01:04:47.826307 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2925 | 2024.12.14 01:04:47.826564 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2024.12.14 01:04:47.826866 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002601 sec., 15763.16801230296 rows/sec., 28.25 MiB/sec. | ||
| 2927 | 2024.12.14 01:04:47.827200 [ 4 ] {82608be4-8fcb-48e5-b126-703e8bb831db} <Debug> TCPHandler: Processed in 0.00311449 sec. | ||
| 2928 | 2024.12.14 01:04:47.827332 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2929 | 2024.12.14 01:04:47.827448 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2930 | 2024.12.14 01:04:47.827499 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2931 | 2024.12.14 01:04:47.827977 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Trace> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2024.12.14 01:04:47.828016 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2933 | 2024.12.14 01:04:47.828383 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2934 | 2024.12.14 01:04:47.828623 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Trace> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2024.12.14 01:04:47.828850 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001423 sec., 8432.8882642305 rows/sec., 615.58 KiB/sec. | ||
| 2936 | 2024.12.14 01:04:47.829044 [ 257 ] {b2c86b8e-5aaa-4986-be1f-d61fb01de6c5} <Debug> TCPHandler: Processed in 0.001762621 sec. | ||
| 2937 | 2024.12.14 01:04:47.829181 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2938 | 2024.12.14 01:04:47.829298 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2939 | 2024.12.14 01:04:47.829347 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2940 | 2024.12.14 01:04:47.829835 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2941 | 2024.12.14 01:04:47.829874 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2942 | 2024.12.14 01:04:47.830240 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2943 | 2024.12.14 01:04:47.830486 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2944 | 2024.12.14 01:04:47.830744 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec. | ||
| 2945 | 2024.12.14 01:04:47.830960 [ 4 ] {275bedef-e868-43cd-bbea-a47f9ceb3498} <Debug> TCPHandler: Processed in 0.001825942 sec. | ||
| 2946 | 2024.12.14 01:04:47.890404 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2947 | 2024.12.14 01:04:47.909442 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2024.12.14 01:04:47.909483 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2949 | 2024.12.14 01:04:47.916600 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2950 | 2024.12.14 01:04:47.917383 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2024.12.14 01:04:47.920113 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2952 | 2024.12.14 01:04:52.798742 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2953 | 2024.12.14 01:04:52.798999 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2954 | 2024.12.14 01:04:52.799072 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2955 | 2024.12.14 01:04:52.799787 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2024.12.14 01:04:52.799839 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2957 | 2024.12.14 01:04:52.800280 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2958 | 2024.12.14 01:04:52.800543 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2024.12.14 01:04:52.800843 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001888 sec., 1059.322033898305 rows/sec., 86.38 KiB/sec. | ||
| 2960 | 2024.12.14 01:04:52.800925 [ 257 ] {2208c8ac-21fb-44a0-8e7b-424c6a2b8860} <Debug> TCPHandler: Processed in 0.002373158 sec. | ||
| 2961 | 2024.12.14 01:04:52.801173 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2962 | 2024.12.14 01:04:52.801380 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2963 | 2024.12.14 01:04:52.801457 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2964 | 2024.12.14 01:04:52.802241 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2024.12.14 01:04:52.802280 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2966 | 2024.12.14 01:04:52.802705 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2967 | 2024.12.14 01:04:52.802955 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2024.12.14 01:04:52.803217 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001894 sec., 30095.036958817316 rows/sec., 2.31 MiB/sec. | ||
| 2969 | 2024.12.14 01:04:52.803428 [ 4 ] {369e8e2f-46fa-40b0-893e-806b878e9290} <Debug> TCPHandler: Processed in 0.002383569 sec. | ||
| 2970 | 2024.12.14 01:04:52.803611 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2024.12.14 01:04:52.803738 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2972 | 2024.12.14 01:04:52.803789 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2973 | 2024.12.14 01:04:52.804475 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2024.12.14 01:04:52.804525 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2975 | 2024.12.14 01:04:52.804936 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2976 | 2024.12.14 01:04:52.805203 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2024.12.14 01:04:52.805416 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001708 sec., 1170.9601873536299 rows/sec., 81.76 KiB/sec. | ||
| 2978 | 2024.12.14 01:04:52.805470 [ 257 ] {c37aa041-5beb-453d-81c0-a2e20bc8fce0} <Debug> TCPHandler: Processed in 0.001919186 sec. | ||
| 2979 | 2024.12.14 01:04:52.805619 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2024.12.14 01:04:52.805736 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2981 | 2024.12.14 01:04:52.805784 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2982 | 2024.12.14 01:04:52.806475 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2024.12.14 01:04:52.806520 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2984 | 2024.12.14 01:04:52.806930 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2985 | 2024.12.14 01:04:52.807164 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2024.12.14 01:04:52.807382 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001671 sec., 39497.307001795336 rows/sec., 3.08 MiB/sec. | ||
| 2987 | 2024.12.14 01:04:52.807433 [ 4 ] {8c3df278-5334-43be-aa97-b0e59cd782d0} <Debug> TCPHandler: Processed in 0.001869044 sec. | ||
| 2988 | 2024.12.14 01:04:52.807574 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2024.12.14 01:04:52.807693 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2990 | 2024.12.14 01:04:52.807746 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2991 | 2024.12.14 01:04:52.808408 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2024.12.14 01:04:52.808453 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2993 | 2024.12.14 01:04:52.808920 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2994 | 2024.12.14 01:04:52.809168 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2024.12.14 01:04:52.809358 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001691 sec., 95209.93494973388 rows/sec., 6.63 MiB/sec. | ||
| 2996 | 2024.12.14 01:04:52.809412 [ 257 ] {926ed8c2-ccbf-47a0-99a0-44419db44067} <Debug> TCPHandler: Processed in 0.001893765 sec. | ||
| 2997 | 2024.12.14 01:04:52.809548 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2024.12.14 01:04:52.809664 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2999 | 2024.12.14 01:04:52.809714 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3000 | 2024.12.14 01:04:52.810267 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2024.12.14 01:04:52.810314 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3002 | 2024.12.14 01:04:52.810762 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3003 | 2024.12.14 01:04:52.811011 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2024.12.14 01:04:52.811223 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec. | ||
| 3005 | 2024.12.14 01:04:52.811272 [ 4 ] {e49e98b0-c14d-471e-be74-cb2f005bfb83} <Debug> TCPHandler: Processed in 0.001778202 sec. | ||
| 3006 | 2024.12.14 01:04:55.051792 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3007 | 2024.12.14 01:04:55.052471 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2024.12.14 01:04:55.052610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3009 | 2024.12.14 01:04:55.053193 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3010 | 2024.12.14 01:04:55.053456 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2024.12.14 01:04:55.053734 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3012 | 2024.12.14 01:04:55.420155 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 99 | ||
| 3013 | 2024.12.14 01:04:55.439141 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3014 | 2024.12.14 01:04:55.439183 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3015 | 2024.12.14 01:04:55.446591 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3016 | 2024.12.14 01:04:55.447358 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3017 | 2024.12.14 01:04:55.449741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 99 | ||
| 3018 | 2024.12.14 01:04:57.588784 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 434 | ||
| 3019 | 2024.12.14 01:04:57.592119 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3020 | 2024.12.14 01:04:57.592172 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3021 | 2024.12.14 01:04:57.593680 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3022 | 2024.12.14 01:04:57.594000 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3023 | 2024.12.14 01:04:57.594578 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 434 | ||
| 3024 | 2024.12.14 01:04:57.804512 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3025 | 2024.12.14 01:04:57.804824 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3026 | 2024.12.14 01:04:57.804944 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3027 | 2024.12.14 01:04:57.805748 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3028 | 2024.12.14 01:04:57.805801 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3029 | 2024.12.14 01:04:57.806257 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3030 | 2024.12.14 01:04:57.806523 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2024.12.14 01:04:57.806774 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002039 sec., 6866.110838646396 rows/sec., 494.27 KiB/sec. | ||
| 3032 | 2024.12.14 01:04:57.806847 [ 257 ] {f419bb74-2e37-46e1-afb4-854735f88bda} <Debug> TCPHandler: Processed in 0.002527253 sec. | ||
| 3033 | 2024.12.14 01:04:57.807096 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2024.12.14 01:04:57.807302 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3035 | 2024.12.14 01:04:57.807376 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3036 | 2024.12.14 01:04:57.808259 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2024.12.14 01:04:57.808319 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3038 | 2024.12.14 01:04:57.808805 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3039 | 2024.12.14 01:04:57.809076 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2024.12.14 01:04:57.809330 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002083 sec., 136821.8915026404 rows/sec., 12.09 MiB/sec. | ||
| 3041 | 2024.12.14 01:04:57.809404 [ 4 ] {a6b1e87f-4298-4b51-8280-2378383b8474} <Debug> TCPHandler: Processed in 0.002439661 sec. | ||
| 3042 | 2024.12.14 01:04:57.809607 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3043 | 2024.12.14 01:04:57.809840 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3044 | 2024.12.14 01:04:57.809936 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3045 | 2024.12.14 01:04:57.810586 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3046 | 2024.12.14 01:04:57.810630 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3047 | 2024.12.14 01:04:57.811020 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3048 | 2024.12.14 01:04:57.811270 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2024.12.14 01:04:57.811488 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001709 sec., 28086.600351082503 rows/sec., 2.02 MiB/sec. | ||
| 3050 | 2024.12.14 01:04:57.811544 [ 257 ] {98ef65d7-19ee-4a9d-ab8e-cf627f11d882} <Debug> TCPHandler: Processed in 0.00204907 sec. | ||
| 3051 | 2024.12.14 01:04:57.811698 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3052 | 2024.12.14 01:04:57.811848 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3053 | 2024.12.14 01:04:57.811910 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3054 | 2024.12.14 01:04:57.812537 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2024.12.14 01:04:57.812580 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3056 | 2024.12.14 01:04:57.812954 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3057 | 2024.12.14 01:04:57.813205 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2024.12.14 01:04:57.813429 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec. | ||
| 3059 | 2024.12.14 01:04:57.813484 [ 4 ] {c63958a9-f585-4b93-b605-4596c3015757} <Debug> TCPHandler: Processed in 0.001854294 sec. | ||
| 3060 | 2024.12.14 01:04:57.813650 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3061 | 2024.12.14 01:04:57.813792 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3062 | 2024.12.14 01:04:57.813851 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3063 | 2024.12.14 01:04:57.814461 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2024.12.14 01:04:57.814503 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3065 | 2024.12.14 01:04:57.814876 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3066 | 2024.12.14 01:04:57.815117 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2024.12.14 01:04:57.815333 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 3068 | 2024.12.14 01:04:57.815391 [ 257 ] {b62dc2b1-6703-4c7c-bf07-a2666f9d55b1} <Debug> TCPHandler: Processed in 0.001808692 sec. | ||
| 3069 | 2024.12.14 01:04:57.815555 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3070 | 2024.12.14 01:04:57.815698 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3071 | 2024.12.14 01:04:57.815756 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3072 | 2024.12.14 01:04:57.816518 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3073 | 2024.12.14 01:04:57.816560 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3074 | 2024.12.14 01:04:57.816976 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3075 | 2024.12.14 01:04:57.817226 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3076 | 2024.12.14 01:04:57.817505 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001841 sec., 229766.43128734385 rows/sec., 16.43 MiB/sec. | ||
| 3077 | 2024.12.14 01:04:57.817723 [ 4 ] {00f7bd67-9c39-43eb-ab01-207029e4606d} <Debug> TCPHandler: Processed in 0.002232244 sec. | ||
| 3078 | 2024.12.14 01:04:57.817947 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3079 | 2024.12.14 01:04:57.818171 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3080 | 2024.12.14 01:04:57.818266 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3081 | 2024.12.14 01:04:57.819098 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2024.12.14 01:04:57.819138 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3083 | 2024.12.14 01:04:57.819514 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3084 | 2024.12.14 01:04:57.819757 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2024.12.14 01:04:57.820008 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001888 sec., 3177.9661016949153 rows/sec., 166.04 KiB/sec. | ||
| 3086 | 2024.12.14 01:04:57.820141 [ 257 ] {35908254-36d7-4aea-b82f-07db9f5f6748} <Debug> TCPHandler: Processed in 0.002300317 sec. | ||
| 3087 | 2024.12.14 01:04:57.820295 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3088 | 2024.12.14 01:04:57.820436 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3089 | 2024.12.14 01:04:57.820500 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3090 | 2024.12.14 01:04:57.821171 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2024.12.14 01:04:57.821210 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3092 | 2024.12.14 01:04:57.821613 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3093 | 2024.12.14 01:04:57.821873 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2024.12.14 01:04:57.822099 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001695 sec., 139823.00884955752 rows/sec., 9.37 MiB/sec. | ||
| 3095 | 2024.12.14 01:04:57.822157 [ 4 ] {034fce99-afdc-4e41-9359-3f68d15d7a95} <Debug> TCPHandler: Processed in 0.001930756 sec. | ||
| 3096 | 2024.12.14 01:04:57.822315 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3097 | 2024.12.14 01:04:57.822455 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3098 | 2024.12.14 01:04:57.822517 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3099 | 2024.12.14 01:04:57.823059 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2024.12.14 01:04:57.823098 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3101 | 2024.12.14 01:04:57.823457 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3102 | 2024.12.14 01:04:57.823692 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2024.12.14 01:04:57.823897 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 3104 | 2024.12.14 01:04:57.823951 [ 257 ] {f42c3335-5be7-4229-a418-88a2a6b9b976} <Debug> TCPHandler: Processed in 0.001700699 sec. | ||
| 3105 | 2024.12.14 01:04:57.824100 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3106 | 2024.12.14 01:04:57.824239 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3107 | 2024.12.14 01:04:57.824332 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3108 | 2024.12.14 01:04:57.825647 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3109 | 2024.12.14 01:04:57.825688 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3110 | 2024.12.14 01:04:57.826387 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3111 | 2024.12.14 01:04:57.826649 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2024.12.14 01:04:57.826920 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002712 sec., 15117.994100294985 rows/sec., 27.09 MiB/sec. | ||
| 3113 | 2024.12.14 01:04:57.827041 [ 4 ] {e5ab797a-c6cc-4432-ba9a-67974e332a9e} <Debug> TCPHandler: Processed in 0.003009977 sec. | ||
| 3114 | 2024.12.14 01:04:57.827211 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3115 | 2024.12.14 01:04:57.827349 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3116 | 2024.12.14 01:04:57.827406 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3117 | 2024.12.14 01:04:57.827974 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2024.12.14 01:04:57.828021 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3119 | 2024.12.14 01:04:57.828408 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3120 | 2024.12.14 01:04:57.828648 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2024.12.14 01:04:57.828863 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec. | ||
| 3122 | 2024.12.14 01:04:57.828917 [ 257 ] {72d699ff-e2f5-44ed-bce3-6521f3a867c7} <Debug> TCPHandler: Processed in 0.001773022 sec. | ||
| 3123 | 2024.12.14 01:05:02.359398 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3124 | 2024.12.14 01:05:02.359489 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3125 | 2024.12.14 01:05:02.553878 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3126 | 2024.12.14 01:05:02.554833 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3127 | 2024.12.14 01:05:02.554881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3128 | 2024.12.14 01:05:02.555427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3129 | 2024.12.14 01:05:02.555677 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3130 | 2024.12.14 01:05:02.555943 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3131 | 2024.12.14 01:05:02.799638 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2024.12.14 01:05:02.799937 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3133 | 2024.12.14 01:05:02.800052 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3134 | 2024.12.14 01:05:02.800844 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2024.12.14 01:05:02.800895 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3136 | 2024.12.14 01:05:02.801327 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3137 | 2024.12.14 01:05:02.801584 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2024.12.14 01:05:02.801832 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.17 MiB/sec. | ||
| 3139 | 2024.12.14 01:05:02.801891 [ 257 ] {5024a71e-6dd8-4a19-9ef7-78718addbedd} <Debug> TCPHandler: Processed in 0.002442341 sec. | ||
| 3140 | 2024.12.14 01:05:02.802132 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2024.12.14 01:05:02.802321 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3142 | 2024.12.14 01:05:02.802388 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3143 | 2024.12.14 01:05:02.803126 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2024.12.14 01:05:02.803167 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3145 | 2024.12.14 01:05:02.803633 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3146 | 2024.12.14 01:05:02.803888 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2024.12.14 01:05:02.804114 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001844 sec., 34707.15835140998 rows/sec., 2.71 MiB/sec. | ||
| 3148 | 2024.12.14 01:05:02.804174 [ 4 ] {9e0e402f-9c0a-4ddc-a66a-1a3d22b03d58} <Debug> TCPHandler: Processed in 0.002178183 sec. | ||
| 3149 | 2024.12.14 01:05:02.804377 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2024.12.14 01:05:02.804601 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3151 | 2024.12.14 01:05:02.804699 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3152 | 2024.12.14 01:05:02.805513 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2024.12.14 01:05:02.805551 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3154 | 2024.12.14 01:05:02.805960 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3155 | 2024.12.14 01:05:02.806203 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2024.12.14 01:05:02.806460 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001914 sec., 83594.56635318705 rows/sec., 5.82 MiB/sec. | ||
| 3157 | 2024.12.14 01:05:02.806631 [ 257 ] {c14a1cfd-a536-4ddd-806e-68c6dc3da81a} <Debug> TCPHandler: Processed in 0.002357938 sec. | ||
| 3158 | 2024.12.14 01:05:02.806832 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3159 | 2024.12.14 01:05:02.806973 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3160 | 2024.12.14 01:05:02.807037 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3161 | 2024.12.14 01:05:02.807583 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2024.12.14 01:05:02.807622 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3163 | 2024.12.14 01:05:02.808006 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3164 | 2024.12.14 01:05:02.808268 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2024.12.14 01:05:02.808503 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec. | ||
| 3166 | 2024.12.14 01:05:02.808553 [ 4 ] {15891559-f96c-4228-bd10-de72f5d4616f} <Debug> TCPHandler: Processed in 0.001800792 sec. | ||
| 3167 | 2024.12.14 01:05:02.949810 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 106 | ||
| 3168 | 2024.12.14 01:05:02.969776 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2024.12.14 01:05:02.969816 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3170 | 2024.12.14 01:05:02.977111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3171 | 2024.12.14 01:05:02.977882 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3172 | 2024.12.14 01:05:02.981088 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3173 | 2024.12.14 01:05:03.551953 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2024.12.14 01:05:03.552136 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3175 | 2024.12.14 01:05:03.552204 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3176 | 2024.12.14 01:05:03.552934 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2024.12.14 01:05:03.552979 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3178 | 2024.12.14 01:05:03.553424 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3179 | 2024.12.14 01:05:03.553688 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3180 | 2024.12.14 01:05:03.553890 [ 131 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3181 | 2024.12.14 01:05:03.553952 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001864 sec., 7510.729613733905 rows/sec., 540.67 KiB/sec. | ||
| 3182 | 2024.12.14 01:05:03.553966 [ 131 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3183 | 2024.12.14 01:05:03.554029 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3184 | 2024.12.14 01:05:03.554087 [ 257 ] {31cf4752-0611-4538-a52c-6e811dcd55c9} <Debug> TCPHandler: Processed in 0.002256275 sec. | ||
| 3185 | 2024.12.14 01:05:03.554341 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::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 | ||
| 3186 | 2024.12.14 01:05:03.554440 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3187 | 2024.12.14 01:05:03.554708 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3188 | 2024.12.14 01:05:03.554756 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3189 | 2024.12.14 01:05:03.554807 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 3190 | 2024.12.14 01:05:03.554897 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3191 | 2024.12.14 01:05:03.555257 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3192 | 2024.12.14 01:05:03.555588 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3193 | 2024.12.14 01:05:03.555952 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3194 | 2024.12.14 01:05:03.556291 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3195 | 2024.12.14 01:05:03.558086 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2024.12.14 01:05:03.558168 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3197 | 2024.12.14 01:05:03.558929 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004785079 sec., 14628.807591264427 rows/sec., 1.08 MiB/sec. | ||
| 3198 | 2024.12.14 01:05:03.559257 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3199 | 2024.12.14 01:05:03.559320 [ 191 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3200 | 2024.12.14 01:05:03.559749 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2024.12.14 01:05:03.560302 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005634 sec., 354.98757543485976 rows/sec., 28.95 KiB/sec. | ||
| 3202 | 2024.12.14 01:05:03.560421 [ 191 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2024.12.14 01:05:03.560493 [ 4 ] {14aca321-a197-43af-bf73-5ef4caeb9d1d} <Debug> TCPHandler: Processed in 0.00621997 sec. | ||
| 3204 | 2024.12.14 01:05:03.560613 [ 191 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_9_2} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3205 | 2024.12.14 01:05:03.560753 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3206 | 2024.12.14 01:05:03.560779 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3207 | 2024.12.14 01:05:03.561025 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3208 | 2024.12.14 01:05:03.561116 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3209 | 2024.12.14 01:05:03.562506 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2024.12.14 01:05:03.562547 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3211 | 2024.12.14 01:05:03.563010 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3212 | 2024.12.14 01:05:03.563263 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2024.12.14 01:05:03.563427 [ 131 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3214 | 2024.12.14 01:05:03.563491 [ 131 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3215 | 2024.12.14 01:05:03.563535 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3216 | 2024.12.14 01:05:03.563542 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.002563 sec., 556379.243074522 rows/sec., 46.65 MiB/sec. | ||
| 3217 | 2024.12.14 01:05:03.563778 [ 257 ] {eed5eb5a-b913-4652-9f45-55c8e09e6b50} <Debug> TCPHandler: Processed in 0.003142751 sec. | ||
| 3218 | 2024.12.14 01:05:03.563823 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 3219 | 2024.12.14 01:05:03.564002 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2024.12.14 01:05:03.564014 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3221 | 2024.12.14 01:05:03.564076 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1408 rows starting from the beginning of the part | ||
| 3222 | 2024.12.14 01:05:03.564193 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3223 | 2024.12.14 01:05:03.564322 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 285 rows starting from the beginning of the part | ||
| 3224 | 2024.12.14 01:05:03.564420 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3225 | 2024.12.14 01:05:03.564728 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 57 rows starting from the beginning of the part | ||
| 3226 | 2024.12.14 01:05:03.565077 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 285 rows starting from the beginning of the part | ||
| 3227 | 2024.12.14 01:05:03.565407 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3228 | 2024.12.14 01:05:03.565785 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1426 rows starting from the beginning of the part | ||
| 3229 | 2024.12.14 01:05:03.567179 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2024.12.14 01:05:03.567262 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3231 | 2024.12.14 01:05:03.568214 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3232 | 2024.12.14 01:05:03.568549 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2024.12.14 01:05:03.569080 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.004904 sec., 10195.758564437194 rows/sec., 750.14 KiB/sec. | ||
| 3234 | 2024.12.14 01:05:03.569477 [ 4 ] {032abc93-4692-4f76-9317-6a29df7a4be1} <Debug> TCPHandler: Processed in 0.005547161 sec. | ||
| 3235 | 2024.12.14 01:05:03.569700 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3517 rows, containing 5 columns (5 merged, 0 gathered) in 0.006074755 sec., 578953.389889798 rows/sec., 51.00 MiB/sec. | ||
| 3236 | 2024.12.14 01:05:03.569717 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3237 | 2024.12.14 01:05:03.569866 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3238 | 2024.12.14 01:05:03.569938 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3239 | 2024.12.14 01:05:03.569988 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3240 | 2024.12.14 01:05:03.570644 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3241 | 2024.12.14 01:05:03.570801 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_21_4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3242 | 2024.12.14 01:05:03.570957 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 3243 | 2024.12.14 01:05:03.571233 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3244 | 2024.12.14 01:05:03.571277 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3245 | 2024.12.14 01:05:03.571668 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3246 | 2024.12.14 01:05:03.571926 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2024.12.14 01:05:03.572203 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002346 sec., 103154.30520034101 rows/sec., 6.99 MiB/sec. | ||
| 3248 | 2024.12.14 01:05:03.572340 [ 257 ] {842b4886-1022-45ce-9a15-4f298ef85ead} <Debug> TCPHandler: Processed in 0.002729399 sec. | ||
| 3249 | 2024.12.14 01:05:03.572491 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3250 | 2024.12.14 01:05:03.572604 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3251 | 2024.12.14 01:05:03.572651 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3252 | 2024.12.14 01:05:03.573227 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3253 | 2024.12.14 01:05:03.573265 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3254 | 2024.12.14 01:05:03.573610 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3255 | 2024.12.14 01:05:03.573857 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2024.12.14 01:05:03.574011 [ 131 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3257 | 2024.12.14 01:05:03.574074 [ 131 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3258 | 2024.12.14 01:05:03.574105 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec. | ||
| 3259 | 2024.12.14 01:05:03.574111 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3260 | 2024.12.14 01:05:03.574264 [ 4 ] {c1d50e8b-d1ca-4fd0-b1dd-c7709c3523b6} <Debug> TCPHandler: Processed in 0.001820543 sec. | ||
| 3261 | 2024.12.14 01:05:03.574551 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3262 | 2024.12.14 01:05:03.574552 [ 197 ] {1df93825-276f-425c-88c9-bd0336261f49::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 | ||
| 3263 | 2024.12.14 01:05:03.574835 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3264 | 2024.12.14 01:05:03.574840 [ 197 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3265 | 2024.12.14 01:05:03.574908 [ 197 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part | ||
| 3266 | 2024.12.14 01:05:03.574932 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3267 | 2024.12.14 01:05:03.575211 [ 197 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part | ||
| 3268 | 2024.12.14 01:05:03.575557 [ 197 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 3269 | 2024.12.14 01:05:03.575865 [ 197 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part | ||
| 3270 | 2024.12.14 01:05:03.576328 [ 197 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3271 | 2024.12.14 01:05:03.578366 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3272 | 2024.12.14 01:05:03.578434 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3273 | 2024.12.14 01:05:03.578435 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004195342 sec., 15493.37336503198 rows/sec., 1.00 MiB/sec. | ||
| 3274 | 2024.12.14 01:05:03.578657 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3275 | 2024.12.14 01:05:03.579227 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2024.12.14 01:05:03.579321 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3277 | 2024.12.14 01:05:03.579358 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_9_2} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3278 | 2024.12.14 01:05:03.579504 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3279 | 2024.12.14 01:05:03.579720 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2024.12.14 01:05:03.579904 [ 131 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3281 | 2024.12.14 01:05:03.579971 [ 131 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3282 | 2024.12.14 01:05:03.580006 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3283 | 2024.12.14 01:05:03.580024 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.005277 sec., 166950.9190828122 rows/sec., 12.11 MiB/sec. | ||
| 3284 | 2024.12.14 01:05:03.580251 [ 257 ] {8019640e-64d4-40d8-a369-6d2dcf082a5f} <Debug> TCPHandler: Processed in 0.00584939 sec. | ||
| 3285 | 2024.12.14 01:05:03.580283 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 3286 | 2024.12.14 01:05:03.580483 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2024.12.14 01:05:03.580502 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3288 | 2024.12.14 01:05:03.580559 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 887 rows starting from the beginning of the part | ||
| 3289 | 2024.12.14 01:05:03.580656 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3290 | 2024.12.14 01:05:03.580842 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3291 | 2024.12.14 01:05:03.580949 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 434 rows starting from the beginning of the part | ||
| 3292 | 2024.12.14 01:05:03.581304 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part | ||
| 3293 | 2024.12.14 01:05:03.581719 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 423 rows starting from the beginning of the part | ||
| 3294 | 2024.12.14 01:05:03.582016 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3295 | 2024.12.14 01:05:03.582302 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 881 rows starting from the beginning of the part | ||
| 3296 | 2024.12.14 01:05:03.583222 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2024.12.14 01:05:03.583289 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3298 | 2024.12.14 01:05:03.584217 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3299 | 2024.12.14 01:05:03.584710 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2024.12.14 01:05:03.585055 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004422 sec., 1356.85210312076 rows/sec., 70.89 KiB/sec. | ||
| 3301 | 2024.12.14 01:05:03.585181 [ 4 ] {e32bd37e-736d-4ddd-8134-508da97694a2} <Debug> TCPHandler: Processed in 0.004784638 sec. | ||
| 3302 | 2024.12.14 01:05:03.585427 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3303 | 2024.12.14 01:05:03.585603 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2755 rows, containing 5 columns (5 merged, 0 gathered) in 0.005498109 sec., 501081.3717952845 rows/sec., 38.24 MiB/sec. | ||
| 3304 | 2024.12.14 01:05:03.585653 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3305 | 2024.12.14 01:05:03.585733 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3306 | 2024.12.14 01:05:03.585864 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3307 | 2024.12.14 01:05:03.586457 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3308 | 2024.12.14 01:05:03.586563 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_21_4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3309 | 2024.12.14 01:05:03.586727 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3310 | 2024.12.14 01:05:03.587086 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2024.12.14 01:05:03.587132 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3312 | 2024.12.14 01:05:03.587630 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3313 | 2024.12.14 01:05:03.587886 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2024.12.14 01:05:03.588067 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3315 | 2024.12.14 01:05:03.588129 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2024.12.14 01:05:03.588150 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002533 sec., 377418.0813264903 rows/sec., 25.08 MiB/sec. | ||
| 3317 | 2024.12.14 01:05:03.588168 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3318 | 2024.12.14 01:05:03.588387 [ 257 ] {cfb12953-9bd4-469e-8365-d36eaac7da67} <Debug> TCPHandler: Processed in 0.003082499 sec. | ||
| 3319 | 2024.12.14 01:05:03.588435 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 3320 | 2024.12.14 01:05:03.588604 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3321 | 2024.12.14 01:05:03.588643 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3322 | 2024.12.14 01:05:03.588684 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5339 rows starting from the beginning of the part | ||
| 3323 | 2024.12.14 01:05:03.588885 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3324 | 2024.12.14 01:05:03.588948 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3325 | 2024.12.14 01:05:03.589045 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3326 | 2024.12.14 01:05:03.589250 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 3327 | 2024.12.14 01:05:03.589670 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3328 | 2024.12.14 01:05:03.590041 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 3329 | 2024.12.14 01:05:03.590412 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part | ||
| 3330 | 2024.12.14 01:05:03.591502 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2024.12.14 01:05:03.591584 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3332 | 2024.12.14 01:05:03.592440 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3333 | 2024.12.14 01:05:03.593067 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2024.12.14 01:05:03.593361 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004605 sec., 217.15526601520088 rows/sec., 14.63 KiB/sec. | ||
| 3335 | 2024.12.14 01:05:03.593420 [ 4 ] {15b9d664-7b08-463e-8f2a-a65679cf382b} <Debug> TCPHandler: Processed in 0.004903132 sec. | ||
| 3336 | 2024.12.14 01:05:03.593591 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3337 | 2024.12.14 01:05:03.593730 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3338 | 2024.12.14 01:05:03.593944 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3339 | 2024.12.14 01:05:03.594698 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7090 rows, containing 5 columns (5 merged, 0 gathered) in 0.006399296 sec., 1107934.372781006 rows/sec., 74.58 MiB/sec. | ||
| 3340 | 2024.12.14 01:05:03.595140 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3341 | 2024.12.14 01:05:03.595678 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2024.12.14 01:05:03.595885 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3343 | 2024.12.14 01:05:03.596051 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3344 | 2024.12.14 01:05:03.596272 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3345 | 2024.12.14 01:05:03.596317 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3346 | 2024.12.14 01:05:03.597041 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3347 | 2024.12.14 01:05:03.597310 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3348 | 2024.12.14 01:05:03.597557 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003867 sec., 10602.53426428756 rows/sec., 19.00 MiB/sec. | ||
| 3349 | 2024.12.14 01:05:03.597675 [ 257 ] {f5ffc792-f393-4b7d-a0e9-957684e7c96e} <Debug> TCPHandler: Processed in 0.00414791 sec. | ||
| 3350 | 2024.12.14 01:05:03.597828 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3351 | 2024.12.14 01:05:03.597943 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3352 | 2024.12.14 01:05:03.597992 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3353 | 2024.12.14 01:05:03.598476 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3354 | 2024.12.14 01:05:03.598513 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3355 | 2024.12.14 01:05:03.598875 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3356 | 2024.12.14 01:05:03.599110 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3357 | 2024.12.14 01:05:03.599285 [ 131 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3358 | 2024.12.14 01:05:03.599368 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00144 sec., 23611.11111111111 rows/sec., 1.37 MiB/sec. | ||
| 3359 | 2024.12.14 01:05:03.599377 [ 131 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3360 | 2024.12.14 01:05:03.599473 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3361 | 2024.12.14 01:05:03.599491 [ 4 ] {e7cc1bae-8130-46a8-932b-a7c3aba7b3a7} <Debug> TCPHandler: Processed in 0.00171898 sec. | ||
| 3362 | 2024.12.14 01:05:03.599724 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | 2024.12.14 01:05:03.599872 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3364 | 2024.12.14 01:05:03.599912 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 870 rows starting from the beginning of the part | ||
| 3365 | 2024.12.14 01:05:03.600055 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3366 | 2024.12.14 01:05:03.600223 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3367 | 2024.12.14 01:05:03.600448 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3368 | 2024.12.14 01:05:03.600598 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | 2024.12.14 01:05:03.600715 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 3370 | 2024.12.14 01:05:03.602048 [ 197 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.002427091 sec., 489474.8486974736 rows/sec., 31.77 MiB/sec. | ||
| 3371 | 2024.12.14 01:05:03.602230 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3372 | 2024.12.14 01:05:03.602541 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3373 | 2024.12.14 01:05:03.602618 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_21_4} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3374 | 2024.12.14 01:05:03.602693 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3375 | 2024.12.14 01:05:07.595764 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 488 | ||
| 3376 | 2024.12.14 01:05:07.599215 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2024.12.14 01:05:07.599265 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3378 | 2024.12.14 01:05:07.600782 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3379 | 2024.12.14 01:05:07.601116 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2024.12.14 01:05:07.602161 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 488 | ||
| 3381 | 2024.12.14 01:05:07.797489 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3382 | 2024.12.14 01:05:07.797697 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3383 | 2024.12.14 01:05:07.797776 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3384 | 2024.12.14 01:05:07.798628 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3385 | 2024.12.14 01:05:07.798671 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3386 | 2024.12.14 01:05:07.799112 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3387 | 2024.12.14 01:05:07.799412 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3388 | 2024.12.14 01:05:07.799627 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.16 MiB/sec. | ||
| 3389 | 2024.12.14 01:05:07.799693 [ 257 ] {6881f359-d104-4741-9077-1105895cfaab} <Debug> TCPHandler: Processed in 0.002337537 sec. | ||
| 3390 | 2024.12.14 01:05:07.799950 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3391 | 2024.12.14 01:05:07.800134 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3392 | 2024.12.14 01:05:07.800205 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3393 | 2024.12.14 01:05:07.800957 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3394 | 2024.12.14 01:05:07.801010 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3395 | 2024.12.14 01:05:07.801458 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3396 | 2024.12.14 01:05:07.801716 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3397 | 2024.12.14 01:05:07.801998 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00191 sec., 33507.85340314136 rows/sec., 2.62 MiB/sec. | ||
| 3398 | 2024.12.14 01:05:07.802165 [ 4 ] {a9116b7c-7489-4249-a724-99c268d30ef8} <Debug> TCPHandler: Processed in 0.002339818 sec. | ||
| 3399 | 2024.12.14 01:05:07.802455 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3400 | 2024.12.14 01:05:07.802600 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3401 | 2024.12.14 01:05:07.802663 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3402 | 2024.12.14 01:05:07.803328 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3403 | 2024.12.14 01:05:07.803375 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3404 | 2024.12.14 01:05:07.803783 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3405 | 2024.12.14 01:05:07.804031 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3406 | 2024.12.14 01:05:07.804277 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001697 sec., 75427.22451384796 rows/sec., 5.25 MiB/sec. | ||
| 3407 | 2024.12.14 01:05:07.804533 [ 257 ] {6e3f67d2-7654-4d0f-92fa-2b12bfaace45} <Debug> TCPHandler: Processed in 0.002234844 sec. | ||
| 3408 | 2024.12.14 01:05:07.804713 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3409 | 2024.12.14 01:05:07.804839 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3410 | 2024.12.14 01:05:07.804893 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3411 | 2024.12.14 01:05:07.805417 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3412 | 2024.12.14 01:05:07.805457 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3413 | 2024.12.14 01:05:07.805838 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3414 | 2024.12.14 01:05:07.806082 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3415 | 2024.12.14 01:05:07.806295 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001487 sec., 32279.757901815734 rows/sec., 2.18 MiB/sec. | ||
| 3416 | 2024.12.14 01:05:07.806348 [ 4 ] {bbc86392-41fb-4314-8bc4-e64f440f4205} <Debug> TCPHandler: Processed in 0.001690529 sec. | ||
| 3417 | 2024.12.14 01:05:10.056076 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3418 | 2024.12.14 01:05:10.057096 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3419 | 2024.12.14 01:05:10.057138 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3420 | 2024.12.14 01:05:10.057661 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3421 | 2024.12.14 01:05:10.057920 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2024.12.14 01:05:10.058181 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3423 | 2024.12.14 01:05:10.482134 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3424 | 2024.12.14 01:05:10.503315 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3425 | 2024.12.14 01:05:10.503372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3426 | 2024.12.14 01:05:10.511120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3427 | 2024.12.14 01:05:10.511949 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2024.12.14 01:05:10.515535 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3429 | 2024.12.14 01:05:12.798187 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2024.12.14 01:05:12.798485 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3431 | 2024.12.14 01:05:12.798600 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3432 | 2024.12.14 01:05:12.799351 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2024.12.14 01:05:12.799400 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3434 | 2024.12.14 01:05:12.799829 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3435 | 2024.12.14 01:05:12.800079 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3436 | 2024.12.14 01:05:12.800308 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec. | ||
| 3437 | 2024.12.14 01:05:12.800364 [ 257 ] {50b22466-8796-4149-8077-af22864e8b32} <Debug> TCPHandler: Processed in 0.002361459 sec. | ||
| 3438 | 2024.12.14 01:05:12.800601 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3439 | 2024.12.14 01:05:12.800784 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3440 | 2024.12.14 01:05:12.800854 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3441 | 2024.12.14 01:05:12.801604 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2024.12.14 01:05:12.801648 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3443 | 2024.12.14 01:05:12.802106 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3444 | 2024.12.14 01:05:12.802354 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2024.12.14 01:05:12.802554 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001822 sec., 35126.234906695936 rows/sec., 2.74 MiB/sec. | ||
| 3446 | 2024.12.14 01:05:12.802619 [ 4 ] {0967d135-db10-4ab8-9f3c-48ee445b2af8} <Debug> TCPHandler: Processed in 0.002145112 sec. | ||
| 3447 | 2024.12.14 01:05:12.802769 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3448 | 2024.12.14 01:05:12.802885 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3449 | 2024.12.14 01:05:12.802942 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3450 | 2024.12.14 01:05:12.803542 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3451 | 2024.12.14 01:05:12.803582 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3452 | 2024.12.14 01:05:12.803969 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3453 | 2024.12.14 01:05:12.804227 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3454 | 2024.12.14 01:05:12.804486 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 3455 | 2024.12.14 01:05:12.804698 [ 257 ] {fc61520e-0151-448c-ba5e-c3c635f86e27} <Debug> TCPHandler: Processed in 0.001981037 sec. | ||
| 3456 | 2024.12.14 01:05:12.804897 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3457 | 2024.12.14 01:05:12.805028 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3458 | 2024.12.14 01:05:12.805083 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3459 | 2024.12.14 01:05:12.805605 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2024.12.14 01:05:12.805641 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3461 | 2024.12.14 01:05:12.806026 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3462 | 2024.12.14 01:05:12.806261 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2024.12.14 01:05:12.806440 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
| 3464 | 2024.12.14 01:05:12.806495 [ 4 ] {4f395c03-0449-444f-aad3-ea84df1b3474} <Debug> TCPHandler: Processed in 0.001659728 sec. | ||
| 3465 | 2024.12.14 01:05:15.258450 [ 115 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3466 | 2024.12.14 01:05:15.258542 [ 115 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3467 | 2024.12.14 01:05:15.258571 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3468 | 2024.12.14 01:05:15.258818 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::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 | ||
| 3469 | 2024.12.14 01:05:15.259003 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3470 | 2024.12.14 01:05:15.259040 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3471 | 2024.12.14 01:05:15.259130 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3472 | 2024.12.14 01:05:15.259339 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3473 | 2024.12.14 01:05:15.259619 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3474 | 2024.12.14 01:05:15.259845 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3475 | 2024.12.14 01:05:15.260955 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002263815 sec., 3975.58987814817 rows/sec., 267.89 KiB/sec. | ||
| 3476 | 2024.12.14 01:05:15.261232 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3477 | 2024.12.14 01:05:15.261766 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3478 | 2024.12.14 01:05:15.261862 [ 190 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_9_2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3479 | 2024.12.14 01:05:15.261959 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3480 | 2024.12.14 01:05:15.676627 [ 115 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3481 | 2024.12.14 01:05:15.676707 [ 115 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3482 | 2024.12.14 01:05:15.676736 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3483 | 2024.12.14 01:05:15.677081 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3484 | 2024.12.14 01:05:15.677351 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3485 | 2024.12.14 01:05:15.677414 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 47 rows starting from the beginning of the part | ||
| 3486 | 2024.12.14 01:05:15.677600 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part | ||
| 3487 | 2024.12.14 01:05:15.677793 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 3488 | 2024.12.14 01:05:15.677925 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part | ||
| 3489 | 2024.12.14 01:05:15.678154 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
| 3490 | 2024.12.14 01:05:15.679240 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.002389939 sec., 81592.04063367307 rows/sec., 6.16 MiB/sec. | ||
| 3491 | 2024.12.14 01:05:15.679490 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3492 | 2024.12.14 01:05:15.679873 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2024.12.14 01:05:15.679969 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_10_2} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3494 | 2024.12.14 01:05:15.680077 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3495 | 2024.12.14 01:05:17.359547 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3496 | 2024.12.14 01:05:17.359613 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3497 | 2024.12.14 01:05:17.558294 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3498 | 2024.12.14 01:05:17.558982 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2024.12.14 01:05:17.559028 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3500 | 2024.12.14 01:05:17.559583 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3501 | 2024.12.14 01:05:17.559846 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3502 | 2024.12.14 01:05:17.560041 [ 112 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3503 | 2024.12.14 01:05:17.560087 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3504 | 2024.12.14 01:05:17.560131 [ 112 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3505 | 2024.12.14 01:05:17.560164 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3506 | 2024.12.14 01:05:17.560363 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 3507 | 2024.12.14 01:05:17.560610 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3508 | 2024.12.14 01:05:17.560683 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 3509 | 2024.12.14 01:05:17.560845 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 3510 | 2024.12.14 01:05:17.561021 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 3511 | 2024.12.14 01:05:17.561194 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 3512 | 2024.12.14 01:05:17.561384 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 3513 | 2024.12.14 01:05:17.561592 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 3514 | 2024.12.14 01:05:17.563391 [ 190 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003138541 sec., 2351729.6731188153 rows/sec., 33.64 MiB/sec. | ||
| 3515 | 2024.12.14 01:05:17.564301 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3516 | 2024.12.14 01:05:17.564663 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_16_3} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2024.12.14 01:05:17.564753 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_16_3} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3518 | 2024.12.14 01:05:17.564864 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3519 | 2024.12.14 01:05:17.602467 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 504 | ||
| 3520 | 2024.12.14 01:05:17.605392 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3521 | 2024.12.14 01:05:17.605455 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3522 | 2024.12.14 01:05:17.606990 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3523 | 2024.12.14 01:05:17.607315 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3524 | 2024.12.14 01:05:17.607513 [ 112 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3525 | 2024.12.14 01:05:17.607614 [ 112 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2024.12.14 01:05:17.607687 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3527 | 2024.12.14 01:05:17.608061 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 3528 | 2024.12.14 01:05:17.609149 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 504 | ||
| 3529 | 2024.12.14 01:05:17.609554 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3530 | 2024.12.14 01:05:17.609723 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part | ||
| 3531 | 2024.12.14 01:05:17.610246 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3532 | 2024.12.14 01:05:17.610747 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 3533 | 2024.12.14 01:05:17.611222 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3534 | 2024.12.14 01:05:17.611704 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 3535 | 2024.12.14 01:05:17.612192 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 3536 | 2024.12.14 01:05:17.620132 [ 188 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 504 rows, containing 72 columns (72 merged, 0 gathered) in 0.012332447 sec., 40867.801823920265 rows/sec., 37.03 MiB/sec. | ||
| 3537 | 2024.12.14 01:05:17.621076 [ 188 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3538 | 2024.12.14 01:05:17.621773 [ 188 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3539 | 2024.12.14 01:05:17.621860 [ 188 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_11_2} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3540 | 2024.12.14 01:05:17.622069 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 3541 | 2024.12.14 01:05:17.805920 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3542 | 2024.12.14 01:05:17.806079 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3543 | 2024.12.14 01:05:17.806140 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3544 | 2024.12.14 01:05:17.806810 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3545 | 2024.12.14 01:05:17.806852 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3546 | 2024.12.14 01:05:17.807238 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3547 | 2024.12.14 01:05:17.807485 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3548 | 2024.12.14 01:05:17.807707 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001672 sec., 8373.205741626794 rows/sec., 602.76 KiB/sec. | ||
| 3549 | 2024.12.14 01:05:17.807770 [ 257 ] {65348d39-695c-4ed6-b992-4efda417b810} <Debug> TCPHandler: Processed in 0.001963107 sec. | ||
| 3550 | 2024.12.14 01:05:17.808009 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3551 | 2024.12.14 01:05:17.808170 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3552 | 2024.12.14 01:05:17.808236 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3553 | 2024.12.14 01:05:17.809043 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3554 | 2024.12.14 01:05:17.809083 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3555 | 2024.12.14 01:05:17.809496 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3556 | 2024.12.14 01:05:17.809746 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2024.12.14 01:05:17.810007 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001878 sec., 151757.18849840257 rows/sec., 13.41 MiB/sec. | ||
| 3558 | 2024.12.14 01:05:17.810244 [ 4 ] {3f271f5b-8932-4b8a-b9ed-88b02d73000e} <Debug> TCPHandler: Processed in 0.002346587 sec. | ||
| 3559 | 2024.12.14 01:05:17.810427 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3560 | 2024.12.14 01:05:17.810553 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3561 | 2024.12.14 01:05:17.810606 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3562 | 2024.12.14 01:05:17.811243 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3563 | 2024.12.14 01:05:17.811285 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3564 | 2024.12.14 01:05:17.811651 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3565 | 2024.12.14 01:05:17.811891 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2024.12.14 01:05:17.812140 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001614 sec., 29739.776951672862 rows/sec., 2.14 MiB/sec. | ||
| 3567 | 2024.12.14 01:05:17.812317 [ 257 ] {921fcf4d-9487-449e-b42c-3763666c77be} <Debug> TCPHandler: Processed in 0.001951937 sec. | ||
| 3568 | 2024.12.14 01:05:17.812494 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3569 | 2024.12.14 01:05:17.812617 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3570 | 2024.12.14 01:05:17.812667 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3571 | 2024.12.14 01:05:17.813266 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3572 | 2024.12.14 01:05:17.813304 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3573 | 2024.12.14 01:05:17.813687 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3574 | 2024.12.14 01:05:17.813943 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3575 | 2024.12.14 01:05:17.814198 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00161 sec., 8695.652173913042 rows/sec., 608.99 KiB/sec. | ||
| 3576 | 2024.12.14 01:05:17.814379 [ 4 ] {a143e513-387e-46b4-bc07-ba2e2de0fd23} <Debug> TCPHandler: Processed in 0.001935886 sec. | ||
| 3577 | 2024.12.14 01:05:17.814538 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3578 | 2024.12.14 01:05:17.814657 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3579 | 2024.12.14 01:05:17.814707 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3580 | 2024.12.14 01:05:17.815393 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2024.12.14 01:05:17.815441 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3582 | 2024.12.14 01:05:17.815863 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3583 | 2024.12.14 01:05:17.816124 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3584 | 2024.12.14 01:05:17.816400 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001761 sec., 7382.169222032936 rows/sec., 460.28 KiB/sec. | ||
| 3585 | 2024.12.14 01:05:17.816571 [ 257 ] {357e2204-9b77-4389-9884-f9da2abfcd6c} <Debug> TCPHandler: Processed in 0.002089281 sec. | ||
| 3586 | 2024.12.14 01:05:17.816720 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3587 | 2024.12.14 01:05:17.816838 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3588 | 2024.12.14 01:05:17.816887 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3589 | 2024.12.14 01:05:17.817636 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2024.12.14 01:05:17.817674 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3591 | 2024.12.14 01:05:17.818064 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3592 | 2024.12.14 01:05:17.818303 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2024.12.14 01:05:17.818560 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001743 sec., 242685.02581755593 rows/sec., 17.35 MiB/sec. | ||
| 3594 | 2024.12.14 01:05:17.818790 [ 4 ] {564d28fa-8b4c-4acc-9f11-d589145d299f} <Debug> TCPHandler: Processed in 0.002118232 sec. | ||
| 3595 | 2024.12.14 01:05:17.818996 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3596 | 2024.12.14 01:05:17.819136 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3597 | 2024.12.14 01:05:17.819196 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3598 | 2024.12.14 01:05:17.819768 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3599 | 2024.12.14 01:05:17.819808 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3600 | 2024.12.14 01:05:17.820168 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3601 | 2024.12.14 01:05:17.820417 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3602 | 2024.12.14 01:05:17.820710 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 198.78 KiB/sec. | ||
| 3603 | 2024.12.14 01:05:17.820842 [ 257 ] {500a6960-ae19-46a4-878e-671c81935834} <Debug> TCPHandler: Processed in 0.001944936 sec. | ||
| 3604 | 2024.12.14 01:05:17.820984 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3605 | 2024.12.14 01:05:17.821099 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3606 | 2024.12.14 01:05:17.821152 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3607 | 2024.12.14 01:05:17.821735 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3608 | 2024.12.14 01:05:17.821776 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3609 | 2024.12.14 01:05:17.822189 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3610 | 2024.12.14 01:05:17.822448 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3611 | 2024.12.14 01:05:17.822663 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00159 sec., 149056.6037735849 rows/sec., 9.99 MiB/sec. | ||
| 3612 | 2024.12.14 01:05:17.822723 [ 4 ] {7717b3f1-a155-4b67-a09f-09ff5af8eb8d} <Debug> TCPHandler: Processed in 0.001793892 sec. | ||
| 3613 | 2024.12.14 01:05:17.822875 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3614 | 2024.12.14 01:05:17.823010 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3615 | 2024.12.14 01:05:17.823070 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3616 | 2024.12.14 01:05:17.823622 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3617 | 2024.12.14 01:05:17.823668 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3618 | 2024.12.14 01:05:17.824040 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3619 | 2024.12.14 01:05:17.824276 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2024.12.14 01:05:17.824580 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001579 sec., 633.3122229259025 rows/sec., 42.67 KiB/sec. | ||
| 3621 | 2024.12.14 01:05:17.824707 [ 257 ] {d729736d-4550-4e72-950c-beb3df4f764a} <Debug> TCPHandler: Processed in 0.001897255 sec. | ||
| 3622 | 2024.12.14 01:05:17.824856 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3623 | 2024.12.14 01:05:17.824970 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3624 | 2024.12.14 01:05:17.825049 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3625 | 2024.12.14 01:05:17.826191 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3626 | 2024.12.14 01:05:17.826231 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3627 | 2024.12.14 01:05:17.826885 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3628 | 2024.12.14 01:05:17.827164 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2024.12.14 01:05:17.827418 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002472 sec., 16585.760517799354 rows/sec., 29.72 MiB/sec. | ||
| 3630 | 2024.12.14 01:05:17.827530 [ 4 ] {9ffb7c4c-a5d3-4c6f-9c45-2fb597285b47} <Debug> TCPHandler: Processed in 0.002728929 sec. | ||
| 3631 | 2024.12.14 01:05:17.827688 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3632 | 2024.12.14 01:05:17.827824 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3633 | 2024.12.14 01:05:17.827883 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3634 | 2024.12.14 01:05:17.828489 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2024.12.14 01:05:17.828535 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3636 | 2024.12.14 01:05:17.828956 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3637 | 2024.12.14 01:05:17.829198 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3638 | 2024.12.14 01:05:17.829410 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001618 sec., 50679.85166872682 rows/sec., 3.22 MiB/sec. | ||
| 3639 | 2024.12.14 01:05:17.829469 [ 257 ] {1a610513-21f8-4caf-97f9-ab0c8d66d3c6} <Debug> TCPHandler: Processed in 0.001851773 sec. | ||
| 3640 | 2024.12.14 01:05:18.001326 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000941617 sec. | ||
| 3641 | 2024.12.14 01:05:18.015581 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3642 | 2024.12.14 01:05:18.037417 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2024.12.14 01:05:18.037491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3644 | 2024.12.14 01:05:18.045364 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3645 | 2024.12.14 01:05:18.046168 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2024.12.14 01:05:18.046486 [ 112 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3647 | 2024.12.14 01:05:18.046557 [ 112 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2024.12.14 01:05:18.046611 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3649 | 2024.12.14 01:05:18.047105 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 3650 | 2024.12.14 01:05:18.056779 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3651 | 2024.12.14 01:05:18.057986 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3652 | 2024.12.14 01:05:18.058893 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 3653 | 2024.12.14 01:05:18.063246 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 3654 | 2024.12.14 01:05:18.067602 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 3655 | 2024.12.14 01:05:18.072315 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 7 rows starting from the beginning of the part | ||
| 3656 | 2024.12.14 01:05:18.077348 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 3657 | 2024.12.14 01:05:18.081767 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 3658 | 2024.12.14 01:05:18.137896 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.091189719 sec., 1326.9039681984325 rows/sec., 6.86 MiB/sec. | ||
| 3659 | 2024.12.14 01:05:18.139558 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3660 | 2024.12.14 01:05:18.141816 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_16_3} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3661 | 2024.12.14 01:05:18.141908 [ 196 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_16_3} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3662 | 2024.12.14 01:05:18.143049 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3663 | 2024.12.14 01:05:19.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.11 MiB, peak 188.07 MiB, free memory in arenas 0.00 B, will set to 179.56 MiB (RSS), difference: 1.46 MiB | ||
| 3664 | 2024.12.14 01:05:22.798989 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3665 | 2024.12.14 01:05:22.799174 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3666 | 2024.12.14 01:05:22.799244 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3667 | 2024.12.14 01:05:22.800045 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2024.12.14 01:05:22.800086 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3669 | 2024.12.14 01:05:22.800557 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3670 | 2024.12.14 01:05:22.800818 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2024.12.14 01:05:22.801067 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec. | ||
| 3672 | 2024.12.14 01:05:22.801124 [ 257 ] {7961835d-dcb1-4457-8ae3-7a4810291346} <Debug> TCPHandler: Processed in 0.002263156 sec. | ||
| 3673 | 2024.12.14 01:05:22.801366 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3674 | 2024.12.14 01:05:22.801556 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3675 | 2024.12.14 01:05:22.801628 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3676 | 2024.12.14 01:05:22.802371 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2024.12.14 01:05:22.802420 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3678 | 2024.12.14 01:05:22.802857 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3679 | 2024.12.14 01:05:22.803115 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3680 | 2024.12.14 01:05:22.803368 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 3681 | 2024.12.14 01:05:22.803434 [ 4 ] {702277e4-b497-43d8-9d5c-e133946f04f2} <Debug> TCPHandler: Processed in 0.002194734 sec. | ||
| 3682 | 2024.12.14 01:05:22.803599 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3683 | 2024.12.14 01:05:22.803739 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3684 | 2024.12.14 01:05:22.803807 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3685 | 2024.12.14 01:05:22.804408 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2024.12.14 01:05:22.804446 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3687 | 2024.12.14 01:05:22.804856 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3688 | 2024.12.14 01:05:22.805105 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2024.12.14 01:05:22.805369 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 3690 | 2024.12.14 01:05:22.805475 [ 257 ] {3c92df59-27c9-4db4-bc67-01366ea68b02} <Debug> TCPHandler: Processed in 0.001937296 sec. | ||
| 3691 | 2024.12.14 01:05:22.805673 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.12.14 01:05:22.805795 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3693 | 2024.12.14 01:05:22.805847 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3694 | 2024.12.14 01:05:22.806341 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2024.12.14 01:05:22.806440 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3696 | 2024.12.14 01:05:22.806819 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3697 | 2024.12.14 01:05:22.807055 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2024.12.14 01:05:22.807276 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 3699 | 2024.12.14 01:05:22.807324 [ 4 ] {8b0fd239-3ecf-4486-8bdf-fcae67f40943} <Debug> TCPHandler: Processed in 0.00173557 sec. | ||
| 3700 | 2024.12.14 01:05:25.060210 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3701 | 2024.12.14 01:05:25.060998 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2024.12.14 01:05:25.061054 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3703 | 2024.12.14 01:05:25.061732 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3704 | 2024.12.14 01:05:25.062060 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2024.12.14 01:05:25.062440 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3706 | 2024.12.14 01:05:25.556839 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3707 | 2024.12.14 01:05:25.576286 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3708 | 2024.12.14 01:05:25.576350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3709 | 2024.12.14 01:05:25.583495 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3710 | 2024.12.14 01:05:25.584262 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3711 | 2024.12.14 01:05:25.587246 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3712 | 2024.12.14 01:05:27.609286 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 534 | ||
| 3713 | 2024.12.14 01:05:27.612404 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3714 | 2024.12.14 01:05:27.612457 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3715 | 2024.12.14 01:05:27.613961 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3716 | 2024.12.14 01:05:27.614274 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2024.12.14 01:05:27.615218 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3718 | 2024.12.14 01:05:27.804960 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3719 | 2024.12.14 01:05:27.805168 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3720 | 2024.12.14 01:05:27.805237 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3721 | 2024.12.14 01:05:27.805971 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2024.12.14 01:05:27.806017 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3723 | 2024.12.14 01:05:27.806445 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3724 | 2024.12.14 01:05:27.806702 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3725 | 2024.12.14 01:05:27.806978 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 3726 | 2024.12.14 01:05:27.807170 [ 257 ] {b34f3c4d-5d96-47cd-b86e-f5c1a6cdd281} <Debug> TCPHandler: Processed in 0.002341078 sec. | ||
| 3727 | 2024.12.14 01:05:27.807429 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3728 | 2024.12.14 01:05:27.807614 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3729 | 2024.12.14 01:05:27.807682 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3730 | 2024.12.14 01:05:27.808526 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2024.12.14 01:05:27.808572 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3732 | 2024.12.14 01:05:27.809038 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3733 | 2024.12.14 01:05:27.809308 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2024.12.14 01:05:27.809486 [ 101 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3735 | 2024.12.14 01:05:27.809566 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001997 sec., 142714.07110665998 rows/sec., 12.61 MiB/sec. | ||
| 3736 | 2024.12.14 01:05:27.809575 [ 101 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2024.12.14 01:05:27.809650 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3738 | 2024.12.14 01:05:27.809714 [ 4 ] {1df380cf-b23f-48cc-a6b6-26c3a4247ea3} <Debug> TCPHandler: Processed in 0.00240209 sec. | ||
| 3739 | 2024.12.14 01:05:27.810009 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3740 | 2024.12.14 01:05:27.810101 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 3741 | 2024.12.14 01:05:27.810479 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3742 | 2024.12.14 01:05:27.810646 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3743 | 2024.12.14 01:05:27.810647 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3744 | 2024.12.14 01:05:27.810697 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1432 rows starting from the beginning of the part | ||
| 3745 | 2024.12.14 01:05:27.810891 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3746 | 2024.12.14 01:05:27.811301 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3747 | 2024.12.14 01:05:27.811659 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 285 rows starting from the beginning of the part | ||
| 3748 | 2024.12.14 01:05:27.812098 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 3749 | 2024.12.14 01:05:27.812449 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 285 rows starting from the beginning of the part | ||
| 3750 | 2024.12.14 01:05:27.813176 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3751 | 2024.12.14 01:05:27.813223 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3752 | 2024.12.14 01:05:27.813824 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3753 | 2024.12.14 01:05:27.814135 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3754 | 2024.12.14 01:05:27.814521 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004187 sec., 11464.055409601147 rows/sec., 845.25 KiB/sec. | ||
| 3755 | 2024.12.14 01:05:27.814988 [ 257 ] {4fb2edfe-1cfb-494a-92c4-d7cc27617672} <Debug> TCPHandler: Processed in 0.005154449 sec. | ||
| 3756 | 2024.12.14 01:05:27.815177 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005416077 sec., 400659.00097062875 rows/sec., 35.36 MiB/sec. | ||
| 3757 | 2024.12.14 01:05:27.815236 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3758 | 2024.12.14 01:05:27.815434 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3759 | 2024.12.14 01:05:27.815447 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3760 | 2024.12.14 01:05:27.815548 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3761 | 2024.12.14 01:05:27.816002 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2024.12.14 01:05:27.816225 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_26_5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3763 | 2024.12.14 01:05:27.816380 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3764 | 2024.12.14 01:05:27.816696 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2024.12.14 01:05:27.816741 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3766 | 2024.12.14 01:05:27.817127 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3767 | 2024.12.14 01:05:27.817382 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2024.12.14 01:05:27.817565 [ 101 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3769 | 2024.12.14 01:05:27.817625 [ 101 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3770 | 2024.12.14 01:05:27.817654 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3771 | 2024.12.14 01:05:27.817673 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002281 sec., 6137.658921525646 rows/sec., 429.84 KiB/sec. | ||
| 3772 | 2024.12.14 01:05:27.817821 [ 4 ] {ae694e30-2748-4e36-8c75-7783f7f04f5b} <Debug> TCPHandler: Processed in 0.002704608 sec. | ||
| 3773 | 2024.12.14 01:05:27.817855 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::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 | ||
| 3774 | 2024.12.14 01:05:27.817982 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3775 | 2024.12.14 01:05:27.817995 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3776 | 2024.12.14 01:05:27.818027 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3777 | 2024.12.14 01:05:27.818256 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3778 | 2024.12.14 01:05:27.818370 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3779 | 2024.12.14 01:05:27.818502 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3780 | 2024.12.14 01:05:27.818572 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3781 | 2024.12.14 01:05:27.818804 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3782 | 2024.12.14 01:05:27.819178 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3783 | 2024.12.14 01:05:27.819458 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3784 | 2024.12.14 01:05:27.821128 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2024.12.14 01:05:27.821204 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3786 | 2024.12.14 01:05:27.822197 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3787 | 2024.12.14 01:05:27.822245 [ 194 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.00451055 sec., 119719.32469432773 rows/sec., 8.58 MiB/sec. | ||
| 3788 | 2024.12.14 01:05:27.822462 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3789 | 2024.12.14 01:05:27.822650 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3790 | 2024.12.14 01:05:27.823084 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004851 sec., 2679.8598227169655 rows/sec., 167.09 KiB/sec. | ||
| 3791 | 2024.12.14 01:05:27.823152 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2024.12.14 01:05:27.823258 [ 257 ] {c63bbd30-38f8-4f00-8214-b2c4dc012087} <Debug> TCPHandler: Processed in 0.005350595 sec. | ||
| 3793 | 2024.12.14 01:05:27.823357 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_11_2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3794 | 2024.12.14 01:05:27.823471 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3795 | 2024.12.14 01:05:27.823508 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3796 | 2024.12.14 01:05:27.823632 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3797 | 2024.12.14 01:05:27.823693 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3798 | 2024.12.14 01:05:27.824487 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2024.12.14 01:05:27.824527 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3800 | 2024.12.14 01:05:27.824920 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3801 | 2024.12.14 01:05:27.825162 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2024.12.14 01:05:27.825318 [ 101 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3803 | 2024.12.14 01:05:27.825380 [ 101 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3804 | 2024.12.14 01:05:27.825414 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001809 sec., 233830.84577114426 rows/sec., 16.72 MiB/sec. | ||
| 3805 | 2024.12.14 01:05:27.825433 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3806 | 2024.12.14 01:05:27.825527 [ 4 ] {ccceb83d-2321-468f-bcb7-63b1782c565a} <Debug> TCPHandler: Processed in 0.002162082 sec. | ||
| 3807 | 2024.12.14 01:05:27.825805 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3808 | 2024.12.14 01:05:27.825872 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 3809 | 2024.12.14 01:05:27.826188 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3810 | 2024.12.14 01:05:27.826382 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3811 | 2024.12.14 01:05:27.826406 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3812 | 2024.12.14 01:05:27.826511 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 911 rows starting from the beginning of the part | ||
| 3813 | 2024.12.14 01:05:27.826941 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3814 | 2024.12.14 01:05:27.827323 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3815 | 2024.12.14 01:05:27.827567 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 423 rows starting from the beginning of the part | ||
| 3816 | 2024.12.14 01:05:27.827948 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 3817 | 2024.12.14 01:05:27.828257 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 423 rows starting from the beginning of the part | ||
| 3818 | 2024.12.14 01:05:27.828761 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3819 | 2024.12.14 01:05:27.828835 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3820 | 2024.12.14 01:05:27.829715 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3821 | 2024.12.14 01:05:27.830316 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3822 | 2024.12.14 01:05:27.830637 [ 101 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3823 | 2024.12.14 01:05:27.830740 [ 101 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2024.12.14 01:05:27.830774 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004716 sec., 1272.2646310432572 rows/sec., 66.47 KiB/sec. | ||
| 3825 | 2024.12.14 01:05:27.830789 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3826 | 2024.12.14 01:05:27.831112 [ 257 ] {378cb27b-9ac4-4745-ac18-07edb6440036} <Debug> TCPHandler: Processed in 0.005458818 sec. | ||
| 3827 | 2024.12.14 01:05:27.831292 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::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 | ||
| 3828 | 2024.12.14 01:05:27.831510 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3829 | 2024.12.14 01:05:27.831817 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.006249651 sec., 311857.4141180043 rows/sec., 23.87 MiB/sec. | ||
| 3830 | 2024.12.14 01:05:27.831836 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3831 | 2024.12.14 01:05:27.831894 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3832 | 2024.12.14 01:05:27.831921 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 3833 | 2024.12.14 01:05:27.832049 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3834 | 2024.12.14 01:05:27.832167 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3835 | 2024.12.14 01:05:27.832230 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3836 | 2024.12.14 01:05:27.832807 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3837 | 2024.12.14 01:05:27.833324 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3838 | 2024.12.14 01:05:27.833721 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2024.12.14 01:05:27.833907 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 3840 | 2024.12.14 01:05:27.834240 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_26_5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3841 | 2024.12.14 01:05:27.834421 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 3842 | 2024.12.14 01:05:27.834635 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3843 | 2024.12.14 01:05:27.836124 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3844 | 2024.12.14 01:05:27.836202 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3845 | 2024.12.14 01:05:27.837260 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006260851 sec., 10541.697925729266 rows/sec., 550.76 KiB/sec. | ||
| 3846 | 2024.12.14 01:05:27.837431 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3847 | 2024.12.14 01:05:27.837441 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3848 | 2024.12.14 01:05:27.837912 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3849 | 2024.12.14 01:05:27.837974 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2024.12.14 01:05:27.838087 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_11_2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3851 | 2024.12.14 01:05:27.838322 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3852 | 2024.12.14 01:05:27.838348 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3853 | 2024.12.14 01:05:27.838432 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2024.12.14 01:05:27.838495 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3855 | 2024.12.14 01:05:27.838553 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006745 sec., 35137.13862120089 rows/sec., 2.36 MiB/sec. | ||
| 3856 | 2024.12.14 01:05:27.838773 [ 4 ] {3cb89f24-7139-4bdf-abf4-ad87cb9c121f} <Debug> TCPHandler: Processed in 0.007509778 sec. | ||
| 3857 | 2024.12.14 01:05:27.838794 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 3858 | 2024.12.14 01:05:27.838948 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3859 | 2024.12.14 01:05:27.838991 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3860 | 2024.12.14 01:05:27.839032 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7090 rows starting from the beginning of the part | ||
| 3861 | 2024.12.14 01:05:27.839091 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3862 | 2024.12.14 01:05:27.839251 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3863 | 2024.12.14 01:05:27.839264 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 3864 | 2024.12.14 01:05:27.839682 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 3865 | 2024.12.14 01:05:27.840051 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3866 | 2024.12.14 01:05:27.840368 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3867 | 2024.12.14 01:05:27.840666 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 3868 | 2024.12.14 01:05:27.841282 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3869 | 2024.12.14 01:05:27.841325 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3870 | 2024.12.14 01:05:27.841781 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3871 | 2024.12.14 01:05:27.842118 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3872 | 2024.12.14 01:05:27.842623 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003536 sec., 282.80542986425337 rows/sec., 19.06 KiB/sec. | ||
| 3873 | 2024.12.14 01:05:27.842798 [ 257 ] {7d777739-abb4-43e6-810d-70ab096c1783} <Debug> TCPHandler: Processed in 0.003924523 sec. | ||
| 3874 | 2024.12.14 01:05:27.842955 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3875 | 2024.12.14 01:05:27.843092 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3876 | 2024.12.14 01:05:27.843173 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3877 | 2024.12.14 01:05:27.844274 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8012 rows, containing 5 columns (5 merged, 0 gathered) in 0.005689725 sec., 1408152.4150991482 rows/sec., 94.95 MiB/sec. | ||
| 3878 | 2024.12.14 01:05:27.845005 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3879 | 2024.12.14 01:05:27.845059 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3880 | 2024.12.14 01:05:27.845092 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3881 | 2024.12.14 01:05:27.845772 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3882 | 2024.12.14 01:05:27.845932 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3883 | 2024.12.14 01:05:27.846129 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 3884 | 2024.12.14 01:05:27.846486 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3885 | 2024.12.14 01:05:27.846763 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3886 | 2024.12.14 01:05:27.846908 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3887 | 2024.12.14 01:05:27.846954 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3888 | 2024.12.14 01:05:27.846978 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3889 | 2024.12.14 01:05:27.846982 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003914 sec., 10475.217169136433 rows/sec., 18.77 MiB/sec. | ||
| 3890 | 2024.12.14 01:05:27.847586 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 3891 | 2024.12.14 01:05:27.847753 [ 4 ] {1a95d899-b736-496a-9504-f730acfdcafb} <Debug> TCPHandler: Processed in 0.00485446 sec. | ||
| 3892 | 2024.12.14 01:05:27.847979 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3893 | 2024.12.14 01:05:27.848278 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3894 | 2024.12.14 01:05:27.848355 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3895 | 2024.12.14 01:05:27.848376 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3896 | 2024.12.14 01:05:27.848578 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part | ||
| 3897 | 2024.12.14 01:05:27.849426 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part | ||
| 3898 | 2024.12.14 01:05:27.850074 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part | ||
| 3899 | 2024.12.14 01:05:27.850744 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2024.12.14 01:05:27.850843 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3901 | 2024.12.14 01:05:27.850847 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part | ||
| 3902 | 2024.12.14 01:05:27.851617 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part | ||
| 3903 | 2024.12.14 01:05:27.852308 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
| 3904 | 2024.12.14 01:05:27.852379 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3905 | 2024.12.14 01:05:27.853166 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3906 | 2024.12.14 01:05:27.853479 [ 100 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3907 | 2024.12.14 01:05:27.853585 [ 100 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2024.12.14 01:05:27.853657 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3909 | 2024.12.14 01:05:27.853724 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005527 sec., 14836.25836801158 rows/sec., 964.90 KiB/sec. | ||
| 3910 | 2024.12.14 01:05:27.854147 [ 257 ] {37ead0ee-facc-4496-82a7-c11a99061718} <Debug> TCPHandler: Processed in 0.006274142 sec. | ||
| 3911 | 2024.12.14 01:05:27.854766 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 3912 | 2024.12.14 01:05:27.855053 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3913 | 2024.12.14 01:05:27.855127 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1188 rows starting from the beginning of the part | ||
| 3914 | 2024.12.14 01:05:27.855297 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 3915 | 2024.12.14 01:05:27.855627 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 3916 | 2024.12.14 01:05:27.855992 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 3917 | 2024.12.14 01:05:27.856279 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3918 | 2024.12.14 01:05:27.856606 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 3919 | 2024.12.14 01:05:27.859950 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 4 columns (4 merged, 0 gathered) in 0.006093356 sec., 249452.02610843678 rows/sec., 16.22 MiB/sec. | ||
| 3920 | 2024.12.14 01:05:27.860239 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3921 | 2024.12.14 01:05:27.860897 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2024.12.14 01:05:27.861176 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_26_5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3923 | 2024.12.14 01:05:27.861259 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3924 | 2024.12.14 01:05:27.861901 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 319 rows, containing 19 columns (19 merged, 0 gathered) in 0.014807129 sec., 21543.67669789329 rows/sec., 38.61 MiB/sec. | ||
| 3925 | 2024.12.14 01:05:27.862394 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3926 | 2024.12.14 01:05:27.862812 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3927 | 2024.12.14 01:05:27.862890 [ 192 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3928 | 2024.12.14 01:05:27.863033 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
| 3929 | 2024.12.14 01:05:32.359654 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3930 | 2024.12.14 01:05:32.359722 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3931 | 2024.12.14 01:05:32.562580 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3932 | 2024.12.14 01:05:32.563545 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2024.12.14 01:05:32.563584 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3934 | 2024.12.14 01:05:32.564120 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3935 | 2024.12.14 01:05:32.564378 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2024.12.14 01:05:32.564568 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3937 | 2024.12.14 01:05:32.798645 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3938 | 2024.12.14 01:05:32.798835 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3939 | 2024.12.14 01:05:32.798903 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3940 | 2024.12.14 01:05:32.799627 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2024.12.14 01:05:32.799670 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3942 | 2024.12.14 01:05:32.800107 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3943 | 2024.12.14 01:05:32.800361 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3944 | 2024.12.14 01:05:32.800587 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001792 sec., 31250 rows/sec., 2.40 MiB/sec. | ||
| 3945 | 2024.12.14 01:05:32.800714 [ 257 ] {ebf12454-cb44-438d-a896-27c7eb8cfb5d} <Debug> TCPHandler: Processed in 0.002189143 sec. | ||
| 3946 | 2024.12.14 01:05:32.801020 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2024.12.14 01:05:32.801224 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3948 | 2024.12.14 01:05:32.801305 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3949 | 2024.12.14 01:05:32.802063 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2024.12.14 01:05:32.802112 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3951 | 2024.12.14 01:05:32.802555 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3952 | 2024.12.14 01:05:32.802811 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2024.12.14 01:05:32.803041 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001874 sec., 34151.547491995734 rows/sec., 2.67 MiB/sec. | ||
| 3954 | 2024.12.14 01:05:32.803107 [ 4 ] {d3eedf11-bd8e-4709-a1d5-4cfaa049e139} <Debug> TCPHandler: Processed in 0.002270216 sec. | ||
| 3955 | 2024.12.14 01:05:32.803244 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3956 | 2024.12.14 01:05:32.803370 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3957 | 2024.12.14 01:05:32.803432 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3958 | 2024.12.14 01:05:32.804105 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2024.12.14 01:05:32.804150 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3960 | 2024.12.14 01:05:32.804575 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3961 | 2024.12.14 01:05:32.804819 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3962 | 2024.12.14 01:05:32.805044 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 3963 | 2024.12.14 01:05:32.805266 [ 257 ] {a3cea1ef-dcba-4d01-9520-1f7d82374283} <Debug> TCPHandler: Processed in 0.0020727 sec. | ||
| 3964 | 2024.12.14 01:05:32.805464 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3965 | 2024.12.14 01:05:32.805588 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3966 | 2024.12.14 01:05:32.805644 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3967 | 2024.12.14 01:05:32.806174 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2024.12.14 01:05:32.806214 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3969 | 2024.12.14 01:05:32.806593 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3970 | 2024.12.14 01:05:32.806835 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2024.12.14 01:05:32.807035 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 3972 | 2024.12.14 01:05:32.807088 [ 4 ] {85407e12-204b-4abf-8177-d054df6a2ebf} <Debug> TCPHandler: Processed in 0.00171516 sec. | ||
| 3973 | 2024.12.14 01:05:33.087310 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3974 | 2024.12.14 01:05:33.106438 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2024.12.14 01:05:33.106490 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3976 | 2024.12.14 01:05:33.114213 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3977 | 2024.12.14 01:05:33.114963 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2024.12.14 01:05:33.117486 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3979 | 2024.12.14 01:05:33.553508 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2024.12.14 01:05:33.553807 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3981 | 2024.12.14 01:05:33.553936 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3982 | 2024.12.14 01:05:33.555050 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2024.12.14 01:05:33.555098 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3984 | 2024.12.14 01:05:33.555547 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3985 | 2024.12.14 01:05:33.555800 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2024.12.14 01:05:33.556041 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002319 sec., 6037.0849504096595 rows/sec., 434.59 KiB/sec. | ||
| 3987 | 2024.12.14 01:05:33.556099 [ 257 ] {8f7029bc-50e9-47f5-8e26-9a82ba8d78f9} <Debug> TCPHandler: Processed in 0.002767821 sec. | ||
| 3988 | 2024.12.14 01:05:33.556358 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3989 | 2024.12.14 01:05:33.556567 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3990 | 2024.12.14 01:05:33.556647 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3991 | 2024.12.14 01:05:33.557459 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2024.12.14 01:05:33.557507 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3993 | 2024.12.14 01:05:33.557918 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3994 | 2024.12.14 01:05:33.558172 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2024.12.14 01:05:33.558416 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 600.21 KiB/sec. | ||
| 3996 | 2024.12.14 01:05:33.558497 [ 4 ] {ca7cb5fb-1123-48e4-9281-e8c8e293e6a9} <Debug> TCPHandler: Processed in 0.002268586 sec. | ||
| 3997 | 2024.12.14 01:05:33.558653 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2024.12.14 01:05:33.558793 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3999 | 2024.12.14 01:05:33.558851 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4000 | 2024.12.14 01:05:33.560019 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2024.12.14 01:05:33.560058 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4002 | 2024.12.14 01:05:33.560520 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4003 | 2024.12.14 01:05:33.560767 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2024.12.14 01:05:33.560996 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002237 sec., 640143.0487259723 rows/sec., 53.64 MiB/sec. | ||
| 4005 | 2024.12.14 01:05:33.561049 [ 257 ] {f19e2590-4da2-442e-9f63-4a149ae061b3} <Debug> TCPHandler: Processed in 0.002460412 sec. | ||
| 4006 | 2024.12.14 01:05:33.561193 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2024.12.14 01:05:33.561308 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4008 | 2024.12.14 01:05:33.561357 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4009 | 2024.12.14 01:05:33.562074 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2024.12.14 01:05:33.562120 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4011 | 2024.12.14 01:05:33.562522 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4012 | 2024.12.14 01:05:33.562759 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2024.12.14 01:05:33.563034 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001725 sec., 35942.02898550725 rows/sec., 2.56 MiB/sec. | ||
| 4014 | 2024.12.14 01:05:33.563190 [ 4 ] {a3ed8404-51f1-413b-a816-6694c60eba49} <Debug> TCPHandler: Processed in 0.00205267 sec. | ||
| 4015 | 2024.12.14 01:05:33.563344 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4016 | 2024.12.14 01:05:33.563547 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4017 | 2024.12.14 01:05:33.563637 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4018 | 2024.12.14 01:05:33.564635 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2024.12.14 01:05:33.564675 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4020 | 2024.12.14 01:05:33.565058 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4021 | 2024.12.14 01:05:33.565301 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2024.12.14 01:05:33.565579 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002063 sec., 117304.89578284051 rows/sec., 7.95 MiB/sec. | ||
| 4023 | 2024.12.14 01:05:33.565745 [ 257 ] {01bdb402-3c66-4149-8d6a-ff22afae1b2f} <Debug> TCPHandler: Processed in 0.002452151 sec. | ||
| 4024 | 2024.12.14 01:05:33.565904 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2024.12.14 01:05:33.566017 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4026 | 2024.12.14 01:05:33.566064 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4027 | 2024.12.14 01:05:33.566624 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2024.12.14 01:05:33.566662 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4029 | 2024.12.14 01:05:33.567009 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4030 | 2024.12.14 01:05:33.567244 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2024.12.14 01:05:33.567452 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001458 sec., 8916.323731138546 rows/sec., 555.93 KiB/sec. | ||
| 4032 | 2024.12.14 01:05:33.567503 [ 4 ] {b9c8e11a-06fd-4ed5-8eb1-f9ddd29d653e} <Debug> TCPHandler: Processed in 0.001653157 sec. | ||
| 4033 | 2024.12.14 01:05:33.567655 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4034 | 2024.12.14 01:05:33.567791 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4035 | 2024.12.14 01:05:33.567848 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4036 | 2024.12.14 01:05:33.568804 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2024.12.14 01:05:33.568844 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4038 | 2024.12.14 01:05:33.569271 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4039 | 2024.12.14 01:05:33.569510 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2024.12.14 01:05:33.569718 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001958 sec., 456077.6302349336 rows/sec., 33.12 MiB/sec. | ||
| 4041 | 2024.12.14 01:05:33.569774 [ 257 ] {267d1c84-567f-480a-88a4-375d78c2be63} <Debug> TCPHandler: Processed in 0.002185903 sec. | ||
| 4042 | 2024.12.14 01:05:33.569931 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2024.12.14 01:05:33.570068 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4044 | 2024.12.14 01:05:33.570126 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4045 | 2024.12.14 01:05:33.570641 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2024.12.14 01:05:33.570679 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4047 | 2024.12.14 01:05:33.571039 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4048 | 2024.12.14 01:05:33.571274 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2024.12.14 01:05:33.571476 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. | ||
| 4050 | 2024.12.14 01:05:33.571524 [ 4 ] {91c4b1ba-9fa8-4f4d-9858-dbf62a6a35ab} <Debug> TCPHandler: Processed in 0.001661888 sec. | ||
| 4051 | 2024.12.14 01:05:33.571671 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2024.12.14 01:05:33.571808 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4053 | 2024.12.14 01:05:33.571869 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4054 | 2024.12.14 01:05:33.572697 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2024.12.14 01:05:33.572737 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4056 | 2024.12.14 01:05:33.573180 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4057 | 2024.12.14 01:05:33.573420 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2024.12.14 01:05:33.573628 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001851 sec., 519719.07077255537 rows/sec., 34.54 MiB/sec. | ||
| 4059 | 2024.12.14 01:05:33.573680 [ 257 ] {7f46d1a4-2d76-49f2-ae53-1556e86e04d0} <Debug> TCPHandler: Processed in 0.00207651 sec. | ||
| 4060 | 2024.12.14 01:05:33.573822 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4061 | 2024.12.14 01:05:33.573937 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4062 | 2024.12.14 01:05:33.573988 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4063 | 2024.12.14 01:05:33.574448 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2024.12.14 01:05:33.574486 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4065 | 2024.12.14 01:05:33.574845 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4066 | 2024.12.14 01:05:33.575081 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2024.12.14 01:05:33.575386 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 4068 | 2024.12.14 01:05:33.575588 [ 4 ] {3cf2ab5e-1475-453b-8863-5d5a71205582} <Debug> TCPHandler: Processed in 0.001819272 sec. | ||
| 4069 | 2024.12.14 01:05:33.575746 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4070 | 2024.12.14 01:05:33.575884 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4071 | 2024.12.14 01:05:33.575977 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4072 | 2024.12.14 01:05:33.577218 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2024.12.14 01:05:33.577258 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4074 | 2024.12.14 01:05:33.577920 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4075 | 2024.12.14 01:05:33.578186 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2024.12.14 01:05:33.578532 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002658 sec., 15425.131677953346 rows/sec., 27.64 MiB/sec. | ||
| 4077 | 2024.12.14 01:05:33.578653 [ 257 ] {98a8ffeb-bbc5-4d6f-ac71-07165bb40ce7} <Debug> TCPHandler: Processed in 0.002974196 sec. | ||
| 4078 | 2024.12.14 01:05:33.578803 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2024.12.14 01:05:33.578938 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4080 | 2024.12.14 01:05:33.578996 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4081 | 2024.12.14 01:05:33.579520 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2024.12.14 01:05:33.579557 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4083 | 2024.12.14 01:05:33.579911 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4084 | 2024.12.14 01:05:33.580145 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4085 | 2024.12.14 01:05:33.580412 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.0015 sec., 22666.666666666668 rows/sec., 1.32 MiB/sec. | ||
| 4086 | 2024.12.14 01:05:33.580624 [ 4 ] {1bd2e9f3-a571-4cda-b875-bc769f90d772} <Debug> TCPHandler: Processed in 0.001882044 sec. | ||
| 4087 | 2024.12.14 01:05:37.615390 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 588 | ||
| 4088 | 2024.12.14 01:05:37.619093 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4089 | 2024.12.14 01:05:37.619145 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4090 | 2024.12.14 01:05:37.620697 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4091 | 2024.12.14 01:05:37.621029 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4092 | 2024.12.14 01:05:37.622019 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588 | ||
| 4093 | 2024.12.14 01:05:37.796829 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4094 | 2024.12.14 01:05:37.797140 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4095 | 2024.12.14 01:05:37.797257 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4096 | 2024.12.14 01:05:37.798188 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2024.12.14 01:05:37.798242 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4098 | 2024.12.14 01:05:37.798687 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4099 | 2024.12.14 01:05:37.798979 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4100 | 2024.12.14 01:05:37.799229 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002173 sec., 25770.82374597331 rows/sec., 1.98 MiB/sec. | ||
| 4101 | 2024.12.14 01:05:37.799297 [ 257 ] {d2bc2686-9f84-46b6-8e29-46068f89aece} <Debug> TCPHandler: Processed in 0.002658957 sec. | ||
| 4102 | 2024.12.14 01:05:37.799569 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4103 | 2024.12.14 01:05:37.799779 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4104 | 2024.12.14 01:05:37.799861 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4105 | 2024.12.14 01:05:37.800689 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4106 | 2024.12.14 01:05:37.800739 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4107 | 2024.12.14 01:05:37.801188 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4108 | 2024.12.14 01:05:37.801449 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4109 | 2024.12.14 01:05:37.801720 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 4110 | 2024.12.14 01:05:37.801862 [ 4 ] {6c112d2f-dd5b-4920-bda7-b792c0439d5a} <Debug> TCPHandler: Processed in 0.002427781 sec. | ||
| 4111 | 2024.12.14 01:05:37.802101 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4112 | 2024.12.14 01:05:37.802259 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4113 | 2024.12.14 01:05:37.802327 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4114 | 2024.12.14 01:05:37.802944 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2024.12.14 01:05:37.802985 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4116 | 2024.12.14 01:05:37.803416 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4117 | 2024.12.14 01:05:37.803664 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2024.12.14 01:05:37.803883 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001663 sec., 76969.33253156945 rows/sec., 5.36 MiB/sec. | ||
| 4119 | 2024.12.14 01:05:37.803938 [ 257 ] {a1cd1b56-ca91-4d7d-9e4d-c72dac25fedd} <Debug> TCPHandler: Processed in 0.001958407 sec. | ||
| 4120 | 2024.12.14 01:05:37.804094 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4121 | 2024.12.14 01:05:37.804217 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4122 | 2024.12.14 01:05:37.804272 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4123 | 2024.12.14 01:05:37.804789 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4124 | 2024.12.14 01:05:37.804829 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4125 | 2024.12.14 01:05:37.805238 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4126 | 2024.12.14 01:05:37.805477 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2024.12.14 01:05:37.805691 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001503 sec., 31936.127744510977 rows/sec., 2.15 MiB/sec. | ||
| 4128 | 2024.12.14 01:05:37.805747 [ 4 ] {3e58eeda-274b-4d53-a5f0-9f11b768beb5} <Debug> TCPHandler: Processed in 0.001708519 sec. | ||
| 4129 | 2024.12.14 01:05:40.064710 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4130 | 2024.12.14 01:05:40.065815 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4131 | 2024.12.14 01:05:40.065865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4132 | 2024.12.14 01:05:40.066461 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4133 | 2024.12.14 01:05:40.066722 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4134 | 2024.12.14 01:05:40.066977 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4135 | 2024.12.14 01:05:40.617526 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4136 | 2024.12.14 01:05:40.638181 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2024.12.14 01:05:40.638234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4138 | 2024.12.14 01:05:40.646114 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4139 | 2024.12.14 01:05:40.646917 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2024.12.14 01:05:40.649547 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4141 | 2024.12.14 01:05:42.798216 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2024.12.14 01:05:42.798429 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4143 | 2024.12.14 01:05:42.798514 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4144 | 2024.12.14 01:05:42.799326 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2024.12.14 01:05:42.799383 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4146 | 2024.12.14 01:05:42.799839 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4147 | 2024.12.14 01:05:42.800101 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2024.12.14 01:05:42.800347 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.18 MiB/sec. | ||
| 4149 | 2024.12.14 01:05:42.800414 [ 257 ] {fb2da6f8-c067-4ce3-873c-fe564657981c} <Debug> TCPHandler: Processed in 0.002338258 sec. | ||
| 4150 | 2024.12.14 01:05:42.800679 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2024.12.14 01:05:42.800893 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4152 | 2024.12.14 01:05:42.800977 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4153 | 2024.12.14 01:05:42.801833 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4154 | 2024.12.14 01:05:42.801887 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4155 | 2024.12.14 01:05:42.802330 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4156 | 2024.12.14 01:05:42.802587 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2024.12.14 01:05:42.802845 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00201 sec., 31840.796019900496 rows/sec., 2.49 MiB/sec. | ||
| 4158 | 2024.12.14 01:05:42.802912 [ 4 ] {e84c8891-ec98-483e-9550-5dab26ed0878} <Debug> TCPHandler: Processed in 0.002373568 sec. | ||
| 4159 | 2024.12.14 01:05:42.803074 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2024.12.14 01:05:42.803201 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4161 | 2024.12.14 01:05:42.803258 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4162 | 2024.12.14 01:05:42.803835 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2024.12.14 01:05:42.803878 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4164 | 2024.12.14 01:05:42.804292 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4165 | 2024.12.14 01:05:42.804535 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2024.12.14 01:05:42.804756 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
| 4167 | 2024.12.14 01:05:42.804813 [ 257 ] {51f5f707-b91e-47aa-9753-e685d87e1a33} <Debug> TCPHandler: Processed in 0.001797872 sec. | ||
| 4168 | 2024.12.14 01:05:42.804979 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2024.12.14 01:05:42.805127 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4170 | 2024.12.14 01:05:42.805190 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4171 | 2024.12.14 01:05:42.805786 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2024.12.14 01:05:42.805827 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4173 | 2024.12.14 01:05:42.806211 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4174 | 2024.12.14 01:05:42.806457 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2024.12.14 01:05:42.806678 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001586 sec., 37831.02143757881 rows/sec., 2.55 MiB/sec. | ||
| 4176 | 2024.12.14 01:05:42.806732 [ 4 ] {24d297b2-3d12-413f-8416-59871dd408d5} <Debug> TCPHandler: Processed in 0.001820043 sec. | ||
| 4177 | 2024.12.14 01:05:47.359758 [ 15 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4178 | 2024.12.14 01:05:47.359829 [ 15 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4179 | 2024.12.14 01:05:47.568030 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4180 | 2024.12.14 01:05:47.568655 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2024.12.14 01:05:47.568701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4182 | 2024.12.14 01:05:47.569271 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4183 | 2024.12.14 01:05:47.569556 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2024.12.14 01:05:47.569908 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4185 | 2024.12.14 01:05:47.623294 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 604 | ||
| 4186 | 2024.12.14 01:05:47.626011 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2024.12.14 01:05:47.626061 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4188 | 2024.12.14 01:05:47.627589 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4189 | 2024.12.14 01:05:47.627918 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2024.12.14 01:05:47.628561 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
| 4191 | 2024.12.14 01:05:47.805488 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4192 | 2024.12.14 01:05:47.805798 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4193 | 2024.12.14 01:05:47.805915 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4194 | 2024.12.14 01:05:47.806691 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4195 | 2024.12.14 01:05:47.806745 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4196 | 2024.12.14 01:05:47.807203 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4197 | 2024.12.14 01:05:47.807464 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4198 | 2024.12.14 01:05:47.807662 [ 29 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4199 | 2024.12.14 01:05:47.807738 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002018 sec., 6937.5619425173445 rows/sec., 499.41 KiB/sec. | ||
| 4200 | 2024.12.14 01:05:47.807754 [ 29 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4201 | 2024.12.14 01:05:47.807827 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4202 | 2024.12.14 01:05:47.807884 [ 257 ] {e1ea964d-04ef-4280-aeed-fd1bbb97b5e0} <Debug> TCPHandler: Processed in 0.002581605 sec. | ||
| 4203 | 2024.12.14 01:05:47.808238 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::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 | ||
| 4204 | 2024.12.14 01:05:47.808240 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4205 | 2024.12.14 01:05:47.808431 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4206 | 2024.12.14 01:05:47.808480 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part | ||
| 4207 | 2024.12.14 01:05:47.808500 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4208 | 2024.12.14 01:05:47.808622 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4209 | 2024.12.14 01:05:47.808632 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4210 | 2024.12.14 01:05:47.808959 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4211 | 2024.12.14 01:05:47.809268 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4212 | 2024.12.14 01:05:47.809478 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4213 | 2024.12.14 01:05:47.810636 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2024.12.14 01:05:47.810684 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4215 | 2024.12.14 01:05:47.810919 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002971356 sec., 23558.26767307586 rows/sec., 1.75 MiB/sec. | ||
| 4216 | 2024.12.14 01:05:47.811071 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4217 | 2024.12.14 01:05:47.811371 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4218 | 2024.12.14 01:05:47.811524 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4219 | 2024.12.14 01:05:47.811639 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_13_3} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4220 | 2024.12.14 01:05:47.811700 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4221 | 2024.12.14 01:05:47.811733 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4222 | 2024.12.14 01:05:47.811898 [ 29 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4223 | 2024.12.14 01:05:47.811962 [ 29 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2024.12.14 01:05:47.812000 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4225 | 2024.12.14 01:05:47.812007 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.003567 sec., 79899.0748528175 rows/sec., 7.06 MiB/sec. | ||
| 4226 | 2024.12.14 01:05:47.812181 [ 4 ] {0db112bf-6278-4746-940a-4d4a68561e4a} <Debug> TCPHandler: Processed in 0.00414831 sec. | ||
| 4227 | 2024.12.14 01:05:47.812198 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 4228 | 2024.12.14 01:05:47.812327 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4229 | 2024.12.14 01:05:47.812354 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
| 4230 | 2024.12.14 01:05:47.812389 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4231 | 2024.12.14 01:05:47.812502 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4232 | 2024.12.14 01:05:47.812809 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1432 rows starting from the beginning of the part | ||
| 4233 | 2024.12.14 01:05:47.812846 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4234 | 2024.12.14 01:05:47.813061 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4235 | 2024.12.14 01:05:47.813151 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4236 | 2024.12.14 01:05:47.813536 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4237 | 2024.12.14 01:05:47.813790 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 285 rows starting from the beginning of the part | ||
| 4238 | 2024.12.14 01:05:47.815529 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2024.12.14 01:05:47.815591 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4240 | 2024.12.14 01:05:47.816436 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4241 | 2024.12.14 01:05:47.816760 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2024.12.14 01:05:47.817253 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005165159 sec., 642187.3944248377 rows/sec., 56.28 MiB/sec. | ||
| 4243 | 2024.12.14 01:05:47.817384 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004684 sec., 10247.651579846286 rows/sec., 755.56 KiB/sec. | ||
| 4244 | 2024.12.14 01:05:47.817609 [ 257 ] {ad401fe2-1956-4698-90cd-5aa299cfa30c} <Debug> TCPHandler: Processed in 0.005314874 sec. | ||
| 4245 | 2024.12.14 01:05:47.817673 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4246 | 2024.12.14 01:05:47.817985 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4247 | 2024.12.14 01:05:47.818223 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4248 | 2024.12.14 01:05:47.818295 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4249 | 2024.12.14 01:05:47.818379 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2024.12.14 01:05:47.818579 [ 200 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_31_6} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4251 | 2024.12.14 01:05:47.818782 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4252 | 2024.12.14 01:05:47.819394 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2024.12.14 01:05:47.819434 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4254 | 2024.12.14 01:05:47.819801 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4255 | 2024.12.14 01:05:47.820049 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4256 | 2024.12.14 01:05:47.820275 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002098 sec., 6673.02192564347 rows/sec., 467.33 KiB/sec. | ||
| 4257 | 2024.12.14 01:05:47.820331 [ 4 ] {05d957e2-9d64-4aa5-aa3f-b10f63a291a2} <Debug> TCPHandler: Processed in 0.002553174 sec. | ||
| 4258 | 2024.12.14 01:05:47.820543 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4259 | 2024.12.14 01:05:47.820777 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4260 | 2024.12.14 01:05:47.820872 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4261 | 2024.12.14 01:05:47.821481 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2024.12.14 01:05:47.821522 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4263 | 2024.12.14 01:05:47.821882 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4264 | 2024.12.14 01:05:47.822127 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2024.12.14 01:05:47.822288 [ 29 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4266 | 2024.12.14 01:05:47.822356 [ 29 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2024.12.14 01:05:47.822386 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4268 | 2024.12.14 01:05:47.822404 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001676 sec., 7756.5632458233895 rows/sec., 483.62 KiB/sec. | ||
| 4269 | 2024.12.14 01:05:47.822738 [ 257 ] {799e7e36-7c01-4023-91cc-fdb8f7b5c4cd} <Debug> TCPHandler: Processed in 0.002297916 sec. | ||
| 4270 | 2024.12.14 01:05:47.822811 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::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 | ||
| 4271 | 2024.12.14 01:05:47.823005 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4272 | 2024.12.14 01:05:47.823063 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4273 | 2024.12.14 01:05:47.823104 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part | ||
| 4274 | 2024.12.14 01:05:47.823157 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4275 | 2024.12.14 01:05:47.823227 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part | ||
| 4276 | 2024.12.14 01:05:47.823264 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4277 | 2024.12.14 01:05:47.823528 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 4278 | 2024.12.14 01:05:47.823859 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 4279 | 2024.12.14 01:05:47.824135 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part | ||
| 4280 | 2024.12.14 01:05:47.825237 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4281 | 2024.12.14 01:05:47.825288 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4282 | 2024.12.14 01:05:47.825524 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003040408 sec., 21378.7096994877 rows/sec., 1.38 MiB/sec. | ||
| 4283 | 2024.12.14 01:05:47.825658 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4284 | 2024.12.14 01:05:47.825870 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4285 | 2024.12.14 01:05:47.825990 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2024.12.14 01:05:47.826083 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_13_3} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4287 | 2024.12.14 01:05:47.826175 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4288 | 2024.12.14 01:05:47.826190 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4289 | 2024.12.14 01:05:47.826368 [ 29 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4290 | 2024.12.14 01:05:47.826435 [ 29 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2024.12.14 01:05:47.826463 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4292 | 2024.12.14 01:05:47.826497 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003368 sec., 125593.8242280285 rows/sec., 8.98 MiB/sec. | ||
| 4293 | 2024.12.14 01:05:47.826731 [ 4 ] {ec3931c0-355e-40a4-93ca-cba25dff8b83} <Debug> TCPHandler: Processed in 0.003852472 sec. | ||
| 4294 | 2024.12.14 01:05:47.826757 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 4295 | 2024.12.14 01:05:47.826925 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4296 | 2024.12.14 01:05:47.826952 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4297 | 2024.12.14 01:05:47.827010 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 911 rows starting from the beginning of the part | ||
| 4298 | 2024.12.14 01:05:47.827237 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4299 | 2024.12.14 01:05:47.827304 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4300 | 2024.12.14 01:05:47.827420 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4301 | 2024.12.14 01:05:47.827680 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 893 rows starting from the beginning of the part | ||
| 4302 | 2024.12.14 01:05:47.828093 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4303 | 2024.12.14 01:05:47.828448 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4304 | 2024.12.14 01:05:47.828653 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 423 rows starting from the beginning of the part | ||
| 4305 | 2024.12.14 01:05:47.829484 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2024.12.14 01:05:47.829548 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4307 | 2024.12.14 01:05:47.830508 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4308 | 2024.12.14 01:05:47.831126 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2024.12.14 01:05:47.831499 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004378 sec., 1370.4888076747372 rows/sec., 71.60 KiB/sec. | ||
| 4310 | 2024.12.14 01:05:47.831807 [ 257 ] {d4410611-4129-4ebc-a63a-3c47940f363b} <Debug> TCPHandler: Processed in 0.004970724 sec. | ||
| 4311 | 2024.12.14 01:05:47.832092 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4312 | 2024.12.14 01:05:47.832246 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005696174 sec., 424671.01601882244 rows/sec., 32.57 MiB/sec. | ||
| 4313 | 2024.12.14 01:05:47.832323 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4314 | 2024.12.14 01:05:47.832405 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4315 | 2024.12.14 01:05:47.832558 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4316 | 2024.12.14 01:05:47.833191 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2024.12.14 01:05:47.833430 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_31_6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4318 | 2024.12.14 01:05:47.833609 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4319 | 2024.12.14 01:05:47.833690 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2024.12.14 01:05:47.833735 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4321 | 2024.12.14 01:05:47.834151 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4322 | 2024.12.14 01:05:47.834402 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2024.12.14 01:05:47.834570 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4324 | 2024.12.14 01:05:47.834634 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4325 | 2024.12.14 01:05:47.834675 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002393 sec., 99038.8633514417 rows/sec., 6.64 MiB/sec. | ||
| 4326 | 2024.12.14 01:05:47.834680 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4327 | 2024.12.14 01:05:47.834849 [ 4 ] {e2248073-7561-4fab-a4ac-8742d926acb3} <Debug> TCPHandler: Processed in 0.002911824 sec. | ||
| 4328 | 2024.12.14 01:05:47.834892 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 4329 | 2024.12.14 01:05:47.835007 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4330 | 2024.12.14 01:05:47.835031 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4331 | 2024.12.14 01:05:47.835049 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8012 rows starting from the beginning of the part | ||
| 4332 | 2024.12.14 01:05:47.835254 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 4333 | 2024.12.14 01:05:47.835364 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4334 | 2024.12.14 01:05:47.835645 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4335 | 2024.12.14 01:05:47.835651 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 962 rows starting from the beginning of the part | ||
| 4336 | 2024.12.14 01:05:47.836014 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4337 | 2024.12.14 01:05:47.836366 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 4338 | 2024.12.14 01:05:47.836702 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4339 | 2024.12.14 01:05:47.837842 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2024.12.14 01:05:47.837886 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4341 | 2024.12.14 01:05:47.838531 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4342 | 2024.12.14 01:05:47.839130 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2024.12.14 01:05:47.839538 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004278 sec., 233.7540906965872 rows/sec., 15.75 KiB/sec. | ||
| 4344 | 2024.12.14 01:05:47.839856 [ 257 ] {58e76bf6-a78f-4db0-a64e-336b231bc7f5} <Debug> TCPHandler: Processed in 0.004898822 sec. | ||
| 4345 | 2024.12.14 01:05:47.840021 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4346 | 2024.12.14 01:05:47.840210 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4347 | 2024.12.14 01:05:47.840300 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4348 | 2024.12.14 01:05:47.841192 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9659 rows, containing 5 columns (5 merged, 0 gathered) in 0.006374054 sec., 1515362.1227557848 rows/sec., 102.18 MiB/sec. | ||
| 4349 | 2024.12.14 01:05:47.841573 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4350 | 2024.12.14 01:05:47.842281 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2024.12.14 01:05:47.842348 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4352 | 2024.12.14 01:05:47.842357 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2024.12.14 01:05:47.842583 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4354 | 2024.12.14 01:05:47.842763 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 4355 | 2024.12.14 01:05:47.843339 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4356 | 2024.12.14 01:05:47.843605 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4357 | 2024.12.14 01:05:47.843925 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003745 sec., 10947.930574098798 rows/sec., 19.62 MiB/sec. | ||
| 4358 | 2024.12.14 01:05:47.844448 [ 4 ] {27295571-2ae9-4652-aec4-607c78b1610e} <Debug> TCPHandler: Processed in 0.00449422 sec. | ||
| 4359 | 2024.12.14 01:05:47.844615 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4360 | 2024.12.14 01:05:47.844755 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4361 | 2024.12.14 01:05:47.844815 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4362 | 2024.12.14 01:05:47.845336 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4363 | 2024.12.14 01:05:47.845375 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4364 | 2024.12.14 01:05:47.845752 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4365 | 2024.12.14 01:05:47.845993 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4366 | 2024.12.14 01:05:47.846159 [ 29 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4367 | 2024.12.14 01:05:47.846221 [ 29 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4368 | 2024.12.14 01:05:47.846236 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec. | ||
| 4369 | 2024.12.14 01:05:47.846264 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4370 | 2024.12.14 01:05:47.846376 [ 257 ] {cc7a91ab-1933-4cdb-b73f-d2109f009ef0} <Debug> TCPHandler: Processed in 0.001820412 sec. | ||
| 4371 | 2024.12.14 01:05:47.846503 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 4372 | 2024.12.14 01:05:47.846613 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4373 | 2024.12.14 01:05:47.846639 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1520 rows starting from the beginning of the part | ||
| 4374 | 2024.12.14 01:05:47.846705 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 4375 | 2024.12.14 01:05:47.846834 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4376 | 2024.12.14 01:05:47.847038 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4377 | 2024.12.14 01:05:47.847179 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 4378 | 2024.12.14 01:05:47.847307 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4379 | 2024.12.14 01:05:47.848485 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1804 rows, containing 4 columns (4 merged, 0 gathered) in 0.002094461 sec., 861319.4516393477 rows/sec., 56.02 MiB/sec. | ||
| 4380 | 2024.12.14 01:05:47.848748 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4381 | 2024.12.14 01:05:47.849054 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4382 | 2024.12.14 01:05:47.849135 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_31_6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4383 | 2024.12.14 01:05:47.849216 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4384 | 2024.12.14 01:05:48.150545 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4385 | 2024.12.14 01:05:48.174723 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2024.12.14 01:05:48.174780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4387 | 2024.12.14 01:05:48.182425 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4388 | 2024.12.14 01:05:48.183252 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2024.12.14 01:05:48.187041 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4390 | 2024.12.14 01:05:52.798441 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4391 | 2024.12.14 01:05:52.798674 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4392 | 2024.12.14 01:05:52.798760 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4393 | 2024.12.14 01:05:52.799557 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4394 | 2024.12.14 01:05:52.799612 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4395 | 2024.12.14 01:05:52.800049 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4396 | 2024.12.14 01:05:52.800324 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4397 | 2024.12.14 01:05:52.800608 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001981 sec., 1009.5911155981827 rows/sec., 82.33 KiB/sec. | ||
| 4398 | 2024.12.14 01:05:52.800747 [ 257 ] {d56edf8a-e467-4bec-8ef2-35bb8e82d377} <Debug> TCPHandler: Processed in 0.0024446 sec. | ||
| 4399 | 2024.12.14 01:05:52.801005 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4400 | 2024.12.14 01:05:52.801213 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4401 | 2024.12.14 01:05:52.801293 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4402 | 2024.12.14 01:05:52.802141 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2024.12.14 01:05:52.802181 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4404 | 2024.12.14 01:05:52.802613 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4405 | 2024.12.14 01:05:52.802860 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2024.12.14 01:05:52.803065 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.00191 sec., 29842.931937172776 rows/sec., 2.29 MiB/sec. | ||
| 4407 | 2024.12.14 01:05:52.803120 [ 4 ] {eba6428b-cdab-4d94-87a8-71669047bbb9} <Debug> TCPHandler: Processed in 0.002248205 sec. | ||
| 4408 | 2024.12.14 01:05:52.803279 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4409 | 2024.12.14 01:05:52.803405 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4410 | 2024.12.14 01:05:52.803458 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4411 | 2024.12.14 01:05:52.804052 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4412 | 2024.12.14 01:05:52.804095 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4413 | 2024.12.14 01:05:52.804450 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4414 | 2024.12.14 01:05:52.804697 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4415 | 2024.12.14 01:05:52.804866 [ 72 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4416 | 2024.12.14 01:05:52.804928 [ 72 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4417 | 2024.12.14 01:05:52.804957 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00157 sec., 1273.8853503184714 rows/sec., 88.95 KiB/sec. | ||
| 4418 | 2024.12.14 01:05:52.804964 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4419 | 2024.12.14 01:05:52.805105 [ 257 ] {aafd6df5-ee63-4b53-a7d5-756777120d59} <Debug> TCPHandler: Processed in 0.001884425 sec. | ||
| 4420 | 2024.12.14 01:05:52.805168 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 4421 | 2024.12.14 01:05:52.805308 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4422 | 2024.12.14 01:05:52.805326 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4423 | 2024.12.14 01:05:52.805383 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 62 rows starting from the beginning of the part | ||
| 4424 | 2024.12.14 01:05:52.805568 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 4425 | 2024.12.14 01:05:52.805597 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4426 | 2024.12.14 01:05:52.805797 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4427 | 2024.12.14 01:05:52.805882 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part | ||
| 4428 | 2024.12.14 01:05:52.806355 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 62 rows starting from the beginning of the part | ||
| 4429 | 2024.12.14 01:05:52.806662 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 4430 | 2024.12.14 01:05:52.807001 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 4431 | 2024.12.14 01:05:52.808625 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2024.12.14 01:05:52.808701 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4433 | 2024.12.14 01:05:52.809675 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4434 | 2024.12.14 01:05:52.809764 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 5 columns (5 merged, 0 gathered) in 0.004672745 sec., 57781.881955895304 rows/sec., 4.36 MiB/sec. | ||
| 4435 | 2024.12.14 01:05:52.809930 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4436 | 2024.12.14 01:05:52.810137 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4437 | 2024.12.14 01:05:52.810495 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4438 | 2024.12.14 01:05:52.810637 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00515 sec., 12815.533980582524 rows/sec., 1.00 MiB/sec. | ||
| 4439 | 2024.12.14 01:05:52.810754 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_15_3} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4440 | 2024.12.14 01:05:52.811091 [ 4 ] {069ce177-b8d2-471a-8847-2cc3cab4c2f7} <Debug> TCPHandler: Processed in 0.0058759 sec. | ||
| 4441 | 2024.12.14 01:05:52.811096 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4442 | 2024.12.14 01:05:52.811366 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2024.12.14 01:05:52.811521 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4444 | 2024.12.14 01:05:52.811585 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4445 | 2024.12.14 01:05:52.812246 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2024.12.14 01:05:52.812286 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4447 | 2024.12.14 01:05:52.812698 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4448 | 2024.12.14 01:05:52.812944 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2024.12.14 01:05:52.813194 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001702 sec., 94594.5945945946 rows/sec., 6.59 MiB/sec. | ||
| 4450 | 2024.12.14 01:05:52.813424 [ 257 ] {ba3e9437-512a-4723-9f14-ef0dba65f69a} <Debug> TCPHandler: Processed in 0.002198933 sec. | ||
| 4451 | 2024.12.14 01:05:52.813649 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4452 | 2024.12.14 01:05:52.813786 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4453 | 2024.12.14 01:05:52.813845 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4454 | 2024.12.14 01:05:52.814373 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2024.12.14 01:05:52.814411 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4456 | 2024.12.14 01:05:52.814782 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4457 | 2024.12.14 01:05:52.815012 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2024.12.14 01:05:52.815228 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 4459 | 2024.12.14 01:05:52.815438 [ 4 ] {edea686d-f6fb-4bca-9db9-967264679299} <Debug> TCPHandler: Processed in 0.001906026 sec. | ||
| 4460 | 2024.12.14 01:05:55.071004 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4461 | 2024.12.14 01:05:55.071675 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4462 | 2024.12.14 01:05:55.071720 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4463 | 2024.12.14 01:05:55.072252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4464 | 2024.12.14 01:05:55.072518 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4465 | 2024.12.14 01:05:55.072682 [ 58 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4466 | 2024.12.14 01:05:55.072732 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4467 | 2024.12.14 01:05:55.072733 [ 58 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4468 | 2024.12.14 01:05:55.072768 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4469 | 2024.12.14 01:05:55.072919 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 4470 | 2024.12.14 01:05:55.073089 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4471 | 2024.12.14 01:05:55.073136 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 4472 | 2024.12.14 01:05:55.073225 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 4473 | 2024.12.14 01:05:55.073346 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 4474 | 2024.12.14 01:05:55.073477 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 4475 | 2024.12.14 01:05:55.073569 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 4476 | 2024.12.14 01:05:55.073658 [ 204 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 4477 | 2024.12.14 01:05:55.076003 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003156061 sec., 3073134.5179956914 rows/sec., 43.96 MiB/sec. | ||
| 4478 | 2024.12.14 01:05:55.076306 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4479 | 2024.12.14 01:05:55.076676 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_21_4} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4480 | 2024.12.14 01:05:55.076771 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_21_4} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4481 | 2024.12.14 01:05:55.076885 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4482 | 2024.12.14 01:05:55.687098 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4483 | 2024.12.14 01:05:55.709968 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4484 | 2024.12.14 01:05:55.710044 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4485 | 2024.12.14 01:05:55.721161 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4486 | 2024.12.14 01:05:55.722523 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4487 | 2024.12.14 01:05:55.722944 [ 80 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4488 | 2024.12.14 01:05:55.723003 [ 80 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4489 | 2024.12.14 01:05:55.723040 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4490 | 2024.12.14 01:05:55.723435 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 4491 | 2024.12.14 01:05:55.747578 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4492 | 2024.12.14 01:05:55.747994 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4493 | 2024.12.14 01:05:55.749524 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 4494 | 2024.12.14 01:05:55.755118 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 4495 | 2024.12.14 01:05:55.760738 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 4496 | 2024.12.14 01:05:55.766263 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 4497 | 2024.12.14 01:05:55.772602 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 4498 | 2024.12.14 01:05:55.778591 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 4499 | 2024.12.14 01:05:55.844315 [ 195 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.121147436 sec., 1312.4503930896235 rows/sec., 6.79 MiB/sec. | ||
| 4500 | 2024.12.14 01:05:55.846741 [ 195 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4501 | 2024.12.14 01:05:55.849629 [ 195 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_21_4} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2024.12.14 01:05:55.849767 [ 195 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_21_4} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4503 | 2024.12.14 01:05:55.851744 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4504 | 2024.12.14 01:05:56.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.00 MiB, peak 195.54 MiB, free memory in arenas 0.00 B, will set to 187.08 MiB (RSS), difference: 2.08 MiB | ||
| 4505 | 2024.12.14 01:05:57.629659 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 638 | ||
| 4506 | 2024.12.14 01:05:57.632853 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4507 | 2024.12.14 01:05:57.632906 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4508 | 2024.12.14 01:05:57.634413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4509 | 2024.12.14 01:05:57.634741 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4510 | 2024.12.14 01:05:57.635872 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 638 | ||
| 4511 | 2024.12.14 01:05:57.805104 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4512 | 2024.12.14 01:05:57.805409 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4513 | 2024.12.14 01:05:57.805527 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4514 | 2024.12.14 01:05:57.806574 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2024.12.14 01:05:57.806627 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4516 | 2024.12.14 01:05:57.807065 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4517 | 2024.12.14 01:05:57.807331 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2024.12.14 01:05:57.807592 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00226 sec., 6194.690265486726 rows/sec., 445.93 KiB/sec. | ||
| 4519 | 2024.12.14 01:05:57.807754 [ 257 ] {f9dcde02-3cf1-4ee2-bd50-0a2a4f3244f8} <Debug> TCPHandler: Processed in 0.002832002 sec. | ||
| 4520 | 2024.12.14 01:05:57.808009 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2024.12.14 01:05:57.808196 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4522 | 2024.12.14 01:05:57.808268 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4523 | 2024.12.14 01:05:57.809105 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2024.12.14 01:05:57.809144 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4525 | 2024.12.14 01:05:57.809605 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4526 | 2024.12.14 01:05:57.809866 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2024.12.14 01:05:57.810057 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001914 sec., 148902.82131661443 rows/sec., 13.16 MiB/sec. | ||
| 4528 | 2024.12.14 01:05:57.810112 [ 4 ] {72d455b2-18a4-45ef-a901-464592ac43b3} <Debug> TCPHandler: Processed in 0.002232275 sec. | ||
| 4529 | 2024.12.14 01:05:57.810259 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4530 | 2024.12.14 01:05:57.810402 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4531 | 2024.12.14 01:05:57.810462 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4532 | 2024.12.14 01:05:57.811176 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2024.12.14 01:05:57.811222 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4534 | 2024.12.14 01:05:57.811595 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4535 | 2024.12.14 01:05:57.811840 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2024.12.14 01:05:57.812055 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001689 sec., 28419.18294849023 rows/sec., 2.05 MiB/sec. | ||
| 4537 | 2024.12.14 01:05:57.812111 [ 257 ] {2aec67c2-cb06-492b-830d-98fb613d33cc} <Debug> TCPHandler: Processed in 0.001912875 sec. | ||
| 4538 | 2024.12.14 01:05:57.812246 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4539 | 2024.12.14 01:05:57.812384 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4540 | 2024.12.14 01:05:57.812440 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4541 | 2024.12.14 01:05:57.813154 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2024.12.14 01:05:57.813198 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4543 | 2024.12.14 01:05:57.813562 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4544 | 2024.12.14 01:05:57.813805 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2024.12.14 01:05:57.814032 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001673 sec., 8368.200836820084 rows/sec., 586.05 KiB/sec. | ||
| 4546 | 2024.12.14 01:05:57.814260 [ 4 ] {bd87cf19-15fe-43b3-9ff0-2a5f3b823046} <Debug> TCPHandler: Processed in 0.00206539 sec. | ||
| 4547 | 2024.12.14 01:05:57.814490 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4548 | 2024.12.14 01:05:57.814718 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4549 | 2024.12.14 01:05:57.814808 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4550 | 2024.12.14 01:05:57.815600 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4551 | 2024.12.14 01:05:57.815639 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4552 | 2024.12.14 01:05:57.815999 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4553 | 2024.12.14 01:05:57.816241 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4554 | 2024.12.14 01:05:57.816452 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001798 sec., 7230.255839822024 rows/sec., 450.80 KiB/sec. | ||
| 4555 | 2024.12.14 01:05:57.816506 [ 257 ] {0c876cb4-7a70-48af-b8d2-43011b5a9289} <Debug> TCPHandler: Processed in 0.002123201 sec. | ||
| 4556 | 2024.12.14 01:05:57.816666 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4557 | 2024.12.14 01:05:57.816803 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4558 | 2024.12.14 01:05:57.816860 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4559 | 2024.12.14 01:05:57.817619 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4560 | 2024.12.14 01:05:57.817655 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4561 | 2024.12.14 01:05:57.818056 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4562 | 2024.12.14 01:05:57.818301 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2024.12.14 01:05:57.818482 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001711 sec., 247223.8457042665 rows/sec., 17.67 MiB/sec. | ||
| 4564 | 2024.12.14 01:05:57.818534 [ 4 ] {69c50919-c964-48f5-b9ac-063b0835dc5f} <Debug> TCPHandler: Processed in 0.001935966 sec. | ||
| 4565 | 2024.12.14 01:05:57.818735 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4566 | 2024.12.14 01:05:57.818957 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4567 | 2024.12.14 01:05:57.819049 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4568 | 2024.12.14 01:05:57.819631 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4569 | 2024.12.14 01:05:57.819670 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4570 | 2024.12.14 01:05:57.820042 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4571 | 2024.12.14 01:05:57.820292 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2024.12.14 01:05:57.820507 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001608 sec., 3731.3432835820895 rows/sec., 194.95 KiB/sec. | ||
| 4573 | 2024.12.14 01:05:57.820559 [ 257 ] {2382e636-ccbf-47c8-84db-9ff8496d7d97} <Debug> TCPHandler: Processed in 0.001933565 sec. | ||
| 4574 | 2024.12.14 01:05:57.820705 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4575 | 2024.12.14 01:05:57.820842 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4576 | 2024.12.14 01:05:57.820903 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4577 | 2024.12.14 01:05:57.821513 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4578 | 2024.12.14 01:05:57.821548 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4579 | 2024.12.14 01:05:57.821952 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4580 | 2024.12.14 01:05:57.822206 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2024.12.14 01:05:57.822385 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001575 sec., 150476.19047619047 rows/sec., 10.09 MiB/sec. | ||
| 4582 | 2024.12.14 01:05:57.822435 [ 4 ] {a118474b-0569-4a39-956f-24de548f2470} <Debug> TCPHandler: Processed in 0.001796662 sec. | ||
| 4583 | 2024.12.14 01:05:57.822629 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4584 | 2024.12.14 01:05:57.822844 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4585 | 2024.12.14 01:05:57.822940 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4586 | 2024.12.14 01:05:57.823548 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2024.12.14 01:05:57.823585 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4588 | 2024.12.14 01:05:57.823951 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4589 | 2024.12.14 01:05:57.824184 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2024.12.14 01:05:57.824346 [ 68 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4591 | 2024.12.14 01:05:57.824410 [ 68 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2024.12.14 01:05:57.824432 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001633 sec., 612.369871402327 rows/sec., 41.26 KiB/sec. | ||
| 4593 | 2024.12.14 01:05:57.824444 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4594 | 2024.12.14 01:05:57.824572 [ 257 ] {76a7c3fe-d55f-4eea-b311-b052aab93bf1} <Debug> TCPHandler: Processed in 0.00205283 sec. | ||
| 4595 | 2024.12.14 01:05:57.824874 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2024.12.14 01:05:57.825289 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4597 | 2024.12.14 01:05:57.825307 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4598 | 2024.12.14 01:05:57.825526 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4599 | 2024.12.14 01:05:57.825660 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4600 | 2024.12.14 01:05:57.825808 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4601 | 2024.12.14 01:05:57.826159 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4602 | 2024.12.14 01:05:57.826535 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4603 | 2024.12.14 01:05:57.826905 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4604 | 2024.12.14 01:05:57.827292 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4605 | 2024.12.14 01:05:57.827668 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4606 | 2024.12.14 01:05:57.831504 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.00689165 sec., 2031.4438487154746 rows/sec., 136.88 KiB/sec. | ||
| 4607 | 2024.12.14 01:05:57.831640 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2024.12.14 01:05:57.831662 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4609 | 2024.12.14 01:05:57.831689 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4610 | 2024.12.14 01:05:57.832060 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2024.12.14 01:05:57.832161 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_14_3} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4612 | 2024.12.14 01:05:57.832351 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4613 | 2024.12.14 01:05:57.832638 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4614 | 2024.12.14 01:05:57.832899 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2024.12.14 01:05:57.833096 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007885 sec., 5199.746353836398 rows/sec., 9.32 MiB/sec. | ||
| 4616 | 2024.12.14 01:05:57.833197 [ 4 ] {542e061e-ff28-42b4-8ff8-a329c972a702} <Debug> TCPHandler: Processed in 0.008505026 sec. | ||
| 4617 | 2024.12.14 01:05:57.833351 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4618 | 2024.12.14 01:05:57.833485 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4619 | 2024.12.14 01:05:57.833544 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4620 | 2024.12.14 01:05:57.834131 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4621 | 2024.12.14 01:05:57.834177 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4622 | 2024.12.14 01:05:57.834549 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4623 | 2024.12.14 01:05:57.834790 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4624 | 2024.12.14 01:05:57.835042 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001581 sec., 51865.90765338394 rows/sec., 3.29 MiB/sec. | ||
| 4625 | 2024.12.14 01:05:57.835222 [ 257 ] {63662a1d-46cd-4175-a2f2-4d4849c75fdd} <Debug> TCPHandler: Processed in 0.001932035 sec. | ||
| 4626 | 2024.12.14 01:06:02.359870 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4627 | 2024.12.14 01:06:02.359935 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4628 | 2024.12.14 01:06:02.573833 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4629 | 2024.12.14 01:06:02.574485 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2024.12.14 01:06:02.574532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4631 | 2024.12.14 01:06:02.575104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4632 | 2024.12.14 01:06:02.575366 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4633 | 2024.12.14 01:06:02.575604 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4634 | 2024.12.14 01:06:02.798877 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4635 | 2024.12.14 01:06:02.799053 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4636 | 2024.12.14 01:06:02.799122 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4637 | 2024.12.14 01:06:02.799815 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2024.12.14 01:06:02.799856 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4639 | 2024.12.14 01:06:02.800243 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4640 | 2024.12.14 01:06:02.800498 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2024.12.14 01:06:02.800692 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001689 sec., 33155.71343990527 rows/sec., 2.55 MiB/sec. | ||
| 4642 | 2024.12.14 01:06:02.800746 [ 257 ] {8251655c-140e-421a-9973-b52da15a8002} <Debug> TCPHandler: Processed in 0.001990627 sec. | ||
| 4643 | 2024.12.14 01:06:02.800981 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4644 | 2024.12.14 01:06:02.801181 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4645 | 2024.12.14 01:06:02.801261 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4646 | 2024.12.14 01:06:02.802048 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2024.12.14 01:06:02.802091 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4648 | 2024.12.14 01:06:02.802534 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4649 | 2024.12.14 01:06:02.802795 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2024.12.14 01:06:02.803067 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001932 sec., 33126.29399585922 rows/sec., 2.59 MiB/sec. | ||
| 4651 | 2024.12.14 01:06:02.803284 [ 4 ] {50578d5e-9464-433e-a553-9e348685eff4} <Debug> TCPHandler: Processed in 0.002433221 sec. | ||
| 4652 | 2024.12.14 01:06:02.803512 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4653 | 2024.12.14 01:06:02.803635 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4654 | 2024.12.14 01:06:02.803688 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4655 | 2024.12.14 01:06:02.804265 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2024.12.14 01:06:02.804303 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4657 | 2024.12.14 01:06:02.804697 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4658 | 2024.12.14 01:06:02.804939 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2024.12.14 01:06:02.805123 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. | ||
| 4660 | 2024.12.14 01:06:02.805175 [ 257 ] {864e0b51-80f2-45e2-82ee-448d48366f5d} <Debug> TCPHandler: Processed in 0.001769241 sec. | ||
| 4661 | 2024.12.14 01:06:02.805328 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2024.12.14 01:06:02.805450 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4663 | 2024.12.14 01:06:02.805506 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4664 | 2024.12.14 01:06:02.806007 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4665 | 2024.12.14 01:06:02.806050 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4666 | 2024.12.14 01:06:02.806439 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4667 | 2024.12.14 01:06:02.806689 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4668 | 2024.12.14 01:06:02.806901 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
| 4669 | 2024.12.14 01:06:02.806949 [ 4 ] {c313a5f9-b22c-4c48-b39f-72f6696f0ee8} <Debug> TCPHandler: Processed in 0.001676919 sec. | ||
| 4670 | 2024.12.14 01:06:03.248691 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4671 | 2024.12.14 01:06:03.268989 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4672 | 2024.12.14 01:06:03.269054 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4673 | 2024.12.14 01:06:03.276335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4674 | 2024.12.14 01:06:03.277081 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4675 | 2024.12.14 01:06:03.279774 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4676 | 2024.12.14 01:06:03.501405 [ 74 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4677 | 2024.12.14 01:06:03.501507 [ 74 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4678 | 2024.12.14 01:06:03.501550 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4679 | 2024.12.14 01:06:03.501777 [ 193 ] {85f91299-a26b-4a35-a55a-e7679998f139::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 | ||
| 4680 | 2024.12.14 01:06:03.502015 [ 193 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4681 | 2024.12.14 01:06:03.502062 [ 193 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 4682 | 2024.12.14 01:06:03.502166 [ 193 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4683 | 2024.12.14 01:06:03.502272 [ 193 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4684 | 2024.12.14 01:06:03.502528 [ 193 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 4685 | 2024.12.14 01:06:03.502673 [ 193 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4686 | 2024.12.14 01:06:03.503925 [ 190 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002277175 sec., 13174.218055265843 rows/sec., 1.10 MiB/sec. | ||
| 4687 | 2024.12.14 01:06:03.504106 [ 189 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4688 | 2024.12.14 01:06:03.504458 [ 189 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4689 | 2024.12.14 01:06:03.504539 [ 189 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_5_1} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4690 | 2024.12.14 01:06:03.504619 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4691 | 2024.12.14 01:06:03.546844 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4692 | 2024.12.14 01:06:03.547121 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4693 | 2024.12.14 01:06:03.547234 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4694 | 2024.12.14 01:06:03.548057 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4695 | 2024.12.14 01:06:03.548096 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4696 | 2024.12.14 01:06:03.548517 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4697 | 2024.12.14 01:06:03.548771 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4698 | 2024.12.14 01:06:03.548994 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001959 sec., 7146.503318019399 rows/sec., 514.45 KiB/sec. | ||
| 4699 | 2024.12.14 01:06:03.549048 [ 257 ] {bbf01be9-5661-4160-8273-c3fbc3ebe776} <Debug> TCPHandler: Processed in 0.002383799 sec. | ||
| 4700 | 2024.12.14 01:06:03.549293 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4701 | 2024.12.14 01:06:03.549489 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4702 | 2024.12.14 01:06:03.549570 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4703 | 2024.12.14 01:06:03.550368 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4704 | 2024.12.14 01:06:03.550420 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4705 | 2024.12.14 01:06:03.550823 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4706 | 2024.12.14 01:06:03.551080 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2024.12.14 01:06:03.551310 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001878 sec., 1064.9627263045793 rows/sec., 86.84 KiB/sec. | ||
| 4708 | 2024.12.14 01:06:03.551365 [ 4 ] {be35d32c-cf6a-4d64-a609-616661b5d22e} <Debug> TCPHandler: Processed in 0.002207943 sec. | ||
| 4709 | 2024.12.14 01:06:03.551552 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2024.12.14 01:06:03.551782 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4711 | 2024.12.14 01:06:03.551872 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4712 | 2024.12.14 01:06:03.553597 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2024.12.14 01:06:03.553637 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4714 | 2024.12.14 01:06:03.554105 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4715 | 2024.12.14 01:06:03.554352 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2024.12.14 01:06:03.554564 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.002837 sec., 502643.6376454001 rows/sec., 42.14 MiB/sec. | ||
| 4717 | 2024.12.14 01:06:03.554614 [ 257 ] {18604d53-fd6b-4dc8-840e-8c02716f38ce} <Debug> TCPHandler: Processed in 0.003169201 sec. | ||
| 4718 | 2024.12.14 01:06:03.554773 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4719 | 2024.12.14 01:06:03.554909 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4720 | 2024.12.14 01:06:03.554967 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4721 | 2024.12.14 01:06:03.555647 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4722 | 2024.12.14 01:06:03.555686 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4723 | 2024.12.14 01:06:03.556047 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4724 | 2024.12.14 01:06:03.556296 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4725 | 2024.12.14 01:06:03.556555 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001676 sec., 29832.93556085919 rows/sec., 2.14 MiB/sec. | ||
| 4726 | 2024.12.14 01:06:03.556781 [ 4 ] {44ef5186-bbf7-48bb-901c-887aee605929} <Debug> TCPHandler: Processed in 0.00206773 sec. | ||
| 4727 | 2024.12.14 01:06:03.557014 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4728 | 2024.12.14 01:06:03.557233 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4729 | 2024.12.14 01:06:03.557322 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4730 | 2024.12.14 01:06:03.558063 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4731 | 2024.12.14 01:06:03.558101 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4732 | 2024.12.14 01:06:03.558476 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4733 | 2024.12.14 01:06:03.558710 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4734 | 2024.12.14 01:06:03.558922 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001744 sec., 138761.46788990824 rows/sec., 9.40 MiB/sec. | ||
| 4735 | 2024.12.14 01:06:03.558975 [ 257 ] {5faa6345-9cb2-4c1f-ac81-8a9a6fd1a096} <Debug> TCPHandler: Processed in 0.00207138 sec. | ||
| 4736 | 2024.12.14 01:06:03.559118 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4737 | 2024.12.14 01:06:03.559252 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4738 | 2024.12.14 01:06:03.559309 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4739 | 2024.12.14 01:06:03.559908 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2024.12.14 01:06:03.559946 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4741 | 2024.12.14 01:06:03.560294 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4742 | 2024.12.14 01:06:03.560536 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2024.12.14 01:06:03.560757 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001534 sec., 8474.57627118644 rows/sec., 528.39 KiB/sec. | ||
| 4744 | 2024.12.14 01:06:03.560811 [ 4 ] {7a23f0a0-ea5a-4a0f-88fe-476618be3dd7} <Debug> TCPHandler: Processed in 0.001756561 sec. | ||
| 4745 | 2024.12.14 01:06:03.560980 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4746 | 2024.12.14 01:06:03.561113 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4747 | 2024.12.14 01:06:03.561170 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4748 | 2024.12.14 01:06:03.562106 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2024.12.14 01:06:03.562145 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4750 | 2024.12.14 01:06:03.562542 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4751 | 2024.12.14 01:06:03.562786 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2024.12.14 01:06:03.563000 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001915 sec., 460052.2193211488 rows/sec., 33.36 MiB/sec. | ||
| 4753 | 2024.12.14 01:06:03.563054 [ 257 ] {69801c9d-9b91-411a-ab5f-4830fee3b1cc} <Debug> TCPHandler: Processed in 0.002141332 sec. | ||
| 4754 | 2024.12.14 01:06:03.563213 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2024.12.14 01:06:03.563350 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4756 | 2024.12.14 01:06:03.563409 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4757 | 2024.12.14 01:06:03.563978 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2024.12.14 01:06:03.564024 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4759 | 2024.12.14 01:06:03.564440 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4760 | 2024.12.14 01:06:03.564675 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2024.12.14 01:06:03.564922 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec. | ||
| 4762 | 2024.12.14 01:06:03.565107 [ 4 ] {0401e83a-5108-41d2-9a18-b32f8d62a047} <Debug> TCPHandler: Processed in 0.001956107 sec. | ||
| 4763 | 2024.12.14 01:06:03.565256 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4764 | 2024.12.14 01:06:03.565369 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4765 | 2024.12.14 01:06:03.565421 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4766 | 2024.12.14 01:06:03.566300 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4767 | 2024.12.14 01:06:03.566345 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4768 | 2024.12.14 01:06:03.566792 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4769 | 2024.12.14 01:06:03.567029 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2024.12.14 01:06:03.567267 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001917 sec., 498695.8789775691 rows/sec., 33.13 MiB/sec. | ||
| 4771 | 2024.12.14 01:06:03.567442 [ 257 ] {e277d2e3-3024-476e-9912-b13dbe219965} <Debug> TCPHandler: Processed in 0.002236345 sec. | ||
| 4772 | 2024.12.14 01:06:03.567659 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2024.12.14 01:06:03.567793 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4774 | 2024.12.14 01:06:03.567850 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4775 | 2024.12.14 01:06:03.568369 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2024.12.14 01:06:03.568414 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4777 | 2024.12.14 01:06:03.568770 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4778 | 2024.12.14 01:06:03.569010 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2024.12.14 01:06:03.569268 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec. | ||
| 4780 | 2024.12.14 01:06:03.569422 [ 4 ] {8129a8d6-26ce-4099-ac17-be1929a78943} <Debug> TCPHandler: Processed in 0.001865274 sec. | ||
| 4781 | 2024.12.14 01:06:03.569636 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4782 | 2024.12.14 01:06:03.569855 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4783 | 2024.12.14 01:06:03.569988 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4784 | 2024.12.14 01:06:03.571315 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2024.12.14 01:06:03.571352 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4786 | 2024.12.14 01:06:03.572029 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4787 | 2024.12.14 01:06:03.572290 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4788 | 2024.12.14 01:06:03.572601 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0028 sec., 14642.857142857143 rows/sec., 26.24 MiB/sec. | ||
| 4789 | 2024.12.14 01:06:03.572969 [ 257 ] {14383ef7-a01c-4040-90aa-05febcff17b4} <Debug> TCPHandler: Processed in 0.00344262 sec. | ||
| 4790 | 2024.12.14 01:06:03.573158 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4791 | 2024.12.14 01:06:03.573274 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4792 | 2024.12.14 01:06:03.573325 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4793 | 2024.12.14 01:06:03.573871 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2024.12.14 01:06:03.573917 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4795 | 2024.12.14 01:06:03.574343 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4796 | 2024.12.14 01:06:03.574597 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4797 | 2024.12.14 01:06:03.574815 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001566 sec., 21711.36653895275 rows/sec., 1.26 MiB/sec. | ||
| 4798 | 2024.12.14 01:06:03.574865 [ 4 ] {bdb3c208-38e4-45e7-865b-7306f76d2b5e} <Debug> TCPHandler: Processed in 0.001763382 sec. | ||
| 4799 | 2024.12.14 01:06:07.637068 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 692 | ||
| 4800 | 2024.12.14 01:06:07.640615 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2024.12.14 01:06:07.640674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4802 | 2024.12.14 01:06:07.642258 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4803 | 2024.12.14 01:06:07.642588 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2024.12.14 01:06:07.642794 [ 66 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4805 | 2024.12.14 01:06:07.642928 [ 66 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4806 | 2024.12.14 01:06:07.643000 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4807 | 2024.12.14 01:06:07.643469 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 4808 | 2024.12.14 01:06:07.644125 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692 | ||
| 4809 | 2024.12.14 01:06:07.644625 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4810 | 2024.12.14 01:06:07.644820 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 504 rows starting from the beginning of the part | ||
| 4811 | 2024.12.14 01:06:07.645348 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 4812 | 2024.12.14 01:06:07.645855 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part | ||
| 4813 | 2024.12.14 01:06:07.646554 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 4814 | 2024.12.14 01:06:07.647199 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4815 | 2024.12.14 01:06:07.647841 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 4816 | 2024.12.14 01:06:07.656005 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 72 columns (72 merged, 0 gathered) in 0.012839992 sec., 53894.11457577232 rows/sec., 45.92 MiB/sec. | ||
| 4817 | 2024.12.14 01:06:07.657128 [ 192 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4818 | 2024.12.14 01:06:07.657854 [ 192 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4819 | 2024.12.14 01:06:07.657941 [ 192 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_16_3} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4820 | 2024.12.14 01:06:07.658151 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
| 4821 | 2024.12.14 01:06:07.796809 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4822 | 2024.12.14 01:06:07.796984 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4823 | 2024.12.14 01:06:07.797055 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4824 | 2024.12.14 01:06:07.797855 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2024.12.14 01:06:07.797898 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4826 | 2024.12.14 01:06:07.798364 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4827 | 2024.12.14 01:06:07.798634 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2024.12.14 01:06:07.798791 [ 66 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4829 | 2024.12.14 01:06:07.798837 [ 66 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2024.12.14 01:06:07.798847 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec. | ||
| 4831 | 2024.12.14 01:06:07.798871 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4832 | 2024.12.14 01:06:07.798974 [ 257 ] {f5999d25-5cd0-498a-8a62-b4e48233fe94} <Debug> TCPHandler: Processed in 0.002284226 sec. | ||
| 4833 | 2024.12.14 01:06:07.799095 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 4834 | 2024.12.14 01:06:07.799237 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4835 | 2024.12.14 01:06:07.799240 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4836 | 2024.12.14 01:06:07.799291 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1434 rows starting from the beginning of the part | ||
| 4837 | 2024.12.14 01:06:07.799483 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part | ||
| 4838 | 2024.12.14 01:06:07.799502 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4839 | 2024.12.14 01:06:07.799698 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4840 | 2024.12.14 01:06:07.799786 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 285 rows starting from the beginning of the part | ||
| 4841 | 2024.12.14 01:06:07.800122 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 4842 | 2024.12.14 01:06:07.800331 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1426 rows starting from the beginning of the part | ||
| 4843 | 2024.12.14 01:06:07.800660 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4844 | 2024.12.14 01:06:07.801607 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2024.12.14 01:06:07.801664 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4846 | 2024.12.14 01:06:07.802291 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4847 | 2024.12.14 01:06:07.802566 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2024.12.14 01:06:07.802819 [ 66 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4849 | 2024.12.14 01:06:07.802930 [ 66 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4850 | 2024.12.14 01:06:07.803015 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003606 sec., 17748.197448696617 rows/sec., 1.39 MiB/sec. | ||
| 4851 | 2024.12.14 01:06:07.803031 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4852 | 2024.12.14 01:06:07.803357 [ 4 ] {eff9d1ac-d959-4bbc-aada-98a9cdf8a346} <Debug> TCPHandler: Processed in 0.004236983 sec. | ||
| 4853 | 2024.12.14 01:06:07.803489 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 4854 | 2024.12.14 01:06:07.803554 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.004581842 sec., 723289.8908342976 rows/sec., 63.40 MiB/sec. | ||
| 4855 | 2024.12.14 01:06:07.803599 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4856 | 2024.12.14 01:06:07.803747 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4857 | 2024.12.14 01:06:07.803848 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part | ||
| 4858 | 2024.12.14 01:06:07.803855 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4859 | 2024.12.14 01:06:07.803951 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4860 | 2024.12.14 01:06:07.804075 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4861 | 2024.12.14 01:06:07.804423 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part | ||
| 4862 | 2024.12.14 01:06:07.805021 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 423 rows starting from the beginning of the part | ||
| 4863 | 2024.12.14 01:06:07.805276 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2024.12.14 01:06:07.805570 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4865 | 2024.12.14 01:06:07.805743 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_36_7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4866 | 2024.12.14 01:06:07.806105 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4867 | 2024.12.14 01:06:07.806125 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 881 rows starting from the beginning of the part | ||
| 4868 | 2024.12.14 01:06:07.806439 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4869 | 2024.12.14 01:06:07.807124 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4870 | 2024.12.14 01:06:07.807172 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4871 | 2024.12.14 01:06:07.807739 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4872 | 2024.12.14 01:06:07.808047 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2024.12.14 01:06:07.808200 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4874 | 2024.12.14 01:06:07.808242 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4875 | 2024.12.14 01:06:07.808284 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4876 | 2024.12.14 01:06:07.808296 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.004511 sec., 28375.083130126357 rows/sec., 1.98 MiB/sec. | ||
| 4877 | 2024.12.14 01:06:07.808775 [ 257 ] {8487a93a-ff52-4c75-929a-7a8a5580c047} <Debug> TCPHandler: Processed in 0.005266773 sec. | ||
| 4878 | 2024.12.14 01:06:07.808789 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 4879 | 2024.12.14 01:06:07.809135 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4880 | 2024.12.14 01:06:07.809326 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4881 | 2024.12.14 01:06:07.809422 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9659 rows starting from the beginning of the part | ||
| 4882 | 2024.12.14 01:06:07.809420 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006185899 sec., 390080.7303837324 rows/sec., 29.91 MiB/sec. | ||
| 4883 | 2024.12.14 01:06:07.809496 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4884 | 2024.12.14 01:06:07.809705 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4885 | 2024.12.14 01:06:07.809750 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 4886 | 2024.12.14 01:06:07.810218 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 4887 | 2024.12.14 01:06:07.810662 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 4888 | 2024.12.14 01:06:07.811080 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 956 rows starting from the beginning of the part | ||
| 4889 | 2024.12.14 01:06:07.811093 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4890 | 2024.12.14 01:06:07.811524 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 4891 | 2024.12.14 01:06:07.812701 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4892 | 2024.12.14 01:06:07.812770 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4893 | 2024.12.14 01:06:07.812798 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4894 | 2024.12.14 01:06:07.813258 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_36_7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4895 | 2024.12.14 01:06:07.813484 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4896 | 2024.12.14 01:06:07.813909 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4897 | 2024.12.14 01:06:07.814457 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4898 | 2024.12.14 01:06:07.814767 [ 66 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4899 | 2024.12.14 01:06:07.814872 [ 66 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4900 | 2024.12.14 01:06:07.814954 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 4901 | 2024.12.14 01:06:07.815131 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005711 sec., 8404.832778847838 rows/sec., 580.02 KiB/sec. | ||
| 4902 | 2024.12.14 01:06:07.815684 [ 4 ] {1955bafd-7e1c-4951-9561-1e9154dfaa0e} <Debug> TCPHandler: Processed in 0.006772346 sec. | ||
| 4903 | 2024.12.14 01:06:07.815714 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 4904 | 2024.12.14 01:06:07.816204 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4905 | 2024.12.14 01:06:07.816241 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1804 rows starting from the beginning of the part | ||
| 4906 | 2024.12.14 01:06:07.816329 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 4907 | 2024.12.14 01:06:07.816503 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 4908 | 2024.12.14 01:06:07.816846 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 4909 | 2024.12.14 01:06:07.817151 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 4910 | 2024.12.14 01:06:07.817313 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 4911 | 2024.12.14 01:06:07.818666 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11301 rows, containing 5 columns (5 merged, 0 gathered) in 0.010280018 sec., 1099317.141273488 rows/sec., 74.12 MiB/sec. | ||
| 4912 | 2024.12.14 01:06:07.818927 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2088 rows, containing 4 columns (4 merged, 0 gathered) in 0.00383411 sec., 544585.3144536803 rows/sec., 35.43 MiB/sec. | ||
| 4913 | 2024.12.14 01:06:07.819052 [ 194 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4914 | 2024.12.14 01:06:07.819206 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4915 | 2024.12.14 01:06:07.819465 [ 194 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2024.12.14 01:06:07.819536 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2024.12.14 01:06:07.819588 [ 194 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4918 | 2024.12.14 01:06:07.819631 [ 198 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_36_7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4919 | 2024.12.14 01:06:07.819686 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 4920 | 2024.12.14 01:06:07.819742 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4921 | 2024.12.14 01:06:10.076702 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4922 | 2024.12.14 01:06:10.077401 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2024.12.14 01:06:10.077448 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4924 | 2024.12.14 01:06:10.078035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4925 | 2024.12.14 01:06:10.078301 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2024.12.14 01:06:10.078549 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4927 | 2024.12.14 01:06:10.779879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4928 | 2024.12.14 01:06:10.799774 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2024.12.14 01:06:10.799826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4930 | 2024.12.14 01:06:10.807337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4931 | 2024.12.14 01:06:10.808114 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2024.12.14 01:06:10.810631 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4933 | 2024.12.14 01:06:12.798002 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2024.12.14 01:06:12.798207 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4935 | 2024.12.14 01:06:12.798287 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4936 | 2024.12.14 01:06:12.799129 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2024.12.14 01:06:12.799173 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4938 | 2024.12.14 01:06:12.799617 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4939 | 2024.12.14 01:06:12.799893 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2024.12.14 01:06:12.800125 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00197 sec., 28426.395939086295 rows/sec., 2.18 MiB/sec. | ||
| 4941 | 2024.12.14 01:06:12.800246 [ 257 ] {fe885915-ed2d-4e34-a021-d25b321371f1} <Debug> TCPHandler: Processed in 0.002379338 sec. | ||
| 4942 | 2024.12.14 01:06:12.800577 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4943 | 2024.12.14 01:06:12.800790 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4944 | 2024.12.14 01:06:12.800858 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4945 | 2024.12.14 01:06:12.801655 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4946 | 2024.12.14 01:06:12.801699 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4947 | 2024.12.14 01:06:12.802127 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4948 | 2024.12.14 01:06:12.802383 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2024.12.14 01:06:12.802642 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001907 sec., 33560.5663345569 rows/sec., 2.62 MiB/sec. | ||
| 4950 | 2024.12.14 01:06:12.802875 [ 4 ] {e7b88c81-f396-455d-b604-e3ca3cbc8e3e} <Debug> TCPHandler: Processed in 0.002491922 sec. | ||
| 4951 | 2024.12.14 01:06:12.803177 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2024.12.14 01:06:12.803408 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4953 | 2024.12.14 01:06:12.803508 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4954 | 2024.12.14 01:06:12.804248 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2024.12.14 01:06:12.804287 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4956 | 2024.12.14 01:06:12.804699 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4957 | 2024.12.14 01:06:12.804948 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2024.12.14 01:06:12.805134 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001788 sec., 89485.45861297539 rows/sec., 6.23 MiB/sec. | ||
| 4959 | 2024.12.14 01:06:12.805191 [ 257 ] {6441953b-00f0-417e-a2cb-26511d92ee06} <Debug> TCPHandler: Processed in 0.002192044 sec. | ||
| 4960 | 2024.12.14 01:06:12.805350 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2024.12.14 01:06:12.805486 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4962 | 2024.12.14 01:06:12.805547 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4963 | 2024.12.14 01:06:12.806091 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2024.12.14 01:06:12.806129 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4965 | 2024.12.14 01:06:12.806501 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4966 | 2024.12.14 01:06:12.806738 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2024.12.14 01:06:12.806941 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 4968 | 2024.12.14 01:06:12.806989 [ 4 ] {4ef07f61-88b4-4bc9-a55a-9e8e5f334808} <Debug> TCPHandler: Processed in 0.00170623 sec. | ||
| 4969 | 2024.12.14 01:06:14.755191 [ 54 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4970 | 2024.12.14 01:06:14.755269 [ 54 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2024.12.14 01:06:14.755292 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4972 | 2024.12.14 01:06:14.755497 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4973 | 2024.12.14 01:06:14.755685 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4974 | 2024.12.14 01:06:14.755729 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 4975 | 2024.12.14 01:06:14.755827 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 4976 | 2024.12.14 01:06:14.756056 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4977 | 2024.12.14 01:06:14.756246 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 4978 | 2024.12.14 01:06:14.756406 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 4979 | 2024.12.14 01:06:14.757620 [ 194 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002261006 sec., 333479.8757721121 rows/sec., 23.87 MiB/sec. | ||
| 4980 | 2024.12.14 01:06:14.757790 [ 194 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4981 | 2024.12.14 01:06:14.758132 [ 194 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4982 | 2024.12.14 01:06:14.758229 [ 194 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_15_3} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4983 | 2024.12.14 01:06:14.758322 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4984 | 2024.12.14 01:06:15.606931 [ 53 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4985 | 2024.12.14 01:06:15.607003 [ 53 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4986 | 2024.12.14 01:06:15.607032 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 4987 | 2024.12.14 01:06:15.607251 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4988 | 2024.12.14 01:06:15.607440 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4989 | 2024.12.14 01:06:15.607481 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 4990 | 2024.12.14 01:06:15.607588 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 4991 | 2024.12.14 01:06:15.607839 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 4992 | 2024.12.14 01:06:15.608024 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 4993 | 2024.12.14 01:06:15.608173 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 4994 | 2024.12.14 01:06:15.609292 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002181053 sec., 41264.471794128796 rows/sec., 2.11 MiB/sec. | ||
| 4995 | 2024.12.14 01:06:15.609473 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4996 | 2024.12.14 01:06:15.609833 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4997 | 2024.12.14 01:06:15.609922 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_15_3} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4998 | 2024.12.14 01:06:15.610023 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4999 | 2024.12.14 01:06:17.359985 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5000 | 2024.12.14 01:06:17.360064 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5001 | 2024.12.14 01:06:17.579649 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5002 | 2024.12.14 01:06:17.580274 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5003 | 2024.12.14 01:06:17.580315 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5004 | 2024.12.14 01:06:17.580854 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5005 | 2024.12.14 01:06:17.581115 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5006 | 2024.12.14 01:06:17.581354 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5007 | 2024.12.14 01:06:17.645385 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 708 | ||
| 5008 | 2024.12.14 01:06:17.648108 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2024.12.14 01:06:17.648155 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5010 | 2024.12.14 01:06:17.649732 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5011 | 2024.12.14 01:06:17.650047 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5012 | 2024.12.14 01:06:17.650752 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708 | ||
| 5013 | 2024.12.14 01:06:17.805614 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5014 | 2024.12.14 01:06:17.805898 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5015 | 2024.12.14 01:06:17.806007 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5016 | 2024.12.14 01:06:17.806741 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5017 | 2024.12.14 01:06:17.806785 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5018 | 2024.12.14 01:06:17.807195 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5019 | 2024.12.14 01:06:17.807455 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5020 | 2024.12.14 01:06:17.807685 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 5021 | 2024.12.14 01:06:17.807743 [ 257 ] {f71f00d8-362a-4066-a84f-3dbbc69b214f} <Debug> TCPHandler: Processed in 0.002306857 sec. | ||
| 5022 | 2024.12.14 01:06:17.808004 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5023 | 2024.12.14 01:06:17.808213 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5024 | 2024.12.14 01:06:17.808292 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5025 | 2024.12.14 01:06:17.809245 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5026 | 2024.12.14 01:06:17.809294 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5027 | 2024.12.14 01:06:17.809744 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5028 | 2024.12.14 01:06:17.809995 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5029 | 2024.12.14 01:06:17.810226 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002074 sec., 137415.62198649952 rows/sec., 12.14 MiB/sec. | ||
| 5030 | 2024.12.14 01:06:17.810281 [ 4 ] {7522ab86-3422-4fb7-8b0e-3f8375a8f181} <Debug> TCPHandler: Processed in 0.00241832 sec. | ||
| 5031 | 2024.12.14 01:06:17.810426 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5032 | 2024.12.14 01:06:17.810547 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5033 | 2024.12.14 01:06:17.810597 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5034 | 2024.12.14 01:06:17.811202 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5035 | 2024.12.14 01:06:17.811242 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5036 | 2024.12.14 01:06:17.811612 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5037 | 2024.12.14 01:06:17.811860 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5038 | 2024.12.14 01:06:17.812072 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001549 sec., 30987.734021949644 rows/sec., 2.23 MiB/sec. | ||
| 5039 | 2024.12.14 01:06:17.812126 [ 257 ] {3f55dd2d-f901-4a0d-ba3c-12ef5cf9bda4} <Debug> TCPHandler: Processed in 0.001758951 sec. | ||
| 5040 | 2024.12.14 01:06:17.812307 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5041 | 2024.12.14 01:06:17.812446 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5042 | 2024.12.14 01:06:17.812504 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5043 | 2024.12.14 01:06:17.813151 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5044 | 2024.12.14 01:06:17.813189 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5045 | 2024.12.14 01:06:17.813536 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5046 | 2024.12.14 01:06:17.813783 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2024.12.14 01:06:17.814066 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001644 sec., 8515.81508515815 rows/sec., 596.39 KiB/sec. | ||
| 5048 | 2024.12.14 01:06:17.814293 [ 4 ] {d0c7c663-7f4a-4d89-ab62-8214314dff00} <Debug> TCPHandler: Processed in 0.00204944 sec. | ||
| 5049 | 2024.12.14 01:06:17.814510 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5050 | 2024.12.14 01:06:17.814628 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5051 | 2024.12.14 01:06:17.814678 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5052 | 2024.12.14 01:06:17.815283 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2024.12.14 01:06:17.815323 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5054 | 2024.12.14 01:06:17.815685 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5055 | 2024.12.14 01:06:17.815923 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5056 | 2024.12.14 01:06:17.816202 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 5057 | 2024.12.14 01:06:17.816467 [ 257 ] {d600aabf-6545-4185-a0c0-250a5b7a0bd6} <Debug> TCPHandler: Processed in 0.00205701 sec. | ||
| 5058 | 2024.12.14 01:06:17.816690 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5059 | 2024.12.14 01:06:17.816825 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5060 | 2024.12.14 01:06:17.816881 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5061 | 2024.12.14 01:06:17.817605 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5062 | 2024.12.14 01:06:17.817643 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5063 | 2024.12.14 01:06:17.818019 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5064 | 2024.12.14 01:06:17.818275 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5065 | 2024.12.14 01:06:17.818484 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001689 sec., 250444.04973357017 rows/sec., 17.90 MiB/sec. | ||
| 5066 | 2024.12.14 01:06:17.818535 [ 4 ] {87fd8c1d-2760-4716-ae12-f054fb15543b} <Debug> TCPHandler: Processed in 0.001956847 sec. | ||
| 5067 | 2024.12.14 01:06:17.818672 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5068 | 2024.12.14 01:06:17.818787 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5069 | 2024.12.14 01:06:17.818864 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5070 | 2024.12.14 01:06:17.819351 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5071 | 2024.12.14 01:06:17.819390 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5072 | 2024.12.14 01:06:17.819758 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5073 | 2024.12.14 01:06:17.819998 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2024.12.14 01:06:17.820207 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 5075 | 2024.12.14 01:06:17.820258 [ 257 ] {b7f9eeb3-69c6-4f06-a82b-a414915bf4f9} <Debug> TCPHandler: Processed in 0.001647668 sec. | ||
| 5076 | 2024.12.14 01:06:17.820399 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5077 | 2024.12.14 01:06:17.820539 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5078 | 2024.12.14 01:06:17.820591 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5079 | 2024.12.14 01:06:17.821157 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5080 | 2024.12.14 01:06:17.821196 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5081 | 2024.12.14 01:06:17.821581 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5082 | 2024.12.14 01:06:17.821818 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5083 | 2024.12.14 01:06:17.822031 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001517 sec., 156229.40013183915 rows/sec., 10.47 MiB/sec. | ||
| 5084 | 2024.12.14 01:06:17.822082 [ 4 ] {932eb25c-7cef-4e7f-8400-d3c4a46a5d6e} <Debug> TCPHandler: Processed in 0.00173718 sec. | ||
| 5085 | 2024.12.14 01:06:17.822280 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5086 | 2024.12.14 01:06:17.822504 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5087 | 2024.12.14 01:06:17.822602 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5088 | 2024.12.14 01:06:17.823262 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2024.12.14 01:06:17.823301 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5090 | 2024.12.14 01:06:17.823662 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5091 | 2024.12.14 01:06:17.823905 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2024.12.14 01:06:17.824116 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001669 sec., 599.1611743559017 rows/sec., 40.37 KiB/sec. | ||
| 5093 | 2024.12.14 01:06:17.824168 [ 257 ] {0052ee3a-3e41-4a73-b190-50991bd77562} <Debug> TCPHandler: Processed in 0.001999568 sec. | ||
| 5094 | 2024.12.14 01:06:17.824311 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5095 | 2024.12.14 01:06:17.824447 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5096 | 2024.12.14 01:06:17.824537 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5097 | 2024.12.14 01:06:17.825762 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5098 | 2024.12.14 01:06:17.825800 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5099 | 2024.12.14 01:06:17.826472 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5100 | 2024.12.14 01:06:17.826731 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2024.12.14 01:06:17.826909 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5102 | 2024.12.14 01:06:17.827005 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002581 sec., 15885.315769081752 rows/sec., 28.47 MiB/sec. | ||
| 5103 | 2024.12.14 01:06:17.827021 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5104 | 2024.12.14 01:06:17.827116 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5105 | 2024.12.14 01:06:17.827343 [ 4 ] {771acab1-ee2c-4d5f-962d-ad2db95c32e0} <Debug> TCPHandler: Processed in 0.003089649 sec. | ||
| 5106 | 2024.12.14 01:06:17.827797 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2024.12.14 01:06:17.828035 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 5108 | 2024.12.14 01:06:17.828193 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5109 | 2024.12.14 01:06:17.828255 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5110 | 2024.12.14 01:06:17.828694 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5111 | 2024.12.14 01:06:17.828808 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 319 rows starting from the beginning of the part | ||
| 5112 | 2024.12.14 01:06:17.829369 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part | ||
| 5113 | 2024.12.14 01:06:17.829695 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5114 | 2024.12.14 01:06:17.829780 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5115 | 2024.12.14 01:06:17.829946 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part | ||
| 5116 | 2024.12.14 01:06:17.830486 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part | ||
| 5117 | 2024.12.14 01:06:17.830826 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5118 | 2024.12.14 01:06:17.831010 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part | ||
| 5119 | 2024.12.14 01:06:17.831491 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.12.14 01:06:17.831517 [ 198 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part | ||
| 5121 | 2024.12.14 01:06:17.832363 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004202 sec., 19514.51689671585 rows/sec., 1.24 MiB/sec. | ||
| 5122 | 2024.12.14 01:06:17.832818 [ 257 ] {7ac99d5c-c21e-4e57-8159-c294b3402b58} <Debug> TCPHandler: Processed in 0.005349485 sec. | ||
| 5123 | 2024.12.14 01:06:17.836757 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 19 columns (19 merged, 0 gathered) in 0.009417683 sec., 55640.01251687916 rows/sec., 99.70 MiB/sec. | ||
| 5124 | 2024.12.14 01:06:17.837905 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5125 | 2024.12.14 01:06:17.838396 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5126 | 2024.12.14 01:06:17.838476 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5127 | 2024.12.14 01:06:17.838629 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
| 5128 | 2024.12.14 01:06:18.311675 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5129 | 2024.12.14 01:06:18.332663 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2024.12.14 01:06:18.332716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5131 | 2024.12.14 01:06:18.340119 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5132 | 2024.12.14 01:06:18.340882 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2024.12.14 01:06:18.344346 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5134 | 2024.12.14 01:06:22.798409 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2024.12.14 01:06:22.798642 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5136 | 2024.12.14 01:06:22.798726 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5137 | 2024.12.14 01:06:22.799546 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2024.12.14 01:06:22.799602 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5139 | 2024.12.14 01:06:22.800056 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5140 | 2024.12.14 01:06:22.800323 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2024.12.14 01:06:22.800573 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001991 sec., 28126.56956303365 rows/sec., 2.16 MiB/sec. | ||
| 5142 | 2024.12.14 01:06:22.800697 [ 257 ] {93fc9cfc-8bc5-4eeb-8f7d-33820c7479ca} <Debug> TCPHandler: Processed in 0.002425441 sec. | ||
| 5143 | 2024.12.14 01:06:22.800999 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2024.12.14 01:06:22.801202 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5145 | 2024.12.14 01:06:22.801273 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5146 | 2024.12.14 01:06:22.802012 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2024.12.14 01:06:22.802061 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5148 | 2024.12.14 01:06:22.802485 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5149 | 2024.12.14 01:06:22.802734 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2024.12.14 01:06:22.802999 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001849 sec., 34613.30448891292 rows/sec., 2.70 MiB/sec. | ||
| 5151 | 2024.12.14 01:06:22.803234 [ 4 ] {3fee2efc-418d-425f-a2cb-7f0bde1e9424} <Debug> TCPHandler: Processed in 0.00242826 sec. | ||
| 5152 | 2024.12.14 01:06:22.803545 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2024.12.14 01:06:22.803780 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5154 | 2024.12.14 01:06:22.803883 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5155 | 2024.12.14 01:06:22.804628 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2024.12.14 01:06:22.804671 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5157 | 2024.12.14 01:06:22.805091 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5158 | 2024.12.14 01:06:22.805345 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5159 | 2024.12.14 01:06:22.805584 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001869 sec., 85607.27661851258 rows/sec., 5.96 MiB/sec. | ||
| 5160 | 2024.12.14 01:06:22.805643 [ 257 ] {4ddf8925-ae95-4d39-ae72-f57d78231ad9} <Debug> TCPHandler: Processed in 0.002291747 sec. | ||
| 5161 | 2024.12.14 01:06:22.805790 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5162 | 2024.12.14 01:06:22.805927 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5163 | 2024.12.14 01:06:22.805988 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5164 | 2024.12.14 01:06:22.806523 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2024.12.14 01:06:22.806562 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5166 | 2024.12.14 01:06:22.806938 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5167 | 2024.12.14 01:06:22.807180 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5168 | 2024.12.14 01:06:22.807393 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 5169 | 2024.12.14 01:06:22.807443 [ 4 ] {51936012-2f8b-4698-9c60-382a72653da7} <Debug> TCPHandler: Processed in 0.00171972 sec. | ||
| 5170 | 2024.12.14 01:06:25.081456 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5171 | 2024.12.14 01:06:25.082261 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2024.12.14 01:06:25.082304 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5173 | 2024.12.14 01:06:25.082925 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5174 | 2024.12.14 01:06:25.083190 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2024.12.14 01:06:25.083504 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5176 | 2024.12.14 01:06:25.844394 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5177 | 2024.12.14 01:06:25.864910 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2024.12.14 01:06:25.864967 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5179 | 2024.12.14 01:06:25.872284 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5180 | 2024.12.14 01:06:25.873054 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5181 | 2024.12.14 01:06:25.875817 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5182 | 2024.12.14 01:06:27.651875 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 738 | ||
| 5183 | 2024.12.14 01:06:27.654936 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2024.12.14 01:06:27.654997 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5185 | 2024.12.14 01:06:27.656518 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5186 | 2024.12.14 01:06:27.656856 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2024.12.14 01:06:27.658385 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 738 | ||
| 5188 | 2024.12.14 01:06:27.805409 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5189 | 2024.12.14 01:06:27.805625 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5190 | 2024.12.14 01:06:27.805709 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5191 | 2024.12.14 01:06:27.806545 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2024.12.14 01:06:27.806586 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5193 | 2024.12.14 01:06:27.807034 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5194 | 2024.12.14 01:06:27.807308 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2024.12.14 01:06:27.807463 [ 38 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5196 | 2024.12.14 01:06:27.807515 [ 38 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2024.12.14 01:06:27.807524 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001955 sec., 7161.125319693094 rows/sec., 515.51 KiB/sec. | ||
| 5198 | 2024.12.14 01:06:27.807544 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5199 | 2024.12.14 01:06:27.807603 [ 257 ] {058b6023-bb27-4b9c-a34f-8cf3a538d68c} <Debug> TCPHandler: Processed in 0.002377129 sec. | ||
| 5200 | 2024.12.14 01:06:27.807874 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::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 | ||
| 5201 | 2024.12.14 01:06:27.807936 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5202 | 2024.12.14 01:06:27.808205 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5203 | 2024.12.14 01:06:27.808247 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5204 | 2024.12.14 01:06:27.808296 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 5205 | 2024.12.14 01:06:27.808379 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5206 | 2024.12.14 01:06:27.808638 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5207 | 2024.12.14 01:06:27.808950 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5208 | 2024.12.14 01:06:27.809277 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5209 | 2024.12.14 01:06:27.809681 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5210 | 2024.12.14 01:06:27.811696 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5211 | 2024.12.14 01:06:27.811774 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5212 | 2024.12.14 01:06:27.812194 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004535921 sec., 15432.367539029008 rows/sec., 1.14 MiB/sec. | ||
| 5213 | 2024.12.14 01:06:27.812368 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5214 | 2024.12.14 01:06:27.812599 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5215 | 2024.12.14 01:06:27.812779 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5216 | 2024.12.14 01:06:27.812893 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_17_4} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5217 | 2024.12.14 01:06:27.812914 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2024.12.14 01:06:27.813008 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5219 | 2024.12.14 01:06:27.813190 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005034 sec., 56615.0178784267 rows/sec., 5.00 MiB/sec. | ||
| 5220 | 2024.12.14 01:06:27.813255 [ 4 ] {6397c03c-29f9-4e8d-88a8-c13f0ab68a53} <Debug> TCPHandler: Processed in 0.005503259 sec. | ||
| 5221 | 2024.12.14 01:06:27.813409 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5222 | 2024.12.14 01:06:27.813547 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5223 | 2024.12.14 01:06:27.813605 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5224 | 2024.12.14 01:06:27.814324 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5225 | 2024.12.14 01:06:27.814367 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5226 | 2024.12.14 01:06:27.814743 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5227 | 2024.12.14 01:06:27.814993 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5228 | 2024.12.14 01:06:27.815173 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001658 sec., 28950.542822677926 rows/sec., 2.08 MiB/sec. | ||
| 5229 | 2024.12.14 01:06:27.815226 [ 257 ] {d01f9cc4-a0b5-430f-88fe-cba9590e5598} <Debug> TCPHandler: Processed in 0.001882634 sec. | ||
| 5230 | 2024.12.14 01:06:27.815380 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5231 | 2024.12.14 01:06:27.815516 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5232 | 2024.12.14 01:06:27.815575 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5233 | 2024.12.14 01:06:27.816253 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2024.12.14 01:06:27.816299 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5235 | 2024.12.14 01:06:27.816675 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5236 | 2024.12.14 01:06:27.816917 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5237 | 2024.12.14 01:06:27.817118 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec. | ||
| 5238 | 2024.12.14 01:06:27.817171 [ 4 ] {89cf9891-dae4-4c96-bb71-edd366bc6fc4} <Debug> TCPHandler: Processed in 0.001849953 sec. | ||
| 5239 | 2024.12.14 01:06:27.817307 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5240 | 2024.12.14 01:06:27.817437 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5241 | 2024.12.14 01:06:27.817493 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5242 | 2024.12.14 01:06:27.818182 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.12.14 01:06:27.818228 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5244 | 2024.12.14 01:06:27.818613 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5245 | 2024.12.14 01:06:27.818866 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2024.12.14 01:06:27.818990 [ 38 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5247 | 2024.12.14 01:06:27.819028 [ 38 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2024.12.14 01:06:27.819048 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5249 | 2024.12.14 01:06:27.819066 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec. | ||
| 5250 | 2024.12.14 01:06:27.819354 [ 257 ] {66d912d3-4a60-4cf9-8a94-ed572cd6ebbb} <Debug> TCPHandler: Processed in 0.00209467 sec. | ||
| 5251 | 2024.12.14 01:06:27.819628 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5252 | 2024.12.14 01:06:27.819626 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::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 | ||
| 5253 | 2024.12.14 01:06:27.819926 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5254 | 2024.12.14 01:06:27.819947 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5255 | 2024.12.14 01:06:27.820034 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 5256 | 2024.12.14 01:06:27.820036 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5257 | 2024.12.14 01:06:27.820441 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 5258 | 2024.12.14 01:06:27.820745 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 5259 | 2024.12.14 01:06:27.821169 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 5260 | 2024.12.14 01:06:27.821568 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 5261 | 2024.12.14 01:06:27.823175 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5262 | 2024.12.14 01:06:27.823250 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5263 | 2024.12.14 01:06:27.823977 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484269 sec., 13422.292155805966 rows/sec., 889.31 KiB/sec. | ||
| 5264 | 2024.12.14 01:06:27.824175 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5265 | 2024.12.14 01:06:27.824268 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5266 | 2024.12.14 01:06:27.824627 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2024.12.14 01:06:27.824696 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2024.12.14 01:06:27.824825 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_17_4} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5269 | 2024.12.14 01:06:27.825064 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5270 | 2024.12.14 01:06:27.825198 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00537 sec., 78770.9497206704 rows/sec., 5.63 MiB/sec. | ||
| 5271 | 2024.12.14 01:06:27.825370 [ 4 ] {6a681f05-d8d7-42dd-aec3-1d6a3f3e4784} <Debug> TCPHandler: Processed in 0.005892781 sec. | ||
| 5272 | 2024.12.14 01:06:27.825582 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5273 | 2024.12.14 01:06:27.825722 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5274 | 2024.12.14 01:06:27.825780 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5275 | 2024.12.14 01:06:27.826349 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2024.12.14 01:06:27.826393 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5277 | 2024.12.14 01:06:27.826772 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5278 | 2024.12.14 01:06:27.827024 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5279 | 2024.12.14 01:06:27.827239 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec. | ||
| 5280 | 2024.12.14 01:06:27.827289 [ 257 ] {6fcd7a3e-e065-4b37-900c-60b826529cf3} <Debug> TCPHandler: Processed in 0.001809192 sec. | ||
| 5281 | 2024.12.14 01:06:27.827433 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5282 | 2024.12.14 01:06:27.827570 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5283 | 2024.12.14 01:06:27.827631 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5284 | 2024.12.14 01:06:27.828300 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2024.12.14 01:06:27.828345 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5286 | 2024.12.14 01:06:27.828747 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5287 | 2024.12.14 01:06:27.828995 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5288 | 2024.12.14 01:06:27.829169 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001632 sec., 145220.58823529413 rows/sec., 9.73 MiB/sec. | ||
| 5289 | 2024.12.14 01:06:27.829219 [ 4 ] {cf8baf30-7018-40c0-ad36-f3e51ffba095} <Debug> TCPHandler: Processed in 0.001850244 sec. | ||
| 5290 | 2024.12.14 01:06:27.829374 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5291 | 2024.12.14 01:06:27.829593 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5292 | 2024.12.14 01:06:27.829688 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5293 | 2024.12.14 01:06:27.830482 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2024.12.14 01:06:27.830521 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5295 | 2024.12.14 01:06:27.830890 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5296 | 2024.12.14 01:06:27.831139 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2024.12.14 01:06:27.831408 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001851 sec., 540.2485143165857 rows/sec., 36.40 KiB/sec. | ||
| 5298 | 2024.12.14 01:06:27.831614 [ 257 ] {137c1743-24c0-4dd4-affd-a12a99a6cc08} <Debug> TCPHandler: Processed in 0.002303617 sec. | ||
| 5299 | 2024.12.14 01:06:27.831762 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5300 | 2024.12.14 01:06:27.831898 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5301 | 2024.12.14 01:06:27.831988 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5302 | 2024.12.14 01:06:27.833220 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5303 | 2024.12.14 01:06:27.833257 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5304 | 2024.12.14 01:06:27.833943 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5305 | 2024.12.14 01:06:27.834210 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5306 | 2024.12.14 01:06:27.834402 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002536 sec., 16167.192429022081 rows/sec., 28.97 MiB/sec. | ||
| 5307 | 2024.12.14 01:06:27.834493 [ 4 ] {fc0a94b3-7092-4c1a-acfd-cfe0899a319c} <Debug> TCPHandler: Processed in 0.002795491 sec. | ||
| 5308 | 2024.12.14 01:06:27.834693 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5309 | 2024.12.14 01:06:27.834915 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5310 | 2024.12.14 01:06:27.835008 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5311 | 2024.12.14 01:06:27.835664 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2024.12.14 01:06:27.835703 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5313 | 2024.12.14 01:06:27.836070 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5314 | 2024.12.14 01:06:27.836314 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2024.12.14 01:06:27.836521 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00166 sec., 49397.590361445786 rows/sec., 3.14 MiB/sec. | ||
| 5316 | 2024.12.14 01:06:27.836572 [ 257 ] {4dd34319-8eb5-4370-9903-7c93aad14855} <Debug> TCPHandler: Processed in 0.001987988 sec. | ||
| 5317 | 2024.12.14 01:06:32.360323 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5318 | 2024.12.14 01:06:32.360430 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5319 | 2024.12.14 01:06:32.583635 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5320 | 2024.12.14 01:06:32.584382 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2024.12.14 01:06:32.584440 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5322 | 2024.12.14 01:06:32.584977 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5323 | 2024.12.14 01:06:32.585237 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2024.12.14 01:06:32.585451 [ 27 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5325 | 2024.12.14 01:06:32.585534 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5326 | 2024.12.14 01:06:32.585549 [ 27 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5327 | 2024.12.14 01:06:32.585584 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5328 | 2024.12.14 01:06:32.585710 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 5329 | 2024.12.14 01:06:32.585864 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5330 | 2024.12.14 01:06:32.585912 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 5331 | 2024.12.14 01:06:32.586006 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 5332 | 2024.12.14 01:06:32.586244 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 5333 | 2024.12.14 01:06:32.586459 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 5334 | 2024.12.14 01:06:32.586604 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 5335 | 2024.12.14 01:06:32.586793 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 5336 | 2024.12.14 01:06:32.589514 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003862711 sec., 3095235.444743342 rows/sec., 44.28 MiB/sec. | ||
| 5337 | 2024.12.14 01:06:32.589952 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5338 | 2024.12.14 01:06:32.590331 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_26_5} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5339 | 2024.12.14 01:06:32.590429 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_26_5} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5340 | 2024.12.14 01:06:32.590555 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5341 | 2024.12.14 01:06:32.798307 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5342 | 2024.12.14 01:06:32.798508 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5343 | 2024.12.14 01:06:32.798585 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5344 | 2024.12.14 01:06:32.799362 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5345 | 2024.12.14 01:06:32.799414 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5346 | 2024.12.14 01:06:32.799848 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5347 | 2024.12.14 01:06:32.800122 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5348 | 2024.12.14 01:06:32.800343 [ 27 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5349 | 2024.12.14 01:06:32.800372 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec. | ||
| 5350 | 2024.12.14 01:06:32.800433 [ 27 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2024.12.14 01:06:32.800526 [ 257 ] {374e36f2-d1b3-44ef-a5a6-9e89dbe8e3ea} <Debug> TCPHandler: Processed in 0.002341668 sec. | ||
| 5352 | 2024.12.14 01:06:32.800532 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5353 | 2024.12.14 01:06:32.800747 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 5354 | 2024.12.14 01:06:32.800848 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5355 | 2024.12.14 01:06:32.800911 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5356 | 2024.12.14 01:06:32.800949 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1434 rows starting from the beginning of the part | ||
| 5357 | 2024.12.14 01:06:32.801190 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5358 | 2024.12.14 01:06:32.801208 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5359 | 2024.12.14 01:06:32.801363 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5360 | 2024.12.14 01:06:32.801529 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 285 rows starting from the beginning of the part | ||
| 5361 | 2024.12.14 01:06:32.801919 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 5362 | 2024.12.14 01:06:32.802157 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 285 rows starting from the beginning of the part | ||
| 5363 | 2024.12.14 01:06:32.802497 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5364 | 2024.12.14 01:06:32.804218 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2024.12.14 01:06:32.804301 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5366 | 2024.12.14 01:06:32.805182 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5367 | 2024.12.14 01:06:32.805687 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005020825 sec., 432598.2283788023 rows/sec., 38.18 MiB/sec. | ||
| 5368 | 2024.12.14 01:06:32.805713 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5369 | 2024.12.14 01:06:32.805921 [ 27 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5370 | 2024.12.14 01:06:32.805983 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5371 | 2024.12.14 01:06:32.806010 [ 27 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5372 | 2024.12.14 01:06:32.806084 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5373 | 2024.12.14 01:06:32.806316 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00526 sec., 12167.300380228136 rows/sec., 972.48 KiB/sec. | ||
| 5374 | 2024.12.14 01:06:32.806398 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 5375 | 2024.12.14 01:06:32.806547 [ 4 ] {c8b00291-c84b-4b9f-8190-fcdd20683cb2} <Debug> TCPHandler: Processed in 0.0058738 sec. | ||
| 5376 | 2024.12.14 01:06:32.806797 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5377 | 2024.12.14 01:06:32.806849 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5378 | 2024.12.14 01:06:32.806879 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
| 5379 | 2024.12.14 01:06:32.806961 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5380 | 2024.12.14 01:06:32.807227 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5381 | 2024.12.14 01:06:32.807359 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5382 | 2024.12.14 01:06:32.807644 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 423 rows starting from the beginning of the part | ||
| 5383 | 2024.12.14 01:06:32.807705 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5384 | 2024.12.14 01:06:32.808020 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 5385 | 2024.12.14 01:06:32.807909 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_41_8} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5386 | 2024.12.14 01:06:32.808352 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 423 rows starting from the beginning of the part | ||
| 5387 | 2024.12.14 01:06:32.808812 [ 196 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5388 | 2024.12.14 01:06:32.809300 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5389 | 2024.12.14 01:06:32.810507 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2024.12.14 01:06:32.810596 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5391 | 2024.12.14 01:06:32.811545 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5392 | 2024.12.14 01:06:32.812023 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005798928 sec., 336786.38534570526 rows/sec., 25.78 MiB/sec. | ||
| 5393 | 2024.12.14 01:06:32.812033 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2024.12.14 01:06:32.812315 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5395 | 2024.12.14 01:06:32.812398 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5396 | 2024.12.14 01:06:32.812414 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2024.12.14 01:06:32.812499 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5398 | 2024.12.14 01:06:32.812574 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00537 sec., 29795.158286778398 rows/sec., 2.08 MiB/sec. | ||
| 5399 | 2024.12.14 01:06:32.812941 [ 257 ] {fb586e8b-a7c1-408e-85cb-b3b45440465e} <Debug> TCPHandler: Processed in 0.006267592 sec. | ||
| 5400 | 2024.12.14 01:06:32.813046 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 5401 | 2024.12.14 01:06:32.813203 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2024.12.14 01:06:32.813459 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5403 | 2024.12.14 01:06:32.813473 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5404 | 2024.12.14 01:06:32.813525 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5405 | 2024.12.14 01:06:32.813541 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11301 rows starting from the beginning of the part | ||
| 5406 | 2024.12.14 01:06:32.813673 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5407 | 2024.12.14 01:06:32.813937 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_41_8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5408 | 2024.12.14 01:06:32.814085 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 5409 | 2024.12.14 01:06:32.814371 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5410 | 2024.12.14 01:06:32.814634 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5411 | 2024.12.14 01:06:32.814859 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5412 | 2024.12.14 01:06:32.815038 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5413 | 2024.12.14 01:06:32.815155 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5414 | 2024.12.14 01:06:32.815665 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2024.12.14 01:06:32.815710 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5416 | 2024.12.14 01:06:32.816177 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5417 | 2024.12.14 01:06:32.816519 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2024.12.14 01:06:32.816719 [ 64 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5419 | 2024.12.14 01:06:32.816789 [ 64 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5420 | 2024.12.14 01:06:32.816821 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5421 | 2024.12.14 01:06:32.816845 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0034 sec., 17647.058823529413 rows/sec., 1.19 MiB/sec. | ||
| 5422 | 2024.12.14 01:06:32.817213 [ 4 ] {002e21fd-965a-4a6b-84b1-f0efd7c26c0a} <Debug> TCPHandler: Processed in 0.00414219 sec. | ||
| 5423 | 2024.12.14 01:06:32.817361 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 5424 | 2024.12.14 01:06:32.817742 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5425 | 2024.12.14 01:06:32.817824 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2088 rows starting from the beginning of the part | ||
| 5426 | 2024.12.14 01:06:32.818001 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 5427 | 2024.12.14 01:06:32.818237 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5428 | 2024.12.14 01:06:32.818524 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5429 | 2024.12.14 01:06:32.819028 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5430 | 2024.12.14 01:06:32.819148 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5431 | 2024.12.14 01:06:32.820914 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12255 rows, containing 5 columns (5 merged, 0 gathered) in 0.008240369 sec., 1487190.682844421 rows/sec., 100.38 MiB/sec. | ||
| 5432 | 2024.12.14 01:06:32.821249 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5433 | 2024.12.14 01:06:32.821597 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 4 columns (4 merged, 0 gathered) in 0.004653095 sec., 522662.87277607695 rows/sec., 34.04 MiB/sec. | ||
| 5434 | 2024.12.14 01:06:32.821798 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2024.12.14 01:06:32.821910 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5436 | 2024.12.14 01:06:32.821945 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5437 | 2024.12.14 01:06:32.822054 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5438 | 2024.12.14 01:06:32.822356 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2024.12.14 01:06:32.822441 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_41_8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5440 | 2024.12.14 01:06:32.822523 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5441 | 2024.12.14 01:06:33.375862 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5442 | 2024.12.14 01:06:33.397156 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2024.12.14 01:06:33.397203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5444 | 2024.12.14 01:06:33.404748 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5445 | 2024.12.14 01:06:33.405523 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2024.12.14 01:06:33.405817 [ 64 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5447 | 2024.12.14 01:06:33.405880 [ 64 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2024.12.14 01:06:33.405920 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5449 | 2024.12.14 01:06:33.406322 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 5450 | 2024.12.14 01:06:33.421856 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5451 | 2024.12.14 01:06:33.423407 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5452 | 2024.12.14 01:06:33.424749 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 5453 | 2024.12.14 01:06:33.430185 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 5454 | 2024.12.14 01:06:33.435582 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 5455 | 2024.12.14 01:06:33.441051 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 5456 | 2024.12.14 01:06:33.446609 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 5457 | 2024.12.14 01:06:33.451288 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 5458 | 2024.12.14 01:06:33.510846 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.104800023 sec., 1870.228597182655 rows/sec., 9.67 MiB/sec. | ||
| 5459 | 2024.12.14 01:06:33.513811 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5460 | 2024.12.14 01:06:33.516891 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_26_5} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2024.12.14 01:06:33.517015 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_26_5} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5462 | 2024.12.14 01:06:33.519529 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5463 | 2024.12.14 01:06:33.548035 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2024.12.14 01:06:33.548330 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5465 | 2024.12.14 01:06:33.548448 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5466 | 2024.12.14 01:06:33.549303 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2024.12.14 01:06:33.549356 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5468 | 2024.12.14 01:06:33.549799 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5469 | 2024.12.14 01:06:33.550063 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2024.12.14 01:06:33.550301 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002058 sec., 6802.721088435374 rows/sec., 489.70 KiB/sec. | ||
| 5471 | 2024.12.14 01:06:33.550370 [ 257 ] {42936e85-2479-4a00-a006-8e19d722ed97} <Debug> TCPHandler: Processed in 0.002523562 sec. | ||
| 5472 | 2024.12.14 01:06:33.550637 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2024.12.14 01:06:33.550803 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5474 | 2024.12.14 01:06:33.550870 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5475 | 2024.12.14 01:06:33.551570 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2024.12.14 01:06:33.551609 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5477 | 2024.12.14 01:06:33.552074 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5478 | 2024.12.14 01:06:33.552378 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2024.12.14 01:06:33.552627 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 609.18 KiB/sec. | ||
| 5480 | 2024.12.14 01:06:33.552801 [ 4 ] {428ca906-6190-411c-9489-b68962a6f722} <Debug> TCPHandler: Processed in 0.002284466 sec. | ||
| 5481 | 2024.12.14 01:06:33.552956 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2024.12.14 01:06:33.553081 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5483 | 2024.12.14 01:06:33.553134 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5484 | 2024.12.14 01:06:33.554561 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2024.12.14 01:06:33.554604 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5486 | 2024.12.14 01:06:33.555137 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5487 | 2024.12.14 01:06:33.555391 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2024.12.14 01:06:33.555613 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002561 sec., 559156.579461148 rows/sec., 46.85 MiB/sec. | ||
| 5489 | 2024.12.14 01:06:33.555674 [ 257 ] {64a05f4a-63c8-45c3-846a-e6b50340cfbf} <Debug> TCPHandler: Processed in 0.00277827 sec. | ||
| 5490 | 2024.12.14 01:06:33.555820 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5491 | 2024.12.14 01:06:33.555945 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5492 | 2024.12.14 01:06:33.555997 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5493 | 2024.12.14 01:06:33.556639 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2024.12.14 01:06:33.556678 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5495 | 2024.12.14 01:06:33.557057 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5496 | 2024.12.14 01:06:33.557300 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2024.12.14 01:06:33.557476 [ 51 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5498 | 2024.12.14 01:06:33.557547 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001629 sec., 38060.159607120935 rows/sec., 2.71 MiB/sec. | ||
| 5499 | 2024.12.14 01:06:33.557556 [ 51 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2024.12.14 01:06:33.557657 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5501 | 2024.12.14 01:06:33.557674 [ 4 ] {56195357-c34c-4431-b3f8-2380d70fef09} <Debug> TCPHandler: Processed in 0.001908516 sec. | ||
| 5502 | 2024.12.14 01:06:33.557968 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5503 | 2024.12.14 01:06:33.558082 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 5504 | 2024.12.14 01:06:33.558480 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5505 | 2024.12.14 01:06:33.558708 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5506 | 2024.12.14 01:06:33.558741 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5507 | 2024.12.14 01:06:33.558878 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 66 rows starting from the beginning of the part | ||
| 5508 | 2024.12.14 01:06:33.559097 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part | ||
| 5509 | 2024.12.14 01:06:33.559457 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part | ||
| 5510 | 2024.12.14 01:06:33.559834 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part | ||
| 5511 | 2024.12.14 01:06:33.560178 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part | ||
| 5512 | 2024.12.14 01:06:33.560477 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 62 rows starting from the beginning of the part | ||
| 5513 | 2024.12.14 01:06:33.561393 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5514 | 2024.12.14 01:06:33.561445 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5515 | 2024.12.14 01:06:33.562172 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5516 | 2024.12.14 01:06:33.562358 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.004568572 sec., 70481.54215365327 rows/sec., 5.32 MiB/sec. | ||
| 5517 | 2024.12.14 01:06:33.562543 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5518 | 2024.12.14 01:06:33.562549 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5519 | 2024.12.14 01:06:33.562920 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004663 sec., 51897.91979412396 rows/sec., 3.52 MiB/sec. | ||
| 5520 | 2024.12.14 01:06:33.563009 [ 257 ] {70541346-0bc5-40da-be4b-38f1ce93e4d6} <Debug> TCPHandler: Processed in 0.00521102 sec. | ||
| 5521 | 2024.12.14 01:06:33.563118 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2024.12.14 01:06:33.563204 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5523 | 2024.12.14 01:06:33.563250 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_20_4} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5524 | 2024.12.14 01:06:33.563404 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5525 | 2024.12.14 01:06:33.563453 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5526 | 2024.12.14 01:06:33.563516 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5527 | 2024.12.14 01:06:33.564106 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5528 | 2024.12.14 01:06:33.564144 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5529 | 2024.12.14 01:06:33.564513 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5530 | 2024.12.14 01:06:33.564788 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5531 | 2024.12.14 01:06:33.565006 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec. | ||
| 5532 | 2024.12.14 01:06:33.565063 [ 4 ] {9761972a-ab8f-4fab-9e1b-8f30aff40462} <Debug> TCPHandler: Processed in 0.001948627 sec. | ||
| 5533 | 2024.12.14 01:06:33.565218 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5534 | 2024.12.14 01:06:33.565360 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5535 | 2024.12.14 01:06:33.565420 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5536 | 2024.12.14 01:06:33.566429 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2024.12.14 01:06:33.566469 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5538 | 2024.12.14 01:06:33.566889 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5539 | 2024.12.14 01:06:33.567143 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5540 | 2024.12.14 01:06:33.567394 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002057 sec., 434127.369956247 rows/sec., 31.52 MiB/sec. | ||
| 5541 | 2024.12.14 01:06:33.567570 [ 257 ] {2315cc27-9308-41d9-bb4f-3fcdd72ed9ce} <Debug> TCPHandler: Processed in 0.00241368 sec. | ||
| 5542 | 2024.12.14 01:06:33.567795 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2024.12.14 01:06:33.567940 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5544 | 2024.12.14 01:06:33.568000 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5545 | 2024.12.14 01:06:33.568550 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2024.12.14 01:06:33.568594 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5547 | 2024.12.14 01:06:33.568971 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5548 | 2024.12.14 01:06:33.569220 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2024.12.14 01:06:33.569496 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 197.65 KiB/sec. | ||
| 5550 | 2024.12.14 01:06:33.569720 [ 4 ] {76b14532-80fb-4902-9f97-ec870b897cd0} <Debug> TCPHandler: Processed in 0.002021889 sec. | ||
| 5551 | 2024.12.14 01:06:33.569885 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5552 | 2024.12.14 01:06:33.570005 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5553 | 2024.12.14 01:06:33.570059 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5554 | 2024.12.14 01:06:33.570936 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5555 | 2024.12.14 01:06:33.570975 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5556 | 2024.12.14 01:06:33.571425 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5557 | 2024.12.14 01:06:33.571706 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2024.12.14 01:06:33.571928 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001948 sec., 493839.8357289528 rows/sec., 32.82 MiB/sec. | ||
| 5559 | 2024.12.14 01:06:33.571981 [ 257 ] {1f54d3ee-dfd8-419c-95a7-5c255f57baea} <Debug> TCPHandler: Processed in 0.002157252 sec. | ||
| 5560 | 2024.12.14 01:06:33.572130 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5561 | 2024.12.14 01:06:33.572248 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5562 | 2024.12.14 01:06:33.572299 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5563 | 2024.12.14 01:06:33.572766 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2024.12.14 01:06:33.572804 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5565 | 2024.12.14 01:06:33.573166 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5566 | 2024.12.14 01:06:33.573411 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5567 | 2024.12.14 01:06:33.573648 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001428 sec., 700.2801120448179 rows/sec., 47.19 KiB/sec. | ||
| 5568 | 2024.12.14 01:06:33.573758 [ 4 ] {2d496504-f900-4dfd-aea8-edce4cc7b6ff} <Debug> TCPHandler: Processed in 0.001682178 sec. | ||
| 5569 | 2024.12.14 01:06:33.573963 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5570 | 2024.12.14 01:06:33.574186 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5571 | 2024.12.14 01:06:33.574327 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5572 | 2024.12.14 01:06:33.575669 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5573 | 2024.12.14 01:06:33.575708 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5574 | 2024.12.14 01:06:33.576377 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5575 | 2024.12.14 01:06:33.576648 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5576 | 2024.12.14 01:06:33.577000 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002851 sec., 14380.918975797968 rows/sec., 25.77 MiB/sec. | ||
| 5577 | 2024.12.14 01:06:33.577200 [ 257 ] {b3173b85-68a5-40d8-8fbf-40eff05ff3cd} <Debug> TCPHandler: Processed in 0.003345597 sec. | ||
| 5578 | 2024.12.14 01:06:33.577349 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5579 | 2024.12.14 01:06:33.577490 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5580 | 2024.12.14 01:06:33.577549 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5581 | 2024.12.14 01:06:33.578099 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2024.12.14 01:06:33.578144 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5583 | 2024.12.14 01:06:33.578581 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5584 | 2024.12.14 01:06:33.578831 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2024.12.14 01:06:33.579034 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001576 sec., 21573.604060913705 rows/sec., 1.25 MiB/sec. | ||
| 5586 | 2024.12.14 01:06:33.579085 [ 4 ] {b4ebd903-24aa-45e9-a455-def3215c57ed} <Debug> TCPHandler: Processed in 0.001801161 sec. | ||
| 5587 | 2024.12.14 01:06:37.658593 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 792 | ||
| 5588 | 2024.12.14 01:06:37.662111 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.12.14 01:06:37.662154 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5590 | 2024.12.14 01:06:37.663648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5591 | 2024.12.14 01:06:37.663983 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.12.14 01:06:37.664458 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792 | ||
| 5593 | 2024.12.14 01:06:37.797138 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5594 | 2024.12.14 01:06:37.797454 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5595 | 2024.12.14 01:06:37.797578 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5596 | 2024.12.14 01:06:37.798441 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5597 | 2024.12.14 01:06:37.798497 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5598 | 2024.12.14 01:06:37.798959 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5599 | 2024.12.14 01:06:37.799226 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5600 | 2024.12.14 01:06:37.799476 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002111 sec., 26527.711984841306 rows/sec., 2.04 MiB/sec. | ||
| 5601 | 2024.12.14 01:06:37.799546 [ 257 ] {17078b39-dbf9-421b-8971-d0d0605d2c1c} <Debug> TCPHandler: Processed in 0.002599935 sec. | ||
| 5602 | 2024.12.14 01:06:37.799782 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5603 | 2024.12.14 01:06:37.799968 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5604 | 2024.12.14 01:06:37.800041 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5605 | 2024.12.14 01:06:37.800798 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2024.12.14 01:06:37.800849 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5607 | 2024.12.14 01:06:37.801301 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5608 | 2024.12.14 01:06:37.801561 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2024.12.14 01:06:37.801815 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec. | ||
| 5610 | 2024.12.14 01:06:37.801938 [ 4 ] {7dfd849e-1b36-485b-b1b1-63a091b5cebb} <Debug> TCPHandler: Processed in 0.002283596 sec. | ||
| 5611 | 2024.12.14 01:06:37.802133 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5612 | 2024.12.14 01:06:37.802252 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5613 | 2024.12.14 01:06:37.802308 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5614 | 2024.12.14 01:06:37.802884 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2024.12.14 01:06:37.802925 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5616 | 2024.12.14 01:06:37.803345 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5617 | 2024.12.14 01:06:37.803600 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5618 | 2024.12.14 01:06:37.803858 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00163 sec., 78527.6073619632 rows/sec., 5.47 MiB/sec. | ||
| 5619 | 2024.12.14 01:06:37.804071 [ 257 ] {321dc392-fc7a-4351-bef4-dd599a2a7c22} <Debug> TCPHandler: Processed in 0.002039019 sec. | ||
| 5620 | 2024.12.14 01:06:37.804315 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5621 | 2024.12.14 01:06:37.804469 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5622 | 2024.12.14 01:06:37.804533 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5623 | 2024.12.14 01:06:37.805067 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2024.12.14 01:06:37.805107 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 5625 | 2024.12.14 01:06:37.805500 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5626 | 2024.12.14 01:06:37.805759 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2024.12.14 01:06:37.805967 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001533 sec., 31311.15459882583 rows/sec., 2.11 MiB/sec. | ||
| 5628 | 2024.12.14 01:06:37.806019 [ 4 ] {2be93acf-25f9-4330-99f0-afde2b5ddf07} <Debug> TCPHandler: Processed in 0.001849454 sec. | ||
| 5629 | 2024.12.14 01:06:40.085654 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5630 | 2024.12.14 01:06:40.086751 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2024.12.14 01:06:40.086833 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5632 | 2024.12.14 01:06:40.087396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5633 | 2024.12.14 01:06:40.087656 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2024.12.14 01:06:40.087930 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5635 | 2024.12.14 01:06:40.921928 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5636 | 2024.12.14 01:06:40.942309 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5637 | 2024.12.14 01:06:40.942383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5638 | 2024.12.14 01:06:40.950149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5639 | 2024.12.14 01:06:40.950912 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5640 | 2024.12.14 01:06:40.953712 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5641 | 2024.12.14 01:06:42.799346 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5642 | 2024.12.14 01:06:42.799556 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5643 | 2024.12.14 01:06:42.799636 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5644 | 2024.12.14 01:06:42.800431 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5645 | 2024.12.14 01:06:42.800478 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5646 | 2024.12.14 01:06:42.800935 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5647 | 2024.12.14 01:06:42.801186 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5648 | 2024.12.14 01:06:42.801422 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec. | ||
| 5649 | 2024.12.14 01:06:42.801478 [ 257 ] {968c953b-e74c-4b91-a3d6-eee1859355f0} <Debug> TCPHandler: Processed in 0.002266596 sec. | ||
| 5650 | 2024.12.14 01:06:42.801740 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5651 | 2024.12.14 01:06:42.801947 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5652 | 2024.12.14 01:06:42.802020 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5653 | 2024.12.14 01:06:42.802761 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5654 | 2024.12.14 01:06:42.802812 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5655 | 2024.12.14 01:06:42.803250 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5656 | 2024.12.14 01:06:42.803509 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5657 | 2024.12.14 01:06:42.803753 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 5658 | 2024.12.14 01:06:42.803809 [ 4 ] {d7bcda2b-75ba-4cf5-9c9b-e4c988a9b2b4} <Debug> TCPHandler: Processed in 0.002211724 sec. | ||
| 5659 | 2024.12.14 01:06:42.804000 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5660 | 2024.12.14 01:06:42.804222 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5661 | 2024.12.14 01:06:42.804318 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5662 | 2024.12.14 01:06:42.805185 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5663 | 2024.12.14 01:06:42.805224 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5664 | 2024.12.14 01:06:42.805636 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5665 | 2024.12.14 01:06:42.805877 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2024.12.14 01:06:42.806087 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001922 sec., 83246.61810613943 rows/sec., 5.80 MiB/sec. | ||
| 5667 | 2024.12.14 01:06:42.806139 [ 257 ] {3ca987c3-81b3-40f8-aabc-e46700fd183f} <Debug> TCPHandler: Processed in 0.002236874 sec. | ||
| 5668 | 2024.12.14 01:06:42.806297 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5669 | 2024.12.14 01:06:42.806435 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5670 | 2024.12.14 01:06:42.806497 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5671 | 2024.12.14 01:06:42.807053 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2024.12.14 01:06:42.807092 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5673 | 2024.12.14 01:06:42.807482 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5674 | 2024.12.14 01:06:42.807728 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2024.12.14 01:06:42.807943 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. | ||
| 5676 | 2024.12.14 01:06:42.807992 [ 4 ] {90494bf3-4523-4e71-82d9-03e5a4853d73} <Debug> TCPHandler: Processed in 0.001760741 sec. | ||
| 5677 | 2024.12.14 01:06:44.436640 [ 86 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5678 | 2024.12.14 01:06:44.436754 [ 86 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5679 | 2024.12.14 01:06:44.436795 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5680 | 2024.12.14 01:06:44.437096 [ 194 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5681 | 2024.12.14 01:06:44.437529 [ 194 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5682 | 2024.12.14 01:06:44.437574 [ 194 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5683 | 2024.12.14 01:06:44.437664 [ 194 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5684 | 2024.12.14 01:06:44.437913 [ 194 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5685 | 2024.12.14 01:06:44.438116 [ 194 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5686 | 2024.12.14 01:06:44.438253 [ 194 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5687 | 2024.12.14 01:06:44.439381 [ 200 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002487332 sec., 7236.66965246296 rows/sec., 487.63 KiB/sec. | ||
| 5688 | 2024.12.14 01:06:44.439556 [ 198 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5689 | 2024.12.14 01:06:44.439922 [ 198 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2024.12.14 01:06:44.440014 [ 198 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_18_4} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5691 | 2024.12.14 01:06:44.440091 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5692 | 2024.12.14 01:06:47.360494 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5693 | 2024.12.14 01:06:47.360553 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5694 | 2024.12.14 01:06:47.588038 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5695 | 2024.12.14 01:06:47.589100 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5696 | 2024.12.14 01:06:47.589175 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5697 | 2024.12.14 01:06:47.589749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5698 | 2024.12.14 01:06:47.590019 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5699 | 2024.12.14 01:06:47.590260 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5700 | 2024.12.14 01:06:47.664796 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 808 | ||
| 5701 | 2024.12.14 01:06:47.667925 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5702 | 2024.12.14 01:06:47.667990 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5703 | 2024.12.14 01:06:47.669516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5704 | 2024.12.14 01:06:47.669861 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5705 | 2024.12.14 01:06:47.671136 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 808 | ||
| 5706 | 2024.12.14 01:06:47.805488 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5707 | 2024.12.14 01:06:47.805763 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5708 | 2024.12.14 01:06:47.805865 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5709 | 2024.12.14 01:06:47.806670 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.12.14 01:06:47.806712 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5711 | 2024.12.14 01:06:47.807098 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5712 | 2024.12.14 01:06:47.807346 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2024.12.14 01:06:47.807608 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 5714 | 2024.12.14 01:06:47.807845 [ 257 ] {061cd159-751c-42e6-ac1e-a4030730f065} <Debug> TCPHandler: Processed in 0.002526163 sec. | ||
| 5715 | 2024.12.14 01:06:47.808116 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5716 | 2024.12.14 01:06:47.808320 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5717 | 2024.12.14 01:06:47.808401 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5718 | 2024.12.14 01:06:47.809390 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2024.12.14 01:06:47.809434 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5720 | 2024.12.14 01:06:47.809923 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5721 | 2024.12.14 01:06:47.810199 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2024.12.14 01:06:47.810445 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002186 sec., 130375.11436413541 rows/sec., 11.52 MiB/sec. | ||
| 5723 | 2024.12.14 01:06:47.810512 [ 4 ] {8e233763-bf95-4ec7-864a-aafc8b62510a} <Debug> TCPHandler: Processed in 0.002528833 sec. | ||
| 5724 | 2024.12.14 01:06:47.810661 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5725 | 2024.12.14 01:06:47.810778 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5726 | 2024.12.14 01:06:47.810828 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5727 | 2024.12.14 01:06:47.811421 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5728 | 2024.12.14 01:06:47.811460 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5729 | 2024.12.14 01:06:47.811826 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5730 | 2024.12.14 01:06:47.812069 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5731 | 2024.12.14 01:06:47.812279 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001525 sec., 31475.409836065573 rows/sec., 2.27 MiB/sec. | ||
| 5732 | 2024.12.14 01:06:47.812331 [ 257 ] {521ad57d-5e71-4ebe-b808-2cf9bd6f74b7} <Debug> TCPHandler: Processed in 0.00172828 sec. | ||
| 5733 | 2024.12.14 01:06:47.812484 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2024.12.14 01:06:47.812630 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5735 | 2024.12.14 01:06:47.812690 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5736 | 2024.12.14 01:06:47.813348 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5737 | 2024.12.14 01:06:47.813388 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5738 | 2024.12.14 01:06:47.813763 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5739 | 2024.12.14 01:06:47.814016 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5740 | 2024.12.14 01:06:47.814292 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec. | ||
| 5741 | 2024.12.14 01:06:47.814506 [ 4 ] {e9549e7b-374e-486b-8709-d3d47bdb565e} <Debug> TCPHandler: Processed in 0.002085261 sec. | ||
| 5742 | 2024.12.14 01:06:47.814669 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5743 | 2024.12.14 01:06:47.814804 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5744 | 2024.12.14 01:06:47.814861 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5745 | 2024.12.14 01:06:47.815465 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5746 | 2024.12.14 01:06:47.815504 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5747 | 2024.12.14 01:06:47.815865 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5748 | 2024.12.14 01:06:47.816099 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5749 | 2024.12.14 01:06:47.816303 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 5750 | 2024.12.14 01:06:47.816354 [ 257 ] {5da4044a-c0d0-4ee1-bb09-14595117cc4b} <Debug> TCPHandler: Processed in 0.001754561 sec. | ||
| 5751 | 2024.12.14 01:06:47.816500 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5752 | 2024.12.14 01:06:47.816642 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5753 | 2024.12.14 01:06:47.816701 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5754 | 2024.12.14 01:06:47.817480 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2024.12.14 01:06:47.817548 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5756 | 2024.12.14 01:06:47.818223 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5757 | 2024.12.14 01:06:47.818484 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2024.12.14 01:06:47.818719 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002114 sec., 200094.60737937558 rows/sec., 14.30 MiB/sec. | ||
| 5759 | 2024.12.14 01:06:47.818776 [ 4 ] {e1ab9dc5-3787-4e97-9dd4-34ec6e115674} <Debug> TCPHandler: Processed in 0.002342847 sec. | ||
| 5760 | 2024.12.14 01:06:47.818973 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2024.12.14 01:06:47.819196 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5762 | 2024.12.14 01:06:47.819286 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5763 | 2024.12.14 01:06:47.820164 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2024.12.14 01:06:47.820202 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5765 | 2024.12.14 01:06:47.820562 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5766 | 2024.12.14 01:06:47.820802 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2024.12.14 01:06:47.821071 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001917 sec., 3129.8904538341158 rows/sec., 163.52 KiB/sec. | ||
| 5768 | 2024.12.14 01:06:47.821289 [ 257 ] {ab690916-98a9-4320-9bf8-39e047410664} <Debug> TCPHandler: Processed in 0.00241951 sec. | ||
| 5769 | 2024.12.14 01:06:47.821440 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5770 | 2024.12.14 01:06:47.821580 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5771 | 2024.12.14 01:06:47.821643 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5772 | 2024.12.14 01:06:47.822293 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5773 | 2024.12.14 01:06:47.822333 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5774 | 2024.12.14 01:06:47.822731 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5775 | 2024.12.14 01:06:47.822983 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5776 | 2024.12.14 01:06:47.823242 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001694 sec., 139905.5489964581 rows/sec., 9.38 MiB/sec. | ||
| 5777 | 2024.12.14 01:06:47.823474 [ 4 ] {5f420ebc-6c63-409f-b025-f474d0ce1656} <Debug> TCPHandler: Processed in 0.002094231 sec. | ||
| 5778 | 2024.12.14 01:06:47.823774 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5779 | 2024.12.14 01:06:47.823993 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5780 | 2024.12.14 01:06:47.824085 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5781 | 2024.12.14 01:06:47.824576 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5782 | 2024.12.14 01:06:47.824614 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5783 | 2024.12.14 01:06:47.824965 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5784 | 2024.12.14 01:06:47.825201 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5785 | 2024.12.14 01:06:47.825410 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 5786 | 2024.12.14 01:06:47.825459 [ 257 ] {c9149990-87f0-4429-b341-5600b8b83656} <Debug> TCPHandler: Processed in 0.001880475 sec. | ||
| 5787 | 2024.12.14 01:06:47.825599 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5788 | 2024.12.14 01:06:47.825735 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5789 | 2024.12.14 01:06:47.825826 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5790 | 2024.12.14 01:06:47.827049 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5791 | 2024.12.14 01:06:47.827089 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5792 | 2024.12.14 01:06:47.827805 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5793 | 2024.12.14 01:06:47.828070 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5794 | 2024.12.14 01:06:47.828335 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00263 sec., 15589.3536121673 rows/sec., 27.94 MiB/sec. | ||
| 5795 | 2024.12.14 01:06:47.828457 [ 4 ] {dba52423-7b78-4dd1-9e1a-51edb87051b1} <Debug> TCPHandler: Processed in 0.002924515 sec. | ||
| 5796 | 2024.12.14 01:06:47.828659 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5797 | 2024.12.14 01:06:47.828881 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5798 | 2024.12.14 01:06:47.828970 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5799 | 2024.12.14 01:06:47.829535 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5800 | 2024.12.14 01:06:47.829574 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5801 | 2024.12.14 01:06:47.829941 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5802 | 2024.12.14 01:06:47.830188 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5803 | 2024.12.14 01:06:47.830454 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001626 sec., 50430.50430504305 rows/sec., 3.20 MiB/sec. | ||
| 5804 | 2024.12.14 01:06:47.830645 [ 257 ] {87aeccbc-1c90-4edd-beed-e39a9ae5a040} <Debug> TCPHandler: Processed in 0.002093491 sec. | ||
| 5805 | 2024.12.14 01:06:48.453758 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5806 | 2024.12.14 01:06:48.473874 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2024.12.14 01:06:48.473937 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5808 | 2024.12.14 01:06:48.481571 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5809 | 2024.12.14 01:06:48.482374 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2024.12.14 01:06:48.485101 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5811 | 2024.12.14 01:06:52.798352 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5812 | 2024.12.14 01:06:52.798559 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5813 | 2024.12.14 01:06:52.798635 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5814 | 2024.12.14 01:06:52.799368 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5815 | 2024.12.14 01:06:52.799422 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5816 | 2024.12.14 01:06:52.799863 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5817 | 2024.12.14 01:06:52.800124 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2024.12.14 01:06:52.800372 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001866 sec., 1071.8113612004288 rows/sec., 87.40 KiB/sec. | ||
| 5819 | 2024.12.14 01:06:52.800437 [ 257 ] {4de0777e-237a-445a-a5ae-a76488c603ff} <Debug> TCPHandler: Processed in 0.002271156 sec. | ||
| 5820 | 2024.12.14 01:06:52.800679 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5821 | 2024.12.14 01:06:52.800885 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5822 | 2024.12.14 01:06:52.800966 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5823 | 2024.12.14 01:06:52.801745 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5824 | 2024.12.14 01:06:52.801789 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5825 | 2024.12.14 01:06:52.802224 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5826 | 2024.12.14 01:06:52.802483 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5827 | 2024.12.14 01:06:52.802701 [ 147 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5828 | 2024.12.14 01:06:52.802733 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001906 sec., 29905.561385099685 rows/sec., 2.29 MiB/sec. | ||
| 5829 | 2024.12.14 01:06:52.802828 [ 147 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5830 | 2024.12.14 01:06:52.802909 [ 4 ] {e82bf935-163d-4e14-8fe5-dae4277500f1} <Debug> TCPHandler: Processed in 0.002362158 sec. | ||
| 5831 | 2024.12.14 01:06:52.802916 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5832 | 2024.12.14 01:06:52.803212 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5833 | 2024.12.14 01:06:52.803215 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 5834 | 2024.12.14 01:06:52.803513 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5835 | 2024.12.14 01:06:52.803529 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5836 | 2024.12.14 01:06:52.803618 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1434 rows starting from the beginning of the part | ||
| 5837 | 2024.12.14 01:06:52.803631 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5838 | 2024.12.14 01:06:52.804113 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1432 rows starting from the beginning of the part | ||
| 5839 | 2024.12.14 01:06:52.804625 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 5840 | 2024.12.14 01:06:52.805107 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5841 | 2024.12.14 01:06:52.805653 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 285 rows starting from the beginning of the part | ||
| 5842 | 2024.12.14 01:06:52.806139 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 57 rows starting from the beginning of the part | ||
| 5843 | 2024.12.14 01:06:52.807784 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2024.12.14 01:06:52.807830 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5845 | 2024.12.14 01:06:52.808426 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5846 | 2024.12.14 01:06:52.808730 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2024.12.14 01:06:52.808975 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00556 sec., 359.71223021582733 rows/sec., 25.12 KiB/sec. | ||
| 5848 | 2024.12.14 01:06:52.809049 [ 257 ] {aa579bd3-8e4a-410b-9310-1a47ca2546dc} <Debug> TCPHandler: Processed in 0.006041055 sec. | ||
| 5849 | 2024.12.14 01:06:52.809215 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2024.12.14 01:06:52.809454 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006349214 sec., 522899.3699062593 rows/sec., 45.82 MiB/sec. | ||
| 5851 | 2024.12.14 01:06:52.809482 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5852 | 2024.12.14 01:06:52.809558 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5853 | 2024.12.14 01:06:52.809741 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5854 | 2024.12.14 01:06:52.810324 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5855 | 2024.12.14 01:06:52.810475 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_46_9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5856 | 2024.12.14 01:06:52.810642 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5857 | 2024.12.14 01:06:52.810809 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5858 | 2024.12.14 01:06:52.810854 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5859 | 2024.12.14 01:06:52.811244 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5860 | 2024.12.14 01:06:52.811487 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2024.12.14 01:06:52.811659 [ 147 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5862 | 2024.12.14 01:06:52.811740 [ 147 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2024.12.14 01:06:52.811748 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002308 sec., 28596.187175043327 rows/sec., 2.23 MiB/sec. | ||
| 5864 | 2024.12.14 01:06:52.811784 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5865 | 2024.12.14 01:06:52.811930 [ 4 ] {5c72628c-b04c-4963-a891-dca0e389118b} <Debug> TCPHandler: Processed in 0.00279397 sec. | ||
| 5866 | 2024.12.14 01:06:52.811990 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 5867 | 2024.12.14 01:06:52.812118 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5868 | 2024.12.14 01:06:52.812131 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5869 | 2024.12.14 01:06:52.812159 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 5870 | 2024.12.14 01:06:52.812365 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 893 rows starting from the beginning of the part | ||
| 5871 | 2024.12.14 01:06:52.812489 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5872 | 2024.12.14 01:06:52.812719 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5873 | 2024.12.14 01:06:52.812848 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5874 | 2024.12.14 01:06:52.813056 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5875 | 2024.12.14 01:06:52.813410 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 423 rows starting from the beginning of the part | ||
| 5876 | 2024.12.14 01:06:52.813737 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part | ||
| 5877 | 2024.12.14 01:06:52.815346 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5878 | 2024.12.14 01:06:52.815424 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5879 | 2024.12.14 01:06:52.816328 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5880 | 2024.12.14 01:06:52.816871 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5881 | 2024.12.14 01:06:52.816959 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.005035456 sec., 481584.9845575058 rows/sec., 36.95 MiB/sec. | ||
| 5882 | 2024.12.14 01:06:52.817111 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5883 | 2024.12.14 01:06:52.817199 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5884 | 2024.12.14 01:06:52.817264 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5885 | 2024.12.14 01:06:52.817369 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5886 | 2024.12.14 01:06:52.817377 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004984 sec., 32303.370786516854 rows/sec., 2.25 MiB/sec. | ||
| 5887 | 2024.12.14 01:06:52.817740 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 5888 | 2024.12.14 01:06:52.817862 [ 257 ] {6c0f39e6-b2e4-418d-a29b-dec3972c58fa} <Debug> TCPHandler: Processed in 0.005811038 sec. | ||
| 5889 | 2024.12.14 01:06:52.818238 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5890 | 2024.12.14 01:06:52.818445 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5891 | 2024.12.14 01:06:52.818613 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12255 rows starting from the beginning of the part | ||
| 5892 | 2024.12.14 01:06:52.818765 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5893 | 2024.12.14 01:06:52.818799 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2024.12.14 01:06:52.819164 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5895 | 2024.12.14 01:06:52.819587 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_46_9} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5896 | 2024.12.14 01:06:52.819973 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 962 rows starting from the beginning of the part | ||
| 5897 | 2024.12.14 01:06:52.820037 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5898 | 2024.12.14 01:06:52.820394 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 5899 | 2024.12.14 01:06:52.820787 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 5900 | 2024.12.14 01:06:52.821007 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 5901 | 2024.12.14 01:06:52.821501 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
| 5902 | 2024.12.14 01:06:52.822219 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5903 | 2024.12.14 01:06:52.822284 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5904 | 2024.12.14 01:06:52.823002 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5905 | 2024.12.14 01:06:52.823299 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5906 | 2024.12.14 01:06:52.823579 [ 147 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5907 | 2024.12.14 01:06:52.823653 [ 147 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5908 | 2024.12.14 01:06:52.823686 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5909 | 2024.12.14 01:06:52.823756 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005159 sec., 11630.160883892226 rows/sec., 802.60 KiB/sec. | ||
| 5910 | 2024.12.14 01:06:52.824158 [ 4 ] {6f27e764-309d-447c-8e31-ba59b7673f5f} <Debug> TCPHandler: Processed in 0.006133378 sec. | ||
| 5911 | 2024.12.14 01:06:52.824475 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 5912 | 2024.12.14 01:06:52.825296 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5913 | 2024.12.14 01:06:52.825395 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2432 rows starting from the beginning of the part | ||
| 5914 | 2024.12.14 01:06:52.825711 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 5915 | 2024.12.14 01:06:52.825993 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 5916 | 2024.12.14 01:06:52.826287 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 5917 | 2024.12.14 01:06:52.826485 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 5918 | 2024.12.14 01:06:52.826636 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 5919 | 2024.12.14 01:06:52.829045 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.00517772 sec., 524555.2096289486 rows/sec., 34.16 MiB/sec. | ||
| 5920 | 2024.12.14 01:06:52.829527 [ 197 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5921 | 2024.12.14 01:06:52.829523 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13903 rows, containing 5 columns (5 merged, 0 gathered) in 0.012142221 sec., 1145012.9263830727 rows/sec., 77.27 MiB/sec. | ||
| 5922 | 2024.12.14 01:06:52.829942 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5923 | 2024.12.14 01:06:52.830079 [ 197 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2024.12.14 01:06:52.830273 [ 197 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_46_9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5925 | 2024.12.14 01:06:52.830425 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5926 | 2024.12.14 01:06:52.830481 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5927 | 2024.12.14 01:06:52.830564 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5928 | 2024.12.14 01:06:52.830659 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 5929 | 2024.12.14 01:06:55.090356 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5930 | 2024.12.14 01:06:55.091046 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2024.12.14 01:06:55.091093 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5932 | 2024.12.14 01:06:55.091615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5933 | 2024.12.14 01:06:55.092000 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2024.12.14 01:06:55.092303 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5935 | 2024.12.14 01:06:55.985147 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 5936 | 2024.12.14 01:06:56.007087 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2024.12.14 01:06:56.007157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5938 | 2024.12.14 01:06:56.015095 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5939 | 2024.12.14 01:06:56.015902 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2024.12.14 01:06:56.019331 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5941 | 2024.12.14 01:06:57.671261 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 842 | ||
| 5942 | 2024.12.14 01:06:57.674463 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2024.12.14 01:06:57.674514 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5944 | 2024.12.14 01:06:57.676017 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5945 | 2024.12.14 01:06:57.676339 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2024.12.14 01:06:57.676582 [ 141 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5947 | 2024.12.14 01:06:57.676712 [ 141 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5948 | 2024.12.14 01:06:57.676784 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5949 | 2024.12.14 01:06:57.677368 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 5950 | 2024.12.14 01:06:57.678282 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
| 5951 | 2024.12.14 01:06:57.678744 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5952 | 2024.12.14 01:06:57.678909 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 692 rows starting from the beginning of the part | ||
| 5953 | 2024.12.14 01:06:57.679508 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 5954 | 2024.12.14 01:06:57.680175 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 5955 | 2024.12.14 01:06:57.680760 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 5956 | 2024.12.14 01:06:57.681370 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 5957 | 2024.12.14 01:06:57.681990 [ 196 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 5958 | 2024.12.14 01:06:57.689915 [ 192 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 72 columns (72 merged, 0 gathered) in 0.012956085 sec., 64988.76782608326 rows/sec., 53.69 MiB/sec. | ||
| 5959 | 2024.12.14 01:06:57.691178 [ 195 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5960 | 2024.12.14 01:06:57.691970 [ 195 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2024.12.14 01:06:57.692055 [ 195 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_21_4} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5962 | 2024.12.14 01:06:57.692371 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 5963 | 2024.12.14 01:06:57.804827 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2024.12.14 01:06:57.805131 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5965 | 2024.12.14 01:06:57.805251 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5966 | 2024.12.14 01:06:57.806099 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2024.12.14 01:06:57.806149 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5968 | 2024.12.14 01:06:57.806587 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5969 | 2024.12.14 01:06:57.806852 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2024.12.14 01:06:57.807103 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002056 sec., 6809.338521400778 rows/sec., 490.18 KiB/sec. | ||
| 5971 | 2024.12.14 01:06:57.807162 [ 257 ] {e55f9efa-d92c-451e-9554-ea2fe6b1d2d4} <Debug> TCPHandler: Processed in 0.002520993 sec. | ||
| 5972 | 2024.12.14 01:06:57.807393 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5973 | 2024.12.14 01:06:57.807573 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5974 | 2024.12.14 01:06:57.807648 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5975 | 2024.12.14 01:06:57.808537 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5976 | 2024.12.14 01:06:57.808582 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5977 | 2024.12.14 01:06:57.809009 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5978 | 2024.12.14 01:06:57.809274 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5979 | 2024.12.14 01:06:57.809518 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001995 sec., 142857.14285714287 rows/sec., 12.62 MiB/sec. | ||
| 5980 | 2024.12.14 01:06:57.809636 [ 4 ] {668c6180-8a2d-4444-b16b-d11452ad3d51} <Debug> TCPHandler: Processed in 0.002367239 sec. | ||
| 5981 | 2024.12.14 01:06:57.809946 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5982 | 2024.12.14 01:06:57.810218 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5983 | 2024.12.14 01:06:57.810312 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5984 | 2024.12.14 01:06:57.811018 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5985 | 2024.12.14 01:06:57.811058 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5986 | 2024.12.14 01:06:57.811423 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5987 | 2024.12.14 01:06:57.811679 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2024.12.14 01:06:57.811908 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001733 sec., 27697.634160415466 rows/sec., 1.99 MiB/sec. | ||
| 5989 | 2024.12.14 01:06:57.812027 [ 257 ] {ed60f9b7-d40d-4e6c-ac61-6ea0c96cb4af} <Debug> TCPHandler: Processed in 0.002291776 sec. | ||
| 5990 | 2024.12.14 01:06:57.812261 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5991 | 2024.12.14 01:06:57.812402 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5992 | 2024.12.14 01:06:57.812462 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5993 | 2024.12.14 01:06:57.813063 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5994 | 2024.12.14 01:06:57.813100 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 5995 | 2024.12.14 01:06:57.813454 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5996 | 2024.12.14 01:06:57.813698 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5997 | 2024.12.14 01:06:57.813835 [ 140 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5998 | 2024.12.14 01:06:57.813878 [ 140 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5999 | 2024.12.14 01:06:57.813887 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec. | ||
| 6000 | 2024.12.14 01:06:57.813904 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6001 | 2024.12.14 01:06:57.813981 [ 4 ] {459d5e29-85b1-4245-8e46-67e8f3c1bc03} <Debug> TCPHandler: Processed in 0.001851614 sec. | ||
| 6002 | 2024.12.14 01:06:57.814051 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6003 | 2024.12.14 01:06:57.814180 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6004 | 2024.12.14 01:06:57.814219 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6005 | 2024.12.14 01:06:57.814274 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part | ||
| 6006 | 2024.12.14 01:06:57.814388 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6007 | 2024.12.14 01:06:57.814539 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6008 | 2024.12.14 01:06:57.814545 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6009 | 2024.12.14 01:06:57.814909 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6010 | 2024.12.14 01:06:57.815290 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 6011 | 2024.12.14 01:06:57.815585 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6012 | 2024.12.14 01:06:57.815969 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6013 | 2024.12.14 01:06:57.817452 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6014 | 2024.12.14 01:06:57.817523 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6015 | 2024.12.14 01:06:57.818550 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6016 | 2024.12.14 01:06:57.818627 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004646784 sec., 116209.40418147261 rows/sec., 8.32 MiB/sec. | ||
| 6017 | 2024.12.14 01:06:57.818803 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6018 | 2024.12.14 01:06:57.819010 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6019 | 2024.12.14 01:06:57.819348 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2024.12.14 01:06:57.819545 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005177 sec., 2511.1068186208227 rows/sec., 156.57 KiB/sec. | ||
| 6021 | 2024.12.14 01:06:57.819642 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_20_4} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6022 | 2024.12.14 01:06:57.819914 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6023 | 2024.12.14 01:06:57.819953 [ 257 ] {a9997a5d-add3-4c4f-b078-ae9649368768} <Debug> TCPHandler: Processed in 0.005863169 sec. | ||
| 6024 | 2024.12.14 01:06:57.820113 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2024.12.14 01:06:57.820231 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6026 | 2024.12.14 01:06:57.820281 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6027 | 2024.12.14 01:06:57.821120 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2024.12.14 01:06:57.821157 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6029 | 2024.12.14 01:06:57.821534 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6030 | 2024.12.14 01:06:57.821774 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2024.12.14 01:06:57.821994 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001777 sec., 238041.64321890828 rows/sec., 17.02 MiB/sec. | ||
| 6032 | 2024.12.14 01:06:57.822111 [ 4 ] {65d05d1c-d636-4f8b-a72f-b85f82d0b65d} <Debug> TCPHandler: Processed in 0.002049009 sec. | ||
| 6033 | 2024.12.14 01:06:57.822337 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2024.12.14 01:06:57.822459 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6035 | 2024.12.14 01:06:57.822514 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6036 | 2024.12.14 01:06:57.823080 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6037 | 2024.12.14 01:06:57.823125 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6038 | 2024.12.14 01:06:57.823548 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6039 | 2024.12.14 01:06:57.823786 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6040 | 2024.12.14 01:06:57.823951 [ 140 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6041 | 2024.12.14 01:06:57.824022 [ 140 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2024.12.14 01:06:57.824035 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 197.40 KiB/sec. | ||
| 6043 | 2024.12.14 01:06:57.824064 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6044 | 2024.12.14 01:06:57.824181 [ 257 ] {d5e390c6-3a9d-410c-9e22-d9c3aede92f8} <Debug> TCPHandler: Processed in 0.001956567 sec. | ||
| 6045 | 2024.12.14 01:06:57.824262 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6046 | 2024.12.14 01:06:57.824379 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2024.12.14 01:06:57.824402 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6048 | 2024.12.14 01:06:57.824433 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6049 | 2024.12.14 01:06:57.824672 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6050 | 2024.12.14 01:06:57.824677 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6051 | 2024.12.14 01:06:57.824963 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6052 | 2024.12.14 01:06:57.825080 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6053 | 2024.12.14 01:06:57.825343 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6054 | 2024.12.14 01:06:57.825594 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6055 | 2024.12.14 01:06:57.825813 [ 192 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6056 | 2024.12.14 01:06:57.826701 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2024.12.14 01:06:57.826746 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6058 | 2024.12.14 01:06:57.827342 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003161611 sec., 37955.33353091193 rows/sec., 1.94 MiB/sec. | ||
| 6059 | 2024.12.14 01:06:57.827382 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6060 | 2024.12.14 01:06:57.827534 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6061 | 2024.12.14 01:06:57.827827 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2024.12.14 01:06:57.828168 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6063 | 2024.12.14 01:06:57.828305 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003758 sec., 63065.460351250666 rows/sec., 4.23 MiB/sec. | ||
| 6064 | 2024.12.14 01:06:57.828429 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_20_4} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6065 | 2024.12.14 01:06:57.828726 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6066 | 2024.12.14 01:06:57.828737 [ 4 ] {a40135e6-8598-4ad8-a468-b3ed110e0616} <Debug> TCPHandler: Processed in 0.004430399 sec. | ||
| 6067 | 2024.12.14 01:06:57.828985 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2024.12.14 01:06:57.829127 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6069 | 2024.12.14 01:06:57.829187 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6070 | 2024.12.14 01:06:57.829692 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2024.12.14 01:06:57.829731 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6072 | 2024.12.14 01:06:57.830098 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6073 | 2024.12.14 01:06:57.830346 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2024.12.14 01:06:57.830555 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec. | ||
| 6075 | 2024.12.14 01:06:57.830606 [ 257 ] {50ab50ce-aa28-474d-a095-b026e27cc506} <Debug> TCPHandler: Processed in 0.00172982 sec. | ||
| 6076 | 2024.12.14 01:06:57.830749 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2024.12.14 01:06:57.830865 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6078 | 2024.12.14 01:06:57.830943 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6079 | 2024.12.14 01:06:57.832028 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6080 | 2024.12.14 01:06:57.832065 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6081 | 2024.12.14 01:06:57.832711 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6082 | 2024.12.14 01:06:57.832971 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6083 | 2024.12.14 01:06:57.833169 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002329 sec., 17604.121940747104 rows/sec., 31.55 MiB/sec. | ||
| 6084 | 2024.12.14 01:06:57.833276 [ 4 ] {54dc9daf-60d4-4487-b3b7-ea5199597d6e} <Debug> TCPHandler: Processed in 0.002583524 sec. | ||
| 6085 | 2024.12.14 01:06:57.833490 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6086 | 2024.12.14 01:06:57.833710 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6087 | 2024.12.14 01:06:57.833803 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6088 | 2024.12.14 01:06:57.834611 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6089 | 2024.12.14 01:06:57.834649 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 6090 | 2024.12.14 01:06:57.835026 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6091 | 2024.12.14 01:06:57.835279 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2024.12.14 01:06:57.835495 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001841 sec., 44541.010320478 rows/sec., 2.83 MiB/sec. | ||
| 6093 | 2024.12.14 01:06:57.835548 [ 257 ] {25370adf-a1e0-4666-83f0-d20397118f65} <Debug> TCPHandler: Processed in 0.002167493 sec. | ||
| 6094 | 2024.12.14 01:07:02.360592 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6095 | 2024.12.14 01:07:02.360659 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6096 | 2024.12.14 01:07:02.592410 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6097 | 2024.12.14 01:07:02.593062 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2024.12.14 01:07:02.593099 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6099 | 2024.12.14 01:07:02.593622 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6100 | 2024.12.14 01:07:02.593874 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2024.12.14 01:07:02.594068 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6102 | 2024.12.14 01:07:02.798244 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6103 | 2024.12.14 01:07:02.798418 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6104 | 2024.12.14 01:07:02.798484 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6105 | 2024.12.14 01:07:02.799153 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6106 | 2024.12.14 01:07:02.799191 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6107 | 2024.12.14 01:07:02.799563 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6108 | 2024.12.14 01:07:02.799805 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2024.12.14 01:07:02.799985 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001615 sec., 34674.9226006192 rows/sec., 2.66 MiB/sec. | ||
| 6110 | 2024.12.14 01:07:02.800037 [ 257 ] {75bef317-9e24-401d-8ced-7b2085b5d391} <Debug> TCPHandler: Processed in 0.001912336 sec. | ||
| 6111 | 2024.12.14 01:07:02.800281 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6112 | 2024.12.14 01:07:02.800473 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6113 | 2024.12.14 01:07:02.800547 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6114 | 2024.12.14 01:07:02.801311 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6115 | 2024.12.14 01:07:02.801366 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6116 | 2024.12.14 01:07:02.801811 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6117 | 2024.12.14 01:07:02.802067 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6118 | 2024.12.14 01:07:02.802307 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001887 sec., 33916.269210386854 rows/sec., 2.65 MiB/sec. | ||
| 6119 | 2024.12.14 01:07:02.802373 [ 4 ] {b7b2dcac-d3fc-4211-8974-27abdf8d2521} <Debug> TCPHandler: Processed in 0.002223974 sec. | ||
| 6120 | 2024.12.14 01:07:02.802535 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6121 | 2024.12.14 01:07:02.802673 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6122 | 2024.12.14 01:07:02.802733 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6123 | 2024.12.14 01:07:02.803391 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6124 | 2024.12.14 01:07:02.803435 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6125 | 2024.12.14 01:07:02.803862 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6126 | 2024.12.14 01:07:02.804095 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6127 | 2024.12.14 01:07:02.804272 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
| 6128 | 2024.12.14 01:07:02.804323 [ 257 ] {e6dcdef3-e2e8-4d60-ba23-85eea00a52fa} <Debug> TCPHandler: Processed in 0.001853924 sec. | ||
| 6129 | 2024.12.14 01:07:02.804488 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6130 | 2024.12.14 01:07:02.804613 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6131 | 2024.12.14 01:07:02.804667 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6132 | 2024.12.14 01:07:02.805252 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6133 | 2024.12.14 01:07:02.805299 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6134 | 2024.12.14 01:07:02.805758 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6135 | 2024.12.14 01:07:02.805996 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2024.12.14 01:07:02.806205 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 6137 | 2024.12.14 01:07:02.806258 [ 4 ] {d9c0e80f-fef6-49e5-b34e-e6189981bec6} <Debug> TCPHandler: Processed in 0.001827962 sec. | ||
| 6138 | 2024.12.14 01:07:03.519384 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6139 | 2024.12.14 01:07:03.540621 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6140 | 2024.12.14 01:07:03.540683 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6141 | 2024.12.14 01:07:03.548437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6142 | 2024.12.14 01:07:03.549225 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6143 | 2024.12.14 01:07:03.550180 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6144 | 2024.12.14 01:07:03.550921 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6145 | 2024.12.14 01:07:03.551101 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6146 | 2024.12.14 01:07:03.554616 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6147 | 2024.12.14 01:07:03.554731 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6148 | 2024.12.14 01:07:03.556270 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6149 | 2024.12.14 01:07:03.557257 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6150 | 2024.12.14 01:07:03.557881 [ 133 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6151 | 2024.12.14 01:07:03.558116 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.007369 sec., 1899.8507260143847 rows/sec., 136.76 KiB/sec. | ||
| 6152 | 2024.12.14 01:07:03.558135 [ 133 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6153 | 2024.12.14 01:07:03.558475 [ 257 ] {8ce659c6-2f42-4a5d-903e-e039ba2217ff} <Debug> TCPHandler: Processed in 0.00861529 sec. | ||
| 6154 | 2024.12.14 01:07:03.558518 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6155 | 2024.12.14 01:07:03.558891 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6156 | 2024.12.14 01:07:03.559288 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6157 | 2024.12.14 01:07:03.559458 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6158 | 2024.12.14 01:07:03.559700 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6159 | 2024.12.14 01:07:03.560054 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6160 | 2024.12.14 01:07:03.560155 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6161 | 2024.12.14 01:07:03.560608 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6162 | 2024.12.14 01:07:03.561123 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6163 | 2024.12.14 01:07:03.561644 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6164 | 2024.12.14 01:07:03.562054 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6165 | 2024.12.14 01:07:03.563302 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2024.12.14 01:07:03.563371 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6167 | 2024.12.14 01:07:03.564623 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6168 | 2024.12.14 01:07:03.565296 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2024.12.14 01:07:03.566050 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.006761 sec., 295.8142286643988 rows/sec., 24.12 KiB/sec. | ||
| 6170 | 2024.12.14 01:07:03.566240 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007392534 sec., 9469.01292574373 rows/sec., 718.63 KiB/sec. | ||
| 6171 | 2024.12.14 01:07:03.566302 [ 4 ] {54f1c4a0-3458-4b4c-b768-8af9db72ac5f} <Debug> TCPHandler: Processed in 0.007675372 sec. | ||
| 6172 | 2024.12.14 01:07:03.566577 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6173 | 2024.12.14 01:07:03.566724 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6174 | 2024.12.14 01:07:03.567190 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6175 | 2024.12.14 01:07:03.567383 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6176 | 2024.12.14 01:07:03.567504 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2024.12.14 01:07:03.567925 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_21_5} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6178 | 2024.12.14 01:07:03.568217 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6179 | 2024.12.14 01:07:03.569877 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6180 | 2024.12.14 01:07:03.570743 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2024.12.14 01:07:03.570786 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6182 | 2024.12.14 01:07:03.571260 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6183 | 2024.12.14 01:07:03.571503 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6184 | 2024.12.14 01:07:03.571783 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.004776 sec., 298576.21440536017 rows/sec., 25.03 MiB/sec. | ||
| 6185 | 2024.12.14 01:07:03.571871 [ 257 ] {a3812328-76d5-48fe-8002-437a1a29bbdf} <Debug> TCPHandler: Processed in 0.005462228 sec. | ||
| 6186 | 2024.12.14 01:07:03.572176 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6187 | 2024.12.14 01:07:03.572393 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6188 | 2024.12.14 01:07:03.572452 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6189 | 2024.12.14 01:07:03.573111 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6190 | 2024.12.14 01:07:03.573151 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6191 | 2024.12.14 01:07:03.573515 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6192 | 2024.12.14 01:07:03.573771 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6193 | 2024.12.14 01:07:03.573956 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001603 sec., 31191.51590767311 rows/sec., 2.24 MiB/sec. | ||
| 6194 | 2024.12.14 01:07:03.574007 [ 4 ] {1636e5e1-623a-4a51-be06-d57ae2569212} <Debug> TCPHandler: Processed in 0.001997318 sec. | ||
| 6195 | 2024.12.14 01:07:03.574217 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6196 | 2024.12.14 01:07:03.574433 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6197 | 2024.12.14 01:07:03.574521 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6198 | 2024.12.14 01:07:03.575281 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2024.12.14 01:07:03.575320 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6200 | 2024.12.14 01:07:03.575693 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6201 | 2024.12.14 01:07:03.575940 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2024.12.14 01:07:03.576144 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001764 sec., 137188.20861678006 rows/sec., 9.29 MiB/sec. | ||
| 6203 | 2024.12.14 01:07:03.576194 [ 257 ] {a35022cd-a627-483b-bf0e-aaa8b93fa109} <Debug> TCPHandler: Processed in 0.002085821 sec. | ||
| 6204 | 2024.12.14 01:07:03.576344 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6205 | 2024.12.14 01:07:03.576481 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6206 | 2024.12.14 01:07:03.576537 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6207 | 2024.12.14 01:07:03.577132 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6208 | 2024.12.14 01:07:03.577168 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6209 | 2024.12.14 01:07:03.577516 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6210 | 2024.12.14 01:07:03.577763 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6211 | 2024.12.14 01:07:03.577891 [ 132 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6212 | 2024.12.14 01:07:03.577938 [ 132 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2024.12.14 01:07:03.577953 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001503 sec., 8649.367930805056 rows/sec., 539.29 KiB/sec. | ||
| 6214 | 2024.12.14 01:07:03.577972 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6215 | 2024.12.14 01:07:03.578050 [ 4 ] {912446bf-d693-4ba7-9bc6-89f02ee8bef3} <Debug> TCPHandler: Processed in 0.001760701 sec. | ||
| 6216 | 2024.12.14 01:07:03.578355 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6217 | 2024.12.14 01:07:03.578401 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6218 | 2024.12.14 01:07:03.578705 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6219 | 2024.12.14 01:07:03.578730 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6220 | 2024.12.14 01:07:03.578764 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6221 | 2024.12.14 01:07:03.578773 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6222 | 2024.12.14 01:07:03.579043 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6223 | 2024.12.14 01:07:03.579356 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6224 | 2024.12.14 01:07:03.579754 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6225 | 2024.12.14 01:07:03.580068 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6226 | 2024.12.14 01:07:03.581304 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6227 | 2024.12.14 01:07:03.581357 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6228 | 2024.12.14 01:07:03.581575 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003507691 sec., 18530.708662764195 rows/sec., 1.20 MiB/sec. | ||
| 6229 | 2024.12.14 01:07:03.581825 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6230 | 2024.12.14 01:07:03.582180 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6231 | 2024.12.14 01:07:03.582404 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2024.12.14 01:07:03.582596 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_21_5} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6233 | 2024.12.14 01:07:03.582601 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6234 | 2024.12.14 01:07:03.582749 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6235 | 2024.12.14 01:07:03.582980 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.004367 sec., 201740.32516601786 rows/sec., 14.63 MiB/sec. | ||
| 6236 | 2024.12.14 01:07:03.583184 [ 257 ] {1c26cacd-784e-47a3-8741-00e4ffd6cbdb} <Debug> TCPHandler: Processed in 0.005015446 sec. | ||
| 6237 | 2024.12.14 01:07:03.583413 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6238 | 2024.12.14 01:07:03.583557 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6239 | 2024.12.14 01:07:03.583608 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6240 | 2024.12.14 01:07:03.584085 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6241 | 2024.12.14 01:07:03.584123 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6242 | 2024.12.14 01:07:03.584486 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6243 | 2024.12.14 01:07:03.584735 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6244 | 2024.12.14 01:07:03.584917 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001385 sec., 4332.129963898917 rows/sec., 226.34 KiB/sec. | ||
| 6245 | 2024.12.14 01:07:03.584967 [ 4 ] {9e76a2e2-cca5-4f14-a385-1ae9a042def4} <Debug> TCPHandler: Processed in 0.001676778 sec. | ||
| 6246 | 2024.12.14 01:07:03.585097 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6247 | 2024.12.14 01:07:03.585211 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6248 | 2024.12.14 01:07:03.585262 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6249 | 2024.12.14 01:07:03.586020 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6250 | 2024.12.14 01:07:03.586058 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6251 | 2024.12.14 01:07:03.586492 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6252 | 2024.12.14 01:07:03.586740 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6253 | 2024.12.14 01:07:03.586946 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.00176 sec., 543181.8181818181 rows/sec., 36.09 MiB/sec. | ||
| 6254 | 2024.12.14 01:07:03.586998 [ 257 ] {08d40986-8ba6-4104-879e-8eb81defbbf5} <Debug> TCPHandler: Processed in 0.001955576 sec. | ||
| 6255 | 2024.12.14 01:07:03.587142 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6256 | 2024.12.14 01:07:03.587279 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6257 | 2024.12.14 01:07:03.587340 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6258 | 2024.12.14 01:07:03.587861 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6259 | 2024.12.14 01:07:03.587897 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6260 | 2024.12.14 01:07:03.588256 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6261 | 2024.12.14 01:07:03.588511 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2024.12.14 01:07:03.588695 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. | ||
| 6263 | 2024.12.14 01:07:03.588747 [ 4 ] {0c4c5d34-cc85-4a25-8489-82320a10c9aa} <Debug> TCPHandler: Processed in 0.001668718 sec. | ||
| 6264 | 2024.12.14 01:07:03.588891 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6265 | 2024.12.14 01:07:03.589025 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6266 | 2024.12.14 01:07:03.589115 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6267 | 2024.12.14 01:07:03.590364 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6268 | 2024.12.14 01:07:03.590402 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6269 | 2024.12.14 01:07:03.591035 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6270 | 2024.12.14 01:07:03.591292 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6271 | 2024.12.14 01:07:03.591456 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6272 | 2024.12.14 01:07:03.591522 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2024.12.14 01:07:03.591550 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6274 | 2024.12.14 01:07:03.591566 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002564 sec., 15990.639625585025 rows/sec., 28.65 MiB/sec. | ||
| 6275 | 2024.12.14 01:07:03.592078 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 6276 | 2024.12.14 01:07:03.592795 [ 257 ] {2551ddb8-ed7b-4e38-b36b-b2e7aa31b34f} <Debug> TCPHandler: Processed in 0.003966125 sec. | ||
| 6277 | 2024.12.14 01:07:03.593079 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6278 | 2024.12.14 01:07:03.593267 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6279 | 2024.12.14 01:07:03.593348 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6280 | 2024.12.14 01:07:03.593391 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 524 rows starting from the beginning of the part | ||
| 6281 | 2024.12.14 01:07:03.593458 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6282 | 2024.12.14 01:07:03.594206 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part | ||
| 6283 | 2024.12.14 01:07:03.594929 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part | ||
| 6284 | 2024.12.14 01:07:03.595671 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part | ||
| 6285 | 2024.12.14 01:07:03.595721 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6286 | 2024.12.14 01:07:03.595784 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6287 | 2024.12.14 01:07:03.596236 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part | ||
| 6288 | 2024.12.14 01:07:03.596911 [ 202 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part | ||
| 6289 | 2024.12.14 01:07:03.597092 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6290 | 2024.12.14 01:07:03.597897 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2024.12.14 01:07:03.598471 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005174 sec., 6571.318129107074 rows/sec., 390.51 KiB/sec. | ||
| 6292 | 2024.12.14 01:07:03.598698 [ 4 ] {05a14ebf-3fd2-4d5f-95a2-344598b0f790} <Debug> TCPHandler: Processed in 0.005777218 sec. | ||
| 6293 | 2024.12.14 01:07:03.605684 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 729 rows, containing 19 columns (19 merged, 0 gathered) in 0.014058647 sec., 51854.207591953906 rows/sec., 92.92 MiB/sec. | ||
| 6294 | 2024.12.14 01:07:03.606354 [ 210 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6295 | 2024.12.14 01:07:03.606726 [ 210 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6296 | 2024.12.14 01:07:03.606801 [ 210 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6297 | 2024.12.14 01:07:03.606901 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. | ||
| 6298 | 2024.12.14 01:07:04.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.05 MiB, peak 206.75 MiB, free memory in arenas 0.00 B, will set to 200.73 MiB (RSS), difference: 1.68 MiB | ||
| 6299 | 2024.12.14 01:07:07.678479 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 896 | ||
| 6300 | 2024.12.14 01:07:07.682049 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6301 | 2024.12.14 01:07:07.682113 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6302 | 2024.12.14 01:07:07.683706 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6303 | 2024.12.14 01:07:07.684048 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6304 | 2024.12.14 01:07:07.684765 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 896 | ||
| 6305 | 2024.12.14 01:07:07.796983 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6306 | 2024.12.14 01:07:07.797190 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6307 | 2024.12.14 01:07:07.797269 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6308 | 2024.12.14 01:07:07.798096 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6309 | 2024.12.14 01:07:07.798147 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6310 | 2024.12.14 01:07:07.798590 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6311 | 2024.12.14 01:07:07.798850 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2024.12.14 01:07:07.799103 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.18 MiB/sec. | ||
| 6313 | 2024.12.14 01:07:07.799163 [ 257 ] {d9593d9b-db69-4738-8584-77168b787e74} <Debug> TCPHandler: Processed in 0.002335967 sec. | ||
| 6314 | 2024.12.14 01:07:07.799390 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6315 | 2024.12.14 01:07:07.799570 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6316 | 2024.12.14 01:07:07.799638 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6317 | 2024.12.14 01:07:07.800369 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6318 | 2024.12.14 01:07:07.800413 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6319 | 2024.12.14 01:07:07.800839 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6320 | 2024.12.14 01:07:07.801100 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2024.12.14 01:07:07.801331 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001813 sec., 35300.60672917816 rows/sec., 2.76 MiB/sec. | ||
| 6322 | 2024.12.14 01:07:07.801388 [ 4 ] {0ea4ae9e-7089-4274-8d56-f72f30781e57} <Debug> TCPHandler: Processed in 0.002122492 sec. | ||
| 6323 | 2024.12.14 01:07:07.801583 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6324 | 2024.12.14 01:07:07.801804 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6325 | 2024.12.14 01:07:07.801902 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6326 | 2024.12.14 01:07:07.802465 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6327 | 2024.12.14 01:07:07.802506 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6328 | 2024.12.14 01:07:07.802910 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6329 | 2024.12.14 01:07:07.803150 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6330 | 2024.12.14 01:07:07.803407 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001652 sec., 77481.8401937046 rows/sec., 5.40 MiB/sec. | ||
| 6331 | 2024.12.14 01:07:07.803568 [ 257 ] {133ffded-8290-4912-a664-190278d5f762} <Debug> TCPHandler: Processed in 0.002087191 sec. | ||
| 6332 | 2024.12.14 01:07:07.803807 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6333 | 2024.12.14 01:07:07.803980 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6334 | 2024.12.14 01:07:07.804042 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6335 | 2024.12.14 01:07:07.804639 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6336 | 2024.12.14 01:07:07.804686 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6337 | 2024.12.14 01:07:07.805101 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6338 | 2024.12.14 01:07:07.805346 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6339 | 2024.12.14 01:07:07.805574 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001625 sec., 29538.46153846154 rows/sec., 1.99 MiB/sec. | ||
| 6340 | 2024.12.14 01:07:07.805650 [ 4 ] {3f2de5cb-1f2c-49d1-a9ab-2e46bd228cdf} <Debug> TCPHandler: Processed in 0.001983017 sec. | ||
| 6341 | 2024.12.14 01:07:10.094187 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6342 | 2024.12.14 01:07:10.095196 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2024.12.14 01:07:10.095233 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6344 | 2024.12.14 01:07:10.095756 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6345 | 2024.12.14 01:07:10.096019 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2024.12.14 01:07:10.096183 [ 122 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6347 | 2024.12.14 01:07:10.096224 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6348 | 2024.12.14 01:07:10.096244 [ 122 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2024.12.14 01:07:10.096271 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6350 | 2024.12.14 01:07:10.096597 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 6351 | 2024.12.14 01:07:10.096932 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6352 | 2024.12.14 01:07:10.097003 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 6353 | 2024.12.14 01:07:10.097094 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 6354 | 2024.12.14 01:07:10.097195 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 6355 | 2024.12.14 01:07:10.097468 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 6356 | 2024.12.14 01:07:10.097717 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 6357 | 2024.12.14 01:07:10.097860 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 6358 | 2024.12.14 01:07:10.100206 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003843561 sec., 3713743.5830991105 rows/sec., 53.13 MiB/sec. | ||
| 6359 | 2024.12.14 01:07:10.100702 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6360 | 2024.12.14 01:07:10.101098 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_31_6} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2024.12.14 01:07:10.101203 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_31_6} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6362 | 2024.12.14 01:07:10.101328 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6363 | 2024.12.14 01:07:11.069940 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6364 | 2024.12.14 01:07:11.091692 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6365 | 2024.12.14 01:07:11.091759 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6366 | 2024.12.14 01:07:11.099357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6367 | 2024.12.14 01:07:11.100150 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6368 | 2024.12.14 01:07:11.100557 [ 121 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6369 | 2024.12.14 01:07:11.100706 [ 121 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2024.12.14 01:07:11.100796 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6371 | 2024.12.14 01:07:11.101071 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 6372 | 2024.12.14 01:07:11.109892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6373 | 2024.12.14 01:07:11.111194 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6374 | 2024.12.14 01:07:11.112573 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 6375 | 2024.12.14 01:07:11.117436 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 6376 | 2024.12.14 01:07:11.122496 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6377 | 2024.12.14 01:07:11.127729 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6378 | 2024.12.14 01:07:11.133546 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 6379 | 2024.12.14 01:07:11.138081 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 6380 | 2024.12.14 01:07:11.197251 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.096317397 sec., 2429.4676485079844 rows/sec., 12.56 MiB/sec. | ||
| 6381 | 2024.12.14 01:07:11.199836 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6382 | 2024.12.14 01:07:11.202671 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_31_6} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2024.12.14 01:07:11.202795 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_31_6} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6384 | 2024.12.14 01:07:11.205119 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6385 | 2024.12.14 01:07:12.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.01 MiB, peak 212.55 MiB, free memory in arenas 0.00 B, will set to 203.58 MiB (RSS), difference: 1.57 MiB | ||
| 6386 | 2024.12.14 01:07:12.798307 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6387 | 2024.12.14 01:07:12.798488 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6388 | 2024.12.14 01:07:12.798558 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6389 | 2024.12.14 01:07:12.799302 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6390 | 2024.12.14 01:07:12.799350 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6391 | 2024.12.14 01:07:12.799783 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6392 | 2024.12.14 01:07:12.800047 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6393 | 2024.12.14 01:07:12.800221 [ 118 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6394 | 2024.12.14 01:07:12.800270 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001829 sec., 30617.823947512305 rows/sec., 2.35 MiB/sec. | ||
| 6395 | 2024.12.14 01:07:12.800273 [ 118 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2024.12.14 01:07:12.800325 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6397 | 2024.12.14 01:07:12.800361 [ 257 ] {6aef3252-ef38-4cdf-a263-f084eb9bb5d5} <Debug> TCPHandler: Processed in 0.002173013 sec. | ||
| 6398 | 2024.12.14 01:07:12.800643 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 6399 | 2024.12.14 01:07:12.800704 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6400 | 2024.12.14 01:07:12.801116 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6401 | 2024.12.14 01:07:12.801204 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6402 | 2024.12.14 01:07:12.801251 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1434 rows starting from the beginning of the part | ||
| 6403 | 2024.12.14 01:07:12.801411 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6404 | 2024.12.14 01:07:12.801737 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 285 rows starting from the beginning of the part | ||
| 6405 | 2024.12.14 01:07:12.802188 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 6406 | 2024.12.14 01:07:12.802599 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1426 rows starting from the beginning of the part | ||
| 6407 | 2024.12.14 01:07:12.802983 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6408 | 2024.12.14 01:07:12.803286 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6409 | 2024.12.14 01:07:12.804863 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6410 | 2024.12.14 01:07:12.804932 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6411 | 2024.12.14 01:07:12.806047 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6412 | 2024.12.14 01:07:12.806348 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6413 | 2024.12.14 01:07:12.806536 [ 118 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6414 | 2024.12.14 01:07:12.806636 [ 118 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6415 | 2024.12.14 01:07:12.806683 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6416 | 2024.12.14 01:07:12.806776 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005735 sec., 11159.546643417612 rows/sec., 891.93 KiB/sec. | ||
| 6417 | 2024.12.14 01:07:12.807169 [ 4 ] {a7f86e72-19f8-4737-8ef9-570fa4cb6472} <Debug> TCPHandler: Processed in 0.006690524 sec. | ||
| 6418 | 2024.12.14 01:07:12.807442 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6419 | 2024.12.14 01:07:12.807602 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.007190008 sec., 460778.3468391134 rows/sec., 40.39 MiB/sec. | ||
| 6420 | 2024.12.14 01:07:12.807649 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 6421 | 2024.12.14 01:07:12.807707 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6422 | 2024.12.14 01:07:12.807837 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6423 | 2024.12.14 01:07:12.807899 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6424 | 2024.12.14 01:07:12.808165 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6425 | 2024.12.14 01:07:12.808290 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 6426 | 2024.12.14 01:07:12.808831 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 423 rows starting from the beginning of the part | ||
| 6427 | 2024.12.14 01:07:12.809112 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2024.12.14 01:07:12.809500 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_51_10} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6429 | 2024.12.14 01:07:12.809650 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 6430 | 2024.12.14 01:07:12.809758 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6431 | 2024.12.14 01:07:12.810019 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 881 rows starting from the beginning of the part | ||
| 6432 | 2024.12.14 01:07:12.810385 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6433 | 2024.12.14 01:07:12.810685 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6434 | 2024.12.14 01:07:12.811402 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2024.12.14 01:07:12.811461 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6436 | 2024.12.14 01:07:12.812440 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6437 | 2024.12.14 01:07:12.813029 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6438 | 2024.12.14 01:07:12.813279 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6439 | 2024.12.14 01:07:12.813330 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6440 | 2024.12.14 01:07:12.813357 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6441 | 2024.12.14 01:07:12.813367 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005713 sec., 28006.30141781901 rows/sec., 1.95 MiB/sec. | ||
| 6442 | 2024.12.14 01:07:12.813664 [ 257 ] {cb38952d-7ec5-4c15-828a-01a12aff3300} <Debug> TCPHandler: Processed in 0.006375304 sec. | ||
| 6443 | 2024.12.14 01:07:12.813829 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 6444 | 2024.12.14 01:07:12.813975 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6445 | 2024.12.14 01:07:12.814421 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6446 | 2024.12.14 01:07:12.814516 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.007659141 sec., 314787.25878006424 rows/sec., 24.14 MiB/sec. | ||
| 6447 | 2024.12.14 01:07:12.814524 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6448 | 2024.12.14 01:07:12.814565 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6449 | 2024.12.14 01:07:12.814660 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13903 rows starting from the beginning of the part | ||
| 6450 | 2024.12.14 01:07:12.815127 [ 199 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6451 | 2024.12.14 01:07:12.815218 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6452 | 2024.12.14 01:07:12.815726 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 6453 | 2024.12.14 01:07:12.816277 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 956 rows starting from the beginning of the part | ||
| 6454 | 2024.12.14 01:07:12.816913 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6455 | 2024.12.14 01:07:12.817158 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6456 | 2024.12.14 01:07:12.817448 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 6457 | 2024.12.14 01:07:12.817793 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_51_10} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6458 | 2024.12.14 01:07:12.818226 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6459 | 2024.12.14 01:07:12.818309 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2024.12.14 01:07:12.818383 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6461 | 2024.12.14 01:07:12.819175 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6462 | 2024.12.14 01:07:12.819555 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2024.12.14 01:07:12.819799 [ 118 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6464 | 2024.12.14 01:07:12.819904 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005623 sec., 10670.460608216254 rows/sec., 736.37 KiB/sec. | ||
| 6465 | 2024.12.14 01:07:12.819907 [ 118 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6466 | 2024.12.14 01:07:12.820095 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6467 | 2024.12.14 01:07:12.820168 [ 4 ] {5a0b2b93-5d0a-4bbe-96a7-3567d0fbee82} <Debug> TCPHandler: Processed in 0.006365974 sec. | ||
| 6468 | 2024.12.14 01:07:12.820562 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 6469 | 2024.12.14 01:07:12.820864 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6470 | 2024.12.14 01:07:12.820911 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2716 rows starting from the beginning of the part | ||
| 6471 | 2024.12.14 01:07:12.821207 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6472 | 2024.12.14 01:07:12.821589 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 6473 | 2024.12.14 01:07:12.821904 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6474 | 2024.12.14 01:07:12.822171 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6475 | 2024.12.14 01:07:12.822288 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 6476 | 2024.12.14 01:07:12.824543 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.004310665 sec., 695948.3049599075 rows/sec., 45.33 MiB/sec. | ||
| 6477 | 2024.12.14 01:07:12.824998 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6478 | 2024.12.14 01:07:12.825569 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6479 | 2024.12.14 01:07:12.825622 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15544 rows, containing 5 columns (5 merged, 0 gathered) in 0.012117061 sec., 1282819.323926817 rows/sec., 86.56 MiB/sec. | ||
| 6480 | 2024.12.14 01:07:12.825701 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_51_10} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6481 | 2024.12.14 01:07:12.825787 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6482 | 2024.12.14 01:07:12.826111 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6483 | 2024.12.14 01:07:12.826428 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6484 | 2024.12.14 01:07:12.826512 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6485 | 2024.12.14 01:07:12.826605 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 6486 | 2024.12.14 01:07:14.800453 [ 119 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6487 | 2024.12.14 01:07:14.800541 [ 119 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2024.12.14 01:07:14.800565 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6489 | 2024.12.14 01:07:14.800780 [ 202 ] {85f91299-a26b-4a35-a55a-e7679998f139::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 | ||
| 6490 | 2024.12.14 01:07:14.800958 [ 202 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6491 | 2024.12.14 01:07:14.800997 [ 202 ] {85f91299-a26b-4a35-a55a-e7679998f139::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 | ||
| 6492 | 2024.12.14 01:07:14.801085 [ 202 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 6493 | 2024.12.14 01:07:14.801321 [ 202 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 6494 | 2024.12.14 01:07:14.801579 [ 202 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 6495 | 2024.12.14 01:07:14.801725 [ 202 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 6496 | 2024.12.14 01:07:14.802887 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002245505 sec., 16922.696676248772 rows/sec., 1.41 MiB/sec. | ||
| 6497 | 2024.12.14 01:07:14.803011 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6498 | 2024.12.14 01:07:14.803301 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2024.12.14 01:07:14.803380 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_9_2} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6500 | 2024.12.14 01:07:14.803455 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6501 | 2024.12.14 01:07:14.994730 [ 119 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 6502 | 2024.12.14 01:07:14.994804 [ 119 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6503 | 2024.12.14 01:07:14.994832 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6504 | 2024.12.14 01:07:14.995125 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 6505 | 2024.12.14 01:07:14.995400 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6506 | 2024.12.14 01:07:14.995470 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 66 rows starting from the beginning of the part | ||
| 6507 | 2024.12.14 01:07:14.995682 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part | ||
| 6508 | 2024.12.14 01:07:14.995970 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 6509 | 2024.12.14 01:07:14.996102 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 6510 | 2024.12.14 01:07:14.996328 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 50 rows starting from the beginning of the part | ||
| 6511 | 2024.12.14 01:07:14.997453 [ 189 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002509702 sec., 85269.08772435931 rows/sec., 6.43 MiB/sec. | ||
| 6512 | 2024.12.14 01:07:14.997665 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 6513 | 2024.12.14 01:07:14.998003 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2024.12.14 01:07:14.998094 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_24_5} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 6515 | 2024.12.14 01:07:14.998194 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6516 | 2024.12.14 01:07:17.360707 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6517 | 2024.12.14 01:07:17.360788 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6518 | 2024.12.14 01:07:17.596363 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6519 | 2024.12.14 01:07:17.597230 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6520 | 2024.12.14 01:07:17.597288 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6521 | 2024.12.14 01:07:17.597987 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6522 | 2024.12.14 01:07:17.598336 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6523 | 2024.12.14 01:07:17.598599 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6524 | 2024.12.14 01:07:17.685021 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 912 | ||
| 6525 | 2024.12.14 01:07:17.687843 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2024.12.14 01:07:17.687905 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6527 | 2024.12.14 01:07:17.689454 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6528 | 2024.12.14 01:07:17.689800 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6529 | 2024.12.14 01:07:17.691227 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912 | ||
| 6530 | 2024.12.14 01:07:17.805238 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6531 | 2024.12.14 01:07:17.805478 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6532 | 2024.12.14 01:07:17.805557 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6533 | 2024.12.14 01:07:17.806404 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6534 | 2024.12.14 01:07:17.806448 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6535 | 2024.12.14 01:07:17.806889 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6536 | 2024.12.14 01:07:17.807145 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6537 | 2024.12.14 01:07:17.807407 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 6538 | 2024.12.14 01:07:17.807593 [ 257 ] {6a07acc7-baf0-46a7-b3b0-823f04de51a2} <Debug> TCPHandler: Processed in 0.002530123 sec. | ||
| 6539 | 2024.12.14 01:07:17.807911 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6540 | 2024.12.14 01:07:17.808097 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6541 | 2024.12.14 01:07:17.808168 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6542 | 2024.12.14 01:07:17.809100 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2024.12.14 01:07:17.809150 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6544 | 2024.12.14 01:07:17.809609 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6545 | 2024.12.14 01:07:17.809864 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6546 | 2024.12.14 01:07:17.810135 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002085 sec., 136690.64748201438 rows/sec., 12.08 MiB/sec. | ||
| 6547 | 2024.12.14 01:07:17.810345 [ 4 ] {c34ce3e5-10c6-4af2-b108-84152c27bb83} <Debug> TCPHandler: Processed in 0.002560544 sec. | ||
| 6548 | 2024.12.14 01:07:17.810641 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6549 | 2024.12.14 01:07:17.810867 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6550 | 2024.12.14 01:07:17.810963 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6551 | 2024.12.14 01:07:17.811742 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2024.12.14 01:07:17.811781 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6553 | 2024.12.14 01:07:17.812151 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6554 | 2024.12.14 01:07:17.812394 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2024.12.14 01:07:17.812611 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001804 sec., 26607.538802660754 rows/sec., 1.92 MiB/sec. | ||
| 6556 | 2024.12.14 01:07:17.812668 [ 257 ] {1a99d3d7-2891-4619-84b5-88c9382a99ee} <Debug> TCPHandler: Processed in 0.002203044 sec. | ||
| 6557 | 2024.12.14 01:07:17.812835 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6558 | 2024.12.14 01:07:17.812980 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6559 | 2024.12.14 01:07:17.813041 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6560 | 2024.12.14 01:07:17.813666 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6561 | 2024.12.14 01:07:17.813707 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6562 | 2024.12.14 01:07:17.814075 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6563 | 2024.12.14 01:07:17.814321 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6564 | 2024.12.14 01:07:17.814539 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec. | ||
| 6565 | 2024.12.14 01:07:17.814593 [ 4 ] {54b9bb6e-ae23-4677-bc09-c93324d4f474} <Debug> TCPHandler: Processed in 0.001828053 sec. | ||
| 6566 | 2024.12.14 01:07:17.814810 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2024.12.14 01:07:17.815027 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6568 | 2024.12.14 01:07:17.815117 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6569 | 2024.12.14 01:07:17.815767 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6570 | 2024.12.14 01:07:17.815806 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6571 | 2024.12.14 01:07:17.816168 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6572 | 2024.12.14 01:07:17.816406 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6573 | 2024.12.14 01:07:17.816668 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00169 sec., 7692.3076923076915 rows/sec., 479.61 KiB/sec. | ||
| 6574 | 2024.12.14 01:07:17.816837 [ 257 ] {1f6081ca-f4d1-4758-a458-e61619620b23} <Debug> TCPHandler: Processed in 0.002133532 sec. | ||
| 6575 | 2024.12.14 01:07:17.817031 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6576 | 2024.12.14 01:07:17.817176 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6577 | 2024.12.14 01:07:17.817234 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6578 | 2024.12.14 01:07:17.818037 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6579 | 2024.12.14 01:07:17.818080 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6580 | 2024.12.14 01:07:17.818488 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6581 | 2024.12.14 01:07:17.818740 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2024.12.14 01:07:17.818946 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001802 sec., 234739.17869034407 rows/sec., 16.78 MiB/sec. | ||
| 6583 | 2024.12.14 01:07:17.819001 [ 4 ] {a81aa543-73ba-4437-9055-d3424c03e197} <Debug> TCPHandler: Processed in 0.00205605 sec. | ||
| 6584 | 2024.12.14 01:07:17.819151 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6585 | 2024.12.14 01:07:17.819283 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6586 | 2024.12.14 01:07:17.819375 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6587 | 2024.12.14 01:07:17.820257 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6588 | 2024.12.14 01:07:17.820316 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6589 | 2024.12.14 01:07:17.820678 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6590 | 2024.12.14 01:07:17.820917 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6591 | 2024.12.14 01:07:17.821132 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001891 sec., 3172.9243786356424 rows/sec., 165.77 KiB/sec. | ||
| 6592 | 2024.12.14 01:07:17.821184 [ 257 ] {9aacd7d2-7541-4c14-a464-8c285871a93b} <Debug> TCPHandler: Processed in 0.002089101 sec. | ||
| 6593 | 2024.12.14 01:07:17.821358 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6594 | 2024.12.14 01:07:17.821498 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6595 | 2024.12.14 01:07:17.821560 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6596 | 2024.12.14 01:07:17.822246 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6597 | 2024.12.14 01:07:17.822287 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6598 | 2024.12.14 01:07:17.822705 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6599 | 2024.12.14 01:07:17.822956 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6600 | 2024.12.14 01:07:17.823163 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001696 sec., 139740.56603773584 rows/sec., 9.37 MiB/sec. | ||
| 6601 | 2024.12.14 01:07:17.823219 [ 4 ] {b78801d8-fe75-40fb-8a6f-52ba3b6b1170} <Debug> TCPHandler: Processed in 0.001926436 sec. | ||
| 6602 | 2024.12.14 01:07:17.823371 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6603 | 2024.12.14 01:07:17.823506 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6604 | 2024.12.14 01:07:17.823566 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6605 | 2024.12.14 01:07:17.824119 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6606 | 2024.12.14 01:07:17.824165 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6607 | 2024.12.14 01:07:17.824535 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6608 | 2024.12.14 01:07:17.824770 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6609 | 2024.12.14 01:07:17.824984 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec. | ||
| 6610 | 2024.12.14 01:07:17.825037 [ 257 ] {ab85eba9-6d7a-4d41-b259-0e3b6c43a871} <Debug> TCPHandler: Processed in 0.00173097 sec. | ||
| 6611 | 2024.12.14 01:07:17.825175 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6612 | 2024.12.14 01:07:17.825302 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6613 | 2024.12.14 01:07:17.825394 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6614 | 2024.12.14 01:07:17.826675 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6615 | 2024.12.14 01:07:17.826715 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6616 | 2024.12.14 01:07:17.827383 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6617 | 2024.12.14 01:07:17.827648 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6618 | 2024.12.14 01:07:17.827897 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002627 sec., 15607.156452226875 rows/sec., 27.97 MiB/sec. | ||
| 6619 | 2024.12.14 01:07:17.827994 [ 4 ] {defc563c-d794-4ff0-80a8-abc9fbad78be} <Debug> TCPHandler: Processed in 0.002871923 sec. | ||
| 6620 | 2024.12.14 01:07:17.828194 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6621 | 2024.12.14 01:07:17.828411 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6622 | 2024.12.14 01:07:17.828504 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6623 | 2024.12.14 01:07:17.829358 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6624 | 2024.12.14 01:07:17.829397 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6625 | 2024.12.14 01:07:17.829777 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6626 | 2024.12.14 01:07:17.830015 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6627 | 2024.12.14 01:07:17.830233 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001876 sec., 43710.02132196162 rows/sec., 2.78 MiB/sec. | ||
| 6628 | 2024.12.14 01:07:17.830287 [ 257 ] {95cac272-e224-48d6-8fda-7a0adcbe1bf9} <Debug> TCPHandler: Processed in 0.002202153 sec. | ||
| 6629 | 2024.12.14 01:07:18.001538 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00105376 sec. | ||
| 6630 | 2024.12.14 01:07:18.609943 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6631 | 2024.12.14 01:07:18.629242 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2024.12.14 01:07:18.629309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6633 | 2024.12.14 01:07:18.636427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6634 | 2024.12.14 01:07:18.637185 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2024.12.14 01:07:18.639924 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6636 | 2024.12.14 01:07:22.798013 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6637 | 2024.12.14 01:07:22.798215 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6638 | 2024.12.14 01:07:22.798289 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6639 | 2024.12.14 01:07:22.799067 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6640 | 2024.12.14 01:07:22.799120 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6641 | 2024.12.14 01:07:22.799555 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6642 | 2024.12.14 01:07:22.799824 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6643 | 2024.12.14 01:07:22.800107 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec. | ||
| 6644 | 2024.12.14 01:07:22.800222 [ 257 ] {dc5c43ef-4e63-4e1b-b772-f75d6328a9b9} <Debug> TCPHandler: Processed in 0.002332717 sec. | ||
| 6645 | 2024.12.14 01:07:22.800505 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6646 | 2024.12.14 01:07:22.800694 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6647 | 2024.12.14 01:07:22.800769 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6648 | 2024.12.14 01:07:22.801544 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2024.12.14 01:07:22.801588 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6650 | 2024.12.14 01:07:22.802033 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6651 | 2024.12.14 01:07:22.802290 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6652 | 2024.12.14 01:07:22.802530 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001889 sec., 33880.359978824774 rows/sec., 2.64 MiB/sec. | ||
| 6653 | 2024.12.14 01:07:22.802591 [ 4 ] {04efd95f-7d3a-4b19-b6ff-710cb4d23fa7} <Debug> TCPHandler: Processed in 0.002237535 sec. | ||
| 6654 | 2024.12.14 01:07:22.802761 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6655 | 2024.12.14 01:07:22.802886 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6656 | 2024.12.14 01:07:22.802944 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6657 | 2024.12.14 01:07:22.803552 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2024.12.14 01:07:22.803600 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6659 | 2024.12.14 01:07:22.804016 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6660 | 2024.12.14 01:07:22.804263 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2024.12.14 01:07:22.804488 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. | ||
| 6662 | 2024.12.14 01:07:22.804548 [ 257 ] {d043e3c4-1912-4361-8a98-92426c5d4642} <Debug> TCPHandler: Processed in 0.001848243 sec. | ||
| 6663 | 2024.12.14 01:07:22.804732 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6664 | 2024.12.14 01:07:22.804859 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6665 | 2024.12.14 01:07:22.804915 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6666 | 2024.12.14 01:07:22.805428 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6667 | 2024.12.14 01:07:22.805468 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 6668 | 2024.12.14 01:07:22.805860 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6669 | 2024.12.14 01:07:22.806110 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6670 | 2024.12.14 01:07:22.806328 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 6671 | 2024.12.14 01:07:22.806383 [ 4 ] {aba29dbf-ef9e-4e5a-8742-366e69fda1bc} <Debug> TCPHandler: Processed in 0.00171203 sec. | ||
| 6672 | 2024.12.14 01:07:25.098706 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6673 | 2024.12.14 01:07:25.099489 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2024.12.14 01:07:25.099545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6675 | 2024.12.14 01:07:25.100094 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6676 | 2024.12.14 01:07:25.100360 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2024.12.14 01:07:25.100601 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6678 | 2024.12.14 01:07:26.139976 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6679 | 2024.12.14 01:07:26.159492 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2024.12.14 01:07:26.159554 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6681 | 2024.12.14 01:07:26.166747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6682 | 2024.12.14 01:07:26.167513 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.12.14 01:07:26.171623 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6684 | 2024.12.14 01:07:27.691353 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 942 | ||
| 6685 | 2024.12.14 01:07:27.694472 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6686 | 2024.12.14 01:07:27.694536 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6687 | 2024.12.14 01:07:27.696077 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6688 | 2024.12.14 01:07:27.696408 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6689 | 2024.12.14 01:07:27.697869 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 942 | ||
| 6690 | 2024.12.14 01:07:27.806047 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6691 | 2024.12.14 01:07:27.806229 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6692 | 2024.12.14 01:07:27.806298 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6693 | 2024.12.14 01:07:27.807038 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6694 | 2024.12.14 01:07:27.807082 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6695 | 2024.12.14 01:07:27.807514 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6696 | 2024.12.14 01:07:27.807776 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6697 | 2024.12.14 01:07:27.808047 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 6698 | 2024.12.14 01:07:27.808260 [ 257 ] {a32dab19-4728-40ae-8113-f7bb57a4567a} <Debug> TCPHandler: Processed in 0.002329447 sec. | ||
| 6699 | 2024.12.14 01:07:27.808517 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6700 | 2024.12.14 01:07:27.808698 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6701 | 2024.12.14 01:07:27.808763 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6702 | 2024.12.14 01:07:27.809610 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6703 | 2024.12.14 01:07:27.809652 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6704 | 2024.12.14 01:07:27.810095 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6705 | 2024.12.14 01:07:27.810338 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6706 | 2024.12.14 01:07:27.810579 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001926 sec., 147975.07788161995 rows/sec., 13.08 MiB/sec. | ||
| 6707 | 2024.12.14 01:07:27.810688 [ 4 ] {5da00be6-9f83-4b90-9314-0e3147168cc2} <Debug> TCPHandler: Processed in 0.002295627 sec. | ||
| 6708 | 2024.12.14 01:07:27.810892 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6709 | 2024.12.14 01:07:27.811029 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6710 | 2024.12.14 01:07:27.811087 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6711 | 2024.12.14 01:07:27.811767 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6712 | 2024.12.14 01:07:27.811807 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6713 | 2024.12.14 01:07:27.812179 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6714 | 2024.12.14 01:07:27.812422 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6715 | 2024.12.14 01:07:27.812637 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00164 sec., 29268.29268292683 rows/sec., 2.11 MiB/sec. | ||
| 6716 | 2024.12.14 01:07:27.812691 [ 257 ] {d8ef0314-251b-4baf-9aec-eaa2d8a4d03c} <Debug> TCPHandler: Processed in 0.001897164 sec. | ||
| 6717 | 2024.12.14 01:07:27.812830 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6718 | 2024.12.14 01:07:27.812945 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6719 | 2024.12.14 01:07:27.812992 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6720 | 2024.12.14 01:07:27.813554 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6721 | 2024.12.14 01:07:27.813614 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6722 | 2024.12.14 01:07:27.814009 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6723 | 2024.12.14 01:07:27.814251 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6724 | 2024.12.14 01:07:27.814466 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 6725 | 2024.12.14 01:07:27.814520 [ 4 ] {4d6b1f0d-e742-46df-b3c9-acf137ac425e} <Debug> TCPHandler: Processed in 0.00174297 sec. | ||
| 6726 | 2024.12.14 01:07:27.814656 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6727 | 2024.12.14 01:07:27.814793 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6728 | 2024.12.14 01:07:27.814851 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6729 | 2024.12.14 01:07:27.815533 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2024.12.14 01:07:27.815581 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6731 | 2024.12.14 01:07:27.815950 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6732 | 2024.12.14 01:07:27.816198 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6733 | 2024.12.14 01:07:27.816433 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001666 sec., 7803.1212484994 rows/sec., 486.52 KiB/sec. | ||
| 6734 | 2024.12.14 01:07:27.816637 [ 257 ] {4fc29e19-61a3-4385-9ff9-522e493c825d} <Debug> TCPHandler: Processed in 0.002039228 sec. | ||
| 6735 | 2024.12.14 01:07:27.816821 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6736 | 2024.12.14 01:07:27.816955 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6737 | 2024.12.14 01:07:27.817010 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6738 | 2024.12.14 01:07:27.817806 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6739 | 2024.12.14 01:07:27.817844 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6740 | 2024.12.14 01:07:27.818232 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6741 | 2024.12.14 01:07:27.818473 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2024.12.14 01:07:27.818651 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001726 sec., 245075.31865585168 rows/sec., 17.52 MiB/sec. | ||
| 6743 | 2024.12.14 01:07:27.818704 [ 4 ] {2305a6a2-88e3-4795-85dd-f0ad2d7ea557} <Debug> TCPHandler: Processed in 0.001962157 sec. | ||
| 6744 | 2024.12.14 01:07:27.818898 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6745 | 2024.12.14 01:07:27.819118 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6746 | 2024.12.14 01:07:27.819213 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6747 | 2024.12.14 01:07:27.819895 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2024.12.14 01:07:27.819933 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6749 | 2024.12.14 01:07:27.820302 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6750 | 2024.12.14 01:07:27.820553 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2024.12.14 01:07:27.820800 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001736 sec., 3456.221198156682 rows/sec., 180.57 KiB/sec. | ||
| 6752 | 2024.12.14 01:07:27.821004 [ 257 ] {1df5786b-eb25-4f5e-89a0-6b5cde11bea4} <Debug> TCPHandler: Processed in 0.002212264 sec. | ||
| 6753 | 2024.12.14 01:07:27.821160 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6754 | 2024.12.14 01:07:27.821299 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6755 | 2024.12.14 01:07:27.821371 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6756 | 2024.12.14 01:07:27.821972 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2024.12.14 01:07:27.822009 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6758 | 2024.12.14 01:07:27.822414 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6759 | 2024.12.14 01:07:27.822679 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2024.12.14 01:07:27.822858 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001592 sec., 148869.34673366832 rows/sec., 9.98 MiB/sec. | ||
| 6761 | 2024.12.14 01:07:27.822909 [ 4 ] {3feb783a-dab6-4fc3-87d6-3f5597484155} <Debug> TCPHandler: Processed in 0.001817042 sec. | ||
| 6762 | 2024.12.14 01:07:27.823045 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6763 | 2024.12.14 01:07:27.823162 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6764 | 2024.12.14 01:07:27.823215 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6765 | 2024.12.14 01:07:27.823688 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6766 | 2024.12.14 01:07:27.823728 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6767 | 2024.12.14 01:07:27.824096 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6768 | 2024.12.14 01:07:27.824333 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6769 | 2024.12.14 01:07:27.824490 [ 104 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6770 | 2024.12.14 01:07:27.824554 [ 104 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2024.12.14 01:07:27.824580 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 6772 | 2024.12.14 01:07:27.824594 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6773 | 2024.12.14 01:07:27.824712 [ 257 ] {9e158d28-d206-4b31-826d-f8baf8c0cbf5} <Debug> TCPHandler: Processed in 0.00172668 sec. | ||
| 6774 | 2024.12.14 01:07:27.824920 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 6775 | 2024.12.14 01:07:27.824928 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6776 | 2024.12.14 01:07:27.825252 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6777 | 2024.12.14 01:07:27.825262 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6778 | 2024.12.14 01:07:27.825372 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 6779 | 2024.12.14 01:07:27.825449 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6780 | 2024.12.14 01:07:27.825698 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6781 | 2024.12.14 01:07:27.826183 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6782 | 2024.12.14 01:07:27.826525 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6783 | 2024.12.14 01:07:27.826875 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 6784 | 2024.12.14 01:07:27.827241 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 6785 | 2024.12.14 01:07:27.831055 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.006319163 sec., 3639.7225392033724 rows/sec., 245.25 KiB/sec. | ||
| 6786 | 2024.12.14 01:07:27.831272 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6787 | 2024.12.14 01:07:27.831504 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6788 | 2024.12.14 01:07:27.831570 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6789 | 2024.12.14 01:07:27.831920 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6790 | 2024.12.14 01:07:27.832076 [ 189 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_23_5} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6791 | 2024.12.14 01:07:27.832245 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6792 | 2024.12.14 01:07:27.832709 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6793 | 2024.12.14 01:07:27.832987 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6794 | 2024.12.14 01:07:27.833237 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008079 sec., 5074.885505631885 rows/sec., 9.09 MiB/sec. | ||
| 6795 | 2024.12.14 01:07:27.833431 [ 4 ] {6c03ce14-3db2-4de3-982c-6aae8bbb148f} <Debug> TCPHandler: Processed in 0.00862433 sec. | ||
| 6796 | 2024.12.14 01:07:27.833646 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6797 | 2024.12.14 01:07:27.833865 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6798 | 2024.12.14 01:07:27.833958 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6799 | 2024.12.14 01:07:27.834757 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6800 | 2024.12.14 01:07:27.834797 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6801 | 2024.12.14 01:07:27.835167 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6802 | 2024.12.14 01:07:27.835411 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6803 | 2024.12.14 01:07:27.835663 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00184 sec., 44565.217391304344 rows/sec., 2.83 MiB/sec. | ||
| 6804 | 2024.12.14 01:07:27.835721 [ 257 ] {0ed3f828-c320-4904-bbce-47a84f14d8fc} <Debug> TCPHandler: Processed in 0.002189554 sec. | ||
| 6805 | 2024.12.14 01:07:32.360840 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6806 | 2024.12.14 01:07:32.360908 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6807 | 2024.12.14 01:07:32.600713 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6808 | 2024.12.14 01:07:32.601448 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6809 | 2024.12.14 01:07:32.601501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6810 | 2024.12.14 01:07:32.602059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6811 | 2024.12.14 01:07:32.602330 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6812 | 2024.12.14 01:07:32.602586 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6813 | 2024.12.14 01:07:32.798552 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6814 | 2024.12.14 01:07:32.798816 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6815 | 2024.12.14 01:07:32.798893 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6816 | 2024.12.14 01:07:32.799538 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6817 | 2024.12.14 01:07:32.799580 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6818 | 2024.12.14 01:07:32.799976 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6819 | 2024.12.14 01:07:32.800236 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6820 | 2024.12.14 01:07:32.800495 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.46 MiB/sec. | ||
| 6821 | 2024.12.14 01:07:32.800584 [ 257 ] {ec756a38-cd0b-47b9-bc48-578ef5b4182d} <Debug> TCPHandler: Processed in 0.002201424 sec. | ||
| 6822 | 2024.12.14 01:07:32.800881 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6823 | 2024.12.14 01:07:32.801071 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6824 | 2024.12.14 01:07:32.801144 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6825 | 2024.12.14 01:07:32.801977 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6826 | 2024.12.14 01:07:32.802025 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6827 | 2024.12.14 01:07:32.802471 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6828 | 2024.12.14 01:07:32.802735 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6829 | 2024.12.14 01:07:32.803025 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002 sec., 32000 rows/sec., 2.50 MiB/sec. | ||
| 6830 | 2024.12.14 01:07:32.803238 [ 4 ] {68d9147c-16d5-46a3-a2bd-3e7f545fbb63} <Debug> TCPHandler: Processed in 0.002544974 sec. | ||
| 6831 | 2024.12.14 01:07:32.803495 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6832 | 2024.12.14 01:07:32.803654 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6833 | 2024.12.14 01:07:32.803719 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6834 | 2024.12.14 01:07:32.804325 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6835 | 2024.12.14 01:07:32.804366 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6836 | 2024.12.14 01:07:32.804767 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6837 | 2024.12.14 01:07:32.805025 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6838 | 2024.12.14 01:07:32.805279 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001656 sec., 96618.35748792271 rows/sec., 6.73 MiB/sec. | ||
| 6839 | 2024.12.14 01:07:32.805377 [ 257 ] {7819e8ab-959c-4d74-bb90-95dab47feecb} <Debug> TCPHandler: Processed in 0.002009988 sec. | ||
| 6840 | 2024.12.14 01:07:32.805645 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6841 | 2024.12.14 01:07:32.805811 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6842 | 2024.12.14 01:07:32.805870 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6843 | 2024.12.14 01:07:32.806392 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6844 | 2024.12.14 01:07:32.806431 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6845 | 2024.12.14 01:07:32.806826 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6846 | 2024.12.14 01:07:32.807081 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6847 | 2024.12.14 01:07:32.807297 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec. | ||
| 6848 | 2024.12.14 01:07:32.807352 [ 4 ] {2b93c318-45c2-4d39-a35c-5311ff3c9c7f} <Debug> TCPHandler: Processed in 0.001855054 sec. | ||
| 6849 | 2024.12.14 01:07:33.546284 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6850 | 2024.12.14 01:07:33.546490 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6851 | 2024.12.14 01:07:33.546570 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6852 | 2024.12.14 01:07:33.547382 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6853 | 2024.12.14 01:07:33.547428 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6854 | 2024.12.14 01:07:33.547868 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6855 | 2024.12.14 01:07:33.548128 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6856 | 2024.12.14 01:07:33.548341 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 6857 | 2024.12.14 01:07:33.548407 [ 257 ] {11a0405c-8955-45d4-9654-e37c17b5169e} <Debug> TCPHandler: Processed in 0.002259565 sec. | ||
| 6858 | 2024.12.14 01:07:33.548687 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6859 | 2024.12.14 01:07:33.548897 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6860 | 2024.12.14 01:07:33.548980 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6861 | 2024.12.14 01:07:33.549827 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6862 | 2024.12.14 01:07:33.549882 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6863 | 2024.12.14 01:07:33.550297 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6864 | 2024.12.14 01:07:33.550545 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6865 | 2024.12.14 01:07:33.550831 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 575.98 KiB/sec. | ||
| 6866 | 2024.12.14 01:07:33.551081 [ 4 ] {21445cc2-6775-40f9-b15d-fa06ef71be39} <Debug> TCPHandler: Processed in 0.002533804 sec. | ||
| 6867 | 2024.12.14 01:07:33.551251 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6868 | 2024.12.14 01:07:33.551394 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6869 | 2024.12.14 01:07:33.551455 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6870 | 2024.12.14 01:07:33.552817 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6871 | 2024.12.14 01:07:33.552856 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6872 | 2024.12.14 01:07:33.553317 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6873 | 2024.12.14 01:07:33.553575 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6874 | 2024.12.14 01:07:33.553728 [ 98 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6875 | 2024.12.14 01:07:33.553775 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002414 sec., 593206.2966031483 rows/sec., 49.70 MiB/sec. | ||
| 6876 | 2024.12.14 01:07:33.553779 [ 98 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6877 | 2024.12.14 01:07:33.553829 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6878 | 2024.12.14 01:07:33.553855 [ 257 ] {9ffe7894-c0a2-449a-a2df-461e08f5eb2b} <Debug> TCPHandler: Processed in 0.002669827 sec. | ||
| 6879 | 2024.12.14 01:07:33.554047 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6880 | 2024.12.14 01:07:33.554057 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 6881 | 2024.12.14 01:07:33.554272 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6882 | 2024.12.14 01:07:33.554354 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6883 | 2024.12.14 01:07:33.554385 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6884 | 2024.12.14 01:07:33.554433 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1434 rows starting from the beginning of the part | ||
| 6885 | 2024.12.14 01:07:33.554805 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 285 rows starting from the beginning of the part | ||
| 6886 | 2024.12.14 01:07:33.555135 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 6887 | 2024.12.14 01:07:33.555488 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 285 rows starting from the beginning of the part | ||
| 6888 | 2024.12.14 01:07:33.555889 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 6889 | 2024.12.14 01:07:33.556281 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1432 rows starting from the beginning of the part | ||
| 6890 | 2024.12.14 01:07:33.557528 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6891 | 2024.12.14 01:07:33.557589 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6892 | 2024.12.14 01:07:33.558514 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6893 | 2024.12.14 01:07:33.558952 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2024.12.14 01:07:33.559302 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.005104 sec., 12147.335423197492 rows/sec., 884.91 KiB/sec. | ||
| 6895 | 2024.12.14 01:07:33.559664 [ 4 ] {994eaad0-9ff3-4edd-b4d0-59c2a8ecf8d9} <Debug> TCPHandler: Processed in 0.005688395 sec. | ||
| 6896 | 2024.12.14 01:07:33.560121 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6897 | 2024.12.14 01:07:33.560356 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006411706 sec., 553362.8647352202 rows/sec., 48.76 MiB/sec. | ||
| 6898 | 2024.12.14 01:07:33.560422 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6899 | 2024.12.14 01:07:33.560494 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6900 | 2024.12.14 01:07:33.560652 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6901 | 2024.12.14 01:07:33.561227 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2024.12.14 01:07:33.561359 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_56_11} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6903 | 2024.12.14 01:07:33.561500 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 6904 | 2024.12.14 01:07:33.561782 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6905 | 2024.12.14 01:07:33.561827 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6906 | 2024.12.14 01:07:33.562210 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6907 | 2024.12.14 01:07:33.562474 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6908 | 2024.12.14 01:07:33.562701 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002343 sec., 103286.38497652582 rows/sec., 7.00 MiB/sec. | ||
| 6909 | 2024.12.14 01:07:33.562901 [ 257 ] {b96b971c-9c12-497e-84bc-a8acd4ec94d7} <Debug> TCPHandler: Processed in 0.003043848 sec. | ||
| 6910 | 2024.12.14 01:07:33.563112 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6911 | 2024.12.14 01:07:33.563231 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6912 | 2024.12.14 01:07:33.563280 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6913 | 2024.12.14 01:07:33.563872 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2024.12.14 01:07:33.563911 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6915 | 2024.12.14 01:07:33.564275 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6916 | 2024.12.14 01:07:33.564517 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6917 | 2024.12.14 01:07:33.564740 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec. | ||
| 6918 | 2024.12.14 01:07:33.564797 [ 4 ] {d4f5f745-db64-42f1-99b1-f1a78a25cec2} <Debug> TCPHandler: Processed in 0.001793362 sec. | ||
| 6919 | 2024.12.14 01:07:33.564993 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6920 | 2024.12.14 01:07:33.565214 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6921 | 2024.12.14 01:07:33.565304 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6922 | 2024.12.14 01:07:33.566488 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6923 | 2024.12.14 01:07:33.566526 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6924 | 2024.12.14 01:07:33.566938 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6925 | 2024.12.14 01:07:33.567184 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6926 | 2024.12.14 01:07:33.567315 [ 98 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6927 | 2024.12.14 01:07:33.567359 [ 98 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6928 | 2024.12.14 01:07:33.567373 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002213 sec., 403524.627202892 rows/sec., 29.30 MiB/sec. | ||
| 6929 | 2024.12.14 01:07:33.567389 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6930 | 2024.12.14 01:07:33.567496 [ 257 ] {ee91ec20-2ca7-4642-9cf1-8b5e8e4a221e} <Debug> TCPHandler: Processed in 0.002609476 sec. | ||
| 6931 | 2024.12.14 01:07:33.567619 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 6932 | 2024.12.14 01:07:33.567684 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6933 | 2024.12.14 01:07:33.567787 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6934 | 2024.12.14 01:07:33.567872 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 6935 | 2024.12.14 01:07:33.567919 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6936 | 2024.12.14 01:07:33.568135 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6937 | 2024.12.14 01:07:33.568142 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 423 rows starting from the beginning of the part | ||
| 6938 | 2024.12.14 01:07:33.568498 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 6939 | 2024.12.14 01:07:33.568874 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 423 rows starting from the beginning of the part | ||
| 6940 | 2024.12.14 01:07:33.569237 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 6941 | 2024.12.14 01:07:33.569621 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 893 rows starting from the beginning of the part | ||
| 6942 | 2024.12.14 01:07:33.570781 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2024.12.14 01:07:33.570834 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6944 | 2024.12.14 01:07:33.571907 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6945 | 2024.12.14 01:07:33.572252 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2024.12.14 01:07:33.572709 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004844 sec., 1238.6457473162675 rows/sec., 64.71 KiB/sec. | ||
| 6947 | 2024.12.14 01:07:33.572974 [ 4 ] {7ce37751-747a-487a-94c6-601a8f27f58d} <Debug> TCPHandler: Processed in 0.005368185 sec. | ||
| 6948 | 2024.12.14 01:07:33.573037 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2782 rows, containing 5 columns (5 merged, 0 gathered) in 0.005515969 sec., 504353.81344601465 rows/sec., 38.52 MiB/sec. | ||
| 6949 | 2024.12.14 01:07:33.573142 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6950 | 2024.12.14 01:07:33.573307 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6951 | 2024.12.14 01:07:33.573378 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6952 | 2024.12.14 01:07:33.573385 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6953 | 2024.12.14 01:07:33.574075 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2024.12.14 01:07:33.574168 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_56_11} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6955 | 2024.12.14 01:07:33.574307 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6956 | 2024.12.14 01:07:33.574665 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6957 | 2024.12.14 01:07:33.574708 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6958 | 2024.12.14 01:07:33.575177 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6959 | 2024.12.14 01:07:33.575434 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6960 | 2024.12.14 01:07:33.575562 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6961 | 2024.12.14 01:07:33.575598 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6962 | 2024.12.14 01:07:33.575623 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6963 | 2024.12.14 01:07:33.575628 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.002359 sec., 407799.9152183129 rows/sec., 27.10 MiB/sec. | ||
| 6964 | 2024.12.14 01:07:33.575863 [ 257 ] {b505c137-57fc-4445-bb10-db17d16b2276} <Debug> TCPHandler: Processed in 0.002781321 sec. | ||
| 6965 | 2024.12.14 01:07:33.575894 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 6966 | 2024.12.14 01:07:33.576108 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6967 | 2024.12.14 01:07:33.576187 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6968 | 2024.12.14 01:07:33.576293 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15544 rows starting from the beginning of the part | ||
| 6969 | 2024.12.14 01:07:33.576390 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6970 | 2024.12.14 01:07:33.576655 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6971 | 2024.12.14 01:07:33.576756 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 6972 | 2024.12.14 01:07:33.577176 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 6973 | 2024.12.14 01:07:33.577567 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 6974 | 2024.12.14 01:07:33.577877 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 6975 | 2024.12.14 01:07:33.578198 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 962 rows starting from the beginning of the part | ||
| 6976 | 2024.12.14 01:07:33.579176 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6977 | 2024.12.14 01:07:33.579238 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6978 | 2024.12.14 01:07:33.579764 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6979 | 2024.12.14 01:07:33.580108 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6980 | 2024.12.14 01:07:33.580819 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004436 sec., 225.42831379621282 rows/sec., 15.19 KiB/sec. | ||
| 6981 | 2024.12.14 01:07:33.581349 [ 4 ] {3efd84a8-0568-4da4-9e6b-7217f37bb310} <Debug> TCPHandler: Processed in 0.005335305 sec. | ||
| 6982 | 2024.12.14 01:07:33.581538 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6983 | 2024.12.14 01:07:33.581701 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6984 | 2024.12.14 01:07:33.581885 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6985 | 2024.12.14 01:07:33.583526 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6986 | 2024.12.14 01:07:33.583577 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 6987 | 2024.12.14 01:07:33.584702 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6988 | 2024.12.14 01:07:33.585135 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6989 | 2024.12.14 01:07:33.585411 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003742 sec., 10956.707642971673 rows/sec., 19.63 MiB/sec. | ||
| 6990 | 2024.12.14 01:07:33.585993 [ 257 ] {e055d9f4-6f76-4003-ac12-3263615503d0} <Debug> TCPHandler: Processed in 0.004525521 sec. | ||
| 6991 | 2024.12.14 01:07:33.586264 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17300 rows, containing 5 columns (5 merged, 0 gathered) in 0.010553425 sec., 1639278.243792892 rows/sec., 110.56 MiB/sec. | ||
| 6992 | 2024.12.14 01:07:33.586290 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6993 | 2024.12.14 01:07:33.586483 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6994 | 2024.12.14 01:07:33.586568 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6995 | 2024.12.14 01:07:33.586615 [ 194 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6996 | 2024.12.14 01:07:33.587295 [ 194 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6997 | 2024.12.14 01:07:33.587466 [ 194 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6998 | 2024.12.14 01:07:33.587654 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 6999 | 2024.12.14 01:07:33.587693 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7000 | 2024.12.14 01:07:33.587739 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7001 | 2024.12.14 01:07:33.588106 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7002 | 2024.12.14 01:07:33.588343 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7003 | 2024.12.14 01:07:33.588512 [ 97 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7004 | 2024.12.14 01:07:33.588588 [ 97 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7005 | 2024.12.14 01:07:33.588598 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002158 sec., 15755.329008341056 rows/sec., 936.29 KiB/sec. | ||
| 7006 | 2024.12.14 01:07:33.588625 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7007 | 2024.12.14 01:07:33.588745 [ 4 ] {b786e4b2-675d-4f0d-a5ea-8cb3a4232d9d} <Debug> TCPHandler: Processed in 0.002617686 sec. | ||
| 7008 | 2024.12.14 01:07:33.589002 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 7009 | 2024.12.14 01:07:33.589446 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7010 | 2024.12.14 01:07:33.589549 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3000 rows starting from the beginning of the part | ||
| 7011 | 2024.12.14 01:07:33.589739 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 7012 | 2024.12.14 01:07:33.589877 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7013 | 2024.12.14 01:07:33.590083 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7014 | 2024.12.14 01:07:33.590265 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 7015 | 2024.12.14 01:07:33.590418 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 7016 | 2024.12.14 01:07:33.591997 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 4 columns (4 merged, 0 gathered) in 0.003245564 sec., 1022318.46298517 rows/sec., 66.51 MiB/sec. | ||
| 7017 | 2024.12.14 01:07:33.592261 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7018 | 2024.12.14 01:07:33.592545 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7019 | 2024.12.14 01:07:33.592624 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_56_11} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7020 | 2024.12.14 01:07:33.592700 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 7021 | 2024.12.14 01:07:33.671683 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7022 | 2024.12.14 01:07:33.693226 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7023 | 2024.12.14 01:07:33.693271 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7024 | 2024.12.14 01:07:33.700797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7025 | 2024.12.14 01:07:33.701583 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7026 | 2024.12.14 01:07:33.704522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7027 | 2024.12.14 01:07:37.698036 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 996 | ||
| 7028 | 2024.12.14 01:07:37.701555 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7029 | 2024.12.14 01:07:37.701606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7030 | 2024.12.14 01:07:37.703130 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7031 | 2024.12.14 01:07:37.703459 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7032 | 2024.12.14 01:07:37.703998 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 996 | ||
| 7033 | 2024.12.14 01:07:37.797075 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2024.12.14 01:07:37.797266 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7035 | 2024.12.14 01:07:37.797341 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7036 | 2024.12.14 01:07:37.798138 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2024.12.14 01:07:37.798189 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7038 | 2024.12.14 01:07:37.798645 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7039 | 2024.12.14 01:07:37.798910 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2024.12.14 01:07:37.799167 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001952 sec., 28688.524590163935 rows/sec., 2.20 MiB/sec. | ||
| 7041 | 2024.12.14 01:07:37.799240 [ 257 ] {5c156614-58dd-482b-aebf-e8ec1bf30d2c} <Debug> TCPHandler: Processed in 0.002294226 sec. | ||
| 7042 | 2024.12.14 01:07:37.799504 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7043 | 2024.12.14 01:07:37.799698 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7044 | 2024.12.14 01:07:37.799770 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7045 | 2024.12.14 01:07:37.800537 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2024.12.14 01:07:37.800587 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7047 | 2024.12.14 01:07:37.801045 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7048 | 2024.12.14 01:07:37.801312 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2024.12.14 01:07:37.801559 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 7050 | 2024.12.14 01:07:37.801617 [ 4 ] {918d17ed-e0e8-4a1b-a7c2-dd4c834bafe6} <Debug> TCPHandler: Processed in 0.002256495 sec. | ||
| 7051 | 2024.12.14 01:07:37.801780 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2024.12.14 01:07:37.801909 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7053 | 2024.12.14 01:07:37.801967 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7054 | 2024.12.14 01:07:37.802573 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2024.12.14 01:07:37.802613 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7056 | 2024.12.14 01:07:37.803030 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7057 | 2024.12.14 01:07:37.803279 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2024.12.14 01:07:37.803505 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001627 sec., 78672.40319606639 rows/sec., 5.48 MiB/sec. | ||
| 7059 | 2024.12.14 01:07:37.803562 [ 257 ] {bf229f76-cbd9-4750-816f-291a509f1bc5} <Debug> TCPHandler: Processed in 0.001845883 sec. | ||
| 7060 | 2024.12.14 01:07:37.803731 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7061 | 2024.12.14 01:07:37.803852 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7062 | 2024.12.14 01:07:37.803904 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7063 | 2024.12.14 01:07:37.804406 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2024.12.14 01:07:37.804445 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7065 | 2024.12.14 01:07:37.804835 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7066 | 2024.12.14 01:07:37.805092 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2024.12.14 01:07:37.805324 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001495 sec., 32107.023411371236 rows/sec., 2.16 MiB/sec. | ||
| 7068 | 2024.12.14 01:07:37.805408 [ 4 ] {314ed878-6e35-4194-8ac6-03ed1477d04c} <Debug> TCPHandler: Processed in 0.001734581 sec. | ||
| 7069 | 2024.12.14 01:07:40.102691 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7070 | 2024.12.14 01:07:40.103430 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2024.12.14 01:07:40.103477 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7072 | 2024.12.14 01:07:40.104017 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7073 | 2024.12.14 01:07:40.104274 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2024.12.14 01:07:40.104564 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7075 | 2024.12.14 01:07:41.204573 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7076 | 2024.12.14 01:07:41.226275 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2024.12.14 01:07:41.226342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7078 | 2024.12.14 01:07:41.233643 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7079 | 2024.12.14 01:07:41.234403 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2024.12.14 01:07:41.237209 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7081 | 2024.12.14 01:07:42.798262 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7082 | 2024.12.14 01:07:42.798472 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7083 | 2024.12.14 01:07:42.798554 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7084 | 2024.12.14 01:07:42.799383 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2024.12.14 01:07:42.799437 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7086 | 2024.12.14 01:07:42.799879 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7087 | 2024.12.14 01:07:42.800147 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7088 | 2024.12.14 01:07:42.800398 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001983 sec., 28240.040342914777 rows/sec., 2.17 MiB/sec. | ||
| 7089 | 2024.12.14 01:07:42.800467 [ 257 ] {93e6629b-eeb9-40f2-8fdb-274e06f8b6c9} <Debug> TCPHandler: Processed in 0.002342208 sec. | ||
| 7090 | 2024.12.14 01:07:42.800724 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7091 | 2024.12.14 01:07:42.800911 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7092 | 2024.12.14 01:07:42.800983 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7093 | 2024.12.14 01:07:42.801742 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2024.12.14 01:07:42.801795 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7095 | 2024.12.14 01:07:42.802240 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7096 | 2024.12.14 01:07:42.802501 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2024.12.14 01:07:42.802805 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001933 sec., 33109.156751163995 rows/sec., 2.58 MiB/sec. | ||
| 7098 | 2024.12.14 01:07:42.802986 [ 4 ] {e56be41b-274d-43ad-967b-66a981880eb5} <Debug> TCPHandler: Processed in 0.002390839 sec. | ||
| 7099 | 2024.12.14 01:07:42.803242 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7100 | 2024.12.14 01:07:42.803397 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7101 | 2024.12.14 01:07:42.803463 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7102 | 2024.12.14 01:07:42.804171 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2024.12.14 01:07:42.804218 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7104 | 2024.12.14 01:07:42.804637 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7105 | 2024.12.14 01:07:42.804887 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7106 | 2024.12.14 01:07:42.805160 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001794 sec., 89186.17614269788 rows/sec., 6.21 MiB/sec. | ||
| 7107 | 2024.12.14 01:07:42.805313 [ 257 ] {db226db3-b2ec-41cf-9053-807e5b342f2e} <Debug> TCPHandler: Processed in 0.002202624 sec. | ||
| 7108 | 2024.12.14 01:07:42.805582 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7109 | 2024.12.14 01:07:42.805740 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7110 | 2024.12.14 01:07:42.805804 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7111 | 2024.12.14 01:07:42.806380 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7112 | 2024.12.14 01:07:42.806422 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7113 | 2024.12.14 01:07:42.806836 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7114 | 2024.12.14 01:07:42.807090 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7115 | 2024.12.14 01:07:42.807323 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001619 sec., 37059.91352686844 rows/sec., 2.50 MiB/sec. | ||
| 7116 | 2024.12.14 01:07:42.807385 [ 4 ] {ab239da4-abec-4be4-9ce6-9a4c8d1806d6} <Debug> TCPHandler: Processed in 0.001941906 sec. | ||
| 7117 | 2024.12.14 01:07:44.171716 [ 82 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7118 | 2024.12.14 01:07:44.171799 [ 82 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7119 | 2024.12.14 01:07:44.171826 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7120 | 2024.12.14 01:07:44.172056 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7121 | 2024.12.14 01:07:44.172341 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7122 | 2024.12.14 01:07:44.172381 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7123 | 2024.12.14 01:07:44.172455 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7124 | 2024.12.14 01:07:44.172564 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7125 | 2024.12.14 01:07:44.172691 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7126 | 2024.12.14 01:07:44.172760 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7127 | 2024.12.14 01:07:44.173915 [ 210 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002004548 sec., 71836.64347274297 rows/sec., 3.67 MiB/sec. | ||
| 7128 | 2024.12.14 01:07:44.174139 [ 189 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7129 | 2024.12.14 01:07:44.174551 [ 189 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7130 | 2024.12.14 01:07:44.174664 [ 189 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_24_5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7131 | 2024.12.14 01:07:44.174820 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7132 | 2024.12.14 01:07:45.665149 [ 11 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7133 | 2024.12.14 01:07:45.665223 [ 11 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2024.12.14 01:07:45.665246 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7135 | 2024.12.14 01:07:45.665462 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7136 | 2024.12.14 01:07:45.665693 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7137 | 2024.12.14 01:07:45.665731 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 242 rows starting from the beginning of the part | ||
| 7138 | 2024.12.14 01:07:45.665814 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7139 | 2024.12.14 01:07:45.666049 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7140 | 2024.12.14 01:07:45.666244 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7141 | 2024.12.14 01:07:45.666395 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 7142 | 2024.12.14 01:07:45.667580 [ 210 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002253415 sec., 334603.25772216835 rows/sec., 23.95 MiB/sec. | ||
| 7143 | 2024.12.14 01:07:45.667824 [ 195 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7144 | 2024.12.14 01:07:45.668181 [ 195 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2024.12.14 01:07:45.668281 [ 195 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_24_5} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7146 | 2024.12.14 01:07:45.668388 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7147 | 2024.12.14 01:07:47.360964 [ 9 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7148 | 2024.12.14 01:07:47.361045 [ 9 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7149 | 2024.12.14 01:07:47.604672 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7150 | 2024.12.14 01:07:47.605316 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.12.14 01:07:47.605364 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7152 | 2024.12.14 01:07:47.605892 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7153 | 2024.12.14 01:07:47.606151 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.12.14 01:07:47.606368 [ 9 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7155 | 2024.12.14 01:07:47.606425 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7156 | 2024.12.14 01:07:47.606469 [ 9 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7157 | 2024.12.14 01:07:47.606503 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7158 | 2024.12.14 01:07:47.606710 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 7159 | 2024.12.14 01:07:47.607114 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7160 | 2024.12.14 01:07:47.607171 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 7161 | 2024.12.14 01:07:47.607256 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 7162 | 2024.12.14 01:07:47.607349 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 7163 | 2024.12.14 01:07:47.607602 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 7164 | 2024.12.14 01:07:47.607754 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 7165 | 2024.12.14 01:07:47.607831 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 7166 | 2024.12.14 01:07:47.610404 [ 210 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003830471 sec., 4315657.265124837 rows/sec., 61.74 MiB/sec. | ||
| 7167 | 2024.12.14 01:07:47.610542 [ 190 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7168 | 2024.12.14 01:07:47.610902 [ 190 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_36_7} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2024.12.14 01:07:47.610999 [ 190 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_36_7} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7170 | 2024.12.14 01:07:47.611126 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7171 | 2024.12.14 01:07:47.704319 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1012 | ||
| 7172 | 2024.12.14 01:07:47.707189 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7173 | 2024.12.14 01:07:47.707245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7174 | 2024.12.14 01:07:47.708796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7175 | 2024.12.14 01:07:47.709141 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7176 | 2024.12.14 01:07:47.709358 [ 9 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7177 | 2024.12.14 01:07:47.709500 [ 9 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7178 | 2024.12.14 01:07:47.709606 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7179 | 2024.12.14 01:07:47.710232 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 7180 | 2024.12.14 01:07:47.710933 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1012 | ||
| 7181 | 2024.12.14 01:07:47.711404 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7182 | 2024.12.14 01:07:47.711583 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 842 rows starting from the beginning of the part | ||
| 7183 | 2024.12.14 01:07:47.712099 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part | ||
| 7184 | 2024.12.14 01:07:47.712743 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 7185 | 2024.12.14 01:07:47.713403 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 7186 | 2024.12.14 01:07:47.714064 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 7187 | 2024.12.14 01:07:47.714719 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 7188 | 2024.12.14 01:07:47.722894 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 72 columns (72 merged, 0 gathered) in 0.013062308 sec., 77474.82297921623 rows/sec., 62.46 MiB/sec. | ||
| 7189 | 2024.12.14 01:07:47.724499 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7190 | 2024.12.14 01:07:47.725294 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7191 | 2024.12.14 01:07:47.725377 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_26_5} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7192 | 2024.12.14 01:07:47.725731 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 7193 | 2024.12.14 01:07:47.805310 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7194 | 2024.12.14 01:07:47.805467 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7195 | 2024.12.14 01:07:47.805529 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7196 | 2024.12.14 01:07:47.806196 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7197 | 2024.12.14 01:07:47.806239 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7198 | 2024.12.14 01:07:47.806639 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7199 | 2024.12.14 01:07:47.806891 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7200 | 2024.12.14 01:07:47.807064 [ 9 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7201 | 2024.12.14 01:07:47.807128 [ 9 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7202 | 2024.12.14 01:07:47.807148 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001714 sec., 8168.028004667444 rows/sec., 587.99 KiB/sec. | ||
| 7203 | 2024.12.14 01:07:47.807170 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7204 | 2024.12.14 01:07:47.807327 [ 257 ] {b0582ecf-2260-4497-a543-804b1ab9f61a} <Debug> TCPHandler: Processed in 0.002128142 sec. | ||
| 7205 | 2024.12.14 01:07:47.807565 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7206 | 2024.12.14 01:07:47.807739 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7207 | 2024.12.14 01:07:47.807959 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7208 | 2024.12.14 01:07:47.808014 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 7209 | 2024.12.14 01:07:47.808056 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7210 | 2024.12.14 01:07:47.808234 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7211 | 2024.12.14 01:07:47.808241 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7212 | 2024.12.14 01:07:47.808653 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7213 | 2024.12.14 01:07:47.808960 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7214 | 2024.12.14 01:07:47.809284 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7215 | 2024.12.14 01:07:47.811465 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7216 | 2024.12.14 01:07:47.811573 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7217 | 2024.12.14 01:07:47.811698 [ 210 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004391457 sec., 15940.039945740105 rows/sec., 1.18 MiB/sec. | ||
| 7218 | 2024.12.14 01:07:47.811876 [ 210 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7219 | 2024.12.14 01:07:47.812399 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7220 | 2024.12.14 01:07:47.812416 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7221 | 2024.12.14 01:07:47.812555 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_25_6} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7222 | 2024.12.14 01:07:47.812711 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7223 | 2024.12.14 01:07:47.812833 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7224 | 2024.12.14 01:07:47.813118 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005153 sec., 55307.58781292452 rows/sec., 4.89 MiB/sec. | ||
| 7225 | 2024.12.14 01:07:47.813200 [ 4 ] {d7e05947-6253-4693-b170-73854de5da25} <Debug> TCPHandler: Processed in 0.005661424 sec. | ||
| 7226 | 2024.12.14 01:07:47.813370 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7227 | 2024.12.14 01:07:47.813504 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7228 | 2024.12.14 01:07:47.813563 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7229 | 2024.12.14 01:07:47.814284 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7230 | 2024.12.14 01:07:47.814331 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7231 | 2024.12.14 01:07:47.814704 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7232 | 2024.12.14 01:07:47.814948 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7233 | 2024.12.14 01:07:47.815218 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001734 sec., 27681.660899653976 rows/sec., 1.99 MiB/sec. | ||
| 7234 | 2024.12.14 01:07:47.815432 [ 257 ] {f6f00d0b-c36a-45dd-baf1-d10384020b2a} <Debug> TCPHandler: Processed in 0.002110181 sec. | ||
| 7235 | 2024.12.14 01:07:47.815644 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7236 | 2024.12.14 01:07:47.815788 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7237 | 2024.12.14 01:07:47.815850 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7238 | 2024.12.14 01:07:47.816526 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7239 | 2024.12.14 01:07:47.816570 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7240 | 2024.12.14 01:07:47.816932 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7241 | 2024.12.14 01:07:47.817174 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7242 | 2024.12.14 01:07:47.817382 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001631 sec., 8583.690987124462 rows/sec., 601.15 KiB/sec. | ||
| 7243 | 2024.12.14 01:07:47.817441 [ 4 ] {9360f3e1-5415-45ea-ab6e-de9303f9aac2} <Debug> TCPHandler: Processed in 0.001894305 sec. | ||
| 7244 | 2024.12.14 01:07:47.817648 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7245 | 2024.12.14 01:07:47.817865 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7246 | 2024.12.14 01:07:47.817954 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7247 | 2024.12.14 01:07:47.818763 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7248 | 2024.12.14 01:07:47.818803 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7249 | 2024.12.14 01:07:47.819190 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7250 | 2024.12.14 01:07:47.819439 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2024.12.14 01:07:47.819613 [ 13 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7252 | 2024.12.14 01:07:47.819685 [ 13 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7253 | 2024.12.14 01:07:47.819695 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001874 sec., 6937.033084311633 rows/sec., 432.52 KiB/sec. | ||
| 7254 | 2024.12.14 01:07:47.819726 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7255 | 2024.12.14 01:07:47.819846 [ 257 ] {817f75b0-5ae9-4a16-ad73-66aa8538f273} <Debug> TCPHandler: Processed in 0.002305157 sec. | ||
| 7256 | 2024.12.14 01:07:47.820001 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7257 | 2024.12.14 01:07:47.820116 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7258 | 2024.12.14 01:07:47.820425 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7259 | 2024.12.14 01:07:47.820486 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7260 | 2024.12.14 01:07:47.820488 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7261 | 2024.12.14 01:07:47.820569 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7262 | 2024.12.14 01:07:47.820798 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7263 | 2024.12.14 01:07:47.821173 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7264 | 2024.12.14 01:07:47.821514 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7265 | 2024.12.14 01:07:47.821844 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7266 | 2024.12.14 01:07:47.823323 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7267 | 2024.12.14 01:07:47.823401 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7268 | 2024.12.14 01:07:47.824056 [ 199 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004213862 sec., 15425.279707783502 rows/sec., 1022.02 KiB/sec. | ||
| 7269 | 2024.12.14 01:07:47.824295 [ 199 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7270 | 2024.12.14 01:07:47.824319 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7271 | 2024.12.14 01:07:47.824855 [ 199 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7272 | 2024.12.14 01:07:47.824873 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7273 | 2024.12.14 01:07:47.825015 [ 199 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_25_6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7274 | 2024.12.14 01:07:47.825271 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7275 | 2024.12.14 01:07:47.825342 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004932 sec., 85766.42335766424 rows/sec., 6.13 MiB/sec. | ||
| 7276 | 2024.12.14 01:07:47.825423 [ 4 ] {8d30cc5a-5ed9-41d8-874d-2ae4c46393af} <Debug> TCPHandler: Processed in 0.005478598 sec. | ||
| 7277 | 2024.12.14 01:07:47.825577 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7278 | 2024.12.14 01:07:47.825699 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7279 | 2024.12.14 01:07:47.825750 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7280 | 2024.12.14 01:07:47.826248 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7281 | 2024.12.14 01:07:47.826288 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7282 | 2024.12.14 01:07:47.826663 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7283 | 2024.12.14 01:07:47.826906 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7284 | 2024.12.14 01:07:47.827173 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 7285 | 2024.12.14 01:07:47.827384 [ 257 ] {ab693680-40ac-440a-ac35-a33e49af8f3a} <Debug> TCPHandler: Processed in 0.001859944 sec. | ||
| 7286 | 2024.12.14 01:07:47.827593 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7287 | 2024.12.14 01:07:47.827733 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7288 | 2024.12.14 01:07:47.827796 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7289 | 2024.12.14 01:07:47.828483 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7290 | 2024.12.14 01:07:47.828532 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7291 | 2024.12.14 01:07:47.829081 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7292 | 2024.12.14 01:07:47.829332 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2024.12.14 01:07:47.829561 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001861 sec., 127350.88662009672 rows/sec., 8.54 MiB/sec. | ||
| 7294 | 2024.12.14 01:07:47.829624 [ 4 ] {5ff7f64b-279a-48a3-9781-05c2170d64ef} <Debug> TCPHandler: Processed in 0.002131632 sec. | ||
| 7295 | 2024.12.14 01:07:47.829780 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7296 | 2024.12.14 01:07:47.829916 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7297 | 2024.12.14 01:07:47.829977 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7298 | 2024.12.14 01:07:47.830516 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7299 | 2024.12.14 01:07:47.830556 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7300 | 2024.12.14 01:07:47.830925 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7301 | 2024.12.14 01:07:47.831173 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7302 | 2024.12.14 01:07:47.831395 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec. | ||
| 7303 | 2024.12.14 01:07:47.831521 [ 257 ] {fc1ba6c1-a7e2-449a-95ac-da6aac26fc12} <Debug> TCPHandler: Processed in 0.001808072 sec. | ||
| 7304 | 2024.12.14 01:07:47.831676 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7305 | 2024.12.14 01:07:47.831801 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7306 | 2024.12.14 01:07:47.831884 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7307 | 2024.12.14 01:07:47.833116 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7308 | 2024.12.14 01:07:47.833157 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7309 | 2024.12.14 01:07:47.833849 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7310 | 2024.12.14 01:07:47.834116 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7311 | 2024.12.14 01:07:47.834382 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002612 sec., 15696.78407350689 rows/sec., 28.13 MiB/sec. | ||
| 7312 | 2024.12.14 01:07:47.834506 [ 4 ] {c085ac2b-a146-4540-83e1-a8db5a946c6f} <Debug> TCPHandler: Processed in 0.002887433 sec. | ||
| 7313 | 2024.12.14 01:07:47.834662 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7314 | 2024.12.14 01:07:47.834781 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7315 | 2024.12.14 01:07:47.834832 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7316 | 2024.12.14 01:07:47.835332 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7317 | 2024.12.14 01:07:47.835371 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 7318 | 2024.12.14 01:07:47.835764 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7319 | 2024.12.14 01:07:47.836039 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7320 | 2024.12.14 01:07:47.836259 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec. | ||
| 7321 | 2024.12.14 01:07:47.836310 [ 257 ] {c3e4f09b-6991-42bd-9661-ac3fd7795271} <Debug> TCPHandler: Processed in 0.00170904 sec. | ||
| 7322 | 2024.12.14 01:07:48.737255 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7323 | 2024.12.14 01:07:48.760968 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2024.12.14 01:07:48.761050 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7325 | 2024.12.14 01:07:48.768886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7326 | 2024.12.14 01:07:48.769752 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7327 | 2024.12.14 01:07:48.770151 [ 14 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7328 | 2024.12.14 01:07:48.770273 [ 14 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2024.12.14 01:07:48.770348 [ 14 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7330 | 2024.12.14 01:07:48.770749 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 7331 | 2024.12.14 01:07:48.786643 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7332 | 2024.12.14 01:07:48.788001 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7333 | 2024.12.14 01:07:48.789164 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 7334 | 2024.12.14 01:07:48.794198 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 7335 | 2024.12.14 01:07:48.799563 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 7336 | 2024.12.14 01:07:48.805333 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 7337 | 2024.12.14 01:07:48.810903 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 7338 | 2024.12.14 01:07:48.815539 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 7339 | 2024.12.14 01:07:48.876106 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.105614507 sec., 2575.403774786356 rows/sec., 13.32 MiB/sec. | ||
| 7340 | 2024.12.14 01:07:48.878939 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7341 | 2024.12.14 01:07:48.881801 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_36_7} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2024.12.14 01:07:48.881899 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_36_7} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7343 | 2024.12.14 01:07:48.884282 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7344 | 2024.12.14 01:07:49.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.05 MiB, peak 219.93 MiB, free memory in arenas 0.00 B, will set to 209.37 MiB (RSS), difference: 1.31 MiB | ||
| 7345 | 2024.12.14 01:07:52.798949 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7346 | 2024.12.14 01:07:52.799153 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7347 | 2024.12.14 01:07:52.799232 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7348 | 2024.12.14 01:07:52.800010 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7349 | 2024.12.14 01:07:52.800057 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7350 | 2024.12.14 01:07:52.800480 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7351 | 2024.12.14 01:07:52.800742 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7352 | 2024.12.14 01:07:52.800981 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001886 sec., 1060.4453870625662 rows/sec., 86.47 KiB/sec. | ||
| 7353 | 2024.12.14 01:07:52.801053 [ 257 ] {afbc0712-780c-46f8-a5db-5dc529f60b25} <Debug> TCPHandler: Processed in 0.002238505 sec. | ||
| 7354 | 2024.12.14 01:07:52.801308 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7355 | 2024.12.14 01:07:52.801503 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7356 | 2024.12.14 01:07:52.801579 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7357 | 2024.12.14 01:07:52.802379 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7358 | 2024.12.14 01:07:52.802432 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7359 | 2024.12.14 01:07:52.802895 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7360 | 2024.12.14 01:07:52.803164 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7361 | 2024.12.14 01:07:52.803456 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001997 sec., 28542.814221331995 rows/sec., 2.19 MiB/sec. | ||
| 7362 | 2024.12.14 01:07:52.803558 [ 4 ] {384096ed-d057-4eee-b51a-0c63afb578fb} <Debug> TCPHandler: Processed in 0.002376229 sec. | ||
| 7363 | 2024.12.14 01:07:52.803823 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7364 | 2024.12.14 01:07:52.803974 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7365 | 2024.12.14 01:07:52.804031 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7366 | 2024.12.14 01:07:52.804697 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7367 | 2024.12.14 01:07:52.804738 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7368 | 2024.12.14 01:07:52.805103 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7369 | 2024.12.14 01:07:52.805359 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7370 | 2024.12.14 01:07:52.805535 [ 29 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 7371 | 2024.12.14 01:07:52.805611 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001663 sec., 1202.6458208057727 rows/sec., 83.97 KiB/sec. | ||
| 7372 | 2024.12.14 01:07:52.805625 [ 29 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7373 | 2024.12.14 01:07:52.805694 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7374 | 2024.12.14 01:07:52.805745 [ 257 ] {b38571e8-143e-447a-be8c-0c23439d09dc} <Debug> TCPHandler: Processed in 0.002047949 sec. | ||
| 7375 | 2024.12.14 01:07:52.805947 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7376 | 2024.12.14 01:07:52.805948 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 7377 | 2024.12.14 01:07:52.806102 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7378 | 2024.12.14 01:07:52.806112 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7379 | 2024.12.14 01:07:52.806158 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 66 rows starting from the beginning of the part | ||
| 7380 | 2024.12.14 01:07:52.806167 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7381 | 2024.12.14 01:07:52.806391 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part | ||
| 7382 | 2024.12.14 01:07:52.806755 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part | ||
| 7383 | 2024.12.14 01:07:52.807118 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 62 rows starting from the beginning of the part | ||
| 7384 | 2024.12.14 01:07:52.807393 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 7385 | 2024.12.14 01:07:52.807658 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 7386 | 2024.12.14 01:07:52.808472 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7387 | 2024.12.14 01:07:52.808517 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7388 | 2024.12.14 01:07:52.809146 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7389 | 2024.12.14 01:07:52.809464 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.003652746 sec., 75012.05942050173 rows/sec., 5.65 MiB/sec. | ||
| 7390 | 2024.12.14 01:07:52.809509 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7391 | 2024.12.14 01:07:52.809832 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 7392 | 2024.12.14 01:07:52.810052 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003961 sec., 16662.45897500631 rows/sec., 1.30 MiB/sec. | ||
| 7393 | 2024.12.14 01:07:52.810364 [ 4 ] {ddcf2fc6-08ad-46a9-a48a-89ba437073af} <Debug> TCPHandler: Processed in 0.004503831 sec. | ||
| 7394 | 2024.12.14 01:07:52.810645 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7395 | 2024.12.14 01:07:52.811037 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7396 | 2024.12.14 01:07:52.811067 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7397 | 2024.12.14 01:07:52.811229 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7398 | 2024.12.14 01:07:52.811383 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_29_6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 7399 | 2024.12.14 01:07:52.811606 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7400 | 2024.12.14 01:07:52.812127 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7401 | 2024.12.14 01:07:52.812171 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7402 | 2024.12.14 01:07:52.812588 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7403 | 2024.12.14 01:07:52.812860 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2024.12.14 01:07:52.813087 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00221 sec., 72850.67873303167 rows/sec., 5.07 MiB/sec. | ||
| 7405 | 2024.12.14 01:07:52.813143 [ 257 ] {0fbc6cc0-b5cc-4b30-a881-02dc57c59dab} <Debug> TCPHandler: Processed in 0.002644776 sec. | ||
| 7406 | 2024.12.14 01:07:52.813290 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7407 | 2024.12.14 01:07:52.813408 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7408 | 2024.12.14 01:07:52.813460 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7409 | 2024.12.14 01:07:52.813977 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2024.12.14 01:07:52.814018 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7411 | 2024.12.14 01:07:52.814389 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7412 | 2024.12.14 01:07:52.814642 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2024.12.14 01:07:52.814874 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
| 7414 | 2024.12.14 01:07:52.814925 [ 4 ] {b3cf7b02-b628-4f81-903c-d1a27d9a2e6f} <Debug> TCPHandler: Processed in 0.001691989 sec. | ||
| 7415 | 2024.12.14 01:07:55.106542 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7416 | 2024.12.14 01:07:55.107238 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7417 | 2024.12.14 01:07:55.107287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7418 | 2024.12.14 01:07:55.107824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7419 | 2024.12.14 01:07:55.108088 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7420 | 2024.12.14 01:07:55.108335 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7421 | 2024.12.14 01:07:56.286709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7422 | 2024.12.14 01:07:56.306470 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2024.12.14 01:07:56.306525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7424 | 2024.12.14 01:07:56.313361 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7425 | 2024.12.14 01:07:56.314090 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7426 | 2024.12.14 01:07:56.317481 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7427 | 2024.12.14 01:07:57.711063 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1046 | ||
| 7428 | 2024.12.14 01:07:57.714262 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2024.12.14 01:07:57.714311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7430 | 2024.12.14 01:07:57.715803 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7431 | 2024.12.14 01:07:57.716117 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2024.12.14 01:07:57.716607 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1046 | ||
| 7433 | 2024.12.14 01:07:57.805028 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7434 | 2024.12.14 01:07:57.805242 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7435 | 2024.12.14 01:07:57.805321 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7436 | 2024.12.14 01:07:57.806133 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7437 | 2024.12.14 01:07:57.806185 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7438 | 2024.12.14 01:07:57.806629 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7439 | 2024.12.14 01:07:57.806897 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7440 | 2024.12.14 01:07:57.807127 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 7441 | 2024.12.14 01:07:57.807185 [ 257 ] {bee1728c-1fef-472b-bfe2-acb3a68ad630} <Debug> TCPHandler: Processed in 0.002293547 sec. | ||
| 7442 | 2024.12.14 01:07:57.807439 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7443 | 2024.12.14 01:07:57.807645 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7444 | 2024.12.14 01:07:57.807722 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7445 | 2024.12.14 01:07:57.808671 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7446 | 2024.12.14 01:07:57.808721 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7447 | 2024.12.14 01:07:57.809188 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7448 | 2024.12.14 01:07:57.809451 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7449 | 2024.12.14 01:07:57.809647 [ 55 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7450 | 2024.12.14 01:07:57.809713 [ 55 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2024.12.14 01:07:57.809726 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002127 sec., 133991.53737658676 rows/sec., 11.84 MiB/sec. | ||
| 7452 | 2024.12.14 01:07:57.809749 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7453 | 2024.12.14 01:07:57.809862 [ 4 ] {698fa00f-8006-4a63-a92b-c2c668f09241} <Debug> TCPHandler: Processed in 0.002556114 sec. | ||
| 7454 | 2024.12.14 01:07:57.810061 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 7455 | 2024.12.14 01:07:57.810083 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7456 | 2024.12.14 01:07:57.810373 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7457 | 2024.12.14 01:07:57.810387 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7458 | 2024.12.14 01:07:57.810454 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1434 rows starting from the beginning of the part | ||
| 7459 | 2024.12.14 01:07:57.810520 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7460 | 2024.12.14 01:07:57.810904 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7461 | 2024.12.14 01:07:57.811324 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7462 | 2024.12.14 01:07:57.811863 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 285 rows starting from the beginning of the part | ||
| 7463 | 2024.12.14 01:07:57.812098 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 57 rows starting from the beginning of the part | ||
| 7464 | 2024.12.14 01:07:57.812521 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 285 rows starting from the beginning of the part | ||
| 7465 | 2024.12.14 01:07:57.813250 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7466 | 2024.12.14 01:07:57.813319 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7467 | 2024.12.14 01:07:57.814192 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7468 | 2024.12.14 01:07:57.814803 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7469 | 2024.12.14 01:07:57.815225 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004929 sec., 9738.283627510651 rows/sec., 718.01 KiB/sec. | ||
| 7470 | 2024.12.14 01:07:57.815338 [ 257 ] {d877e217-d3ef-40b3-a384-4ef5fcb7f7df} <Debug> TCPHandler: Processed in 0.005353605 sec. | ||
| 7471 | 2024.12.14 01:07:57.815537 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7472 | 2024.12.14 01:07:57.815869 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7473 | 2024.12.14 01:07:57.815947 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7474 | 2024.12.14 01:07:57.815953 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.006066665 sec., 358186.9115898109 rows/sec., 31.61 MiB/sec. | ||
| 7475 | 2024.12.14 01:07:57.816294 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7476 | 2024.12.14 01:07:57.816893 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2024.12.14 01:07:57.817090 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_61_12} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7478 | 2024.12.14 01:07:57.817174 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7479 | 2024.12.14 01:07:57.817247 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 7480 | 2024.12.14 01:07:57.817255 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7481 | 2024.12.14 01:07:57.817654 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7482 | 2024.12.14 01:07:57.817908 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7483 | 2024.12.14 01:07:57.818155 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002405 sec., 5821.205821205821 rows/sec., 407.68 KiB/sec. | ||
| 7484 | 2024.12.14 01:07:57.818290 [ 4 ] {66516afe-df6c-44d2-a010-7a1fe3746eaa} <Debug> TCPHandler: Processed in 0.002839182 sec. | ||
| 7485 | 2024.12.14 01:07:57.818535 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7486 | 2024.12.14 01:07:57.818687 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7487 | 2024.12.14 01:07:57.818743 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7488 | 2024.12.14 01:07:57.819339 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7489 | 2024.12.14 01:07:57.819378 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7490 | 2024.12.14 01:07:57.819740 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7491 | 2024.12.14 01:07:57.819997 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7492 | 2024.12.14 01:07:57.820241 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 512.03 KiB/sec. | ||
| 7493 | 2024.12.14 01:07:57.820465 [ 257 ] {700e6c76-219d-405b-86ef-622076f6c69b} <Debug> TCPHandler: Processed in 0.002051409 sec. | ||
| 7494 | 2024.12.14 01:07:57.820630 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7495 | 2024.12.14 01:07:57.820743 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7496 | 2024.12.14 01:07:57.820792 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7497 | 2024.12.14 01:07:57.821528 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7498 | 2024.12.14 01:07:57.821581 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7499 | 2024.12.14 01:07:57.821967 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7500 | 2024.12.14 01:07:57.822213 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7501 | 2024.12.14 01:07:57.822373 [ 55 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7502 | 2024.12.14 01:07:57.822427 [ 55 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7503 | 2024.12.14 01:07:57.822467 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7504 | 2024.12.14 01:07:57.822468 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001733 sec., 244085.40103866128 rows/sec., 17.45 MiB/sec. | ||
| 7505 | 2024.12.14 01:07:57.822763 [ 4 ] {f37713c2-ee4b-44fb-b570-7a23ce4f3f6e} <Debug> TCPHandler: Processed in 0.002179904 sec. | ||
| 7506 | 2024.12.14 01:07:57.822852 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 7507 | 2024.12.14 01:07:57.823016 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7508 | 2024.12.14 01:07:57.823452 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7509 | 2024.12.14 01:07:57.823464 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7510 | 2024.12.14 01:07:57.823582 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 7511 | 2024.12.14 01:07:57.823665 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7512 | 2024.12.14 01:07:57.824064 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7513 | 2024.12.14 01:07:57.824516 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7514 | 2024.12.14 01:07:57.824931 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 423 rows starting from the beginning of the part | ||
| 7515 | 2024.12.14 01:07:57.825259 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 66 rows starting from the beginning of the part | ||
| 7516 | 2024.12.14 01:07:57.825623 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 423 rows starting from the beginning of the part | ||
| 7517 | 2024.12.14 01:07:57.826611 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2024.12.14 01:07:57.826653 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7519 | 2024.12.14 01:07:57.827173 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7520 | 2024.12.14 01:07:57.827490 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7521 | 2024.12.14 01:07:57.827798 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004507 sec., 1331.2624805857556 rows/sec., 69.55 KiB/sec. | ||
| 7522 | 2024.12.14 01:07:57.828216 [ 257 ] {7481ad1a-70f1-4be0-976f-6b612eb8f89d} <Debug> TCPHandler: Processed in 0.005311264 sec. | ||
| 7523 | 2024.12.14 01:07:57.828589 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7524 | 2024.12.14 01:07:57.828810 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.00624017 sec., 313292.74683221773 rows/sec., 23.98 MiB/sec. | ||
| 7525 | 2024.12.14 01:07:57.828834 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7526 | 2024.12.14 01:07:57.828904 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7527 | 2024.12.14 01:07:57.829049 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7528 | 2024.12.14 01:07:57.829560 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7529 | 2024.12.14 01:07:57.829766 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_61_12} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7530 | 2024.12.14 01:07:57.829932 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7531 | 2024.12.14 01:07:57.830077 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7532 | 2024.12.14 01:07:57.830121 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7533 | 2024.12.14 01:07:57.830527 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7534 | 2024.12.14 01:07:57.830775 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2024.12.14 01:07:57.830952 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7536 | 2024.12.14 01:07:57.831019 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2024.12.14 01:07:57.831028 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002231 sec., 106230.38995965935 rows/sec., 7.12 MiB/sec. | ||
| 7538 | 2024.12.14 01:07:57.831059 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7539 | 2024.12.14 01:07:57.831187 [ 4 ] {7d7f0371-130c-4dfc-9c88-dc4b28f4a47e} <Debug> TCPHandler: Processed in 0.002834772 sec. | ||
| 7540 | 2024.12.14 01:07:57.831382 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 7541 | 2024.12.14 01:07:57.831462 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7542 | 2024.12.14 01:07:57.831867 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7543 | 2024.12.14 01:07:57.831949 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7544 | 2024.12.14 01:07:57.831996 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17300 rows starting from the beginning of the part | ||
| 7545 | 2024.12.14 01:07:57.832216 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7546 | 2024.12.14 01:07:57.832651 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 7547 | 2024.12.14 01:07:57.833151 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 7548 | 2024.12.14 01:07:57.833507 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 7549 | 2024.12.14 01:07:57.833815 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
| 7550 | 2024.12.14 01:07:57.834226 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 7551 | 2024.12.14 01:07:57.835040 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2024.12.14 01:07:57.835098 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7553 | 2024.12.14 01:07:57.835668 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7554 | 2024.12.14 01:07:57.835996 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2024.12.14 01:07:57.836568 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004748 sec., 210.6149957877001 rows/sec., 14.19 KiB/sec. | ||
| 7556 | 2024.12.14 01:07:57.836926 [ 257 ] {392c3d8e-3dc1-4ac7-82fe-520adca0848d} <Debug> TCPHandler: Processed in 0.005623892 sec. | ||
| 7557 | 2024.12.14 01:07:57.837224 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7558 | 2024.12.14 01:07:57.837399 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7559 | 2024.12.14 01:07:57.837543 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7560 | 2024.12.14 01:07:57.839287 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2024.12.14 01:07:57.839323 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7562 | 2024.12.14 01:07:57.840150 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7563 | 2024.12.14 01:07:57.840566 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2024.12.14 01:07:57.840807 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7565 | 2024.12.14 01:07:57.840882 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7566 | 2024.12.14 01:07:57.840918 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7567 | 2024.12.14 01:07:57.840978 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003612 sec., 11351.052048726468 rows/sec., 20.34 MiB/sec. | ||
| 7568 | 2024.12.14 01:07:57.841241 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 7569 | 2024.12.14 01:07:57.841660 [ 4 ] {9721a5ae-ac32-4ef5-bbb5-a488c07049be} <Debug> TCPHandler: Processed in 0.004589862 sec. | ||
| 7570 | 2024.12.14 01:07:57.842033 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7571 | 2024.12.14 01:07:57.842502 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7572 | 2024.12.14 01:07:57.842539 [ 196 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18223 rows, containing 5 columns (5 merged, 0 gathered) in 0.011336728 sec., 1607430.29205605 rows/sec., 108.48 MiB/sec. | ||
| 7573 | 2024.12.14 01:07:57.842637 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7574 | 2024.12.14 01:07:57.842831 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7575 | 2024.12.14 01:07:57.842922 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7576 | 2024.12.14 01:07:57.843073 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 729 rows starting from the beginning of the part | ||
| 7577 | 2024.12.14 01:07:57.844022 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2024.12.14 01:07:57.844083 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part | ||
| 7579 | 2024.12.14 01:07:57.844258 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7580 | 2024.12.14 01:07:57.844710 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB. | ||
| 7581 | 2024.12.14 01:07:57.844958 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7582 | 2024.12.14 01:07:57.844973 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part | ||
| 7583 | 2024.12.14 01:07:57.845004 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7584 | 2024.12.14 01:07:57.845484 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part | ||
| 7585 | 2024.12.14 01:07:57.846033 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part | ||
| 7586 | 2024.12.14 01:07:57.846126 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7587 | 2024.12.14 01:07:57.846498 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
| 7588 | 2024.12.14 01:07:57.846875 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2024.12.14 01:07:57.847174 [ 72 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7590 | 2024.12.14 01:07:57.847280 [ 72 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7591 | 2024.12.14 01:07:57.847369 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7592 | 2024.12.14 01:07:57.847400 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005025 sec., 16318.407960199005 rows/sec., 1.04 MiB/sec. | ||
| 7593 | 2024.12.14 01:07:57.847838 [ 257 ] {5b33fa2e-67f3-43b3-baf1-8d20d5de1871} <Debug> TCPHandler: Processed in 0.006036825 sec. | ||
| 7594 | 2024.12.14 01:07:57.847935 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 7595 | 2024.12.14 01:07:57.848189 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7596 | 2024.12.14 01:07:57.848262 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3318 rows starting from the beginning of the part | ||
| 7597 | 2024.12.14 01:07:57.848478 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 7598 | 2024.12.14 01:07:57.848861 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 7599 | 2024.12.14 01:07:57.849213 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 7600 | 2024.12.14 01:07:57.849526 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 7601 | 2024.12.14 01:07:57.849827 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 7602 | 2024.12.14 01:07:57.851739 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3650 rows, containing 4 columns (4 merged, 0 gathered) in 0.004205362 sec., 867939.5495560193 rows/sec., 56.50 MiB/sec. | ||
| 7603 | 2024.12.14 01:07:57.852335 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7604 | 2024.12.14 01:07:57.853068 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2024.12.14 01:07:57.853289 [ 199 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_61_12} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7606 | 2024.12.14 01:07:57.853488 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7607 | 2024.12.14 01:07:57.860190 [ 196 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 19 columns (19 merged, 0 gathered) in 0.019194286 sec., 48660.31484578275 rows/sec., 87.20 MiB/sec. | ||
| 7608 | 2024.12.14 01:07:57.861320 [ 210 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7609 | 2024.12.14 01:07:57.861711 [ 210 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2024.12.14 01:07:57.861788 [ 210 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7611 | 2024.12.14 01:07:57.861899 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7612 | 2024.12.14 01:07:58.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.39 MiB, peak 219.93 MiB, free memory in arenas 0.00 B, will set to 213.74 MiB (RSS), difference: 3.35 MiB | ||
| 7613 | 2024.12.14 01:08:02.361091 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7614 | 2024.12.14 01:08:02.361154 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7615 | 2024.12.14 01:08:02.608438 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7616 | 2024.12.14 01:08:02.609088 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7617 | 2024.12.14 01:08:02.609136 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7618 | 2024.12.14 01:08:02.609693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7619 | 2024.12.14 01:08:02.609962 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7620 | 2024.12.14 01:08:02.610237 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7621 | 2024.12.14 01:08:02.798059 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2024.12.14 01:08:02.798225 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7623 | 2024.12.14 01:08:02.798293 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7624 | 2024.12.14 01:08:02.799018 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2024.12.14 01:08:02.799067 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7626 | 2024.12.14 01:08:02.799487 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7627 | 2024.12.14 01:08:02.799744 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2024.12.14 01:08:02.799986 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.38 MiB/sec. | ||
| 7629 | 2024.12.14 01:08:02.800046 [ 257 ] {89cdec35-9b1d-4172-88a9-12f9b4165df1} <Debug> TCPHandler: Processed in 0.002109941 sec. | ||
| 7630 | 2024.12.14 01:08:02.800304 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7631 | 2024.12.14 01:08:02.800506 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7632 | 2024.12.14 01:08:02.800585 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7633 | 2024.12.14 01:08:02.801388 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7634 | 2024.12.14 01:08:02.801433 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7635 | 2024.12.14 01:08:02.801882 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7636 | 2024.12.14 01:08:02.802152 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7637 | 2024.12.14 01:08:02.802389 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001941 sec., 32972.69448737764 rows/sec., 2.57 MiB/sec. | ||
| 7638 | 2024.12.14 01:08:02.802455 [ 4 ] {fc409c02-d235-4d18-8e25-764e0f58aa81} <Debug> TCPHandler: Processed in 0.002286216 sec. | ||
| 7639 | 2024.12.14 01:08:02.802615 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7640 | 2024.12.14 01:08:02.802738 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7641 | 2024.12.14 01:08:02.802793 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7642 | 2024.12.14 01:08:02.803398 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.12.14 01:08:02.803439 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7644 | 2024.12.14 01:08:02.803851 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7645 | 2024.12.14 01:08:02.804105 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2024.12.14 01:08:02.804314 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
| 7647 | 2024.12.14 01:08:02.804369 [ 257 ] {dee77f83-afad-4595-8465-f6aea6743bee} <Debug> TCPHandler: Processed in 0.001810352 sec. | ||
| 7648 | 2024.12.14 01:08:02.804546 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7649 | 2024.12.14 01:08:02.804689 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7650 | 2024.12.14 01:08:02.804752 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7651 | 2024.12.14 01:08:02.805303 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7652 | 2024.12.14 01:08:02.805342 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7653 | 2024.12.14 01:08:02.805727 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7654 | 2024.12.14 01:08:02.805980 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2024.12.14 01:08:02.806203 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec. | ||
| 7656 | 2024.12.14 01:08:02.806259 [ 4 ] {9df3fd9b-2273-44e6-80c2-66e5d4b1a5ae} <Debug> TCPHandler: Processed in 0.001779151 sec. | ||
| 7657 | 2024.12.14 01:08:03.553309 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7658 | 2024.12.14 01:08:03.553500 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7659 | 2024.12.14 01:08:03.553576 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7660 | 2024.12.14 01:08:03.554327 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7661 | 2024.12.14 01:08:03.554381 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7662 | 2024.12.14 01:08:03.554819 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7663 | 2024.12.14 01:08:03.555088 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7664 | 2024.12.14 01:08:03.555338 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 7665 | 2024.12.14 01:08:03.555405 [ 257 ] {c9021ebe-ee27-496b-b66e-766425a8b1f9} <Debug> TCPHandler: Processed in 0.002224515 sec. | ||
| 7666 | 2024.12.14 01:08:03.555651 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2024.12.14 01:08:03.555838 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7668 | 2024.12.14 01:08:03.555912 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7669 | 2024.12.14 01:08:03.556624 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2024.12.14 01:08:03.556674 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7671 | 2024.12.14 01:08:03.557106 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7672 | 2024.12.14 01:08:03.557368 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2024.12.14 01:08:03.557613 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001827 sec., 1094.6907498631635 rows/sec., 89.26 KiB/sec. | ||
| 7674 | 2024.12.14 01:08:03.557681 [ 4 ] {ac95fa42-fd63-4746-abf9-e69872795d12} <Debug> TCPHandler: Processed in 0.002160782 sec. | ||
| 7675 | 2024.12.14 01:08:03.557848 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2024.12.14 01:08:03.557995 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7677 | 2024.12.14 01:08:03.558047 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7678 | 2024.12.14 01:08:03.559337 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2024.12.14 01:08:03.559379 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7680 | 2024.12.14 01:08:03.559862 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7681 | 2024.12.14 01:08:03.560116 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2024.12.14 01:08:03.560342 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.002381 sec., 598908.0218395633 rows/sec., 50.21 MiB/sec. | ||
| 7683 | 2024.12.14 01:08:03.560399 [ 257 ] {35b687a8-f60f-4151-9ad7-c6afe3b137c1} <Debug> TCPHandler: Processed in 0.002621406 sec. | ||
| 7684 | 2024.12.14 01:08:03.560577 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2024.12.14 01:08:03.560704 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7686 | 2024.12.14 01:08:03.560756 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7687 | 2024.12.14 01:08:03.561388 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2024.12.14 01:08:03.561429 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7689 | 2024.12.14 01:08:03.561810 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7690 | 2024.12.14 01:08:03.562046 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2024.12.14 01:08:03.562272 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001598 sec., 31289.111389236547 rows/sec., 2.25 MiB/sec. | ||
| 7692 | 2024.12.14 01:08:03.562333 [ 4 ] {9b6c0f66-320e-4709-91d4-7ebe9f6116e7} <Debug> TCPHandler: Processed in 0.001820083 sec. | ||
| 7693 | 2024.12.14 01:08:03.562503 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2024.12.14 01:08:03.562643 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7695 | 2024.12.14 01:08:03.562702 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7696 | 2024.12.14 01:08:03.563413 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2024.12.14 01:08:03.563453 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7698 | 2024.12.14 01:08:03.563826 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7699 | 2024.12.14 01:08:03.564068 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2024.12.14 01:08:03.564287 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001676 sec., 144391.40811455846 rows/sec., 9.78 MiB/sec. | ||
| 7701 | 2024.12.14 01:08:03.564341 [ 257 ] {d09c6e40-6e44-4927-baf7-fc3a45664b4e} <Debug> TCPHandler: Processed in 0.001908255 sec. | ||
| 7702 | 2024.12.14 01:08:03.564489 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2024.12.14 01:08:03.564609 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7704 | 2024.12.14 01:08:03.564658 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7705 | 2024.12.14 01:08:03.565236 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2024.12.14 01:08:03.565276 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7707 | 2024.12.14 01:08:03.565625 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7708 | 2024.12.14 01:08:03.565864 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2024.12.14 01:08:03.566103 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001515 sec., 8580.85808580858 rows/sec., 535.01 KiB/sec. | ||
| 7710 | 2024.12.14 01:08:03.566219 [ 4 ] {a5da27b2-4d91-4905-96c0-32833821d73c} <Debug> TCPHandler: Processed in 0.001781481 sec. | ||
| 7711 | 2024.12.14 01:08:03.566442 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2024.12.14 01:08:03.566559 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7713 | 2024.12.14 01:08:03.566606 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7714 | 2024.12.14 01:08:03.567522 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2024.12.14 01:08:03.567562 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7716 | 2024.12.14 01:08:03.567965 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7717 | 2024.12.14 01:08:03.568206 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2024.12.14 01:08:03.568435 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001901 sec., 463440.29458179907 rows/sec., 33.61 MiB/sec. | ||
| 7719 | 2024.12.14 01:08:03.568490 [ 257 ] {177f5eb7-ede1-41ce-b51c-c51a27063711} <Debug> TCPHandler: Processed in 0.002151522 sec. | ||
| 7720 | 2024.12.14 01:08:03.568638 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7721 | 2024.12.14 01:08:03.568754 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7722 | 2024.12.14 01:08:03.568804 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7723 | 2024.12.14 01:08:03.569280 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2024.12.14 01:08:03.569318 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7725 | 2024.12.14 01:08:03.569683 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7726 | 2024.12.14 01:08:03.569910 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7727 | 2024.12.14 01:08:03.570160 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
| 7728 | 2024.12.14 01:08:03.570344 [ 4 ] {c384e327-86e1-4c53-a21f-dc203ab5675a} <Debug> TCPHandler: Processed in 0.001757041 sec. | ||
| 7729 | 2024.12.14 01:08:03.570539 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7730 | 2024.12.14 01:08:03.570675 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7731 | 2024.12.14 01:08:03.570737 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7732 | 2024.12.14 01:08:03.571522 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7733 | 2024.12.14 01:08:03.571567 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7734 | 2024.12.14 01:08:03.572008 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7735 | 2024.12.14 01:08:03.572268 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7736 | 2024.12.14 01:08:03.572478 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001834 sec., 521264.9945474373 rows/sec., 34.63 MiB/sec. | ||
| 7737 | 2024.12.14 01:08:03.572535 [ 257 ] {464e5424-c944-4bce-ac6a-e525d9569a1c} <Debug> TCPHandler: Processed in 0.00208263 sec. | ||
| 7738 | 2024.12.14 01:08:03.572675 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7739 | 2024.12.14 01:08:03.572789 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7740 | 2024.12.14 01:08:03.572840 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7741 | 2024.12.14 01:08:03.573294 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7742 | 2024.12.14 01:08:03.573332 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7743 | 2024.12.14 01:08:03.573685 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7744 | 2024.12.14 01:08:03.573910 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7745 | 2024.12.14 01:08:03.574165 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001392 sec., 718.3908045977012 rows/sec., 48.41 KiB/sec. | ||
| 7746 | 2024.12.14 01:08:03.574330 [ 4 ] {7afafef2-c1aa-4157-96fc-9748bc5d5e5d} <Debug> TCPHandler: Processed in 0.001705209 sec. | ||
| 7747 | 2024.12.14 01:08:03.574551 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2024.12.14 01:08:03.574694 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7749 | 2024.12.14 01:08:03.574789 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7750 | 2024.12.14 01:08:03.576037 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2024.12.14 01:08:03.576078 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7752 | 2024.12.14 01:08:03.576755 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7753 | 2024.12.14 01:08:03.577037 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2024.12.14 01:08:03.577286 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002625 sec., 15619.047619047618 rows/sec., 27.99 MiB/sec. | ||
| 7755 | 2024.12.14 01:08:03.577395 [ 257 ] {2bf4b9f5-77dd-43b2-9904-66fb2676438c} <Debug> TCPHandler: Processed in 0.002956666 sec. | ||
| 7756 | 2024.12.14 01:08:03.577577 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7757 | 2024.12.14 01:08:03.577715 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7758 | 2024.12.14 01:08:03.577774 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7759 | 2024.12.14 01:08:03.578272 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2024.12.14 01:08:03.578310 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7761 | 2024.12.14 01:08:03.578678 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7762 | 2024.12.14 01:08:03.578923 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2024.12.14 01:08:03.579133 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001449 sec., 23464.458247066945 rows/sec., 1.36 MiB/sec. | ||
| 7764 | 2024.12.14 01:08:03.579182 [ 4 ] {3db204d4-9851-4a6a-b66b-2136e735a1e5} <Debug> TCPHandler: Processed in 0.001672019 sec. | ||
| 7765 | 2024.12.14 01:08:03.817530 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7766 | 2024.12.14 01:08:03.837761 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2024.12.14 01:08:03.837822 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7768 | 2024.12.14 01:08:03.845337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7769 | 2024.12.14 01:08:03.846091 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2024.12.14 01:08:03.848816 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7771 | 2024.12.14 01:08:07.716851 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1100 | ||
| 7772 | 2024.12.14 01:08:07.720558 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7773 | 2024.12.14 01:08:07.720624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7774 | 2024.12.14 01:08:07.722196 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7775 | 2024.12.14 01:08:07.722525 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7776 | 2024.12.14 01:08:07.723913 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1100 | ||
| 7777 | 2024.12.14 01:08:07.798062 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7778 | 2024.12.14 01:08:07.798277 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7779 | 2024.12.14 01:08:07.798359 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7780 | 2024.12.14 01:08:07.799255 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7781 | 2024.12.14 01:08:07.799301 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7782 | 2024.12.14 01:08:07.799775 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7783 | 2024.12.14 01:08:07.800035 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7784 | 2024.12.14 01:08:07.800304 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002083 sec., 26884.301488238114 rows/sec., 2.07 MiB/sec. | ||
| 7785 | 2024.12.14 01:08:07.800405 [ 257 ] {b6d51f46-e3da-418e-9d75-0b08a8f56af0} <Debug> TCPHandler: Processed in 0.002481592 sec. | ||
| 7786 | 2024.12.14 01:08:07.800691 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7787 | 2024.12.14 01:08:07.800891 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7788 | 2024.12.14 01:08:07.800967 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7789 | 2024.12.14 01:08:07.801745 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7790 | 2024.12.14 01:08:07.801790 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7791 | 2024.12.14 01:08:07.802221 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7792 | 2024.12.14 01:08:07.802475 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7793 | 2024.12.14 01:08:07.802715 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 7794 | 2024.12.14 01:08:07.802777 [ 4 ] {de154c7c-dd60-4589-8548-8c2cc37eb2ca} <Debug> TCPHandler: Processed in 0.002249615 sec. | ||
| 7795 | 2024.12.14 01:08:07.802924 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7796 | 2024.12.14 01:08:07.803069 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7797 | 2024.12.14 01:08:07.803135 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7798 | 2024.12.14 01:08:07.803800 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7799 | 2024.12.14 01:08:07.803850 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7800 | 2024.12.14 01:08:07.804314 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7801 | 2024.12.14 01:08:07.804560 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7802 | 2024.12.14 01:08:07.804775 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001744 sec., 73394.49541284403 rows/sec., 5.11 MiB/sec. | ||
| 7803 | 2024.12.14 01:08:07.804833 [ 257 ] {df4e0b4f-32ba-42a4-a63b-7e4f169a3641} <Debug> TCPHandler: Processed in 0.001976157 sec. | ||
| 7804 | 2024.12.14 01:08:07.804977 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7805 | 2024.12.14 01:08:07.805108 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7806 | 2024.12.14 01:08:07.805195 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7807 | 2024.12.14 01:08:07.805787 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7808 | 2024.12.14 01:08:07.805835 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 7809 | 2024.12.14 01:08:07.806263 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7810 | 2024.12.14 01:08:07.806496 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7811 | 2024.12.14 01:08:07.806711 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001631 sec., 29429.797670141015 rows/sec., 1.98 MiB/sec. | ||
| 7812 | 2024.12.14 01:08:07.806764 [ 4 ] {9b96c106-102d-46b1-9c12-4cae5d95eabd} <Debug> TCPHandler: Processed in 0.001841554 sec. | ||
| 7813 | 2024.12.14 01:08:10.110374 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7814 | 2024.12.14 01:08:10.111191 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7815 | 2024.12.14 01:08:10.111256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7816 | 2024.12.14 01:08:10.111793 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7817 | 2024.12.14 01:08:10.112065 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7818 | 2024.12.14 01:08:10.112289 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7819 | 2024.12.14 01:08:11.348860 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7820 | 2024.12.14 01:08:11.369931 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7821 | 2024.12.14 01:08:11.369988 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7822 | 2024.12.14 01:08:11.377311 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7823 | 2024.12.14 01:08:11.378091 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7824 | 2024.12.14 01:08:11.380849 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7825 | 2024.12.14 01:08:12.798220 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7826 | 2024.12.14 01:08:12.798457 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7827 | 2024.12.14 01:08:12.798550 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7828 | 2024.12.14 01:08:12.799427 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7829 | 2024.12.14 01:08:12.799481 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7830 | 2024.12.14 01:08:12.799930 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7831 | 2024.12.14 01:08:12.800200 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7832 | 2024.12.14 01:08:12.800460 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002073 sec., 27013.98938736131 rows/sec., 2.08 MiB/sec. | ||
| 7833 | 2024.12.14 01:08:12.800530 [ 257 ] {e1afc0e0-1947-41d9-ae82-c2df0c68e8ed} <Debug> TCPHandler: Processed in 0.00245001 sec. | ||
| 7834 | 2024.12.14 01:08:12.800794 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7835 | 2024.12.14 01:08:12.801002 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7836 | 2024.12.14 01:08:12.801080 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7837 | 2024.12.14 01:08:12.801858 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2024.12.14 01:08:12.801905 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7839 | 2024.12.14 01:08:12.802331 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7840 | 2024.12.14 01:08:12.802590 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2024.12.14 01:08:12.802867 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec. | ||
| 7842 | 2024.12.14 01:08:12.802924 [ 4 ] {6c7decab-120c-405d-9785-4e04a41655af} <Debug> TCPHandler: Processed in 0.002270706 sec. | ||
| 7843 | 2024.12.14 01:08:12.803087 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7844 | 2024.12.14 01:08:12.803233 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7845 | 2024.12.14 01:08:12.803299 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7846 | 2024.12.14 01:08:12.803902 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7847 | 2024.12.14 01:08:12.803945 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7848 | 2024.12.14 01:08:12.804352 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7849 | 2024.12.14 01:08:12.804600 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2024.12.14 01:08:12.804861 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 7851 | 2024.12.14 01:08:12.804934 [ 257 ] {8d4bd0f2-11e8-4589-b9cd-8c8008b2bbff} <Debug> TCPHandler: Processed in 0.001914966 sec. | ||
| 7852 | 2024.12.14 01:08:12.805162 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7853 | 2024.12.14 01:08:12.805406 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7854 | 2024.12.14 01:08:12.805459 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7855 | 2024.12.14 01:08:12.805976 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2024.12.14 01:08:12.806015 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7857 | 2024.12.14 01:08:12.806392 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7858 | 2024.12.14 01:08:12.806629 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2024.12.14 01:08:12.806854 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 7860 | 2024.12.14 01:08:12.806903 [ 4 ] {0df91331-c662-43e2-90c0-9c0ee9dfc5b8} <Debug> TCPHandler: Processed in 0.001884935 sec. | ||
| 7861 | 2024.12.14 01:08:14.431677 [ 65 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7862 | 2024.12.14 01:08:14.431769 [ 65 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7863 | 2024.12.14 01:08:14.431797 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7864 | 2024.12.14 01:08:14.432026 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 7865 | 2024.12.14 01:08:14.432273 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7866 | 2024.12.14 01:08:14.432312 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 7867 | 2024.12.14 01:08:14.432389 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7868 | 2024.12.14 01:08:14.432495 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7869 | 2024.12.14 01:08:14.432764 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7870 | 2024.12.14 01:08:14.432860 [ 196 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 7871 | 2024.12.14 01:08:14.433948 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.0020615 sec., 13097.259277225321 rows/sec., 882.53 KiB/sec. | ||
| 7872 | 2024.12.14 01:08:14.434101 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 7873 | 2024.12.14 01:08:14.434402 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2024.12.14 01:08:14.434488 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_27_6} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 7875 | 2024.12.14 01:08:14.434573 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7876 | 2024.12.14 01:08:17.361192 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7877 | 2024.12.14 01:08:17.361237 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7878 | 2024.12.14 01:08:17.612398 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7879 | 2024.12.14 01:08:17.613145 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2024.12.14 01:08:17.613203 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7881 | 2024.12.14 01:08:17.613767 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7882 | 2024.12.14 01:08:17.614023 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7883 | 2024.12.14 01:08:17.614273 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7884 | 2024.12.14 01:08:17.724162 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1116 | ||
| 7885 | 2024.12.14 01:08:17.726896 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7886 | 2024.12.14 01:08:17.726944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7887 | 2024.12.14 01:08:17.728446 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7888 | 2024.12.14 01:08:17.728763 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7889 | 2024.12.14 01:08:17.729308 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1116 | ||
| 7890 | 2024.12.14 01:08:17.805958 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7891 | 2024.12.14 01:08:17.806124 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7892 | 2024.12.14 01:08:17.806189 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7893 | 2024.12.14 01:08:17.806885 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2024.12.14 01:08:17.806928 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7895 | 2024.12.14 01:08:17.807332 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7896 | 2024.12.14 01:08:17.807591 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2024.12.14 01:08:17.807812 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001734 sec., 8073.817762399077 rows/sec., 581.21 KiB/sec. | ||
| 7898 | 2024.12.14 01:08:17.807870 [ 257 ] {e57f6b02-5e87-46fa-a3a9-33d29e148c70} <Debug> TCPHandler: Processed in 0.002023069 sec. | ||
| 7899 | 2024.12.14 01:08:17.808114 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7900 | 2024.12.14 01:08:17.808329 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7901 | 2024.12.14 01:08:17.808414 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7902 | 2024.12.14 01:08:17.809369 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7903 | 2024.12.14 01:08:17.809413 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7904 | 2024.12.14 01:08:17.809868 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7905 | 2024.12.14 01:08:17.810122 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7906 | 2024.12.14 01:08:17.810318 [ 59 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7907 | 2024.12.14 01:08:17.810377 [ 59 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7908 | 2024.12.14 01:08:17.810382 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002109 sec., 135135.13513513512 rows/sec., 11.94 MiB/sec. | ||
| 7909 | 2024.12.14 01:08:17.810410 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7910 | 2024.12.14 01:08:17.810576 [ 4 ] {7174d773-08c0-41f6-ba10-ab4af3c127d3} <Debug> TCPHandler: Processed in 0.002603465 sec. | ||
| 7911 | 2024.12.14 01:08:17.810662 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 7912 | 2024.12.14 01:08:17.810792 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7913 | 2024.12.14 01:08:17.810810 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7914 | 2024.12.14 01:08:17.810849 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1434 rows starting from the beginning of the part | ||
| 7915 | 2024.12.14 01:08:17.810953 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 7916 | 2024.12.14 01:08:17.810971 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7917 | 2024.12.14 01:08:17.811198 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7918 | 2024.12.14 01:08:17.811345 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1426 rows starting from the beginning of the part | ||
| 7919 | 2024.12.14 01:08:17.811790 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 7920 | 2024.12.14 01:08:17.812124 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 7921 | 2024.12.14 01:08:17.812466 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 285 rows starting from the beginning of the part | ||
| 7922 | 2024.12.14 01:08:17.813499 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7923 | 2024.12.14 01:08:17.813547 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7924 | 2024.12.14 01:08:17.814078 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7925 | 2024.12.14 01:08:17.814360 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7926 | 2024.12.14 01:08:17.814608 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.003703 sec., 12962.462867944909 rows/sec., 955.73 KiB/sec. | ||
| 7927 | 2024.12.14 01:08:17.814670 [ 257 ] {a0176340-8e8f-4e4d-9e34-1f3c7fe75bb8} <Debug> TCPHandler: Processed in 0.003962615 sec. | ||
| 7928 | 2024.12.14 01:08:17.814920 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7929 | 2024.12.14 01:08:17.814965 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.004428188 sec., 748161.5505032759 rows/sec., 65.58 MiB/sec. | ||
| 7930 | 2024.12.14 01:08:17.815106 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7931 | 2024.12.14 01:08:17.815184 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7932 | 2024.12.14 01:08:17.815299 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7933 | 2024.12.14 01:08:17.815778 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7934 | 2024.12.14 01:08:17.815896 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_66_13} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7935 | 2024.12.14 01:08:17.816013 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 7936 | 2024.12.14 01:08:17.816087 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2024.12.14 01:08:17.816127 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7938 | 2024.12.14 01:08:17.816486 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7939 | 2024.12.14 01:08:17.816728 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2024.12.14 01:08:17.816974 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001913 sec., 7318.348144276007 rows/sec., 512.53 KiB/sec. | ||
| 7941 | 2024.12.14 01:08:17.817034 [ 4 ] {ab3baeb3-ed11-432e-894f-cbb0e8ef5527} <Debug> TCPHandler: Processed in 0.002259375 sec. | ||
| 7942 | 2024.12.14 01:08:17.817203 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2024.12.14 01:08:17.817341 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7944 | 2024.12.14 01:08:17.817397 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7945 | 2024.12.14 01:08:17.818006 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2024.12.14 01:08:17.818046 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7947 | 2024.12.14 01:08:17.818405 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7948 | 2024.12.14 01:08:17.818652 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2024.12.14 01:08:17.818909 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 7950 | 2024.12.14 01:08:17.819001 [ 257 ] {199b0b02-f900-4f71-9f74-84db0b779145} <Debug> TCPHandler: Processed in 0.001858674 sec. | ||
| 7951 | 2024.12.14 01:08:17.819255 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7952 | 2024.12.14 01:08:17.819396 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7953 | 2024.12.14 01:08:17.819455 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7954 | 2024.12.14 01:08:17.820219 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2024.12.14 01:08:17.820260 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7956 | 2024.12.14 01:08:17.820658 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7957 | 2024.12.14 01:08:17.820897 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7958 | 2024.12.14 01:08:17.821063 [ 59 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7959 | 2024.12.14 01:08:17.821115 [ 59 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7960 | 2024.12.14 01:08:17.821151 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7961 | 2024.12.14 01:08:17.821157 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001786 sec., 236842.1052631579 rows/sec., 16.93 MiB/sec. | ||
| 7962 | 2024.12.14 01:08:17.821315 [ 4 ] {94976c55-7eee-4e5e-9d0f-86ff1a65e099} <Debug> TCPHandler: Processed in 0.002212514 sec. | ||
| 7963 | 2024.12.14 01:08:17.821346 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 7964 | 2024.12.14 01:08:17.821470 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7965 | 2024.12.14 01:08:17.821504 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7966 | 2024.12.14 01:08:17.821518 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 7967 | 2024.12.14 01:08:17.821769 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 7968 | 2024.12.14 01:08:17.821860 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7969 | 2024.12.14 01:08:17.822036 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 881 rows starting from the beginning of the part | ||
| 7970 | 2024.12.14 01:08:17.822067 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7971 | 2024.12.14 01:08:17.822423 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 7972 | 2024.12.14 01:08:17.822809 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 7973 | 2024.12.14 01:08:17.823157 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 423 rows starting from the beginning of the part | ||
| 7974 | 2024.12.14 01:08:17.824298 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7975 | 2024.12.14 01:08:17.824352 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7976 | 2024.12.14 01:08:17.825301 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7977 | 2024.12.14 01:08:17.825644 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7978 | 2024.12.14 01:08:17.826130 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004383 sec., 1368.9253935660508 rows/sec., 71.52 KiB/sec. | ||
| 7979 | 2024.12.14 01:08:17.826246 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005004484 sec., 481767.9505019898 rows/sec., 36.94 MiB/sec. | ||
| 7980 | 2024.12.14 01:08:17.826280 [ 257 ] {0fc874d1-6b81-47cf-9fc1-518a6fa3f28f} <Debug> TCPHandler: Processed in 0.00486803 sec. | ||
| 7981 | 2024.12.14 01:08:17.826447 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7982 | 2024.12.14 01:08:17.826449 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7983 | 2024.12.14 01:08:17.826592 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7984 | 2024.12.14 01:08:17.826654 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7985 | 2024.12.14 01:08:17.826778 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7986 | 2024.12.14 01:08:17.826913 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_66_13} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7987 | 2024.12.14 01:08:17.827005 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7988 | 2024.12.14 01:08:17.827361 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2024.12.14 01:08:17.827399 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7990 | 2024.12.14 01:08:17.827785 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7991 | 2024.12.14 01:08:17.828022 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2024.12.14 01:08:17.828196 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7993 | 2024.12.14 01:08:17.828249 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2024.12.14 01:08:17.828283 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001718 sec., 137951.10593713622 rows/sec., 9.25 MiB/sec. | ||
| 7995 | 2024.12.14 01:08:17.828289 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 7996 | 2024.12.14 01:08:17.828555 [ 4 ] {0d2b0e4a-6aeb-4ae9-b4ac-852884971dfd} <Debug> TCPHandler: Processed in 0.002159462 sec. | ||
| 7997 | 2024.12.14 01:08:17.828631 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 7998 | 2024.12.14 01:08:17.828861 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7999 | 2024.12.14 01:08:17.829259 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8000 | 2024.12.14 01:08:17.829397 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18223 rows starting from the beginning of the part | ||
| 8001 | 2024.12.14 01:08:17.829422 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8002 | 2024.12.14 01:08:17.829695 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8003 | 2024.12.14 01:08:17.830003 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 8004 | 2024.12.14 01:08:17.830583 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 956 rows starting from the beginning of the part | ||
| 8005 | 2024.12.14 01:08:17.830939 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 8006 | 2024.12.14 01:08:17.831242 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 8007 | 2024.12.14 01:08:17.831611 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8008 | 2024.12.14 01:08:17.832282 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8009 | 2024.12.14 01:08:17.832351 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8010 | 2024.12.14 01:08:17.833051 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8011 | 2024.12.14 01:08:17.833349 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8012 | 2024.12.14 01:08:17.833739 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004521 sec., 221.19000221190004 rows/sec., 14.90 KiB/sec. | ||
| 8013 | 2024.12.14 01:08:17.833906 [ 257 ] {16cfcf9b-593e-49e4-9b7e-d9d62819b004} <Debug> TCPHandler: Processed in 0.005253092 sec. | ||
| 8014 | 2024.12.14 01:08:17.834147 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8015 | 2024.12.14 01:08:17.834444 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8016 | 2024.12.14 01:08:17.834701 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8017 | 2024.12.14 01:08:17.836494 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2024.12.14 01:08:17.836543 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8019 | 2024.12.14 01:08:17.837578 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8020 | 2024.12.14 01:08:17.837975 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2024.12.14 01:08:17.838249 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003914 sec., 10475.217169136433 rows/sec., 18.77 MiB/sec. | ||
| 8022 | 2024.12.14 01:08:17.838506 [ 4 ] {03e56503-3fc7-46c3-a1af-6e3fb73b6edc} <Debug> TCPHandler: Processed in 0.004480289 sec. | ||
| 8023 | 2024.12.14 01:08:17.838834 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8024 | 2024.12.14 01:08:17.839052 [ 195 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19864 rows, containing 5 columns (5 merged, 0 gathered) in 0.010627898 sec., 1869043.154158988 rows/sec., 126.13 MiB/sec. | ||
| 8025 | 2024.12.14 01:08:17.839182 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8026 | 2024.12.14 01:08:17.839286 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8027 | 2024.12.14 01:08:17.839457 [ 195 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8028 | 2024.12.14 01:08:17.840311 [ 195 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8029 | 2024.12.14 01:08:17.840501 [ 195 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8030 | 2024.12.14 01:08:17.840662 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.30 MiB. | ||
| 8031 | 2024.12.14 01:08:17.840761 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8032 | 2024.12.14 01:08:17.840805 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8033 | 2024.12.14 01:08:17.841189 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8034 | 2024.12.14 01:08:17.841433 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8035 | 2024.12.14 01:08:17.841598 [ 59 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8036 | 2024.12.14 01:08:17.841655 [ 59 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8037 | 2024.12.14 01:08:17.841690 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002575 sec., 31844.660194174758 rows/sec., 2.02 MiB/sec. | ||
| 8038 | 2024.12.14 01:08:17.841695 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8039 | 2024.12.14 01:08:17.841863 [ 257 ] {5423bd1e-3392-4adb-9d39-5478c0230ded} <Debug> TCPHandler: Processed in 0.003260045 sec. | ||
| 8040 | 2024.12.14 01:08:17.841902 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 8041 | 2024.12.14 01:08:17.842006 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8042 | 2024.12.14 01:08:17.842034 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3650 rows starting from the beginning of the part | ||
| 8043 | 2024.12.14 01:08:17.842104 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 8044 | 2024.12.14 01:08:17.842288 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 8045 | 2024.12.14 01:08:17.842510 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 8046 | 2024.12.14 01:08:17.842687 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 8047 | 2024.12.14 01:08:17.842886 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8048 | 2024.12.14 01:08:17.844643 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3934 rows, containing 4 columns (4 merged, 0 gathered) in 0.002815801 sec., 1397115.7762924298 rows/sec., 90.96 MiB/sec. | ||
| 8049 | 2024.12.14 01:08:17.844914 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8050 | 2024.12.14 01:08:17.845204 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8051 | 2024.12.14 01:08:17.845283 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_66_13} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8052 | 2024.12.14 01:08:17.845365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8053 | 2024.12.14 01:08:18.880890 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8054 | 2024.12.14 01:08:18.902318 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2024.12.14 01:08:18.902372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8056 | 2024.12.14 01:08:18.909824 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8057 | 2024.12.14 01:08:18.910605 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8058 | 2024.12.14 01:08:18.913592 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8059 | 2024.12.14 01:08:22.799246 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2024.12.14 01:08:22.799452 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8061 | 2024.12.14 01:08:22.799532 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8062 | 2024.12.14 01:08:22.800331 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2024.12.14 01:08:22.800375 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8064 | 2024.12.14 01:08:22.800819 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8065 | 2024.12.14 01:08:22.801085 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2024.12.14 01:08:22.801312 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.25 MiB/sec. | ||
| 8067 | 2024.12.14 01:08:22.801407 [ 257 ] {49cd79a7-d080-4e42-a158-b246e2d09a47} <Debug> TCPHandler: Processed in 0.002291837 sec. | ||
| 8068 | 2024.12.14 01:08:22.801741 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2024.12.14 01:08:22.801924 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8070 | 2024.12.14 01:08:22.801997 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8071 | 2024.12.14 01:08:22.802764 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2024.12.14 01:08:22.802815 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8073 | 2024.12.14 01:08:22.803256 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8074 | 2024.12.14 01:08:22.803513 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8075 | 2024.12.14 01:08:22.803746 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec. | ||
| 8076 | 2024.12.14 01:08:22.803806 [ 4 ] {c62d7214-716e-47fa-913e-a001ba23daa3} <Debug> TCPHandler: Processed in 0.002261985 sec. | ||
| 8077 | 2024.12.14 01:08:22.803978 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8078 | 2024.12.14 01:08:22.804127 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8079 | 2024.12.14 01:08:22.804194 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8080 | 2024.12.14 01:08:22.804855 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2024.12.14 01:08:22.804895 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8082 | 2024.12.14 01:08:22.805321 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8083 | 2024.12.14 01:08:22.805581 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8084 | 2024.12.14 01:08:22.805771 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. | ||
| 8085 | 2024.12.14 01:08:22.805835 [ 257 ] {1076cbf6-f350-43eb-973b-2755a4422925} <Debug> TCPHandler: Processed in 0.001925216 sec. | ||
| 8086 | 2024.12.14 01:08:22.805990 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2024.12.14 01:08:22.806129 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8088 | 2024.12.14 01:08:22.806190 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8089 | 2024.12.14 01:08:22.806777 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2024.12.14 01:08:22.806816 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8091 | 2024.12.14 01:08:22.807196 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8092 | 2024.12.14 01:08:22.807439 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8093 | 2024.12.14 01:08:22.807649 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 8094 | 2024.12.14 01:08:22.807701 [ 4 ] {485a2d0d-5a04-4ac4-9aad-29dcd92da7cd} <Debug> TCPHandler: Processed in 0.001777141 sec. | ||
| 8095 | 2024.12.14 01:08:25.114380 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8096 | 2024.12.14 01:08:25.115115 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8097 | 2024.12.14 01:08:25.115160 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8098 | 2024.12.14 01:08:25.115677 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8099 | 2024.12.14 01:08:25.115940 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8100 | 2024.12.14 01:08:25.116151 [ 48 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8101 | 2024.12.14 01:08:25.116185 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8102 | 2024.12.14 01:08:25.116234 [ 48 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8103 | 2024.12.14 01:08:25.116261 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8104 | 2024.12.14 01:08:25.116605 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 8105 | 2024.12.14 01:08:25.116805 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8106 | 2024.12.14 01:08:25.116856 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 8107 | 2024.12.14 01:08:25.116940 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 8108 | 2024.12.14 01:08:25.117164 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 8109 | 2024.12.14 01:08:25.117330 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 8110 | 2024.12.14 01:08:25.117443 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 8111 | 2024.12.14 01:08:25.117665 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 8112 | 2024.12.14 01:08:25.120530 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004176851 sec., 4512729.805300692 rows/sec., 64.56 MiB/sec. | ||
| 8113 | 2024.12.14 01:08:25.120809 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8114 | 2024.12.14 01:08:25.121123 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_41_8} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2024.12.14 01:08:25.121216 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_41_8} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8116 | 2024.12.14 01:08:25.121319 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8117 | 2024.12.14 01:08:26.413642 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 310 | ||
| 8118 | 2024.12.14 01:08:26.435057 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8119 | 2024.12.14 01:08:26.435121 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8120 | 2024.12.14 01:08:26.444053 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8121 | 2024.12.14 01:08:26.444844 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8122 | 2024.12.14 01:08:26.445232 [ 47 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8123 | 2024.12.14 01:08:26.445387 [ 47 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2024.12.14 01:08:26.445458 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8125 | 2024.12.14 01:08:26.445901 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 8126 | 2024.12.14 01:08:26.459674 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 310 | ||
| 8127 | 2024.12.14 01:08:26.461245 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8128 | 2024.12.14 01:08:26.462697 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 8129 | 2024.12.14 01:08:26.468224 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 8130 | 2024.12.14 01:08:26.473792 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 8131 | 2024.12.14 01:08:26.479195 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 8132 | 2024.12.14 01:08:26.484912 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 8133 | 2024.12.14 01:08:26.489629 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 8134 | 2024.12.14 01:08:26.550470 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 679 columns (679 merged, 0 gathered) in 0.104863995 sec., 2956.210089077762 rows/sec., 15.29 MiB/sec. | ||
| 8135 | 2024.12.14 01:08:26.553332 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8136 | 2024.12.14 01:08:26.556219 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_41_8} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8137 | 2024.12.14 01:08:26.556345 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_41_8} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8138 | 2024.12.14 01:08:26.558750 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8139 | 2024.12.14 01:08:27.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.63 MiB, peak 230.05 MiB, free memory in arenas 0.00 B, will set to 218.45 MiB (RSS), difference: 1.82 MiB | ||
| 8140 | 2024.12.14 01:08:27.729431 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1146 | ||
| 8141 | 2024.12.14 01:08:27.732510 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2024.12.14 01:08:27.732568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8143 | 2024.12.14 01:08:27.734069 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8144 | 2024.12.14 01:08:27.734385 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2024.12.14 01:08:27.735555 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146 | ||
| 8146 | 2024.12.14 01:08:27.804846 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8147 | 2024.12.14 01:08:27.805039 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8148 | 2024.12.14 01:08:27.805111 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8149 | 2024.12.14 01:08:27.805886 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8150 | 2024.12.14 01:08:27.805927 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8151 | 2024.12.14 01:08:27.806387 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8152 | 2024.12.14 01:08:27.806651 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8153 | 2024.12.14 01:08:27.806790 [ 46 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8154 | 2024.12.14 01:08:27.806834 [ 46 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8155 | 2024.12.14 01:08:27.806859 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8156 | 2024.12.14 01:08:27.806871 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 8157 | 2024.12.14 01:08:27.807128 [ 257 ] {a7c0757a-b970-4c60-bf33-29c12b636c5b} <Debug> TCPHandler: Processed in 0.002404569 sec. | ||
| 8158 | 2024.12.14 01:08:27.807222 [ 188 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8159 | 2024.12.14 01:08:27.807479 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8160 | 2024.12.14 01:08:27.807802 [ 188 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8161 | 2024.12.14 01:08:27.807894 [ 188 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 8162 | 2024.12.14 01:08:27.807895 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8163 | 2024.12.14 01:08:27.807988 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8164 | 2024.12.14 01:08:27.808056 [ 188 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8165 | 2024.12.14 01:08:27.808516 [ 188 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8166 | 2024.12.14 01:08:27.808689 [ 188 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8167 | 2024.12.14 01:08:27.808943 [ 188 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8168 | 2024.12.14 01:08:27.810247 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8169 | 2024.12.14 01:08:27.810304 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8170 | 2024.12.14 01:08:27.810811 [ 193 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003850692 sec., 18178.55076438209 rows/sec., 1.35 MiB/sec. | ||
| 8171 | 2024.12.14 01:08:27.810985 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8172 | 2024.12.14 01:08:27.811028 [ 202 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8173 | 2024.12.14 01:08:27.811434 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8174 | 2024.12.14 01:08:27.811516 [ 202 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2024.12.14 01:08:27.811784 [ 202 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_29_7} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8176 | 2024.12.14 01:08:27.811949 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8177 | 2024.12.14 01:08:27.811984 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.004206 sec., 67760.34236804565 rows/sec., 5.99 MiB/sec. | ||
| 8178 | 2024.12.14 01:08:27.812065 [ 4 ] {da29e97c-2f40-4fbb-807a-abf580c65d15} <Debug> TCPHandler: Processed in 0.004800499 sec. | ||
| 8179 | 2024.12.14 01:08:27.812218 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8180 | 2024.12.14 01:08:27.812362 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8181 | 2024.12.14 01:08:27.812423 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8182 | 2024.12.14 01:08:27.813111 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8183 | 2024.12.14 01:08:27.813149 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8184 | 2024.12.14 01:08:27.813524 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8185 | 2024.12.14 01:08:27.813777 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8186 | 2024.12.14 01:08:27.813991 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001657 sec., 28968.014484007243 rows/sec., 2.09 MiB/sec. | ||
| 8187 | 2024.12.14 01:08:27.814211 [ 257 ] {0dcc5b25-1dda-4184-8e63-7e0e81b609ed} <Debug> TCPHandler: Processed in 0.002054219 sec. | ||
| 8188 | 2024.12.14 01:08:27.814407 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8189 | 2024.12.14 01:08:27.814534 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8190 | 2024.12.14 01:08:27.814587 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8191 | 2024.12.14 01:08:27.815209 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2024.12.14 01:08:27.815250 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8193 | 2024.12.14 01:08:27.815618 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8194 | 2024.12.14 01:08:27.815859 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8195 | 2024.12.14 01:08:27.816015 [ 46 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8196 | 2024.12.14 01:08:27.816075 [ 46 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8197 | 2024.12.14 01:08:27.816105 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec. | ||
| 8198 | 2024.12.14 01:08:27.816119 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8199 | 2024.12.14 01:08:27.816254 [ 4 ] {6443b557-89f1-4808-bd8c-b2b21bd5f95d} <Debug> TCPHandler: Processed in 0.001944497 sec. | ||
| 8200 | 2024.12.14 01:08:27.816305 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8201 | 2024.12.14 01:08:27.816430 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8202 | 2024.12.14 01:08:27.816458 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 242 rows starting from the beginning of the part | ||
| 8203 | 2024.12.14 01:08:27.816480 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8204 | 2024.12.14 01:08:27.816582 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8205 | 2024.12.14 01:08:27.816901 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8206 | 2024.12.14 01:08:27.816928 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8207 | 2024.12.14 01:08:27.817060 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8208 | 2024.12.14 01:08:27.817218 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 8209 | 2024.12.14 01:08:27.817541 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8210 | 2024.12.14 01:08:27.817830 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8211 | 2024.12.14 01:08:27.819529 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8212 | 2024.12.14 01:08:27.819615 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8213 | 2024.12.14 01:08:27.820610 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8214 | 2024.12.14 01:08:27.820630 [ 188 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004391327 sec., 122969.66270104685 rows/sec., 8.81 MiB/sec. | ||
| 8215 | 2024.12.14 01:08:27.820791 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8216 | 2024.12.14 01:08:27.820927 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8217 | 2024.12.14 01:08:27.821118 [ 46 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8218 | 2024.12.14 01:08:27.821171 [ 46 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8219 | 2024.12.14 01:08:27.821196 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2024.12.14 01:08:27.821210 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8221 | 2024.12.14 01:08:27.821255 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00453 sec., 2869.7571743929357 rows/sec., 178.93 KiB/sec. | ||
| 8222 | 2024.12.14 01:08:27.821472 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_29_6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8223 | 2024.12.14 01:08:27.821631 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8224 | 2024.12.14 01:08:27.821660 [ 257 ] {14aa2b59-7d53-4822-ba6a-98a873d573df} <Debug> TCPHandler: Processed in 0.005267293 sec. | ||
| 8225 | 2024.12.14 01:08:27.821717 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8226 | 2024.12.14 01:08:27.821900 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8227 | 2024.12.14 01:08:27.821941 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8228 | 2024.12.14 01:08:27.821972 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 8229 | 2024.12.14 01:08:27.822062 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8230 | 2024.12.14 01:08:27.822104 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8231 | 2024.12.14 01:08:27.822159 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8232 | 2024.12.14 01:08:27.822249 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8233 | 2024.12.14 01:08:27.822490 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8234 | 2024.12.14 01:08:27.822706 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8235 | 2024.12.14 01:08:27.823838 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8236 | 2024.12.14 01:08:27.823886 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8237 | 2024.12.14 01:08:27.824093 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002775061 sec., 23422.908541469897 rows/sec., 1.52 MiB/sec. | ||
| 8238 | 2024.12.14 01:08:27.824216 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8239 | 2024.12.14 01:08:27.824408 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8240 | 2024.12.14 01:08:27.824521 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2024.12.14 01:08:27.824617 [ 200 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_29_7} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8242 | 2024.12.14 01:08:27.824713 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8243 | 2024.12.14 01:08:27.824717 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8244 | 2024.12.14 01:08:27.824972 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002958 sec., 143002.0283975659 rows/sec., 10.22 MiB/sec. | ||
| 8245 | 2024.12.14 01:08:27.825071 [ 4 ] {c0baa9dd-3bff-4fac-abe0-fdd5c75ff91b} <Debug> TCPHandler: Processed in 0.003292065 sec. | ||
| 8246 | 2024.12.14 01:08:27.825304 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8247 | 2024.12.14 01:08:27.825539 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8248 | 2024.12.14 01:08:27.825601 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8249 | 2024.12.14 01:08:27.826151 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8250 | 2024.12.14 01:08:27.826190 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8251 | 2024.12.14 01:08:27.826573 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8252 | 2024.12.14 01:08:27.826831 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8253 | 2024.12.14 01:08:27.827007 [ 45 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8254 | 2024.12.14 01:08:27.827080 [ 45 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2024.12.14 01:08:27.827084 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec. | ||
| 8256 | 2024.12.14 01:08:27.827119 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8257 | 2024.12.14 01:08:27.827245 [ 257 ] {c29bf8fa-f2e0-41fc-a205-a30f94eb02c5} <Debug> TCPHandler: Processed in 0.00207366 sec. | ||
| 8258 | 2024.12.14 01:08:27.827493 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8259 | 2024.12.14 01:08:27.827498 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8260 | 2024.12.14 01:08:27.827920 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8261 | 2024.12.14 01:08:27.828142 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8262 | 2024.12.14 01:08:27.828156 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8263 | 2024.12.14 01:08:27.828251 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8264 | 2024.12.14 01:08:27.828554 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8265 | 2024.12.14 01:08:27.828797 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8266 | 2024.12.14 01:08:27.829091 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8267 | 2024.12.14 01:08:27.829407 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8268 | 2024.12.14 01:08:27.829576 [ 196 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8269 | 2024.12.14 01:08:27.830152 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8270 | 2024.12.14 01:08:27.830195 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8271 | 2024.12.14 01:08:27.830802 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8272 | 2024.12.14 01:08:27.830992 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003747628 sec., 46429.3681229834 rows/sec., 2.37 MiB/sec. | ||
| 8273 | 2024.12.14 01:08:27.831206 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8274 | 2024.12.14 01:08:27.831217 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8275 | 2024.12.14 01:08:27.831617 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003859 sec., 61414.87431977196 rows/sec., 4.12 MiB/sec. | ||
| 8276 | 2024.12.14 01:08:27.831764 [ 4 ] {864b859b-0c2b-4b24-9ac7-3fddc1ea797f} <Debug> TCPHandler: Processed in 0.004406928 sec. | ||
| 8277 | 2024.12.14 01:08:27.831901 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2024.12.14 01:08:27.831953 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8279 | 2024.12.14 01:08:27.832002 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_29_6} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8280 | 2024.12.14 01:08:27.832109 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8281 | 2024.12.14 01:08:27.832129 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8282 | 2024.12.14 01:08:27.832194 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8283 | 2024.12.14 01:08:27.832746 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8284 | 2024.12.14 01:08:27.832792 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8285 | 2024.12.14 01:08:27.833170 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8286 | 2024.12.14 01:08:27.833409 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2024.12.14 01:08:27.833618 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 8288 | 2024.12.14 01:08:27.833669 [ 257 ] {06110bc9-a69b-450d-bdf2-883a47bc2ed2} <Debug> TCPHandler: Processed in 0.001809943 sec. | ||
| 8289 | 2024.12.14 01:08:27.833812 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8290 | 2024.12.14 01:08:27.833929 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8291 | 2024.12.14 01:08:27.834009 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8292 | 2024.12.14 01:08:27.835157 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8293 | 2024.12.14 01:08:27.835197 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8294 | 2024.12.14 01:08:27.835912 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8295 | 2024.12.14 01:08:27.836179 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8296 | 2024.12.14 01:08:27.836530 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002602 sec., 15757.109915449653 rows/sec., 28.24 MiB/sec. | ||
| 8297 | 2024.12.14 01:08:27.836907 [ 4 ] {4ad37987-01ca-4168-b552-47b7c14bbcc2} <Debug> TCPHandler: Processed in 0.003151751 sec. | ||
| 8298 | 2024.12.14 01:08:27.837061 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8299 | 2024.12.14 01:08:27.837197 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8300 | 2024.12.14 01:08:27.837256 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8301 | 2024.12.14 01:08:27.837825 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8302 | 2024.12.14 01:08:27.837871 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8303 | 2024.12.14 01:08:27.838255 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8304 | 2024.12.14 01:08:27.838499 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8305 | 2024.12.14 01:08:27.838708 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001541 sec., 53212.19987021414 rows/sec., 3.38 MiB/sec. | ||
| 8306 | 2024.12.14 01:08:27.838759 [ 257 ] {fbf8a57a-221f-4666-9036-b35eb4a1d7de} <Debug> TCPHandler: Processed in 0.001768121 sec. | ||
| 8307 | 2024.12.14 01:08:32.361474 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8308 | 2024.12.14 01:08:32.361556 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8309 | 2024.12.14 01:08:32.616345 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8310 | 2024.12.14 01:08:32.617486 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8311 | 2024.12.14 01:08:32.617542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8312 | 2024.12.14 01:08:32.618081 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8313 | 2024.12.14 01:08:32.618338 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8314 | 2024.12.14 01:08:32.618645 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8315 | 2024.12.14 01:08:32.798161 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8316 | 2024.12.14 01:08:32.798353 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8317 | 2024.12.14 01:08:32.798427 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8318 | 2024.12.14 01:08:32.799237 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8319 | 2024.12.14 01:08:32.799280 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8320 | 2024.12.14 01:08:32.799696 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8321 | 2024.12.14 01:08:32.799958 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8322 | 2024.12.14 01:08:32.800171 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec. | ||
| 8323 | 2024.12.14 01:08:32.800277 [ 257 ] {51f269f2-ba78-46fa-97f6-427eb133f171} <Debug> TCPHandler: Processed in 0.002243045 sec. | ||
| 8324 | 2024.12.14 01:08:32.800590 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8325 | 2024.12.14 01:08:32.800806 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8326 | 2024.12.14 01:08:32.800889 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8327 | 2024.12.14 01:08:32.801696 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2024.12.14 01:08:32.801750 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8329 | 2024.12.14 01:08:32.802197 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8330 | 2024.12.14 01:08:32.802464 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2024.12.14 01:08:32.802694 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec. | ||
| 8332 | 2024.12.14 01:08:32.802761 [ 4 ] {619884f0-ea90-479f-b16d-e7dd2618c6a6} <Debug> TCPHandler: Processed in 0.002372558 sec. | ||
| 8333 | 2024.12.14 01:08:32.802909 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8334 | 2024.12.14 01:08:32.803032 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8335 | 2024.12.14 01:08:32.803088 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8336 | 2024.12.14 01:08:32.803769 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2024.12.14 01:08:32.803813 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8338 | 2024.12.14 01:08:32.804266 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8339 | 2024.12.14 01:08:32.804507 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2024.12.14 01:08:32.804691 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001689 sec., 94730.60982830077 rows/sec., 6.60 MiB/sec. | ||
| 8341 | 2024.12.14 01:08:32.804750 [ 257 ] {28cd94da-bd5d-46ff-8f13-1ac6242e8363} <Debug> TCPHandler: Processed in 0.001894285 sec. | ||
| 8342 | 2024.12.14 01:08:32.804906 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2024.12.14 01:08:32.805037 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8344 | 2024.12.14 01:08:32.805093 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8345 | 2024.12.14 01:08:32.805676 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2024.12.14 01:08:32.805725 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8347 | 2024.12.14 01:08:32.806174 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8348 | 2024.12.14 01:08:32.806428 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2024.12.14 01:08:32.806663 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec. | ||
| 8350 | 2024.12.14 01:08:32.806743 [ 4 ] {3e4a2cf3-2a20-4698-a112-e2bde6881891} <Debug> TCPHandler: Processed in 0.001895875 sec. | ||
| 8351 | 2024.12.14 01:08:33.550529 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8352 | 2024.12.14 01:08:33.550733 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8353 | 2024.12.14 01:08:33.550811 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8354 | 2024.12.14 01:08:33.551604 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8355 | 2024.12.14 01:08:33.551646 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8356 | 2024.12.14 01:08:33.552069 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8357 | 2024.12.14 01:08:33.552316 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2024.12.14 01:08:33.552562 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 537.21 KiB/sec. | ||
| 8359 | 2024.12.14 01:08:33.552712 [ 257 ] {1666fe32-13ac-46f5-ab30-4068cc15d39d} <Debug> TCPHandler: Processed in 0.002313997 sec. | ||
| 8360 | 2024.12.14 01:08:33.553030 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8361 | 2024.12.14 01:08:33.553223 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8362 | 2024.12.14 01:08:33.553304 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8363 | 2024.12.14 01:08:33.554152 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2024.12.14 01:08:33.554202 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8365 | 2024.12.14 01:08:33.554625 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8366 | 2024.12.14 01:08:33.554875 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8367 | 2024.12.14 01:08:33.555109 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 586.94 KiB/sec. | ||
| 8368 | 2024.12.14 01:08:33.555166 [ 4 ] {7109acd9-f7ba-49f5-8848-add5446dbac8} <Debug> TCPHandler: Processed in 0.002309687 sec. | ||
| 8369 | 2024.12.14 01:08:33.555399 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8370 | 2024.12.14 01:08:33.555636 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8371 | 2024.12.14 01:08:33.555731 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8372 | 2024.12.14 01:08:33.557123 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8373 | 2024.12.14 01:08:33.557162 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8374 | 2024.12.14 01:08:33.557636 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8375 | 2024.12.14 01:08:33.557906 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8376 | 2024.12.14 01:08:33.558096 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002521 sec., 568028.5600952003 rows/sec., 47.59 MiB/sec. | ||
| 8377 | 2024.12.14 01:08:33.558154 [ 257 ] {69d6bced-e278-4cea-8279-4113678e8492} <Debug> TCPHandler: Processed in 0.002867413 sec. | ||
| 8378 | 2024.12.14 01:08:33.558324 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8379 | 2024.12.14 01:08:33.558463 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8380 | 2024.12.14 01:08:33.558520 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8381 | 2024.12.14 01:08:33.559249 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8382 | 2024.12.14 01:08:33.559289 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8383 | 2024.12.14 01:08:33.559660 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8384 | 2024.12.14 01:08:33.559900 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8385 | 2024.12.14 01:08:33.560051 [ 38 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 8386 | 2024.12.14 01:08:33.560120 [ 38 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2024.12.14 01:08:33.560139 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.0017 sec., 36470.58823529412 rows/sec., 2.59 MiB/sec. | ||
| 8388 | 2024.12.14 01:08:33.560172 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8389 | 2024.12.14 01:08:33.560251 [ 4 ] {e728c6f3-4175-494d-b0d0-39a9ebe4cd18} <Debug> TCPHandler: Processed in 0.001993847 sec. | ||
| 8390 | 2024.12.14 01:08:33.560580 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 8391 | 2024.12.14 01:08:33.560655 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8392 | 2024.12.14 01:08:33.560834 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8393 | 2024.12.14 01:08:33.560917 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 66 rows starting from the beginning of the part | ||
| 8394 | 2024.12.14 01:08:33.561119 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8395 | 2024.12.14 01:08:33.561177 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part | ||
| 8396 | 2024.12.14 01:08:33.561315 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8397 | 2024.12.14 01:08:33.561591 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 50 rows starting from the beginning of the part | ||
| 8398 | 2024.12.14 01:08:33.561909 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 8399 | 2024.12.14 01:08:33.562268 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 48 rows starting from the beginning of the part | ||
| 8400 | 2024.12.14 01:08:33.562716 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 62 rows starting from the beginning of the part | ||
| 8401 | 2024.12.14 01:08:33.564034 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8402 | 2024.12.14 01:08:33.564119 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8403 | 2024.12.14 01:08:33.565199 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8404 | 2024.12.14 01:08:33.565527 [ 194 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.00519107 sec., 62029.60083373948 rows/sec., 4.68 MiB/sec. | ||
| 8405 | 2024.12.14 01:08:33.565695 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8406 | 2024.12.14 01:08:33.565751 [ 204 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 8407 | 2024.12.14 01:08:33.566040 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005079 sec., 47647.174640677295 rows/sec., 3.23 MiB/sec. | ||
| 8408 | 2024.12.14 01:08:33.566204 [ 257 ] {7e72b8b6-5d22-40ce-81f1-846e200ca3a8} <Debug> TCPHandler: Processed in 0.005757117 sec. | ||
| 8409 | 2024.12.14 01:08:33.566333 [ 204 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8410 | 2024.12.14 01:08:33.566379 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2024.12.14 01:08:33.566424 [ 204 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_34_7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 8412 | 2024.12.14 01:08:33.566512 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8413 | 2024.12.14 01:08:33.566527 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8414 | 2024.12.14 01:08:33.566565 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8415 | 2024.12.14 01:08:33.567137 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8416 | 2024.12.14 01:08:33.567175 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8417 | 2024.12.14 01:08:33.567526 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8418 | 2024.12.14 01:08:33.567762 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8419 | 2024.12.14 01:08:33.568005 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 8420 | 2024.12.14 01:08:33.568238 [ 4 ] {8497aa3e-8e53-4300-98e9-92f8262a4054} <Debug> TCPHandler: Processed in 0.001929016 sec. | ||
| 8421 | 2024.12.14 01:08:33.568492 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8422 | 2024.12.14 01:08:33.568710 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8423 | 2024.12.14 01:08:33.568798 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8424 | 2024.12.14 01:08:33.569922 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8425 | 2024.12.14 01:08:33.569959 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8426 | 2024.12.14 01:08:33.570368 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8427 | 2024.12.14 01:08:33.570613 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8428 | 2024.12.14 01:08:33.570816 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002155 sec., 414385.150812065 rows/sec., 30.09 MiB/sec. | ||
| 8429 | 2024.12.14 01:08:33.570942 [ 257 ] {26cb7f89-55f2-4efe-b5e9-c46257da5ca3} <Debug> TCPHandler: Processed in 0.002587585 sec. | ||
| 8430 | 2024.12.14 01:08:33.571151 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8431 | 2024.12.14 01:08:33.571355 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8432 | 2024.12.14 01:08:33.571414 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8433 | 2024.12.14 01:08:33.571977 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2024.12.14 01:08:33.572024 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8435 | 2024.12.14 01:08:33.572416 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8436 | 2024.12.14 01:08:33.572659 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2024.12.14 01:08:33.572857 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 204.35 KiB/sec. | ||
| 8438 | 2024.12.14 01:08:33.572907 [ 4 ] {defabb0b-945c-4a69-ba1e-deec3faf9601} <Debug> TCPHandler: Processed in 0.001879175 sec. | ||
| 8439 | 2024.12.14 01:08:33.573035 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8440 | 2024.12.14 01:08:33.573154 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8441 | 2024.12.14 01:08:33.573216 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8442 | 2024.12.14 01:08:33.574105 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8443 | 2024.12.14 01:08:33.574149 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8444 | 2024.12.14 01:08:33.574595 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8445 | 2024.12.14 01:08:33.574843 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8446 | 2024.12.14 01:08:33.575022 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001897 sec., 507116.49973642593 rows/sec., 33.70 MiB/sec. | ||
| 8447 | 2024.12.14 01:08:33.575079 [ 257 ] {e7e68d81-98a4-41f2-aaf4-9385b8230fda} <Debug> TCPHandler: Processed in 0.00209954 sec. | ||
| 8448 | 2024.12.14 01:08:33.575235 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8449 | 2024.12.14 01:08:33.575372 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8450 | 2024.12.14 01:08:33.575431 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8451 | 2024.12.14 01:08:33.575983 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8452 | 2024.12.14 01:08:33.576032 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8453 | 2024.12.14 01:08:33.576535 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8454 | 2024.12.14 01:08:33.576773 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8455 | 2024.12.14 01:08:33.576981 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001641 sec., 609.3845216331505 rows/sec., 41.06 KiB/sec. | ||
| 8456 | 2024.12.14 01:08:33.577030 [ 4 ] {08dc5ecd-8633-4a6b-872d-522da4b42318} <Debug> TCPHandler: Processed in 0.001859694 sec. | ||
| 8457 | 2024.12.14 01:08:33.577185 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8458 | 2024.12.14 01:08:33.577322 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8459 | 2024.12.14 01:08:33.577411 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8460 | 2024.12.14 01:08:33.578713 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8461 | 2024.12.14 01:08:33.578751 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8462 | 2024.12.14 01:08:33.579424 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8463 | 2024.12.14 01:08:33.579687 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8464 | 2024.12.14 01:08:33.579942 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002652 sec., 15460.03016591252 rows/sec., 27.70 MiB/sec. | ||
| 8465 | 2024.12.14 01:08:33.580420 [ 257 ] {6172b0e3-a471-442c-b0a0-fdbc8f310ea9} <Debug> TCPHandler: Processed in 0.003299595 sec. | ||
| 8466 | 2024.12.14 01:08:33.580569 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8467 | 2024.12.14 01:08:33.580685 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8468 | 2024.12.14 01:08:33.580735 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8469 | 2024.12.14 01:08:33.581217 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8470 | 2024.12.14 01:08:33.581256 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 8471 | 2024.12.14 01:08:33.581623 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8472 | 2024.12.14 01:08:33.581860 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8473 | 2024.12.14 01:08:33.582068 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001407 sec., 24164.889836531627 rows/sec., 1.40 MiB/sec. | ||
| 8474 | 2024.12.14 01:08:33.582117 [ 4 ] {8fbf2678-2678-4cbd-bb21-bf09d47df5fb} <Debug> TCPHandler: Processed in 0.001604736 sec. | ||
| 8475 | 2024.12.14 01:08:33.959734 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 317 | ||
| 8476 | 2024.12.14 01:08:33.978976 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8477 | 2024.12.14 01:08:33.979032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8478 | 2024.12.14 01:08:33.986081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8479 | 2024.12.14 01:08:33.986808 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8480 | 2024.12.14 01:08:33.989474 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8481 | 2024.12.14 01:08:34.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.85 MiB, peak 230.05 MiB, free memory in arenas 0.00 B, will set to 218.58 MiB (RSS), difference: -1.27 MiB | ||
| 8482 | 2024.12.14 01:08:37.735775 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1200 | ||
| 8483 | 2024.12.14 01:08:37.739649 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8484 | 2024.12.14 01:08:37.739691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8485 | 2024.12.14 01:08:37.741231 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8486 | 2024.12.14 01:08:37.741604 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2024.12.14 01:08:37.741771 [ 27 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8488 | 2024.12.14 01:08:37.741841 [ 27 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8489 | 2024.12.14 01:08:37.741885 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8490 | 2024.12.14 01:08:37.742553 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 8491 | 2024.12.14 01:08:37.743582 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200 | ||
| 8492 | 2024.12.14 01:08:37.744039 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8493 | 2024.12.14 01:08:37.744247 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1012 rows starting from the beginning of the part | ||
| 8494 | 2024.12.14 01:08:37.744788 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 8495 | 2024.12.14 01:08:37.745577 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part | ||
| 8496 | 2024.12.14 01:08:37.746192 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 8497 | 2024.12.14 01:08:37.746809 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 8498 | 2024.12.14 01:08:37.747393 [ 200 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part | ||
| 8499 | 2024.12.14 01:08:37.755513 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 72 columns (72 merged, 0 gathered) in 0.01348177 sec., 89009.08411877668 rows/sec., 70.37 MiB/sec. | ||
| 8500 | 2024.12.14 01:08:37.756771 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8501 | 2024.12.14 01:08:37.757459 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8502 | 2024.12.14 01:08:37.757552 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_31_6} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8503 | 2024.12.14 01:08:37.757751 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8504 | 2024.12.14 01:08:37.797050 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8505 | 2024.12.14 01:08:37.797352 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8506 | 2024.12.14 01:08:37.797429 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8507 | 2024.12.14 01:08:37.798229 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8508 | 2024.12.14 01:08:37.798281 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8509 | 2024.12.14 01:08:37.798734 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8510 | 2024.12.14 01:08:37.798996 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8511 | 2024.12.14 01:08:37.799191 [ 27 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8512 | 2024.12.14 01:08:37.799245 [ 27 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8513 | 2024.12.14 01:08:37.799267 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.17 MiB/sec. | ||
| 8514 | 2024.12.14 01:08:37.799281 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8515 | 2024.12.14 01:08:37.799485 [ 257 ] {de4e9750-6003-46f7-93cc-8105f3e383dc} <Debug> TCPHandler: Processed in 0.002616625 sec. | ||
| 8516 | 2024.12.14 01:08:37.799555 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 8517 | 2024.12.14 01:08:37.799715 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8518 | 2024.12.14 01:08:37.799772 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8519 | 2024.12.14 01:08:37.799779 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1434 rows starting from the beginning of the part | ||
| 8520 | 2024.12.14 01:08:37.800094 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 8521 | 2024.12.14 01:08:37.800170 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8522 | 2024.12.14 01:08:37.800380 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8523 | 2024.12.14 01:08:37.800423 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 285 rows starting from the beginning of the part | ||
| 8524 | 2024.12.14 01:08:37.800811 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 8525 | 2024.12.14 01:08:37.801084 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1432 rows starting from the beginning of the part | ||
| 8526 | 2024.12.14 01:08:37.801441 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8527 | 2024.12.14 01:08:37.803094 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8528 | 2024.12.14 01:08:37.803194 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8529 | 2024.12.14 01:08:37.804263 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8530 | 2024.12.14 01:08:37.804557 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8531 | 2024.12.14 01:08:37.804785 [ 27 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8532 | 2024.12.14 01:08:37.804875 [ 27 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8533 | 2024.12.14 01:08:37.804964 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8534 | 2024.12.14 01:08:37.805105 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005015 sec., 12761.714855433698 rows/sec., 1019.99 KiB/sec. | ||
| 8535 | 2024.12.14 01:08:37.805495 [ 4 ] {37ecfddc-cc5d-448b-a968-054abb45c216} <Debug> TCPHandler: Processed in 0.005855359 sec. | ||
| 8536 | 2024.12.14 01:08:37.805840 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.006442906 sec., 515140.21778371435 rows/sec., 45.14 MiB/sec. | ||
| 8537 | 2024.12.14 01:08:37.805920 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8538 | 2024.12.14 01:08:37.805952 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 8539 | 2024.12.14 01:08:37.806307 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8540 | 2024.12.14 01:08:37.806379 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8541 | 2024.12.14 01:08:37.806451 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8542 | 2024.12.14 01:08:37.806577 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8543 | 2024.12.14 01:08:37.806578 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 8544 | 2024.12.14 01:08:37.807002 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 8545 | 2024.12.14 01:08:37.807382 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 423 rows starting from the beginning of the part | ||
| 8546 | 2024.12.14 01:08:37.807692 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 8547 | 2024.12.14 01:08:37.808160 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 893 rows starting from the beginning of the part | ||
| 8548 | 2024.12.14 01:08:37.808566 [ 210 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8549 | 2024.12.14 01:08:37.809340 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2024.12.14 01:08:37.809640 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_71_14} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8551 | 2024.12.14 01:08:37.809954 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8552 | 2024.12.14 01:08:37.810155 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2024.12.14 01:08:37.810205 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8554 | 2024.12.14 01:08:37.810787 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8555 | 2024.12.14 01:08:37.811090 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2024.12.14 01:08:37.811310 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8557 | 2024.12.14 01:08:37.811424 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8558 | 2024.12.14 01:08:37.811527 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8559 | 2024.12.14 01:08:37.811552 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005326 sec., 24033.04543747653 rows/sec., 1.67 MiB/sec. | ||
| 8560 | 2024.12.14 01:08:37.812122 [ 257 ] {329ea38b-db2d-4f31-a25e-7df846aea3f3} <Debug> TCPHandler: Processed in 0.006428586 sec. | ||
| 8561 | 2024.12.14 01:08:37.812212 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 8562 | 2024.12.14 01:08:37.812246 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.007095026 sec., 341506.85282901005 rows/sec., 26.20 MiB/sec. | ||
| 8563 | 2024.12.14 01:08:37.812408 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8564 | 2024.12.14 01:08:37.812622 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8565 | 2024.12.14 01:08:37.812657 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8566 | 2024.12.14 01:08:37.812842 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19864 rows starting from the beginning of the part | ||
| 8567 | 2024.12.14 01:08:37.812855 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8568 | 2024.12.14 01:08:37.813143 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8569 | 2024.12.14 01:08:37.813255 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 8570 | 2024.12.14 01:08:37.813755 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2024.12.14 01:08:37.813791 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 8572 | 2024.12.14 01:08:37.814109 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_71_14} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8573 | 2024.12.14 01:08:37.814458 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8574 | 2024.12.14 01:08:37.814591 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 8575 | 2024.12.14 01:08:37.814935 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 962 rows starting from the beginning of the part | ||
| 8576 | 2024.12.14 01:08:37.815327 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 8577 | 2024.12.14 01:08:37.816064 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8578 | 2024.12.14 01:08:37.816125 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8579 | 2024.12.14 01:08:37.816889 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8580 | 2024.12.14 01:08:37.817261 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8581 | 2024.12.14 01:08:37.817479 [ 27 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8582 | 2024.12.14 01:08:37.817551 [ 27 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8583 | 2024.12.14 01:08:37.817592 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004884 sec., 9828.009828009828 rows/sec., 678.24 KiB/sec. | ||
| 8584 | 2024.12.14 01:08:37.817616 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8585 | 2024.12.14 01:08:37.817872 [ 4 ] {701d437f-a573-41f3-87f8-26dfa1635b56} <Debug> TCPHandler: Processed in 0.005600722 sec. | ||
| 8586 | 2024.12.14 01:08:37.818200 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 8587 | 2024.12.14 01:08:37.818492 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8588 | 2024.12.14 01:08:37.818549 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3934 rows starting from the beginning of the part | ||
| 8589 | 2024.12.14 01:08:37.818867 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 8590 | 2024.12.14 01:08:37.819150 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 8591 | 2024.12.14 01:08:37.819478 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 8592 | 2024.12.14 01:08:37.819683 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 8593 | 2024.12.14 01:08:37.819883 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 8594 | 2024.12.14 01:08:37.823719 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4218 rows, containing 4 columns (4 merged, 0 gathered) in 0.005822279 sec., 724458.5840012133 rows/sec., 47.17 MiB/sec. | ||
| 8595 | 2024.12.14 01:08:37.824282 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8596 | 2024.12.14 01:08:37.824639 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8597 | 2024.12.14 01:08:37.824737 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_71_14} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8598 | 2024.12.14 01:08:37.824832 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 8599 | 2024.12.14 01:08:37.825281 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21511 rows, containing 5 columns (5 merged, 0 gathered) in 0.013513551 sec., 1591809.584320213 rows/sec., 107.41 MiB/sec. | ||
| 8600 | 2024.12.14 01:08:37.825831 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8601 | 2024.12.14 01:08:37.826189 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8602 | 2024.12.14 01:08:37.826289 [ 190 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8603 | 2024.12.14 01:08:37.826387 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 8604 | 2024.12.14 01:08:38.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.09 MiB, peak 230.05 MiB, free memory in arenas 0.00 B, will set to 220.45 MiB (RSS), difference: 1.36 MiB | ||
| 8605 | 2024.12.14 01:08:40.118798 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8606 | 2024.12.14 01:08:40.119780 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8607 | 2024.12.14 01:08:40.119832 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8608 | 2024.12.14 01:08:40.120387 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8609 | 2024.12.14 01:08:40.120659 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8610 | 2024.12.14 01:08:40.120935 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8611 | 2024.12.14 01:08:41.489518 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8612 | 2024.12.14 01:08:41.509859 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8613 | 2024.12.14 01:08:41.509916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8614 | 2024.12.14 01:08:41.517250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8615 | 2024.12.14 01:08:41.518025 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8616 | 2024.12.14 01:08:41.521154 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8617 | 2024.12.14 01:08:42.799393 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8618 | 2024.12.14 01:08:42.799631 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8619 | 2024.12.14 01:08:42.799748 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8620 | 2024.12.14 01:08:42.800823 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8621 | 2024.12.14 01:08:42.800876 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8622 | 2024.12.14 01:08:42.801340 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8623 | 2024.12.14 01:08:42.801604 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2024.12.14 01:08:42.801845 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002301 sec., 24337.244676227725 rows/sec., 1.87 MiB/sec. | ||
| 8625 | 2024.12.14 01:08:42.801912 [ 257 ] {73588aa2-eda9-4d1c-8191-b72d3a05b738} <Debug> TCPHandler: Processed in 0.002648197 sec. | ||
| 8626 | 2024.12.14 01:08:42.802177 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8627 | 2024.12.14 01:08:42.802388 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8628 | 2024.12.14 01:08:42.802472 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8629 | 2024.12.14 01:08:42.803236 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2024.12.14 01:08:42.803284 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8631 | 2024.12.14 01:08:42.803722 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8632 | 2024.12.14 01:08:42.803980 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2024.12.14 01:08:42.804215 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 8634 | 2024.12.14 01:08:42.804281 [ 4 ] {37b9001e-f092-4012-8993-108c9dad91a7} <Debug> TCPHandler: Processed in 0.002244965 sec. | ||
| 8635 | 2024.12.14 01:08:42.804421 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8636 | 2024.12.14 01:08:42.804590 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8637 | 2024.12.14 01:08:42.804691 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8638 | 2024.12.14 01:08:42.805640 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8639 | 2024.12.14 01:08:42.805682 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8640 | 2024.12.14 01:08:42.806096 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8641 | 2024.12.14 01:08:42.806345 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8642 | 2024.12.14 01:08:42.806562 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002034 sec., 78662.73352999018 rows/sec., 5.48 MiB/sec. | ||
| 8643 | 2024.12.14 01:08:42.806619 [ 257 ] {2241bb10-6323-47d9-a061-658daf9b3e34} <Debug> TCPHandler: Processed in 0.002255775 sec. | ||
| 8644 | 2024.12.14 01:08:42.806767 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8645 | 2024.12.14 01:08:42.806892 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8646 | 2024.12.14 01:08:42.806947 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8647 | 2024.12.14 01:08:42.807472 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8648 | 2024.12.14 01:08:42.807513 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8649 | 2024.12.14 01:08:42.807901 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8650 | 2024.12.14 01:08:42.808151 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8651 | 2024.12.14 01:08:42.808371 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec. | ||
| 8652 | 2024.12.14 01:08:42.808423 [ 4 ] {e97c6283-cc6b-428d-86de-55373722b90a} <Debug> TCPHandler: Processed in 0.001713079 sec. | ||
| 8653 | 2024.12.14 01:08:44.686020 [ 145 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8654 | 2024.12.14 01:08:44.686114 [ 145 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8655 | 2024.12.14 01:08:44.686142 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8656 | 2024.12.14 01:08:44.686382 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::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 | ||
| 8657 | 2024.12.14 01:08:44.686638 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8658 | 2024.12.14 01:08:44.686675 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 8659 | 2024.12.14 01:08:44.686760 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 8660 | 2024.12.14 01:08:44.686980 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 8661 | 2024.12.14 01:08:44.687252 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 8662 | 2024.12.14 01:08:44.687464 [ 198 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 8663 | 2024.12.14 01:08:44.688538 [ 190 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002305077 sec., 21691.249359565863 rows/sec., 1.81 MiB/sec. | ||
| 8664 | 2024.12.14 01:08:44.688742 [ 189 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8665 | 2024.12.14 01:08:44.689146 [ 189 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2024.12.14 01:08:44.689253 [ 189 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_13_3} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8667 | 2024.12.14 01:08:44.689371 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8668 | 2024.12.14 01:08:47.361603 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8669 | 2024.12.14 01:08:47.361684 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8670 | 2024.12.14 01:08:47.621044 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8671 | 2024.12.14 01:08:47.621739 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8672 | 2024.12.14 01:08:47.621795 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8673 | 2024.12.14 01:08:47.622396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8674 | 2024.12.14 01:08:47.622701 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8675 | 2024.12.14 01:08:47.622942 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8676 | 2024.12.14 01:08:47.743949 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1216 | ||
| 8677 | 2024.12.14 01:08:47.747193 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8678 | 2024.12.14 01:08:47.747242 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8679 | 2024.12.14 01:08:47.748758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8680 | 2024.12.14 01:08:47.749089 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8681 | 2024.12.14 01:08:47.749686 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1216 | ||
| 8682 | 2024.12.14 01:08:47.806680 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8683 | 2024.12.14 01:08:47.806870 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8684 | 2024.12.14 01:08:47.806944 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8685 | 2024.12.14 01:08:47.807757 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8686 | 2024.12.14 01:08:47.807803 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8687 | 2024.12.14 01:08:47.808211 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8688 | 2024.12.14 01:08:47.808469 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8689 | 2024.12.14 01:08:47.808728 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 8690 | 2024.12.14 01:08:47.808813 [ 257 ] {448f0fef-6e50-48c4-9fe5-ae2a131acba8} <Debug> TCPHandler: Processed in 0.002250066 sec. | ||
| 8691 | 2024.12.14 01:08:47.809096 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8692 | 2024.12.14 01:08:47.809278 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8693 | 2024.12.14 01:08:47.809348 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8694 | 2024.12.14 01:08:47.810252 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8695 | 2024.12.14 01:08:47.810301 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8696 | 2024.12.14 01:08:47.810773 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8697 | 2024.12.14 01:08:47.811030 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8698 | 2024.12.14 01:08:47.811262 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002036 sec., 139980.3536345776 rows/sec., 12.37 MiB/sec. | ||
| 8699 | 2024.12.14 01:08:47.811328 [ 4 ] {e1e6792e-352d-4e71-910e-932f281e7ff5} <Debug> TCPHandler: Processed in 0.00238817 sec. | ||
| 8700 | 2024.12.14 01:08:47.811496 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8701 | 2024.12.14 01:08:47.811644 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8702 | 2024.12.14 01:08:47.811706 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8703 | 2024.12.14 01:08:47.812438 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2024.12.14 01:08:47.812487 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8705 | 2024.12.14 01:08:47.812898 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8706 | 2024.12.14 01:08:47.813159 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8707 | 2024.12.14 01:08:47.813372 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001763 sec., 27226.318774815656 rows/sec., 1.96 MiB/sec. | ||
| 8708 | 2024.12.14 01:08:47.813428 [ 257 ] {2fe0cea3-21fe-4842-8ec8-16dff62e66ae} <Debug> TCPHandler: Processed in 0.002000398 sec. | ||
| 8709 | 2024.12.14 01:08:47.813594 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8710 | 2024.12.14 01:08:47.813721 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8711 | 2024.12.14 01:08:47.813773 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8712 | 2024.12.14 01:08:47.814367 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8713 | 2024.12.14 01:08:47.814408 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8714 | 2024.12.14 01:08:47.814771 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8715 | 2024.12.14 01:08:47.815009 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8716 | 2024.12.14 01:08:47.815241 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001548 sec., 9043.927648578812 rows/sec., 633.38 KiB/sec. | ||
| 8717 | 2024.12.14 01:08:47.815372 [ 4 ] {71a6c45f-16d3-43b9-9898-b3e71d6e0c1d} <Debug> TCPHandler: Processed in 0.001836283 sec. | ||
| 8718 | 2024.12.14 01:08:47.815535 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8719 | 2024.12.14 01:08:47.815653 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8720 | 2024.12.14 01:08:47.815704 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8721 | 2024.12.14 01:08:47.816390 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8722 | 2024.12.14 01:08:47.816438 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8723 | 2024.12.14 01:08:47.816844 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8724 | 2024.12.14 01:08:47.817087 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8725 | 2024.12.14 01:08:47.817300 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001673 sec., 7770.472205618649 rows/sec., 484.49 KiB/sec. | ||
| 8726 | 2024.12.14 01:08:47.817354 [ 257 ] {020dc386-75b4-4db5-b6d5-1aa97a9e3067} <Debug> TCPHandler: Processed in 0.001886525 sec. | ||
| 8727 | 2024.12.14 01:08:47.817499 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8728 | 2024.12.14 01:08:47.817615 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8729 | 2024.12.14 01:08:47.817664 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8730 | 2024.12.14 01:08:47.818552 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8731 | 2024.12.14 01:08:47.818600 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8732 | 2024.12.14 01:08:47.819019 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8733 | 2024.12.14 01:08:47.819265 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8734 | 2024.12.14 01:08:47.819478 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001888 sec., 224046.61016949153 rows/sec., 16.02 MiB/sec. | ||
| 8735 | 2024.12.14 01:08:47.819538 [ 4 ] {648017bb-aea1-4579-89df-de3082c5a33a} <Debug> TCPHandler: Processed in 0.002094051 sec. | ||
| 8736 | 2024.12.14 01:08:47.819681 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8737 | 2024.12.14 01:08:47.819823 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8738 | 2024.12.14 01:08:47.819883 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8739 | 2024.12.14 01:08:47.820462 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8740 | 2024.12.14 01:08:47.820508 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8741 | 2024.12.14 01:08:47.820918 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8742 | 2024.12.14 01:08:47.821158 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8743 | 2024.12.14 01:08:47.821378 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 8744 | 2024.12.14 01:08:47.821433 [ 257 ] {119f9cc0-fbe1-4b53-bc0c-011e74f20526} <Debug> TCPHandler: Processed in 0.001809172 sec. | ||
| 8745 | 2024.12.14 01:08:47.821598 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8746 | 2024.12.14 01:08:47.821727 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8747 | 2024.12.14 01:08:47.821791 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8748 | 2024.12.14 01:08:47.822508 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2024.12.14 01:08:47.822558 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8750 | 2024.12.14 01:08:47.823000 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8751 | 2024.12.14 01:08:47.823249 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8752 | 2024.12.14 01:08:47.823456 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001755 sec., 135042.73504273503 rows/sec., 9.05 MiB/sec. | ||
| 8753 | 2024.12.14 01:08:47.823515 [ 4 ] {ce2cc5ff-1aad-491e-880a-8575d410ff1d} <Debug> TCPHandler: Processed in 0.001989847 sec. | ||
| 8754 | 2024.12.14 01:08:47.823666 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8755 | 2024.12.14 01:08:47.823799 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8756 | 2024.12.14 01:08:47.823862 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8757 | 2024.12.14 01:08:47.824420 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8758 | 2024.12.14 01:08:47.824467 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8759 | 2024.12.14 01:08:47.824864 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8760 | 2024.12.14 01:08:47.825132 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8761 | 2024.12.14 01:08:47.825422 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001646 sec., 607.5334143377886 rows/sec., 40.94 KiB/sec. | ||
| 8762 | 2024.12.14 01:08:47.825609 [ 257 ] {58a369fc-ad12-4ad9-87b0-63aac1433a81} <Debug> TCPHandler: Processed in 0.001992178 sec. | ||
| 8763 | 2024.12.14 01:08:47.825801 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8764 | 2024.12.14 01:08:47.825940 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8765 | 2024.12.14 01:08:47.826030 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8766 | 2024.12.14 01:08:47.827388 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8767 | 2024.12.14 01:08:47.827428 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8768 | 2024.12.14 01:08:47.828134 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8769 | 2024.12.14 01:08:47.828409 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8770 | 2024.12.14 01:08:47.828601 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8771 | 2024.12.14 01:08:47.828691 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002778 sec., 14758.819294456443 rows/sec., 26.45 MiB/sec. | ||
| 8772 | 2024.12.14 01:08:47.828698 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8773 | 2024.12.14 01:08:47.828787 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8774 | 2024.12.14 01:08:47.829146 [ 4 ] {f02258b3-2a03-46ef-9b20-ec5ba6667d10} <Debug> TCPHandler: Processed in 0.003432269 sec. | ||
| 8775 | 2024.12.14 01:08:47.829242 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 8776 | 2024.12.14 01:08:47.829414 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8777 | 2024.12.14 01:08:47.829721 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8778 | 2024.12.14 01:08:47.829804 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8779 | 2024.12.14 01:08:47.829829 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8780 | 2024.12.14 01:08:47.829950 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 8781 | 2024.12.14 01:08:47.830537 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part | ||
| 8782 | 2024.12.14 01:08:47.831132 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part | ||
| 8783 | 2024.12.14 01:08:47.831214 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8784 | 2024.12.14 01:08:47.831297 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8785 | 2024.12.14 01:08:47.831684 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part | ||
| 8786 | 2024.12.14 01:08:47.832301 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part | ||
| 8787 | 2024.12.14 01:08:47.832454 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8788 | 2024.12.14 01:08:47.832819 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part | ||
| 8789 | 2024.12.14 01:08:47.833259 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8790 | 2024.12.14 01:08:47.833753 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004108 sec., 19961.05160662123 rows/sec., 1.27 MiB/sec. | ||
| 8791 | 2024.12.14 01:08:47.834111 [ 257 ] {819cace6-64a6-475f-b46a-dac4d894856a} <Debug> TCPHandler: Processed in 0.00482434 sec. | ||
| 8792 | 2024.12.14 01:08:47.841620 [ 189 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1139 rows, containing 19 columns (19 merged, 0 gathered) in 0.012662806 sec., 89948.46797779259 rows/sec., 161.18 MiB/sec. | ||
| 8793 | 2024.12.14 01:08:47.842828 [ 189 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8794 | 2024.12.14 01:08:47.843303 [ 189 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8795 | 2024.12.14 01:08:47.843403 [ 189 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8796 | 2024.12.14 01:08:47.843588 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.64 MiB. | ||
| 8797 | 2024.12.14 01:08:48.000210 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.66 MiB, peak 230.25 MiB, free memory in arenas 0.00 B, will set to 224.20 MiB (RSS), difference: 2.54 MiB | ||
| 8798 | 2024.12.14 01:08:49.021209 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8799 | 2024.12.14 01:08:49.043610 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2024.12.14 01:08:49.043681 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8801 | 2024.12.14 01:08:49.050994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8802 | 2024.12.14 01:08:49.051784 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2024.12.14 01:08:49.055516 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8804 | 2024.12.14 01:08:52.798483 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8805 | 2024.12.14 01:08:52.798707 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8806 | 2024.12.14 01:08:52.798791 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8807 | 2024.12.14 01:08:52.799559 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2024.12.14 01:08:52.799616 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8809 | 2024.12.14 01:08:52.800059 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8810 | 2024.12.14 01:08:52.800327 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2024.12.14 01:08:52.800580 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001934 sec., 1034.126163391934 rows/sec., 84.33 KiB/sec. | ||
| 8812 | 2024.12.14 01:08:52.800657 [ 257 ] {fe8d1ce2-5f72-4fbd-9eb6-5836c85d48e9} <Debug> TCPHandler: Processed in 0.002315237 sec. | ||
| 8813 | 2024.12.14 01:08:52.800915 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8814 | 2024.12.14 01:08:52.801095 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8815 | 2024.12.14 01:08:52.801164 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8816 | 2024.12.14 01:08:52.801942 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8817 | 2024.12.14 01:08:52.801983 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8818 | 2024.12.14 01:08:52.802462 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8819 | 2024.12.14 01:08:52.802724 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2024.12.14 01:08:52.802923 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.00188 sec., 30319.148936170215 rows/sec., 2.33 MiB/sec. | ||
| 8821 | 2024.12.14 01:08:52.802983 [ 4 ] {bebedddf-e8ba-42b4-bb61-483c8090c8f3} <Debug> TCPHandler: Processed in 0.002202264 sec. | ||
| 8822 | 2024.12.14 01:08:52.803153 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8823 | 2024.12.14 01:08:52.803287 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8824 | 2024.12.14 01:08:52.803344 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8825 | 2024.12.14 01:08:52.803957 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8826 | 2024.12.14 01:08:52.804000 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8827 | 2024.12.14 01:08:52.804377 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8828 | 2024.12.14 01:08:52.804639 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8829 | 2024.12.14 01:08:52.804875 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001611 sec., 1241.4649286157667 rows/sec., 86.68 KiB/sec. | ||
| 8830 | 2024.12.14 01:08:52.804960 [ 257 ] {24834deb-691d-447f-a53d-c54e9fd94d88} <Debug> TCPHandler: Processed in 0.001861144 sec. | ||
| 8831 | 2024.12.14 01:08:52.805213 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8832 | 2024.12.14 01:08:52.805350 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8833 | 2024.12.14 01:08:52.805400 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8834 | 2024.12.14 01:08:52.806018 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8835 | 2024.12.14 01:08:52.806057 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8836 | 2024.12.14 01:08:52.806424 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8837 | 2024.12.14 01:08:52.806666 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8838 | 2024.12.14 01:08:52.806843 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001522 sec., 43363.994743758216 rows/sec., 3.39 MiB/sec. | ||
| 8839 | 2024.12.14 01:08:52.806894 [ 4 ] {5b702696-64cc-4af0-8c1c-f575146f0ca3} <Debug> TCPHandler: Processed in 0.001791082 sec. | ||
| 8840 | 2024.12.14 01:08:52.807114 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8841 | 2024.12.14 01:08:52.807348 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8842 | 2024.12.14 01:08:52.807449 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8843 | 2024.12.14 01:08:52.808242 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8844 | 2024.12.14 01:08:52.808282 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8845 | 2024.12.14 01:08:52.808686 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8846 | 2024.12.14 01:08:52.808927 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8847 | 2024.12.14 01:08:52.809145 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001846 sec., 87215.60130010835 rows/sec., 6.07 MiB/sec. | ||
| 8848 | 2024.12.14 01:08:52.809253 [ 257 ] {44734704-51da-439b-892d-c7a496a83df9} <Debug> TCPHandler: Processed in 0.002249805 sec. | ||
| 8849 | 2024.12.14 01:08:52.809473 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8850 | 2024.12.14 01:08:52.809681 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8851 | 2024.12.14 01:08:52.809743 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8852 | 2024.12.14 01:08:52.810262 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8853 | 2024.12.14 01:08:52.810301 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8854 | 2024.12.14 01:08:52.810673 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8855 | 2024.12.14 01:08:52.810915 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8856 | 2024.12.14 01:08:52.811133 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 8857 | 2024.12.14 01:08:52.811183 [ 4 ] {b8768db0-9533-4faa-bf62-3b06eb2ccb85} <Debug> TCPHandler: Processed in 0.001848393 sec. | ||
| 8858 | 2024.12.14 01:08:55.123049 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8859 | 2024.12.14 01:08:55.123732 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8860 | 2024.12.14 01:08:55.123784 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8861 | 2024.12.14 01:08:55.124305 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8862 | 2024.12.14 01:08:55.124564 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8863 | 2024.12.14 01:08:55.124829 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8864 | 2024.12.14 01:08:56.555565 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8865 | 2024.12.14 01:08:56.576327 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2024.12.14 01:08:56.576385 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8867 | 2024.12.14 01:08:56.583873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8868 | 2024.12.14 01:08:56.584649 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2024.12.14 01:08:56.587361 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8870 | 2024.12.14 01:08:57.749858 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1250 | ||
| 8871 | 2024.12.14 01:08:57.753264 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8872 | 2024.12.14 01:08:57.753329 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8873 | 2024.12.14 01:08:57.754832 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8874 | 2024.12.14 01:08:57.755152 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8875 | 2024.12.14 01:08:57.755738 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1250 | ||
| 8876 | 2024.12.14 01:08:57.804845 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8877 | 2024.12.14 01:08:57.805057 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8878 | 2024.12.14 01:08:57.805133 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8879 | 2024.12.14 01:08:57.805879 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2024.12.14 01:08:57.805928 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8881 | 2024.12.14 01:08:57.806362 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8882 | 2024.12.14 01:08:57.806614 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8883 | 2024.12.14 01:08:57.806862 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec. | ||
| 8884 | 2024.12.14 01:08:57.806987 [ 257 ] {475f7fde-f2dd-4ad4-b219-06ab4e767ae0} <Debug> TCPHandler: Processed in 0.002276536 sec. | ||
| 8885 | 2024.12.14 01:08:57.807236 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8886 | 2024.12.14 01:08:57.807421 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8887 | 2024.12.14 01:08:57.807494 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8888 | 2024.12.14 01:08:57.808352 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8889 | 2024.12.14 01:08:57.808394 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8890 | 2024.12.14 01:08:57.808857 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8891 | 2024.12.14 01:08:57.809117 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8892 | 2024.12.14 01:08:57.809318 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001949 sec., 146228.83530015394 rows/sec., 12.92 MiB/sec. | ||
| 8893 | 2024.12.14 01:08:57.809383 [ 4 ] {ec53781f-b322-4d8d-a952-17f9fe687f6e} <Debug> TCPHandler: Processed in 0.002288286 sec. | ||
| 8894 | 2024.12.14 01:08:57.809533 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8895 | 2024.12.14 01:08:57.809676 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8896 | 2024.12.14 01:08:57.809734 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8897 | 2024.12.14 01:08:57.810384 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8898 | 2024.12.14 01:08:57.810422 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8899 | 2024.12.14 01:08:57.810781 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8900 | 2024.12.14 01:08:57.811018 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8901 | 2024.12.14 01:08:57.811259 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001609 sec., 29832.19390926041 rows/sec., 2.15 MiB/sec. | ||
| 8902 | 2024.12.14 01:08:57.811338 [ 257 ] {863b7830-1715-4d26-adb9-a49648a3e23f} <Debug> TCPHandler: Processed in 0.001867414 sec. | ||
| 8903 | 2024.12.14 01:08:57.811602 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8904 | 2024.12.14 01:08:57.811762 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8905 | 2024.12.14 01:08:57.811822 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8906 | 2024.12.14 01:08:57.812472 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8907 | 2024.12.14 01:08:57.812509 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8908 | 2024.12.14 01:08:57.812890 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8909 | 2024.12.14 01:08:57.813133 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8910 | 2024.12.14 01:08:57.813315 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec. | ||
| 8911 | 2024.12.14 01:08:57.813370 [ 4 ] {d917dc4d-715a-4c13-82ae-8174b32ed333} <Debug> TCPHandler: Processed in 0.001930216 sec. | ||
| 8912 | 2024.12.14 01:08:57.813597 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8913 | 2024.12.14 01:08:57.813817 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8914 | 2024.12.14 01:08:57.813906 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8915 | 2024.12.14 01:08:57.814577 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8916 | 2024.12.14 01:08:57.814615 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8917 | 2024.12.14 01:08:57.814974 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8918 | 2024.12.14 01:08:57.815205 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8919 | 2024.12.14 01:08:57.815421 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00166 sec., 7831.325301204819 rows/sec., 488.28 KiB/sec. | ||
| 8920 | 2024.12.14 01:08:57.815476 [ 257 ] {790c51ab-872b-48c2-8ea2-d7e5c2069c71} <Debug> TCPHandler: Processed in 0.001988298 sec. | ||
| 8921 | 2024.12.14 01:08:57.815628 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8922 | 2024.12.14 01:08:57.815746 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8923 | 2024.12.14 01:08:57.815795 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8924 | 2024.12.14 01:08:57.816501 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8925 | 2024.12.14 01:08:57.816539 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8926 | 2024.12.14 01:08:57.816925 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8927 | 2024.12.14 01:08:57.817164 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8928 | 2024.12.14 01:08:57.817342 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001623 sec., 260628.46580406654 rows/sec., 18.63 MiB/sec. | ||
| 8929 | 2024.12.14 01:08:57.817396 [ 4 ] {00d17e68-966a-4dc5-a2c6-66873e30ce9d} <Debug> TCPHandler: Processed in 0.001824663 sec. | ||
| 8930 | 2024.12.14 01:08:57.817602 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8931 | 2024.12.14 01:08:57.817820 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8932 | 2024.12.14 01:08:57.817909 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8933 | 2024.12.14 01:08:57.818472 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8934 | 2024.12.14 01:08:57.818509 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8935 | 2024.12.14 01:08:57.818871 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8936 | 2024.12.14 01:08:57.819107 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8937 | 2024.12.14 01:08:57.819330 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001564 sec., 3836.317135549872 rows/sec., 200.43 KiB/sec. | ||
| 8938 | 2024.12.14 01:08:57.819464 [ 257 ] {a7bcd501-909a-4644-a5c9-174080c088b2} <Debug> TCPHandler: Processed in 0.001969577 sec. | ||
| 8939 | 2024.12.14 01:08:57.819627 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8940 | 2024.12.14 01:08:57.819764 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8941 | 2024.12.14 01:08:57.819825 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8942 | 2024.12.14 01:08:57.820454 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8943 | 2024.12.14 01:08:57.820491 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8944 | 2024.12.14 01:08:57.820881 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8945 | 2024.12.14 01:08:57.821117 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8946 | 2024.12.14 01:08:57.821327 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec. | ||
| 8947 | 2024.12.14 01:08:57.821409 [ 4 ] {79c9de18-4714-402c-8e63-f966c90d8dde} <Debug> TCPHandler: Processed in 0.001856533 sec. | ||
| 8948 | 2024.12.14 01:08:57.821713 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8949 | 2024.12.14 01:08:57.821971 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8950 | 2024.12.14 01:08:57.822063 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8951 | 2024.12.14 01:08:57.822555 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8952 | 2024.12.14 01:08:57.822593 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8953 | 2024.12.14 01:08:57.822939 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8954 | 2024.12.14 01:08:57.823169 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8955 | 2024.12.14 01:08:57.823319 [ 148 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 8956 | 2024.12.14 01:08:57.823384 [ 148 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2024.12.14 01:08:57.823404 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec. | ||
| 8958 | 2024.12.14 01:08:57.823419 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8959 | 2024.12.14 01:08:57.823543 [ 257 ] {596a32b2-535f-4edd-bc05-41101b26fe69} <Debug> TCPHandler: Processed in 0.002031129 sec. | ||
| 8960 | 2024.12.14 01:08:57.823633 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 8961 | 2024.12.14 01:08:57.823693 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2024.12.14 01:08:57.823768 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8963 | 2024.12.14 01:08:57.823817 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part | ||
| 8964 | 2024.12.14 01:08:57.823824 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8965 | 2024.12.14 01:08:57.823992 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8966 | 2024.12.14 01:08:57.824016 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8967 | 2024.12.14 01:08:57.824254 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8968 | 2024.12.14 01:08:57.824662 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 8969 | 2024.12.14 01:08:57.824964 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 8970 | 2024.12.14 01:08:57.825324 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 8971 | 2024.12.14 01:08:57.827233 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003694227 sec., 8662.16396556032 rows/sec., 583.68 KiB/sec. | ||
| 8972 | 2024.12.14 01:08:57.827364 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8973 | 2024.12.14 01:08:57.827737 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2024.12.14 01:08:57.827779 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8975 | 2024.12.14 01:08:57.827786 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8976 | 2024.12.14 01:08:57.827885 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_32_7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 8977 | 2024.12.14 01:08:57.827984 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8978 | 2024.12.14 01:08:57.828539 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8979 | 2024.12.14 01:08:57.828803 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8980 | 2024.12.14 01:08:57.829055 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005255 sec., 7802.09324452902 rows/sec., 13.98 MiB/sec. | ||
| 8981 | 2024.12.14 01:08:57.829581 [ 4 ] {3d7b6024-ec45-4f49-92f9-caf940e0cbc9} <Debug> TCPHandler: Processed in 0.005938161 sec. | ||
| 8982 | 2024.12.14 01:08:57.829766 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8983 | 2024.12.14 01:08:57.829901 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8984 | 2024.12.14 01:08:57.829960 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8985 | 2024.12.14 01:08:57.830463 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8986 | 2024.12.14 01:08:57.830501 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. | ||
| 8987 | 2024.12.14 01:08:57.830862 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8988 | 2024.12.14 01:08:57.831106 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8989 | 2024.12.14 01:08:57.831321 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
| 8990 | 2024.12.14 01:08:57.831374 [ 257 ] {11847e6b-806f-4c1f-8e11-6d2d5e591cfd} <Debug> TCPHandler: Processed in 0.001685459 sec. | ||
| 8991 | 2024.12.14 01:09:02.361743 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8992 | 2024.12.14 01:09:02.361812 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8993 | 2024.12.14 01:09:02.624938 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8994 | 2024.12.14 01:09:02.625615 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8995 | 2024.12.14 01:09:02.625662 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 8996 | 2024.12.14 01:09:02.626189 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8997 | 2024.12.14 01:09:02.626459 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8998 | 2024.12.14 01:09:02.626671 [ 141 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8999 | 2024.12.14 01:09:02.626722 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9000 | 2024.12.14 01:09:02.626772 [ 141 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2024.12.14 01:09:02.626805 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9002 | 2024.12.14 01:09:02.626991 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9003 | 2024.12.14 01:09:02.627240 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9004 | 2024.12.14 01:09:02.627288 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9005 | 2024.12.14 01:09:02.627366 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9006 | 2024.12.14 01:09:02.627563 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9007 | 2024.12.14 01:09:02.627756 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9008 | 2024.12.14 01:09:02.627853 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9009 | 2024.12.14 01:09:02.627937 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9010 | 2024.12.14 01:09:02.630178 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003287485 sec., 6420105.338883676 rows/sec., 91.84 MiB/sec. | ||
| 9011 | 2024.12.14 01:09:02.630555 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9012 | 2024.12.14 01:09:02.630900 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_46_9} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9013 | 2024.12.14 01:09:02.630995 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_46_9} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9014 | 2024.12.14 01:09:02.631113 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9015 | 2024.12.14 01:09:02.798651 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9016 | 2024.12.14 01:09:02.798818 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9017 | 2024.12.14 01:09:02.798883 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9018 | 2024.12.14 01:09:02.799580 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9019 | 2024.12.14 01:09:02.799628 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9020 | 2024.12.14 01:09:02.800036 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9021 | 2024.12.14 01:09:02.800286 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9022 | 2024.12.14 01:09:02.800479 [ 141 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9023 | 2024.12.14 01:09:02.800504 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00173 sec., 32369.942196531792 rows/sec., 2.49 MiB/sec. | ||
| 9024 | 2024.12.14 01:09:02.800553 [ 141 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2024.12.14 01:09:02.800634 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9026 | 2024.12.14 01:09:02.800638 [ 257 ] {cca71b02-0344-4cbd-8220-7ba2732ba8f9} <Debug> TCPHandler: Processed in 0.002103181 sec. | ||
| 9027 | 2024.12.14 01:09:02.800860 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 9028 | 2024.12.14 01:09:02.800916 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9029 | 2024.12.14 01:09:02.801019 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9030 | 2024.12.14 01:09:02.801061 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1434 rows starting from the beginning of the part | ||
| 9031 | 2024.12.14 01:09:02.801103 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9032 | 2024.12.14 01:09:02.801181 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 9033 | 2024.12.14 01:09:02.801217 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9034 | 2024.12.14 01:09:02.801400 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 285 rows starting from the beginning of the part | ||
| 9035 | 2024.12.14 01:09:02.801608 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 57 rows starting from the beginning of the part | ||
| 9036 | 2024.12.14 01:09:02.801733 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 285 rows starting from the beginning of the part | ||
| 9037 | 2024.12.14 01:09:02.801933 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 9038 | 2024.12.14 01:09:02.802992 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9039 | 2024.12.14 01:09:02.803044 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9040 | 2024.12.14 01:09:02.803596 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9041 | 2024.12.14 01:09:02.803923 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9042 | 2024.12.14 01:09:02.804197 [ 141 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9043 | 2024.12.14 01:09:02.804208 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.0034694 sec., 626333.0835302934 rows/sec., 55.27 MiB/sec. | ||
| 9044 | 2024.12.14 01:09:02.804294 [ 141 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2024.12.14 01:09:02.804323 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003272 sec., 19559.902200488996 rows/sec., 1.53 MiB/sec. | ||
| 9046 | 2024.12.14 01:09:02.804345 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9047 | 2024.12.14 01:09:02.804691 [ 4 ] {b3166c4d-b25b-4731-adc2-f7d5764390fa} <Debug> TCPHandler: Processed in 0.003918864 sec. | ||
| 9048 | 2024.12.14 01:09:02.804751 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9049 | 2024.12.14 01:09:02.804977 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 9050 | 2024.12.14 01:09:02.805078 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9051 | 2024.12.14 01:09:02.805670 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9052 | 2024.12.14 01:09:02.805903 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9053 | 2024.12.14 01:09:02.805989 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9054 | 2024.12.14 01:09:02.806100 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 9055 | 2024.12.14 01:09:02.806193 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9056 | 2024.12.14 01:09:02.806796 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 9057 | 2024.12.14 01:09:02.807018 [ 192 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_76_15} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9058 | 2024.12.14 01:09:02.807481 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 423 rows starting from the beginning of the part | ||
| 9059 | 2024.12.14 01:09:02.807492 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9060 | 2024.12.14 01:09:02.808051 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 66 rows starting from the beginning of the part | ||
| 9061 | 2024.12.14 01:09:02.808472 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 423 rows starting from the beginning of the part | ||
| 9062 | 2024.12.14 01:09:02.808919 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 9063 | 2024.12.14 01:09:02.809783 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9064 | 2024.12.14 01:09:02.809831 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9065 | 2024.12.14 01:09:02.810378 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9066 | 2024.12.14 01:09:02.810674 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9067 | 2024.12.14 01:09:02.810907 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9068 | 2024.12.14 01:09:02.811002 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2024.12.14 01:09:02.811053 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005546 sec., 28849.6213487198 rows/sec., 2.01 MiB/sec. | ||
| 9070 | 2024.12.14 01:09:02.811130 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9071 | 2024.12.14 01:09:02.811447 [ 257 ] {80e09661-35ad-4357-b4d3-e48c9ab963b9} <Debug> TCPHandler: Processed in 0.00657041 sec. | ||
| 9072 | 2024.12.14 01:09:02.811784 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9073 | 2024.12.14 01:09:02.811784 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 9074 | 2024.12.14 01:09:02.811810 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.007290431 sec., 268159.7288281036 rows/sec., 20.53 MiB/sec. | ||
| 9075 | 2024.12.14 01:09:02.812233 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9076 | 2024.12.14 01:09:02.812340 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9077 | 2024.12.14 01:09:02.812564 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9078 | 2024.12.14 01:09:02.812657 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9079 | 2024.12.14 01:09:02.812754 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21511 rows starting from the beginning of the part | ||
| 9080 | 2024.12.14 01:09:02.813559 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 9081 | 2024.12.14 01:09:02.813701 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2024.12.14 01:09:02.814221 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_76_15} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9083 | 2024.12.14 01:09:02.814512 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 9084 | 2024.12.14 01:09:02.814665 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 9085 | 2024.12.14 01:09:02.815187 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part | ||
| 9086 | 2024.12.14 01:09:02.815493 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 9087 | 2024.12.14 01:09:02.815884 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 9088 | 2024.12.14 01:09:02.816629 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9089 | 2024.12.14 01:09:02.816695 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9090 | 2024.12.14 01:09:02.817492 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9091 | 2024.12.14 01:09:02.817842 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9092 | 2024.12.14 01:09:02.818053 [ 141 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9093 | 2024.12.14 01:09:02.818130 [ 141 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9094 | 2024.12.14 01:09:02.818190 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9095 | 2024.12.14 01:09:02.818201 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006126 sec., 9794.31929480901 rows/sec., 675.91 KiB/sec. | ||
| 9096 | 2024.12.14 01:09:02.818728 [ 4 ] {a6e0967b-54a7-4f03-9806-c6d3720e12c7} <Debug> TCPHandler: Processed in 0.007125746 sec. | ||
| 9097 | 2024.12.14 01:09:02.819026 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 9098 | 2024.12.14 01:09:02.819699 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9099 | 2024.12.14 01:09:02.819840 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4218 rows starting from the beginning of the part | ||
| 9100 | 2024.12.14 01:09:02.820467 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 9101 | 2024.12.14 01:09:02.821089 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9102 | 2024.12.14 01:09:02.821524 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 9103 | 2024.12.14 01:09:02.821821 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9104 | 2024.12.14 01:09:02.822030 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 9105 | 2024.12.14 01:09:02.829783 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4562 rows, containing 4 columns (4 merged, 0 gathered) in 0.011452851 sec., 398328.7654750769 rows/sec., 25.95 MiB/sec. | ||
| 9106 | 2024.12.14 01:09:02.830241 [ 197 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9107 | 2024.12.14 01:09:02.830593 [ 197 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9108 | 2024.12.14 01:09:02.830685 [ 197 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_76_15} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9109 | 2024.12.14 01:09:02.830791 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9110 | 2024.12.14 01:09:02.832355 [ 195 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22466 rows, containing 5 columns (5 merged, 0 gathered) in 0.021027159 sec., 1068427.741474728 rows/sec., 72.13 MiB/sec. | ||
| 9111 | 2024.12.14 01:09:02.832904 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9112 | 2024.12.14 01:09:02.833256 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2024.12.14 01:09:02.833337 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9114 | 2024.12.14 01:09:02.833430 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 9115 | 2024.12.14 01:09:03.548630 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9116 | 2024.12.14 01:09:03.548806 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9117 | 2024.12.14 01:09:03.548874 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9118 | 2024.12.14 01:09:03.549594 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9119 | 2024.12.14 01:09:03.549638 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9120 | 2024.12.14 01:09:03.550056 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9121 | 2024.12.14 01:09:03.550320 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9122 | 2024.12.14 01:09:03.550515 [ 140 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9123 | 2024.12.14 01:09:03.550577 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 9124 | 2024.12.14 01:09:03.550592 [ 140 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9125 | 2024.12.14 01:09:03.550672 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9126 | 2024.12.14 01:09:03.550715 [ 257 ] {a5796864-f2a2-4b2c-928d-8ed46629564c} <Debug> TCPHandler: Processed in 0.002203763 sec. | ||
| 9127 | 2024.12.14 01:09:03.550931 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9128 | 2024.12.14 01:09:03.551005 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9129 | 2024.12.14 01:09:03.551065 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9130 | 2024.12.14 01:09:03.551103 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 9131 | 2024.12.14 01:09:03.551194 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9132 | 2024.12.14 01:09:03.551200 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9133 | 2024.12.14 01:09:03.551427 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9134 | 2024.12.14 01:09:03.551592 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9135 | 2024.12.14 01:09:03.552002 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9136 | 2024.12.14 01:09:03.552264 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9137 | 2024.12.14 01:09:03.553321 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9138 | 2024.12.14 01:09:03.553365 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9139 | 2024.12.14 01:09:03.553831 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003061999 sec., 22860.882710934915 rows/sec., 1.69 MiB/sec. | ||
| 9140 | 2024.12.14 01:09:03.553962 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9141 | 2024.12.14 01:09:03.553968 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9142 | 2024.12.14 01:09:03.554294 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2024.12.14 01:09:03.554295 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9144 | 2024.12.14 01:09:03.554395 [ 204 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_33_8} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9145 | 2024.12.14 01:09:03.554592 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9146 | 2024.12.14 01:09:03.554657 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003523 sec., 567.6979846721543 rows/sec., 46.29 KiB/sec. | ||
| 9147 | 2024.12.14 01:09:03.554900 [ 4 ] {2cd52c96-4725-42f3-a346-7508e017f6dc} <Debug> TCPHandler: Processed in 0.004056537 sec. | ||
| 9148 | 2024.12.14 01:09:03.555116 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9149 | 2024.12.14 01:09:03.555261 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9150 | 2024.12.14 01:09:03.555318 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9151 | 2024.12.14 01:09:03.556890 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9152 | 2024.12.14 01:09:03.556930 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9153 | 2024.12.14 01:09:03.557391 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9154 | 2024.12.14 01:09:03.557640 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2024.12.14 01:09:03.557845 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.002616 sec., 545107.0336391438 rows/sec., 45.70 MiB/sec. | ||
| 9156 | 2024.12.14 01:09:03.557899 [ 257 ] {6fab2d36-fa23-4be0-aba6-ad8b1bd2dbf1} <Debug> TCPHandler: Processed in 0.002860913 sec. | ||
| 9157 | 2024.12.14 01:09:03.558065 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9158 | 2024.12.14 01:09:03.558202 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9159 | 2024.12.14 01:09:03.558259 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9160 | 2024.12.14 01:09:03.558960 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9161 | 2024.12.14 01:09:03.559004 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9162 | 2024.12.14 01:09:03.559402 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9163 | 2024.12.14 01:09:03.559648 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9164 | 2024.12.14 01:09:03.559827 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001656 sec., 30193.236714975847 rows/sec., 2.17 MiB/sec. | ||
| 9165 | 2024.12.14 01:09:03.559877 [ 4 ] {bcc44042-ff90-4f3a-854b-c77ecc9c55fa} <Debug> TCPHandler: Processed in 0.001877314 sec. | ||
| 9166 | 2024.12.14 01:09:03.560017 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9167 | 2024.12.14 01:09:03.560132 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9168 | 2024.12.14 01:09:03.560180 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9169 | 2024.12.14 01:09:03.560885 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2024.12.14 01:09:03.560924 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9171 | 2024.12.14 01:09:03.561296 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9172 | 2024.12.14 01:09:03.561549 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2024.12.14 01:09:03.561759 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00165 sec., 146666.66666666666 rows/sec., 9.94 MiB/sec. | ||
| 9174 | 2024.12.14 01:09:03.561837 [ 257 ] {150c6e2d-1fc0-4e7a-807d-81267a434c59} <Debug> TCPHandler: Processed in 0.001874084 sec. | ||
| 9175 | 2024.12.14 01:09:03.561973 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9176 | 2024.12.14 01:09:03.562087 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9177 | 2024.12.14 01:09:03.562133 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9178 | 2024.12.14 01:09:03.562692 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2024.12.14 01:09:03.562728 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9180 | 2024.12.14 01:09:03.563067 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9181 | 2024.12.14 01:09:03.563303 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2024.12.14 01:09:03.563451 [ 140 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9183 | 2024.12.14 01:09:03.563501 [ 140 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9184 | 2024.12.14 01:09:03.563515 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00145 sec., 8965.517241379312 rows/sec., 559.00 KiB/sec. | ||
| 9185 | 2024.12.14 01:09:03.563533 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9186 | 2024.12.14 01:09:03.563585 [ 4 ] {d738ad15-99c8-440b-8bc5-7691cfe67fbe} <Debug> TCPHandler: Processed in 0.001664228 sec. | ||
| 9187 | 2024.12.14 01:09:03.563958 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9188 | 2024.12.14 01:09:03.563955 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9189 | 2024.12.14 01:09:03.564398 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9190 | 2024.12.14 01:09:03.564418 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9191 | 2024.12.14 01:09:03.564458 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 9192 | 2024.12.14 01:09:03.564461 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9193 | 2024.12.14 01:09:03.564715 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 9194 | 2024.12.14 01:09:03.565074 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 9195 | 2024.12.14 01:09:03.565527 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 9196 | 2024.12.14 01:09:03.565926 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 9197 | 2024.12.14 01:09:03.567164 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9198 | 2024.12.14 01:09:03.567210 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9199 | 2024.12.14 01:09:03.567461 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00381336 sec., 17045.335347305263 rows/sec., 1.10 MiB/sec. | ||
| 9200 | 2024.12.14 01:09:03.567725 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9201 | 2024.12.14 01:09:03.567888 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9202 | 2024.12.14 01:09:03.568296 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2024.12.14 01:09:03.568400 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9204 | 2024.12.14 01:09:03.568517 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_33_8} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9205 | 2024.12.14 01:09:03.568791 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9206 | 2024.12.14 01:09:03.568865 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.004565 sec., 192990.14238773278 rows/sec., 13.99 MiB/sec. | ||
| 9207 | 2024.12.14 01:09:03.568933 [ 257 ] {b5427579-ed02-4f27-938c-3be33d950ddd} <Debug> TCPHandler: Processed in 0.005238192 sec. | ||
| 9208 | 2024.12.14 01:09:03.569106 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9209 | 2024.12.14 01:09:03.569242 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9210 | 2024.12.14 01:09:03.569300 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9211 | 2024.12.14 01:09:03.569853 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9212 | 2024.12.14 01:09:03.569897 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9213 | 2024.12.14 01:09:03.570318 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9214 | 2024.12.14 01:09:03.570549 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9215 | 2024.12.14 01:09:03.570757 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec. | ||
| 9216 | 2024.12.14 01:09:03.570928 [ 4 ] {5c62c2f1-0290-42f4-ab9c-de06c83f81b5} <Debug> TCPHandler: Processed in 0.001885634 sec. | ||
| 9217 | 2024.12.14 01:09:03.571138 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9218 | 2024.12.14 01:09:03.571272 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9219 | 2024.12.14 01:09:03.571332 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9220 | 2024.12.14 01:09:03.572515 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9221 | 2024.12.14 01:09:03.572554 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9222 | 2024.12.14 01:09:03.572991 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9223 | 2024.12.14 01:09:03.573230 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9224 | 2024.12.14 01:09:03.573437 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002189 sec., 436729.100045683 rows/sec., 29.02 MiB/sec. | ||
| 9225 | 2024.12.14 01:09:03.573489 [ 257 ] {4c0ad1c3-5f0e-4b3b-a31d-f8368ee554ff} <Debug> TCPHandler: Processed in 0.002462352 sec. | ||
| 9226 | 2024.12.14 01:09:03.573649 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9227 | 2024.12.14 01:09:03.573783 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9228 | 2024.12.14 01:09:03.573842 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9229 | 2024.12.14 01:09:03.574369 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9230 | 2024.12.14 01:09:03.574404 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9231 | 2024.12.14 01:09:03.574771 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9232 | 2024.12.14 01:09:03.575008 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9233 | 2024.12.14 01:09:03.575183 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec. | ||
| 9234 | 2024.12.14 01:09:03.575230 [ 4 ] {47c71eae-17f7-4e43-bdae-55171cda2bb7} <Debug> TCPHandler: Processed in 0.001647538 sec. | ||
| 9235 | 2024.12.14 01:09:03.575430 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9236 | 2024.12.14 01:09:03.575659 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9237 | 2024.12.14 01:09:03.575799 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9238 | 2024.12.14 01:09:03.577199 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9239 | 2024.12.14 01:09:03.577238 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9240 | 2024.12.14 01:09:03.577874 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9241 | 2024.12.14 01:09:03.578129 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9242 | 2024.12.14 01:09:03.578322 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002719 sec., 15079.073188672306 rows/sec., 27.02 MiB/sec. | ||
| 9243 | 2024.12.14 01:09:03.578412 [ 257 ] {bef19d47-3ac4-4d6c-aa89-0efa0bc4ab49} <Debug> TCPHandler: Processed in 0.00309012 sec. | ||
| 9244 | 2024.12.14 01:09:03.578560 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9245 | 2024.12.14 01:09:03.578677 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9246 | 2024.12.14 01:09:03.578726 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9247 | 2024.12.14 01:09:03.579188 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9248 | 2024.12.14 01:09:03.579225 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9249 | 2024.12.14 01:09:03.579585 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9250 | 2024.12.14 01:09:03.579815 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9251 | 2024.12.14 01:09:03.580012 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001359 sec., 25018.395879323034 rows/sec., 1.45 MiB/sec. | ||
| 9252 | 2024.12.14 01:09:03.580059 [ 4 ] {597566ae-2a67-4da9-977b-037aa0b7168a} <Debug> TCPHandler: Processed in 0.001555345 sec. | ||
| 9253 | 2024.12.14 01:09:04.087415 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9254 | 2024.12.14 01:09:04.109495 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9255 | 2024.12.14 01:09:04.109557 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9256 | 2024.12.14 01:09:04.116741 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9257 | 2024.12.14 01:09:04.117508 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9258 | 2024.12.14 01:09:04.117924 [ 137 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9259 | 2024.12.14 01:09:04.118069 [ 137 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9260 | 2024.12.14 01:09:04.118153 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9261 | 2024.12.14 01:09:04.118584 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 9262 | 2024.12.14 01:09:04.128508 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9263 | 2024.12.14 01:09:04.129745 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9264 | 2024.12.14 01:09:04.130694 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 310 rows starting from the beginning of the part | ||
| 9265 | 2024.12.14 01:09:04.135805 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 7 rows starting from the beginning of the part | ||
| 9266 | 2024.12.14 01:09:04.140768 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 9267 | 2024.12.14 01:09:04.145841 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 9268 | 2024.12.14 01:09:04.151133 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 9269 | 2024.12.14 01:09:04.155434 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 9270 | 2024.12.14 01:09:04.215229 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.096935286 sec., 3579.7078062987302 rows/sec., 18.51 MiB/sec. | ||
| 9271 | 2024.12.14 01:09:04.218250 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9272 | 2024.12.14 01:09:04.221083 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_46_9} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9273 | 2024.12.14 01:09:04.221206 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_46_9} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9274 | 2024.12.14 01:09:04.223467 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9275 | 2024.12.14 01:09:07.755976 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1304 | ||
| 9276 | 2024.12.14 01:09:07.759662 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2024.12.14 01:09:07.759711 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9278 | 2024.12.14 01:09:07.761205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9279 | 2024.12.14 01:09:07.761546 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2024.12.14 01:09:07.762240 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1304 | ||
| 9281 | 2024.12.14 01:09:07.797165 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9282 | 2024.12.14 01:09:07.797375 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9283 | 2024.12.14 01:09:07.797453 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9284 | 2024.12.14 01:09:07.798237 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9285 | 2024.12.14 01:09:07.798278 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9286 | 2024.12.14 01:09:07.798722 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9287 | 2024.12.14 01:09:07.798976 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9288 | 2024.12.14 01:09:07.799179 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec. | ||
| 9289 | 2024.12.14 01:09:07.799234 [ 257 ] {af9c1238-543f-4237-b625-e8d3565c9dde} <Debug> TCPHandler: Processed in 0.002203643 sec. | ||
| 9290 | 2024.12.14 01:09:07.799496 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9291 | 2024.12.14 01:09:07.799706 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9292 | 2024.12.14 01:09:07.799788 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9293 | 2024.12.14 01:09:07.800646 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9294 | 2024.12.14 01:09:07.800695 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9295 | 2024.12.14 01:09:07.801147 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9296 | 2024.12.14 01:09:07.801412 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9297 | 2024.12.14 01:09:07.801686 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002039 sec., 31387.935262383522 rows/sec., 2.45 MiB/sec. | ||
| 9298 | 2024.12.14 01:09:07.801760 [ 4 ] {4ce4ef8b-d2ec-477c-897c-15c66c106245} <Debug> TCPHandler: Processed in 0.00240344 sec. | ||
| 9299 | 2024.12.14 01:09:07.801992 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9300 | 2024.12.14 01:09:07.802216 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9301 | 2024.12.14 01:09:07.802316 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9302 | 2024.12.14 01:09:07.802975 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9303 | 2024.12.14 01:09:07.803013 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9304 | 2024.12.14 01:09:07.803422 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9305 | 2024.12.14 01:09:07.803672 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9306 | 2024.12.14 01:09:07.803876 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001717 sec., 74548.63133372161 rows/sec., 5.19 MiB/sec. | ||
| 9307 | 2024.12.14 01:09:07.803968 [ 257 ] {a6f9e657-930c-4aac-92db-0dbf936f95f4} <Debug> TCPHandler: Processed in 0.00208441 sec. | ||
| 9308 | 2024.12.14 01:09:07.804150 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9309 | 2024.12.14 01:09:07.804306 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9310 | 2024.12.14 01:09:07.804369 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9311 | 2024.12.14 01:09:07.804884 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9312 | 2024.12.14 01:09:07.804924 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9313 | 2024.12.14 01:09:07.805343 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9314 | 2024.12.14 01:09:07.805586 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9315 | 2024.12.14 01:09:07.805810 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001539 sec., 31189.083820662767 rows/sec., 2.10 MiB/sec. | ||
| 9316 | 2024.12.14 01:09:07.805865 [ 4 ] {221daab0-ad56-4fd1-8eaa-628cf2bdf7e7} <Debug> TCPHandler: Processed in 0.001802722 sec. | ||
| 9317 | 2024.12.14 01:09:10.126842 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9318 | 2024.12.14 01:09:10.127617 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9319 | 2024.12.14 01:09:10.127660 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9320 | 2024.12.14 01:09:10.128198 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9321 | 2024.12.14 01:09:10.128465 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9322 | 2024.12.14 01:09:10.128667 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9323 | 2024.12.14 01:09:11.628573 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9324 | 2024.12.14 01:09:11.647277 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2024.12.14 01:09:11.647324 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9326 | 2024.12.14 01:09:11.654204 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9327 | 2024.12.14 01:09:11.654955 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2024.12.14 01:09:11.657411 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9329 | 2024.12.14 01:09:12.798658 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9330 | 2024.12.14 01:09:12.798885 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9331 | 2024.12.14 01:09:12.798967 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9332 | 2024.12.14 01:09:12.799807 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9333 | 2024.12.14 01:09:12.799855 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9334 | 2024.12.14 01:09:12.800301 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9335 | 2024.12.14 01:09:12.800566 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9336 | 2024.12.14 01:09:12.800801 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00197 sec., 28426.395939086295 rows/sec., 2.18 MiB/sec. | ||
| 9337 | 2024.12.14 01:09:12.800860 [ 257 ] {4c63df09-8813-412d-8bfe-b831f83da2df} <Debug> TCPHandler: Processed in 0.002386749 sec. | ||
| 9338 | 2024.12.14 01:09:12.801107 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9339 | 2024.12.14 01:09:12.801311 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9340 | 2024.12.14 01:09:12.801387 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9341 | 2024.12.14 01:09:12.802156 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9342 | 2024.12.14 01:09:12.802198 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9343 | 2024.12.14 01:09:12.802626 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9344 | 2024.12.14 01:09:12.802888 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9345 | 2024.12.14 01:09:12.803150 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001896 sec., 33755.27426160338 rows/sec., 2.63 MiB/sec. | ||
| 9346 | 2024.12.14 01:09:12.803207 [ 4 ] {7fbde06e-92ad-448d-84e7-33f24b9d79d2} <Debug> TCPHandler: Processed in 0.002234275 sec. | ||
| 9347 | 2024.12.14 01:09:12.803367 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9348 | 2024.12.14 01:09:12.803508 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9349 | 2024.12.14 01:09:12.803575 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9350 | 2024.12.14 01:09:12.804167 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9351 | 2024.12.14 01:09:12.804208 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9352 | 2024.12.14 01:09:12.804624 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9353 | 2024.12.14 01:09:12.804875 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9354 | 2024.12.14 01:09:12.805126 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
| 9355 | 2024.12.14 01:09:12.805223 [ 257 ] {93cf4e58-5e78-4118-acf4-e36fd7a50073} <Debug> TCPHandler: Processed in 0.001914176 sec. | ||
| 9356 | 2024.12.14 01:09:12.805440 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9357 | 2024.12.14 01:09:12.805630 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9358 | 2024.12.14 01:09:12.805683 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9359 | 2024.12.14 01:09:12.806189 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9360 | 2024.12.14 01:09:12.806228 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9361 | 2024.12.14 01:09:12.806606 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9362 | 2024.12.14 01:09:12.806846 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9363 | 2024.12.14 01:09:12.807050 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
| 9364 | 2024.12.14 01:09:12.807099 [ 4 ] {4edb96a6-b727-4792-a628-6fa69c48ba9b} <Debug> TCPHandler: Processed in 0.001774061 sec. | ||
| 9365 | 2024.12.14 01:09:14.553994 [ 124 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 5 parts from all_1_34_7 to all_38_38_0 | ||
| 9366 | 2024.12.14 01:09:14.554090 [ 124 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9367 | 2024.12.14 01:09:14.554124 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9368 | 2024.12.14 01:09:14.554447 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_7 to all_38_38_0 into Compact with storage Full | ||
| 9369 | 2024.12.14 01:09:14.554809 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9370 | 2024.12.14 01:09:14.554890 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 66 rows starting from the beginning of the part | ||
| 9371 | 2024.12.14 01:09:14.555063 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part | ||
| 9372 | 2024.12.14 01:09:14.555334 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
| 9373 | 2024.12.14 01:09:14.555658 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part | ||
| 9374 | 2024.12.14 01:09:14.555904 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 50 rows starting from the beginning of the part | ||
| 9375 | 2024.12.14 01:09:14.557082 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002828842 sec., 75649.32930153045 rows/sec., 5.71 MiB/sec. | ||
| 9376 | 2024.12.14 01:09:14.557381 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 9377 | 2024.12.14 01:09:14.557864 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9378 | 2024.12.14 01:09:14.557957 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_38_8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 5 parts: [all_1_34_7, all_38_38_0] -> all_1_38_8 | ||
| 9379 | 2024.12.14 01:09:14.558059 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9380 | 2024.12.14 01:09:15.156589 [ 124 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9381 | 2024.12.14 01:09:15.156654 [ 124 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9382 | 2024.12.14 01:09:15.156677 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9383 | 2024.12.14 01:09:15.156898 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9384 | 2024.12.14 01:09:15.157146 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9385 | 2024.12.14 01:09:15.157184 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 242 rows starting from the beginning of the part | ||
| 9386 | 2024.12.14 01:09:15.157271 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
| 9387 | 2024.12.14 01:09:15.157538 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9388 | 2024.12.14 01:09:15.157719 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9389 | 2024.12.14 01:09:15.157878 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
| 9390 | 2024.12.14 01:09:15.159113 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002353768 sec., 320337.4334258941 rows/sec., 22.93 MiB/sec. | ||
| 9391 | 2024.12.14 01:09:15.159315 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9392 | 2024.12.14 01:09:15.159668 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9393 | 2024.12.14 01:09:15.159766 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_33_7} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9394 | 2024.12.14 01:09:15.159848 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9395 | 2024.12.14 01:09:15.967730 [ 123 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9396 | 2024.12.14 01:09:15.967811 [ 123 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2024.12.14 01:09:15.967853 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9398 | 2024.12.14 01:09:15.968040 [ 193 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9399 | 2024.12.14 01:09:15.968232 [ 193 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9400 | 2024.12.14 01:09:15.968270 [ 193 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 9401 | 2024.12.14 01:09:15.968353 [ 193 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9402 | 2024.12.14 01:09:15.968578 [ 193 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9403 | 2024.12.14 01:09:15.968765 [ 193 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9404 | 2024.12.14 01:09:15.968911 [ 193 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9405 | 2024.12.14 01:09:15.969930 [ 191 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.001973137 sec., 100347.82176807795 rows/sec., 5.12 MiB/sec. | ||
| 9406 | 2024.12.14 01:09:15.970150 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9407 | 2024.12.14 01:09:15.970570 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9408 | 2024.12.14 01:09:15.970681 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_33_7} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9409 | 2024.12.14 01:09:15.970797 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9410 | 2024.12.14 01:09:17.361869 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9411 | 2024.12.14 01:09:17.361962 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9412 | 2024.12.14 01:09:17.628797 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 9413 | 2024.12.14 01:09:17.629888 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9414 | 2024.12.14 01:09:17.629975 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9415 | 2024.12.14 01:09:17.630690 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9416 | 2024.12.14 01:09:17.630951 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9417 | 2024.12.14 01:09:17.631206 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9418 | 2024.12.14 01:09:17.762498 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1320 | ||
| 9419 | 2024.12.14 01:09:17.765249 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9420 | 2024.12.14 01:09:17.765297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9421 | 2024.12.14 01:09:17.766784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9422 | 2024.12.14 01:09:17.767102 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9423 | 2024.12.14 01:09:17.768434 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1320 | ||
| 9424 | 2024.12.14 01:09:17.804505 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9425 | 2024.12.14 01:09:17.804786 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9426 | 2024.12.14 01:09:17.804891 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9427 | 2024.12.14 01:09:17.805591 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9428 | 2024.12.14 01:09:17.805634 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9429 | 2024.12.14 01:09:17.806038 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9430 | 2024.12.14 01:09:17.806292 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9431 | 2024.12.14 01:09:17.806530 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001823 sec., 7679.648930334613 rows/sec., 552.83 KiB/sec. | ||
| 9432 | 2024.12.14 01:09:17.806729 [ 257 ] {a2cceecb-ac0d-4f9e-89a8-7ca1bec007e7} <Debug> TCPHandler: Processed in 0.002387599 sec. | ||
| 9433 | 2024.12.14 01:09:17.807024 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9434 | 2024.12.14 01:09:17.807225 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9435 | 2024.12.14 01:09:17.807306 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9436 | 2024.12.14 01:09:17.808272 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9437 | 2024.12.14 01:09:17.808321 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9438 | 2024.12.14 01:09:17.808787 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9439 | 2024.12.14 01:09:17.809059 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9440 | 2024.12.14 01:09:17.809300 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002132 sec., 133677.29831144464 rows/sec., 11.81 MiB/sec. | ||
| 9441 | 2024.12.14 01:09:17.809359 [ 4 ] {4a2a57f3-43fa-4954-8665-360f74b76ee7} <Debug> TCPHandler: Processed in 0.002522153 sec. | ||
| 9442 | 2024.12.14 01:09:17.809516 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9443 | 2024.12.14 01:09:17.809665 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9444 | 2024.12.14 01:09:17.809725 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9445 | 2024.12.14 01:09:17.810352 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9446 | 2024.12.14 01:09:17.810390 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9447 | 2024.12.14 01:09:17.810776 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9448 | 2024.12.14 01:09:17.811028 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9449 | 2024.12.14 01:09:17.811231 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001602 sec., 29962.546816479404 rows/sec., 2.16 MiB/sec. | ||
| 9450 | 2024.12.14 01:09:17.811291 [ 257 ] {aed2af8e-5c75-4132-81cf-4431446f4f1f} <Debug> TCPHandler: Processed in 0.001840753 sec. | ||
| 9451 | 2024.12.14 01:09:17.811456 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9452 | 2024.12.14 01:09:17.811598 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9453 | 2024.12.14 01:09:17.811656 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9454 | 2024.12.14 01:09:17.812273 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9455 | 2024.12.14 01:09:17.812313 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9456 | 2024.12.14 01:09:17.812674 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9457 | 2024.12.14 01:09:17.812918 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9458 | 2024.12.14 01:09:17.813124 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec. | ||
| 9459 | 2024.12.14 01:09:17.813178 [ 4 ] {24bcd05a-ba1d-47b1-8e8d-2866d902381d} <Debug> TCPHandler: Processed in 0.001789752 sec. | ||
| 9460 | 2024.12.14 01:09:17.813333 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9461 | 2024.12.14 01:09:17.813472 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9462 | 2024.12.14 01:09:17.813529 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9463 | 2024.12.14 01:09:17.814169 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9464 | 2024.12.14 01:09:17.814208 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9465 | 2024.12.14 01:09:17.814577 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9466 | 2024.12.14 01:09:17.814824 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2024.12.14 01:09:17.815033 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 9468 | 2024.12.14 01:09:17.815089 [ 257 ] {9281f0bc-3ff6-4833-ace3-4ffa0f03eb34} <Debug> TCPHandler: Processed in 0.001820712 sec. | ||
| 9469 | 2024.12.14 01:09:17.815260 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9470 | 2024.12.14 01:09:17.815397 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9471 | 2024.12.14 01:09:17.815454 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9472 | 2024.12.14 01:09:17.816282 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9473 | 2024.12.14 01:09:17.816322 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9474 | 2024.12.14 01:09:17.816715 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9475 | 2024.12.14 01:09:17.816958 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9476 | 2024.12.14 01:09:17.817190 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001823 sec., 232035.10696653867 rows/sec., 16.59 MiB/sec. | ||
| 9477 | 2024.12.14 01:09:17.817260 [ 4 ] {cde905cf-a100-4faf-ab87-610945bcbe36} <Debug> TCPHandler: Processed in 0.00206794 sec. | ||
| 9478 | 2024.12.14 01:09:17.817501 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9479 | 2024.12.14 01:09:17.817642 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9480 | 2024.12.14 01:09:17.817703 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9481 | 2024.12.14 01:09:17.818224 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2024.12.14 01:09:17.818262 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9483 | 2024.12.14 01:09:17.818634 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9484 | 2024.12.14 01:09:17.818876 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9485 | 2024.12.14 01:09:17.819085 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
| 9486 | 2024.12.14 01:09:17.819136 [ 257 ] {90ae707a-f40c-4737-9e77-d1c19e47ea12} <Debug> TCPHandler: Processed in 0.0017337 sec. | ||
| 9487 | 2024.12.14 01:09:17.819287 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9488 | 2024.12.14 01:09:17.819422 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9489 | 2024.12.14 01:09:17.819483 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9490 | 2024.12.14 01:09:17.820115 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9491 | 2024.12.14 01:09:17.820154 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9492 | 2024.12.14 01:09:17.820556 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9493 | 2024.12.14 01:09:17.820801 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9494 | 2024.12.14 01:09:17.821040 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec. | ||
| 9495 | 2024.12.14 01:09:17.821124 [ 4 ] {2852d550-1780-4b62-8b4b-b72a7b6d9616} <Debug> TCPHandler: Processed in 0.001899805 sec. | ||
| 9496 | 2024.12.14 01:09:17.821338 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9497 | 2024.12.14 01:09:17.821627 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9498 | 2024.12.14 01:09:17.821697 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9499 | 2024.12.14 01:09:17.822167 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9500 | 2024.12.14 01:09:17.822207 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9501 | 2024.12.14 01:09:17.822567 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9502 | 2024.12.14 01:09:17.822813 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9503 | 2024.12.14 01:09:17.823026 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec. | ||
| 9504 | 2024.12.14 01:09:17.823078 [ 257 ] {171ef052-71ea-4052-b31c-08f677f4ca0b} <Debug> TCPHandler: Processed in 0.001859333 sec. | ||
| 9505 | 2024.12.14 01:09:17.823232 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9506 | 2024.12.14 01:09:17.823370 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9507 | 2024.12.14 01:09:17.823461 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9508 | 2024.12.14 01:09:17.824686 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9509 | 2024.12.14 01:09:17.824725 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9510 | 2024.12.14 01:09:17.825408 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9511 | 2024.12.14 01:09:17.825661 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9512 | 2024.12.14 01:09:17.825931 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00259 sec., 15830.11583011583 rows/sec., 28.37 MiB/sec. | ||
| 9513 | 2024.12.14 01:09:17.826193 [ 4 ] {59b27832-894a-4f37-8300-e57630e7685d} <Debug> TCPHandler: Processed in 0.003027458 sec. | ||
| 9514 | 2024.12.14 01:09:17.826349 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9515 | 2024.12.14 01:09:17.826484 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9516 | 2024.12.14 01:09:17.826543 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9517 | 2024.12.14 01:09:17.827071 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9518 | 2024.12.14 01:09:17.827109 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. | ||
| 9519 | 2024.12.14 01:09:17.827473 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9520 | 2024.12.14 01:09:17.827710 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9521 | 2024.12.14 01:09:17.827931 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 9522 | 2024.12.14 01:09:17.827985 [ 257 ] {a6045fff-1b0c-4e94-92fb-454d10bcabce} <Debug> TCPHandler: Processed in 0.00169862 sec. | ||
| 9523 | 2024.12.14 01:09:18.001478 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00104222 sec. | ||
| 9524 | 2024.12.14 01:09:19.157458 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9525 | 2024.12.14 01:09:19.177607 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9526 | 2024.12.14 01:09:19.177660 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9527 | 2024.12.14 01:09:19.184911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9528 | 2024.12.14 01:09:19.185692 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9529 | 2024.12.14 01:09:19.188339 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9530 | 2024.12.14 01:09:22.798143 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9531 | 2024.12.14 01:09:22.798333 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9532 | 2024.12.14 01:09:22.798405 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9533 | 2024.12.14 01:09:22.799191 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9534 | 2024.12.14 01:09:22.799244 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9535 | 2024.12.14 01:09:22.799699 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9536 | 2024.12.14 01:09:22.799956 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9537 | 2024.12.14 01:09:22.800170 [ 119 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9538 | 2024.12.14 01:09:22.800194 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.25 MiB/sec. | ||
| 9539 | 2024.12.14 01:09:22.800253 [ 119 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9540 | 2024.12.14 01:09:22.800328 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9541 | 2024.12.14 01:09:22.800341 [ 257 ] {d4b759ce-9db8-43cd-9bec-7d754393f98a} <Debug> TCPHandler: Processed in 0.002325108 sec. | ||
| 9542 | 2024.12.14 01:09:22.800573 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 9543 | 2024.12.14 01:09:22.800664 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9544 | 2024.12.14 01:09:22.800761 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9545 | 2024.12.14 01:09:22.800826 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1434 rows starting from the beginning of the part | ||
| 9546 | 2024.12.14 01:09:22.800985 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9547 | 2024.12.14 01:09:22.801067 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1426 rows starting from the beginning of the part | ||
| 9548 | 2024.12.14 01:09:22.801174 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9549 | 2024.12.14 01:09:22.801515 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 9550 | 2024.12.14 01:09:22.801819 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9551 | 2024.12.14 01:09:22.802202 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 285 rows starting from the beginning of the part | ||
| 9552 | 2024.12.14 01:09:22.802625 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 9553 | 2024.12.14 01:09:22.804081 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2024.12.14 01:09:22.804163 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9555 | 2024.12.14 01:09:22.805365 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9556 | 2024.12.14 01:09:22.805690 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2024.12.14 01:09:22.805943 [ 116 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9558 | 2024.12.14 01:09:22.806036 [ 116 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9559 | 2024.12.14 01:09:22.806106 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9560 | 2024.12.14 01:09:22.806105 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005234 sec., 12227.741688956821 rows/sec., 977.31 KiB/sec. | ||
| 9561 | 2024.12.14 01:09:22.806505 [ 4 ] {5ba241c6-24a8-4600-8634-8d0b49b82594} <Debug> TCPHandler: Processed in 0.006018564 sec. | ||
| 9562 | 2024.12.14 01:09:22.806540 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 9563 | 2024.12.14 01:09:22.806802 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9564 | 2024.12.14 01:09:22.807078 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9565 | 2024.12.14 01:09:22.807102 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.006674403 sec., 496373.98281164624 rows/sec., 43.51 MiB/sec. | ||
| 9566 | 2024.12.14 01:09:22.807134 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9567 | 2024.12.14 01:09:22.807146 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 9568 | 2024.12.14 01:09:22.807250 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9569 | 2024.12.14 01:09:22.807436 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 881 rows starting from the beginning of the part | ||
| 9570 | 2024.12.14 01:09:22.807683 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9571 | 2024.12.14 01:09:22.807908 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 9572 | 2024.12.14 01:09:22.808361 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9573 | 2024.12.14 01:09:22.808820 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 423 rows starting from the beginning of the part | ||
| 9574 | 2024.12.14 01:09:22.809317 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 9575 | 2024.12.14 01:09:22.810371 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2024.12.14 01:09:22.810810 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_81_16} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9577 | 2024.12.14 01:09:22.810997 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9578 | 2024.12.14 01:09:22.811053 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9579 | 2024.12.14 01:09:22.811096 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9580 | 2024.12.14 01:09:22.811722 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9581 | 2024.12.14 01:09:22.812004 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9582 | 2024.12.14 01:09:22.812297 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9583 | 2024.12.14 01:09:22.812414 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9584 | 2024.12.14 01:09:22.812522 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9585 | 2024.12.14 01:09:22.812616 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005554 sec., 28808.066258552397 rows/sec., 2.01 MiB/sec. | ||
| 9586 | 2024.12.14 01:09:22.812701 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006479467 sec., 372098.5074852607 rows/sec., 28.53 MiB/sec. | ||
| 9587 | 2024.12.14 01:09:22.812835 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 9588 | 2024.12.14 01:09:22.812840 [ 257 ] {2b7356c9-5bd9-482e-a836-ea55db48b964} <Debug> TCPHandler: Processed in 0.00619866 sec. | ||
| 9589 | 2024.12.14 01:09:22.813029 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9590 | 2024.12.14 01:09:22.813040 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9591 | 2024.12.14 01:09:22.813085 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9592 | 2024.12.14 01:09:22.813114 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22466 rows starting from the beginning of the part | ||
| 9593 | 2024.12.14 01:09:22.813363 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 956 rows starting from the beginning of the part | ||
| 9594 | 2024.12.14 01:09:22.813651 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9595 | 2024.12.14 01:09:22.813862 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part | ||
| 9596 | 2024.12.14 01:09:22.814003 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9597 | 2024.12.14 01:09:22.814113 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2024.12.14 01:09:22.814349 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 9599 | 2024.12.14 01:09:22.814654 [ 194 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_81_16} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9600 | 2024.12.14 01:09:22.814928 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 9601 | 2024.12.14 01:09:22.815019 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9602 | 2024.12.14 01:09:22.815370 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9603 | 2024.12.14 01:09:22.816669 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9604 | 2024.12.14 01:09:22.816732 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9605 | 2024.12.14 01:09:22.817352 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9606 | 2024.12.14 01:09:22.817746 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2024.12.14 01:09:22.818024 [ 116 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9608 | 2024.12.14 01:09:22.818124 [ 116 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9609 | 2024.12.14 01:09:22.818213 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9610 | 2024.12.14 01:09:22.818326 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004877 sec., 12302.645068689768 rows/sec., 849.01 KiB/sec. | ||
| 9611 | 2024.12.14 01:09:22.818714 [ 4 ] {2205f8dc-8edb-42b3-bbda-306ca2ac2b6c} <Debug> TCPHandler: Processed in 0.005737216 sec. | ||
| 9612 | 2024.12.14 01:09:22.818710 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 9613 | 2024.12.14 01:09:22.819019 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9614 | 2024.12.14 01:09:22.819071 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4562 rows starting from the beginning of the part | ||
| 9615 | 2024.12.14 01:09:22.819194 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 9616 | 2024.12.14 01:09:22.819410 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
| 9617 | 2024.12.14 01:09:22.819601 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 9618 | 2024.12.14 01:09:22.819988 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 9619 | 2024.12.14 01:09:22.820307 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9620 | 2024.12.14 01:09:22.823134 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4846 rows, containing 4 columns (4 merged, 0 gathered) in 0.004777468 sec., 1014344.8370559468 rows/sec., 66.07 MiB/sec. | ||
| 9621 | 2024.12.14 01:09:22.823637 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9622 | 2024.12.14 01:09:22.823947 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24107 rows, containing 5 columns (5 merged, 0 gathered) in 0.011292097 sec., 2134855.908517258 rows/sec., 144.11 MiB/sec. | ||
| 9623 | 2024.12.14 01:09:22.824078 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2024.12.14 01:09:22.824163 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_81_16} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9625 | 2024.12.14 01:09:22.824266 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9626 | 2024.12.14 01:09:22.824502 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9627 | 2024.12.14 01:09:22.824814 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9628 | 2024.12.14 01:09:22.824898 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9629 | 2024.12.14 01:09:22.824990 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 9630 | 2024.12.14 01:09:23.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.51 MiB, peak 239.82 MiB, free memory in arenas 0.00 B, will set to 229.36 MiB (RSS), difference: 1.84 MiB | ||
| 9631 | 2024.12.14 01:09:25.131319 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 9632 | 2024.12.14 01:09:25.132018 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9633 | 2024.12.14 01:09:25.132069 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9634 | 2024.12.14 01:09:25.132605 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9635 | 2024.12.14 01:09:25.132877 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9636 | 2024.12.14 01:09:25.133166 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9637 | 2024.12.14 01:09:26.688394 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9638 | 2024.12.14 01:09:26.709413 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9639 | 2024.12.14 01:09:26.709477 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9640 | 2024.12.14 01:09:26.716697 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9641 | 2024.12.14 01:09:26.717470 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9642 | 2024.12.14 01:09:26.722480 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9643 | 2024.12.14 01:09:27.768558 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1350 | ||
| 9644 | 2024.12.14 01:09:27.771724 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9645 | 2024.12.14 01:09:27.771774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9646 | 2024.12.14 01:09:27.773293 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9647 | 2024.12.14 01:09:27.773620 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9648 | 2024.12.14 01:09:27.773786 [ 111 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9649 | 2024.12.14 01:09:27.773856 [ 111 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9650 | 2024.12.14 01:09:27.773897 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9651 | 2024.12.14 01:09:27.774676 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 9652 | 2024.12.14 01:09:27.776829 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1350 | ||
| 9653 | 2024.12.14 01:09:27.777165 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9654 | 2024.12.14 01:09:27.777355 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1200 rows starting from the beginning of the part | ||
| 9655 | 2024.12.14 01:09:27.778011 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 9656 | 2024.12.14 01:09:27.778637 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 9657 | 2024.12.14 01:09:27.779259 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 9658 | 2024.12.14 01:09:27.779898 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
| 9659 | 2024.12.14 01:09:27.780475 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 9660 | 2024.12.14 01:09:27.789125 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 72 columns (72 merged, 0 gathered) in 0.015046466 sec., 89722.06496861123 rows/sec., 70.10 MiB/sec. | ||
| 9661 | 2024.12.14 01:09:27.790707 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9662 | 2024.12.14 01:09:27.791530 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2024.12.14 01:09:27.791629 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_36_7} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9664 | 2024.12.14 01:09:27.791973 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 9665 | 2024.12.14 01:09:27.804895 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9666 | 2024.12.14 01:09:27.805077 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9667 | 2024.12.14 01:09:27.805150 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9668 | 2024.12.14 01:09:27.805862 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2024.12.14 01:09:27.805907 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9670 | 2024.12.14 01:09:27.806315 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9671 | 2024.12.14 01:09:27.806576 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9672 | 2024.12.14 01:09:27.806846 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 9673 | 2024.12.14 01:09:27.807083 [ 257 ] {507caaf7-1d16-4a8f-a134-19b62e75c819} <Debug> TCPHandler: Processed in 0.002307687 sec. | ||
| 9674 | 2024.12.14 01:09:27.807348 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9675 | 2024.12.14 01:09:27.807513 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9676 | 2024.12.14 01:09:27.807580 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9677 | 2024.12.14 01:09:27.808466 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2024.12.14 01:09:27.808512 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9679 | 2024.12.14 01:09:27.808942 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9680 | 2024.12.14 01:09:27.809209 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9681 | 2024.12.14 01:09:27.809436 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001972 sec., 144523.32657200814 rows/sec., 12.77 MiB/sec. | ||
| 9682 | 2024.12.14 01:09:27.809496 [ 4 ] {d8f12292-e519-415e-a822-ce217246d318} <Debug> TCPHandler: Processed in 0.002274846 sec. | ||
| 9683 | 2024.12.14 01:09:27.809668 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9684 | 2024.12.14 01:09:27.809807 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9685 | 2024.12.14 01:09:27.809867 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9686 | 2024.12.14 01:09:27.810524 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9687 | 2024.12.14 01:09:27.810564 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9688 | 2024.12.14 01:09:27.810935 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9689 | 2024.12.14 01:09:27.811176 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9690 | 2024.12.14 01:09:27.811393 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00162 sec., 29629.62962962963 rows/sec., 2.13 MiB/sec. | ||
| 9691 | 2024.12.14 01:09:27.811448 [ 257 ] {8c2d077e-fedd-4e52-9e08-b82230dc98b8} <Debug> TCPHandler: Processed in 0.001848653 sec. | ||
| 9692 | 2024.12.14 01:09:27.811601 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9693 | 2024.12.14 01:09:27.811745 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9694 | 2024.12.14 01:09:27.811805 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9695 | 2024.12.14 01:09:27.812448 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2024.12.14 01:09:27.812489 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9697 | 2024.12.14 01:09:27.812852 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9698 | 2024.12.14 01:09:27.813092 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9699 | 2024.12.14 01:09:27.813311 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001602 sec., 8739.076154806493 rows/sec., 612.03 KiB/sec. | ||
| 9700 | 2024.12.14 01:09:27.813367 [ 4 ] {2fea53fc-4a51-4d05-beab-0c5e92ef6e80} <Debug> TCPHandler: Processed in 0.001832823 sec. | ||
| 9701 | 2024.12.14 01:09:27.813519 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9702 | 2024.12.14 01:09:27.813654 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9703 | 2024.12.14 01:09:27.813711 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9704 | 2024.12.14 01:09:27.814368 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9705 | 2024.12.14 01:09:27.814408 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9706 | 2024.12.14 01:09:27.814773 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9707 | 2024.12.14 01:09:27.815029 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9708 | 2024.12.14 01:09:27.815291 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001659 sec., 7836.045810729354 rows/sec., 488.58 KiB/sec. | ||
| 9709 | 2024.12.14 01:09:27.815458 [ 257 ] {a003f0d5-3f9c-4bf2-99e0-599bf36ebe01} <Debug> TCPHandler: Processed in 0.002002698 sec. | ||
| 9710 | 2024.12.14 01:09:27.815675 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9711 | 2024.12.14 01:09:27.815813 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9712 | 2024.12.14 01:09:27.815869 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9713 | 2024.12.14 01:09:27.816636 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9714 | 2024.12.14 01:09:27.816674 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9715 | 2024.12.14 01:09:27.817060 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9716 | 2024.12.14 01:09:27.817298 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2024.12.14 01:09:27.817488 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001696 sec., 249410.37735849057 rows/sec., 17.83 MiB/sec. | ||
| 9718 | 2024.12.14 01:09:27.817573 [ 4 ] {422b1068-3231-4d79-ab34-eccca39b941c} <Debug> TCPHandler: Processed in 0.002018308 sec. | ||
| 9719 | 2024.12.14 01:09:27.817787 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9720 | 2024.12.14 01:09:27.818003 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9721 | 2024.12.14 01:09:27.818063 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9722 | 2024.12.14 01:09:27.818566 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9723 | 2024.12.14 01:09:27.818605 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9724 | 2024.12.14 01:09:27.818967 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9725 | 2024.12.14 01:09:27.819209 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9726 | 2024.12.14 01:09:27.819456 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 9727 | 2024.12.14 01:09:27.819649 [ 257 ] {7d475c53-6432-420d-be65-373f3159b0aa} <Debug> TCPHandler: Processed in 0.001974687 sec. | ||
| 9728 | 2024.12.14 01:09:27.819831 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9729 | 2024.12.14 01:09:27.819965 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9730 | 2024.12.14 01:09:27.820025 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9731 | 2024.12.14 01:09:27.820604 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2024.12.14 01:09:27.820640 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9733 | 2024.12.14 01:09:27.821024 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9734 | 2024.12.14 01:09:27.821268 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2024.12.14 01:09:27.821448 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001513 sec., 156642.4322538004 rows/sec., 10.50 MiB/sec. | ||
| 9736 | 2024.12.14 01:09:27.821499 [ 4 ] {bb7cf219-2fa7-4fa7-98dc-35cfe323c236} <Debug> TCPHandler: Processed in 0.001764881 sec. | ||
| 9737 | 2024.12.14 01:09:27.821645 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9738 | 2024.12.14 01:09:27.821781 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9739 | 2024.12.14 01:09:27.821840 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9740 | 2024.12.14 01:09:27.822358 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9741 | 2024.12.14 01:09:27.822397 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9742 | 2024.12.14 01:09:27.822766 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9743 | 2024.12.14 01:09:27.823006 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2024.12.14 01:09:27.823215 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec. | ||
| 9745 | 2024.12.14 01:09:27.823267 [ 257 ] {ca198b81-be86-449f-b1d4-bb3ed5c7ce45} <Debug> TCPHandler: Processed in 0.001688339 sec. | ||
| 9746 | 2024.12.14 01:09:27.823405 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9747 | 2024.12.14 01:09:27.823541 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9748 | 2024.12.14 01:09:27.823630 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9749 | 2024.12.14 01:09:27.824866 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2024.12.14 01:09:27.824902 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9751 | 2024.12.14 01:09:27.825567 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9752 | 2024.12.14 01:09:27.825829 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9753 | 2024.12.14 01:09:27.826077 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002565 sec., 15984.405458089668 rows/sec., 28.64 MiB/sec. | ||
| 9754 | 2024.12.14 01:09:27.826655 [ 4 ] {120e5360-7100-4191-b4d5-841d43390cd1} <Debug> TCPHandler: Processed in 0.003302056 sec. | ||
| 9755 | 2024.12.14 01:09:27.826823 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9756 | 2024.12.14 01:09:27.826960 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9757 | 2024.12.14 01:09:27.827018 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9758 | 2024.12.14 01:09:27.827533 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2024.12.14 01:09:27.827572 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9760 | 2024.12.14 01:09:27.827953 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9761 | 2024.12.14 01:09:27.828189 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9762 | 2024.12.14 01:09:27.828395 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec. | ||
| 9763 | 2024.12.14 01:09:27.828445 [ 257 ] {ee0827db-2e33-4a1c-8f05-e531e6334df3} <Debug> TCPHandler: Processed in 0.001689409 sec. | ||
| 9764 | 2024.12.14 01:09:32.362014 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9765 | 2024.12.14 01:09:32.362088 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9766 | 2024.12.14 01:09:32.633306 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 9767 | 2024.12.14 01:09:32.634431 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9768 | 2024.12.14 01:09:32.634495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9769 | 2024.12.14 01:09:32.635009 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9770 | 2024.12.14 01:09:32.635255 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2024.12.14 01:09:32.635481 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9772 | 2024.12.14 01:09:32.798908 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9773 | 2024.12.14 01:09:32.799180 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9774 | 2024.12.14 01:09:32.799283 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9775 | 2024.12.14 01:09:32.800018 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2024.12.14 01:09:32.800060 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9777 | 2024.12.14 01:09:32.800464 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9778 | 2024.12.14 01:09:32.800719 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9779 | 2024.12.14 01:09:32.800915 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001812 sec., 30905.077262693158 rows/sec., 2.37 MiB/sec. | ||
| 9780 | 2024.12.14 01:09:32.800969 [ 257 ] {22ad785a-cd1c-4158-aa1d-b19814c4cbcd} <Debug> TCPHandler: Processed in 0.002230245 sec. | ||
| 9781 | 2024.12.14 01:09:32.801211 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9782 | 2024.12.14 01:09:32.801424 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9783 | 2024.12.14 01:09:32.801503 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9784 | 2024.12.14 01:09:32.802262 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9785 | 2024.12.14 01:09:32.802310 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9786 | 2024.12.14 01:09:32.802751 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9787 | 2024.12.14 01:09:32.803003 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9788 | 2024.12.14 01:09:32.803232 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00187 sec., 34224.59893048128 rows/sec., 2.67 MiB/sec. | ||
| 9789 | 2024.12.14 01:09:32.803297 [ 4 ] {fd4f6031-68c3-4cbf-848c-e32dd2c4b286} <Debug> TCPHandler: Processed in 0.002224424 sec. | ||
| 9790 | 2024.12.14 01:09:32.803443 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9791 | 2024.12.14 01:09:32.803584 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9792 | 2024.12.14 01:09:32.803648 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9793 | 2024.12.14 01:09:32.804316 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9794 | 2024.12.14 01:09:32.804361 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9795 | 2024.12.14 01:09:32.804779 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9796 | 2024.12.14 01:09:32.805020 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9797 | 2024.12.14 01:09:32.805198 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 9798 | 2024.12.14 01:09:32.805250 [ 257 ] {f71c310f-aae0-4670-adb3-48fb6f503bc5} <Debug> TCPHandler: Processed in 0.001872624 sec. | ||
| 9799 | 2024.12.14 01:09:32.805390 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9800 | 2024.12.14 01:09:32.805515 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9801 | 2024.12.14 01:09:32.805570 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9802 | 2024.12.14 01:09:32.806091 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9803 | 2024.12.14 01:09:32.806131 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9804 | 2024.12.14 01:09:32.806514 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9805 | 2024.12.14 01:09:32.806761 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9806 | 2024.12.14 01:09:32.806964 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
| 9807 | 2024.12.14 01:09:32.807016 [ 4 ] {7ea4dbcc-9104-44e4-8e15-0036f0905813} <Debug> TCPHandler: Processed in 0.001684579 sec. | ||
| 9808 | 2024.12.14 01:09:33.550067 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9809 | 2024.12.14 01:09:33.550271 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9810 | 2024.12.14 01:09:33.550350 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9811 | 2024.12.14 01:09:33.551081 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9812 | 2024.12.14 01:09:33.551128 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9813 | 2024.12.14 01:09:33.551557 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9814 | 2024.12.14 01:09:33.551808 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9815 | 2024.12.14 01:09:33.552050 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001829 sec., 7654.455986878076 rows/sec., 551.02 KiB/sec. | ||
| 9816 | 2024.12.14 01:09:33.552162 [ 257 ] {27d153af-1565-4068-bbf6-77d0f335c313} <Debug> TCPHandler: Processed in 0.002230414 sec. | ||
| 9817 | 2024.12.14 01:09:33.552435 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9818 | 2024.12.14 01:09:33.552637 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9819 | 2024.12.14 01:09:33.552714 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9820 | 2024.12.14 01:09:33.553514 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9821 | 2024.12.14 01:09:33.553561 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9822 | 2024.12.14 01:09:33.553984 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9823 | 2024.12.14 01:09:33.554230 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9824 | 2024.12.14 01:09:33.554516 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 591.50 KiB/sec. | ||
| 9825 | 2024.12.14 01:09:33.554754 [ 4 ] {8a9ad832-08b8-4348-979b-fc5e01e95248} <Debug> TCPHandler: Processed in 0.002487212 sec. | ||
| 9826 | 2024.12.14 01:09:33.554908 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9827 | 2024.12.14 01:09:33.555030 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9828 | 2024.12.14 01:09:33.555082 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9829 | 2024.12.14 01:09:33.556534 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9830 | 2024.12.14 01:09:33.556575 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9831 | 2024.12.14 01:09:33.557055 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9832 | 2024.12.14 01:09:33.557306 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9833 | 2024.12.14 01:09:33.557523 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.00252 sec., 568253.9682539683 rows/sec., 47.61 MiB/sec. | ||
| 9834 | 2024.12.14 01:09:33.557583 [ 257 ] {9a2d7216-e350-472b-abff-f15e7c5d9b73} <Debug> TCPHandler: Processed in 0.002731759 sec. | ||
| 9835 | 2024.12.14 01:09:33.557756 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9836 | 2024.12.14 01:09:33.557894 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9837 | 2024.12.14 01:09:33.557951 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9838 | 2024.12.14 01:09:33.558650 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9839 | 2024.12.14 01:09:33.558691 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9840 | 2024.12.14 01:09:33.559059 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9841 | 2024.12.14 01:09:33.559294 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9842 | 2024.12.14 01:09:33.559501 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001638 sec., 37851.03785103785 rows/sec., 2.69 MiB/sec. | ||
| 9843 | 2024.12.14 01:09:33.559554 [ 4 ] {63aead97-de1d-4a6a-8983-5aa57d869132} <Debug> TCPHandler: Processed in 0.001866334 sec. | ||
| 9844 | 2024.12.14 01:09:33.559718 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9845 | 2024.12.14 01:09:33.559858 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9846 | 2024.12.14 01:09:33.559917 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9847 | 2024.12.14 01:09:33.560693 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9848 | 2024.12.14 01:09:33.560733 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9849 | 2024.12.14 01:09:33.561106 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9850 | 2024.12.14 01:09:33.561347 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9851 | 2024.12.14 01:09:33.561617 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001784 sec., 135650.22421524665 rows/sec., 9.19 MiB/sec. | ||
| 9852 | 2024.12.14 01:09:33.561854 [ 257 ] {658df72e-5cb1-4167-8e49-c723ab83ae7f} <Debug> TCPHandler: Processed in 0.002197994 sec. | ||
| 9853 | 2024.12.14 01:09:33.562053 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9854 | 2024.12.14 01:09:33.562189 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9855 | 2024.12.14 01:09:33.562245 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9856 | 2024.12.14 01:09:33.562858 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9857 | 2024.12.14 01:09:33.562897 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9858 | 2024.12.14 01:09:33.563250 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9859 | 2024.12.14 01:09:33.563488 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2024.12.14 01:09:33.563738 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001574 sec., 8259.212198221092 rows/sec., 514.96 KiB/sec. | ||
| 9861 | 2024.12.14 01:09:33.563948 [ 4 ] {0a87fab7-dd5f-482e-a74e-192c86e97572} <Debug> TCPHandler: Processed in 0.001984877 sec. | ||
| 9862 | 2024.12.14 01:09:33.564202 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9863 | 2024.12.14 01:09:33.564419 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9864 | 2024.12.14 01:09:33.564512 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9865 | 2024.12.14 01:09:33.565836 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9866 | 2024.12.14 01:09:33.565876 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9867 | 2024.12.14 01:09:33.566276 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9868 | 2024.12.14 01:09:33.566520 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9869 | 2024.12.14 01:09:33.566732 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002367 sec., 377270.8069286016 rows/sec., 27.39 MiB/sec. | ||
| 9870 | 2024.12.14 01:09:33.566816 [ 257 ] {7af89e86-0325-49db-a58c-be8cb8ea623a} <Debug> TCPHandler: Processed in 0.002729248 sec. | ||
| 9871 | 2024.12.14 01:09:33.566961 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9872 | 2024.12.14 01:09:33.567100 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9873 | 2024.12.14 01:09:33.567157 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9874 | 2024.12.14 01:09:33.567694 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2024.12.14 01:09:33.567733 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9876 | 2024.12.14 01:09:33.568105 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9877 | 2024.12.14 01:09:33.568347 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9878 | 2024.12.14 01:09:33.568600 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec. | ||
| 9879 | 2024.12.14 01:09:33.568819 [ 4 ] {0067bc40-9e1a-4c68-9a85-746acf1520d0} <Debug> TCPHandler: Processed in 0.001919335 sec. | ||
| 9880 | 2024.12.14 01:09:33.569047 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9881 | 2024.12.14 01:09:33.569184 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9882 | 2024.12.14 01:09:33.569246 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9883 | 2024.12.14 01:09:33.570033 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9884 | 2024.12.14 01:09:33.570073 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9885 | 2024.12.14 01:09:33.570519 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9886 | 2024.12.14 01:09:33.570770 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9887 | 2024.12.14 01:09:33.571018 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.00186 sec., 517204.30107526877 rows/sec., 34.37 MiB/sec. | ||
| 9888 | 2024.12.14 01:09:33.571081 [ 257 ] {180ee5fa-b239-4558-a8da-ba6a46291240} <Debug> TCPHandler: Processed in 0.002156753 sec. | ||
| 9889 | 2024.12.14 01:09:33.571306 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9890 | 2024.12.14 01:09:33.571558 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9891 | 2024.12.14 01:09:33.571618 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9892 | 2024.12.14 01:09:33.572178 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9893 | 2024.12.14 01:09:33.572223 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9894 | 2024.12.14 01:09:33.572621 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9895 | 2024.12.14 01:09:33.572859 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9896 | 2024.12.14 01:09:33.573073 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec. | ||
| 9897 | 2024.12.14 01:09:33.573122 [ 4 ] {71c367ed-f5d1-4255-b7a5-5a9d2b0c8d92} <Debug> TCPHandler: Processed in 0.001958227 sec. | ||
| 9898 | 2024.12.14 01:09:33.573258 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9899 | 2024.12.14 01:09:33.573372 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9900 | 2024.12.14 01:09:33.573452 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9901 | 2024.12.14 01:09:33.574775 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9902 | 2024.12.14 01:09:33.574814 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9903 | 2024.12.14 01:09:33.575473 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9904 | 2024.12.14 01:09:33.575738 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9905 | 2024.12.14 01:09:33.575925 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9906 | 2024.12.14 01:09:33.576026 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9907 | 2024.12.14 01:09:33.576035 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002678 sec., 15309.932785660942 rows/sec., 27.43 MiB/sec. | ||
| 9908 | 2024.12.14 01:09:33.576069 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9909 | 2024.12.14 01:09:33.576471 [ 257 ] {9f1709f7-935a-45b5-bb3e-23061825b49a} <Debug> TCPHandler: Processed in 0.003266125 sec. | ||
| 9910 | 2024.12.14 01:09:33.576478 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 9911 | 2024.12.14 01:09:33.576664 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9912 | 2024.12.14 01:09:33.576846 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9913 | 2024.12.14 01:09:33.576917 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9914 | 2024.12.14 01:09:33.576927 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9915 | 2024.12.14 01:09:33.577030 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1139 rows starting from the beginning of the part | ||
| 9916 | 2024.12.14 01:09:33.577597 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part | ||
| 9917 | 2024.12.14 01:09:33.578061 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part | ||
| 9918 | 2024.12.14 01:09:33.578528 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9919 | 2024.12.14 01:09:33.578537 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
| 9920 | 2024.12.14 01:09:33.578571 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9921 | 2024.12.14 01:09:33.578931 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part | ||
| 9922 | 2024.12.14 01:09:33.579334 [ 200 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part | ||
| 9923 | 2024.12.14 01:09:33.579491 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9924 | 2024.12.14 01:09:33.579917 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9925 | 2024.12.14 01:09:33.580282 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003486 sec., 9753.298909925416 rows/sec., 579.61 KiB/sec. | ||
| 9926 | 2024.12.14 01:09:33.580379 [ 4 ] {574cd5ad-4c77-4a9b-8dfd-d152f8781e68} <Debug> TCPHandler: Processed in 0.00380909 sec. | ||
| 9927 | 2024.12.14 01:09:33.586656 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1344 rows, containing 19 columns (19 merged, 0 gathered) in 0.010442842 sec., 128700.59702138555 rows/sec., 230.63 MiB/sec. | ||
| 9928 | 2024.12.14 01:09:33.587785 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9929 | 2024.12.14 01:09:33.588158 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9930 | 2024.12.14 01:09:33.588234 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9931 | 2024.12.14 01:09:33.588338 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.49 MiB. | ||
| 9932 | 2024.12.14 01:09:34.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.26 MiB, peak 241.70 MiB, free memory in arenas 0.00 B, will set to 231.94 MiB (RSS), difference: 1.68 MiB | ||
| 9933 | 2024.12.14 01:09:34.222537 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9934 | 2024.12.14 01:09:34.244318 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9935 | 2024.12.14 01:09:34.244377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9936 | 2024.12.14 01:09:34.251693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9937 | 2024.12.14 01:09:34.252501 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9938 | 2024.12.14 01:09:34.255974 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9939 | 2024.12.14 01:09:37.777024 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1404 | ||
| 9940 | 2024.12.14 01:09:37.780640 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9941 | 2024.12.14 01:09:37.780702 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9942 | 2024.12.14 01:09:37.782250 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9943 | 2024.12.14 01:09:37.782583 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9944 | 2024.12.14 01:09:37.784099 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1404 | ||
| 9945 | 2024.12.14 01:09:37.797163 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9946 | 2024.12.14 01:09:37.797468 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9947 | 2024.12.14 01:09:37.797589 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9948 | 2024.12.14 01:09:37.798407 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9949 | 2024.12.14 01:09:37.798452 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9950 | 2024.12.14 01:09:37.798889 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9951 | 2024.12.14 01:09:37.799148 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9952 | 2024.12.14 01:09:37.799398 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.13 MiB/sec. | ||
| 9953 | 2024.12.14 01:09:37.799457 [ 257 ] {5d051ed7-4874-4181-88a5-d27f3c3ba372} <Debug> TCPHandler: Processed in 0.002477101 sec. | ||
| 9954 | 2024.12.14 01:09:37.799696 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9955 | 2024.12.14 01:09:37.799893 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9956 | 2024.12.14 01:09:37.799969 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9957 | 2024.12.14 01:09:37.800770 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9958 | 2024.12.14 01:09:37.800810 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9959 | 2024.12.14 01:09:37.801237 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9960 | 2024.12.14 01:09:37.801501 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9961 | 2024.12.14 01:09:37.801701 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001866 sec., 34297.96355841372 rows/sec., 2.68 MiB/sec. | ||
| 9962 | 2024.12.14 01:09:37.801756 [ 4 ] {7fe8be89-b46a-48b7-8fe4-e3a6296290d4} <Debug> TCPHandler: Processed in 0.002195904 sec. | ||
| 9963 | 2024.12.14 01:09:37.801956 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9964 | 2024.12.14 01:09:37.802176 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9965 | 2024.12.14 01:09:37.802273 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9966 | 2024.12.14 01:09:37.803015 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9967 | 2024.12.14 01:09:37.803054 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9968 | 2024.12.14 01:09:37.803449 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9969 | 2024.12.14 01:09:37.803707 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9970 | 2024.12.14 01:09:37.803917 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001797 sec., 71229.82749026155 rows/sec., 4.96 MiB/sec. | ||
| 9971 | 2024.12.14 01:09:37.803970 [ 257 ] {f6087efc-a11f-403c-b273-3d155312fb9b} <Debug> TCPHandler: Processed in 0.002121782 sec. | ||
| 9972 | 2024.12.14 01:09:37.804103 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2024.12.14 01:09:37.804220 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9974 | 2024.12.14 01:09:37.804271 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9975 | 2024.12.14 01:09:37.804749 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2024.12.14 01:09:37.804785 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9977 | 2024.12.14 01:09:37.805185 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9978 | 2024.12.14 01:09:37.805421 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2024.12.14 01:09:37.805600 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001404 sec., 34188.03418803419 rows/sec., 2.30 MiB/sec. | ||
| 9980 | 2024.12.14 01:09:37.805649 [ 4 ] {ae8504eb-afd2-433e-a39d-5fab058ff950} <Debug> TCPHandler: Processed in 0.001600036 sec. | ||
| 9981 | 2024.12.14 01:09:40.135616 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 9982 | 2024.12.14 01:09:40.136822 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9983 | 2024.12.14 01:09:40.136911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9984 | 2024.12.14 01:09:40.137553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9985 | 2024.12.14 01:09:40.137812 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9986 | 2024.12.14 01:09:40.138018 [ 97 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9987 | 2024.12.14 01:09:40.138062 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9988 | 2024.12.14 01:09:40.138109 [ 97 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9989 | 2024.12.14 01:09:40.138142 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 9990 | 2024.12.14 01:09:40.138292 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9991 | 2024.12.14 01:09:40.138460 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9992 | 2024.12.14 01:09:40.138503 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9993 | 2024.12.14 01:09:40.138581 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9994 | 2024.12.14 01:09:40.138704 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9995 | 2024.12.14 01:09:40.138987 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9996 | 2024.12.14 01:09:40.139094 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9997 | 2024.12.14 01:09:40.139288 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 9998 | 2024.12.14 01:09:40.141793 [ 190 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003573873 sec., 6554234.020067305 rows/sec., 93.76 MiB/sec. | ||
| 9999 | 2024.12.14 01:09:40.142456 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10000 | 2024.12.14 01:09:40.142928 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_51_10} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10001 | 2024.12.14 01:09:40.143023 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_51_10} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10002 | 2024.12.14 01:09:40.143143 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10003 | 2024.12.14 01:09:41.756027 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10004 | 2024.12.14 01:09:41.777666 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10005 | 2024.12.14 01:09:41.777718 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10006 | 2024.12.14 01:09:41.784955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10007 | 2024.12.14 01:09:41.785741 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10008 | 2024.12.14 01:09:41.786036 [ 96 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10009 | 2024.12.14 01:09:41.786100 [ 96 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2024.12.14 01:09:41.786137 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10011 | 2024.12.14 01:09:41.786488 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10012 | 2024.12.14 01:09:41.796059 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10013 | 2024.12.14 01:09:41.797133 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10014 | 2024.12.14 01:09:41.798015 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10015 | 2024.12.14 01:09:41.802329 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10016 | 2024.12.14 01:09:41.806716 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10017 | 2024.12.14 01:09:41.811406 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10018 | 2024.12.14 01:09:41.816529 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10019 | 2024.12.14 01:09:41.822091 [ 200 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10020 | 2024.12.14 01:09:41.880639 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.094414422 sec., 4077.766847950412 rows/sec., 21.09 MiB/sec. | ||
| 10021 | 2024.12.14 01:09:41.883853 [ 197 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10022 | 2024.12.14 01:09:41.886940 [ 197 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_51_10} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10023 | 2024.12.14 01:09:41.887071 [ 197 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_51_10} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10024 | 2024.12.14 01:09:41.889671 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10025 | 2024.12.14 01:09:42.798836 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10026 | 2024.12.14 01:09:42.799043 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10027 | 2024.12.14 01:09:42.799120 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10028 | 2024.12.14 01:09:42.799963 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10029 | 2024.12.14 01:09:42.800005 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10030 | 2024.12.14 01:09:42.800438 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10031 | 2024.12.14 01:09:42.800702 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10032 | 2024.12.14 01:09:42.800862 [ 94 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10033 | 2024.12.14 01:09:42.800909 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.24 MiB/sec. | ||
| 10034 | 2024.12.14 01:09:42.800912 [ 94 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10035 | 2024.12.14 01:09:42.800960 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10036 | 2024.12.14 01:09:42.800988 [ 257 ] {a48b36eb-d6f6-407b-9938-cf03785b2d4c} <Debug> TCPHandler: Processed in 0.002287626 sec. | ||
| 10037 | 2024.12.14 01:09:42.801301 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::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 | ||
| 10038 | 2024.12.14 01:09:42.801318 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10039 | 2024.12.14 01:09:42.801877 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10040 | 2024.12.14 01:09:42.801953 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10041 | 2024.12.14 01:09:42.802072 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10042 | 2024.12.14 01:09:42.802124 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1434 rows starting from the beginning of the part | ||
| 10043 | 2024.12.14 01:09:42.802693 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 285 rows starting from the beginning of the part | ||
| 10044 | 2024.12.14 01:09:42.803035 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 10045 | 2024.12.14 01:09:42.803409 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1432 rows starting from the beginning of the part | ||
| 10046 | 2024.12.14 01:09:42.803800 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 10047 | 2024.12.14 01:09:42.804174 [ 193 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 10048 | 2024.12.14 01:09:42.805267 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10049 | 2024.12.14 01:09:42.805336 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10050 | 2024.12.14 01:09:42.806434 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10051 | 2024.12.14 01:09:42.806857 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2024.12.14 01:09:42.807120 [ 94 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10053 | 2024.12.14 01:09:42.807236 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005543 sec., 11546.094172830597 rows/sec., 922.83 KiB/sec. | ||
| 10054 | 2024.12.14 01:09:42.807249 [ 94 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10055 | 2024.12.14 01:09:42.807412 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10056 | 2024.12.14 01:09:42.807480 [ 4 ] {2eff9736-1e07-4cb1-b929-d65f8b96702a} <Debug> TCPHandler: Processed in 0.006355504 sec. | ||
| 10057 | 2024.12.14 01:09:42.808021 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10058 | 2024.12.14 01:09:42.808092 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::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 | ||
| 10059 | 2024.12.14 01:09:42.808263 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.007171487 sec., 462804.99427803466 rows/sec., 40.56 MiB/sec. | ||
| 10060 | 2024.12.14 01:09:42.808376 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10061 | 2024.12.14 01:09:42.808447 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10062 | 2024.12.14 01:09:42.808528 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10063 | 2024.12.14 01:09:42.808550 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 10064 | 2024.12.14 01:09:42.808658 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10065 | 2024.12.14 01:09:42.809235 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 423 rows starting from the beginning of the part | ||
| 10066 | 2024.12.14 01:09:42.809822 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10067 | 2024.12.14 01:09:42.809900 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 10068 | 2024.12.14 01:09:42.810220 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_86_17} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10069 | 2024.12.14 01:09:42.810549 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 10070 | 2024.12.14 01:09:42.810568 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 893 rows starting from the beginning of the part | ||
| 10071 | 2024.12.14 01:09:42.810934 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10072 | 2024.12.14 01:09:42.811248 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 10073 | 2024.12.14 01:09:42.811969 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10074 | 2024.12.14 01:09:42.812039 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10075 | 2024.12.14 01:09:42.813112 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10076 | 2024.12.14 01:09:42.813609 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10077 | 2024.12.14 01:09:42.813784 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10078 | 2024.12.14 01:09:42.813871 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10079 | 2024.12.14 01:09:42.813917 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10080 | 2024.12.14 01:09:42.813960 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005705 sec., 28045.574057843998 rows/sec., 1.95 MiB/sec. | ||
| 10081 | 2024.12.14 01:09:42.814334 [ 257 ] {94778a16-ac79-4896-99e4-076836174e09} <Debug> TCPHandler: Processed in 0.006696214 sec. | ||
| 10082 | 2024.12.14 01:09:42.814657 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10083 | 2024.12.14 01:09:42.814802 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.007140437 sec., 339334.97347571305 rows/sec., 26.03 MiB/sec. | ||
| 10084 | 2024.12.14 01:09:42.814834 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::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 | ||
| 10085 | 2024.12.14 01:09:42.814939 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10086 | 2024.12.14 01:09:42.815080 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10087 | 2024.12.14 01:09:42.815211 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10088 | 2024.12.14 01:09:42.815236 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10089 | 2024.12.14 01:09:42.815379 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24107 rows starting from the beginning of the part | ||
| 10090 | 2024.12.14 01:09:42.815920 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10091 | 2024.12.14 01:09:42.816527 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10092 | 2024.12.14 01:09:42.816548 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10093 | 2024.12.14 01:09:42.817037 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_86_17} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10094 | 2024.12.14 01:09:42.817091 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 962 rows starting from the beginning of the part | ||
| 10095 | 2024.12.14 01:09:42.817442 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10096 | 2024.12.14 01:09:42.817524 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part | ||
| 10097 | 2024.12.14 01:09:42.817951 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 10098 | 2024.12.14 01:09:42.818550 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2024.12.14 01:09:42.818596 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10100 | 2024.12.14 01:09:42.819068 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10101 | 2024.12.14 01:09:42.819376 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10102 | 2024.12.14 01:09:42.819706 [ 94 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10103 | 2024.12.14 01:09:42.819771 [ 94 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10104 | 2024.12.14 01:09:42.819807 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. | ||
| 10105 | 2024.12.14 01:09:42.819826 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004953 sec., 12113.870381586918 rows/sec., 835.98 KiB/sec. | ||
| 10106 | 2024.12.14 01:09:42.820189 [ 4 ] {f7308bce-33f1-4a42-8996-6d14cf906e43} <Debug> TCPHandler: Processed in 0.005713376 sec. | ||
| 10107 | 2024.12.14 01:09:42.820333 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 10108 | 2024.12.14 01:09:42.820723 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10109 | 2024.12.14 01:09:42.820795 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4846 rows starting from the beginning of the part | ||
| 10110 | 2024.12.14 01:09:42.821139 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 10111 | 2024.12.14 01:09:42.821477 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 10112 | 2024.12.14 01:09:42.821890 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 34 rows starting from the beginning of the part | ||
| 10113 | 2024.12.14 01:09:42.822123 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part | ||
| 10114 | 2024.12.14 01:09:42.822299 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::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 | ||
| 10115 | 2024.12.14 01:09:42.825837 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5130 rows, containing 4 columns (4 merged, 0 gathered) in 0.00587942 sec., 872535.0459739226 rows/sec., 56.84 MiB/sec. | ||
| 10116 | 2024.12.14 01:09:42.826477 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10117 | 2024.12.14 01:09:42.826851 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10118 | 2024.12.14 01:09:42.827016 [ 202 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_86_17} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10119 | 2024.12.14 01:09:42.827151 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10120 | 2024.12.14 01:09:42.827892 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25754 rows, containing 5 columns (5 merged, 0 gathered) in 0.013827581 sec., 1862509.4295235008 rows/sec., 125.72 MiB/sec. | ||
| 10121 | 2024.12.14 01:09:42.828143 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10122 | 2024.12.14 01:09:42.828451 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10123 | 2024.12.14 01:09:42.828530 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10124 | 2024.12.14 01:09:42.828619 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10125 | 2024.12.14 01:09:43.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.78 MiB, peak 246.43 MiB, free memory in arenas 0.00 B, will set to 235.28 MiB (RSS), difference: 1.50 MiB | ||
| 10126 | 2024.12.14 01:09:44.978614 [ 89 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 10127 | 2024.12.14 01:09:44.978691 [ 89 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10128 | 2024.12.14 01:09:44.978714 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10129 | 2024.12.14 01:09:44.978944 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 10130 | 2024.12.14 01:09:44.979224 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10131 | 2024.12.14 01:09:44.979262 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 10132 | 2024.12.14 01:09:44.979355 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10133 | 2024.12.14 01:09:44.979590 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10134 | 2024.12.14 01:09:44.979730 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10135 | 2024.12.14 01:09:44.979951 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10136 | 2024.12.14 01:09:44.980911 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002102491 sec., 17122.546541221815 rows/sec., 1.13 MiB/sec. | ||
| 10137 | 2024.12.14 01:09:44.981143 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 10138 | 2024.12.14 01:09:44.981539 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10139 | 2024.12.14 01:09:44.981646 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_36_8} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 10140 | 2024.12.14 01:09:44.981760 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10141 | 2024.12.14 01:09:47.362130 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10142 | 2024.12.14 01:09:47.362182 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10143 | 2024.12.14 01:09:47.638230 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10144 | 2024.12.14 01:09:47.638973 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2024.12.14 01:09:47.639026 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10146 | 2024.12.14 01:09:47.639555 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10147 | 2024.12.14 01:09:47.639815 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10148 | 2024.12.14 01:09:47.640090 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10149 | 2024.12.14 01:09:47.784442 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1420 | ||
| 10150 | 2024.12.14 01:09:47.787592 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10151 | 2024.12.14 01:09:47.787640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10152 | 2024.12.14 01:09:47.789132 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10153 | 2024.12.14 01:09:47.789445 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10154 | 2024.12.14 01:09:47.790852 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1420 | ||
| 10155 | 2024.12.14 01:09:47.805104 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10156 | 2024.12.14 01:09:47.805387 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10157 | 2024.12.14 01:09:47.805493 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10158 | 2024.12.14 01:09:47.806463 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2024.12.14 01:09:47.806510 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10160 | 2024.12.14 01:09:47.806917 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10161 | 2024.12.14 01:09:47.807174 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10162 | 2024.12.14 01:09:47.807387 [ 89 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10163 | 2024.12.14 01:09:47.807451 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002139 sec., 6545.114539504441 rows/sec., 471.16 KiB/sec. | ||
| 10164 | 2024.12.14 01:09:47.807481 [ 89 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10165 | 2024.12.14 01:09:47.807550 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10166 | 2024.12.14 01:09:47.807584 [ 257 ] {7f9373cb-1b8e-4c98-8cc3-47cf616f9a38} <Debug> TCPHandler: Processed in 0.002661467 sec. | ||
| 10167 | 2024.12.14 01:09:47.807723 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10168 | 2024.12.14 01:09:47.807872 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10169 | 2024.12.14 01:09:47.807886 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10170 | 2024.12.14 01:09:47.807959 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 10171 | 2024.12.14 01:09:47.808183 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10172 | 2024.12.14 01:09:47.808203 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10173 | 2024.12.14 01:09:47.808380 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10174 | 2024.12.14 01:09:47.808451 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10175 | 2024.12.14 01:09:47.808850 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10176 | 2024.12.14 01:09:47.809271 [ 198 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10177 | 2024.12.14 01:09:47.811334 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10178 | 2024.12.14 01:09:47.811429 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10179 | 2024.12.14 01:09:47.811767 [ 191 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004111409 sec., 17025.793347244216 rows/sec., 1.26 MiB/sec. | ||
| 10180 | 2024.12.14 01:09:47.812036 [ 191 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10181 | 2024.12.14 01:09:47.812518 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10182 | 2024.12.14 01:09:47.812591 [ 191 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10183 | 2024.12.14 01:09:47.812745 [ 191 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_37_9} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10184 | 2024.12.14 01:09:47.812896 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10185 | 2024.12.14 01:09:47.812980 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10186 | 2024.12.14 01:09:47.813287 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005229 sec., 54503.72920252438 rows/sec., 4.82 MiB/sec. | ||
| 10187 | 2024.12.14 01:09:47.813420 [ 4 ] {4e560f36-eb54-42b9-9378-a46223a4792e} <Debug> TCPHandler: Processed in 0.005709215 sec. | ||
| 10188 | 2024.12.14 01:09:47.813701 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10189 | 2024.12.14 01:09:47.813875 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10190 | 2024.12.14 01:09:47.813935 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10191 | 2024.12.14 01:09:47.814584 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10192 | 2024.12.14 01:09:47.814624 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10193 | 2024.12.14 01:09:47.814997 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10194 | 2024.12.14 01:09:47.815243 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10195 | 2024.12.14 01:09:47.815502 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001647 sec., 29143.897996357013 rows/sec., 2.10 MiB/sec. | ||
| 10196 | 2024.12.14 01:09:47.815693 [ 257 ] {8e9b0d46-d575-4ed0-b82c-88f01ff513d1} <Debug> TCPHandler: Processed in 0.002146402 sec. | ||
| 10197 | 2024.12.14 01:09:47.815940 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10198 | 2024.12.14 01:09:47.816079 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10199 | 2024.12.14 01:09:47.816139 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10200 | 2024.12.14 01:09:47.816838 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10201 | 2024.12.14 01:09:47.816888 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10202 | 2024.12.14 01:09:47.817285 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10203 | 2024.12.14 01:09:47.817531 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10204 | 2024.12.14 01:09:47.817792 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00174 sec., 8045.977011494253 rows/sec., 563.49 KiB/sec. | ||
| 10205 | 2024.12.14 01:09:47.818000 [ 4 ] {b00f49c3-c955-44f2-9988-c9650c084406} <Debug> TCPHandler: Processed in 0.002175363 sec. | ||
| 10206 | 2024.12.14 01:09:47.818238 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10207 | 2024.12.14 01:09:47.818374 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10208 | 2024.12.14 01:09:47.818431 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10209 | 2024.12.14 01:09:47.819107 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10210 | 2024.12.14 01:09:47.819146 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10211 | 2024.12.14 01:09:47.819513 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10212 | 2024.12.14 01:09:47.819758 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10213 | 2024.12.14 01:09:47.819924 [ 85 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10214 | 2024.12.14 01:09:47.819984 [ 85 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10215 | 2024.12.14 01:09:47.820016 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec. | ||
| 10216 | 2024.12.14 01:09:47.820026 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10217 | 2024.12.14 01:09:47.820174 [ 257 ] {f2b1d698-d144-49b1-96fe-ad53c52ba67a} <Debug> TCPHandler: Processed in 0.002045269 sec. | ||
| 10218 | 2024.12.14 01:09:47.820239 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10219 | 2024.12.14 01:09:47.820377 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10220 | 2024.12.14 01:09:47.820404 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10221 | 2024.12.14 01:09:47.820459 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 10222 | 2024.12.14 01:09:47.820677 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10223 | 2024.12.14 01:09:47.820747 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 10224 | 2024.12.14 01:09:47.820827 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10225 | 2024.12.14 01:09:47.821088 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 10226 | 2024.12.14 01:09:47.821448 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 10227 | 2024.12.14 01:09:47.821789 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 10228 | 2024.12.14 01:09:47.823672 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10229 | 2024.12.14 01:09:47.823743 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10230 | 2024.12.14 01:09:47.824123 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003941905 sec., 16489.489219045106 rows/sec., 1.07 MiB/sec. | ||
| 10231 | 2024.12.14 01:09:47.824455 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10232 | 2024.12.14 01:09:47.824586 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10233 | 2024.12.14 01:09:47.825072 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2024.12.14 01:09:47.825173 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10235 | 2024.12.14 01:09:47.825412 [ 191 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_37_9} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10236 | 2024.12.14 01:09:47.825559 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004999 sec., 84616.92338467693 rows/sec., 6.05 MiB/sec. | ||
| 10237 | 2024.12.14 01:09:47.825622 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10238 | 2024.12.14 01:09:47.825807 [ 4 ] {91450c6b-c67e-4a9c-8355-b32d2d673a34} <Debug> TCPHandler: Processed in 0.00553167 sec. | ||
| 10239 | 2024.12.14 01:09:47.826028 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10240 | 2024.12.14 01:09:47.826172 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10241 | 2024.12.14 01:09:47.826231 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10242 | 2024.12.14 01:09:47.826822 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10243 | 2024.12.14 01:09:47.826870 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10244 | 2024.12.14 01:09:47.827264 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10245 | 2024.12.14 01:09:47.827507 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10246 | 2024.12.14 01:09:47.827770 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 192.55 KiB/sec. | ||
| 10247 | 2024.12.14 01:09:47.827980 [ 257 ] {ed32de11-d839-4416-9845-053658317208} <Debug> TCPHandler: Processed in 0.002051559 sec. | ||
| 10248 | 2024.12.14 01:09:47.828197 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10249 | 2024.12.14 01:09:47.828337 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10250 | 2024.12.14 01:09:47.828402 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10251 | 2024.12.14 01:09:47.829137 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10252 | 2024.12.14 01:09:47.829178 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10253 | 2024.12.14 01:09:47.829599 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10254 | 2024.12.14 01:09:47.829844 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10255 | 2024.12.14 01:09:47.830056 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001751 sec., 135351.2278697887 rows/sec., 9.07 MiB/sec. | ||
| 10256 | 2024.12.14 01:09:47.830113 [ 4 ] {b1103597-d4a8-45bd-a375-45e6e5a876fe} <Debug> TCPHandler: Processed in 0.002020958 sec. | ||
| 10257 | 2024.12.14 01:09:47.830322 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10258 | 2024.12.14 01:09:47.830545 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10259 | 2024.12.14 01:09:47.830638 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10260 | 2024.12.14 01:09:47.831309 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10261 | 2024.12.14 01:09:47.831348 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10262 | 2024.12.14 01:09:47.831710 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10263 | 2024.12.14 01:09:47.831952 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10264 | 2024.12.14 01:09:47.832170 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001682 sec., 594.5303210463734 rows/sec., 40.06 KiB/sec. | ||
| 10265 | 2024.12.14 01:09:47.832221 [ 257 ] {b65b6798-0fdb-4580-b993-5d3d504d71b0} <Debug> TCPHandler: Processed in 0.002012318 sec. | ||
| 10266 | 2024.12.14 01:09:47.832363 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10267 | 2024.12.14 01:09:47.832480 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10268 | 2024.12.14 01:09:47.832562 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10269 | 2024.12.14 01:09:47.833832 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2024.12.14 01:09:47.833873 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10271 | 2024.12.14 01:09:47.834574 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10272 | 2024.12.14 01:09:47.834832 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10273 | 2024.12.14 01:09:47.835080 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002623 sec., 15630.956919557759 rows/sec., 28.01 MiB/sec. | ||
| 10274 | 2024.12.14 01:09:47.835197 [ 4 ] {c11b1e86-38d2-44f8-9a9c-185ddad50d68} <Debug> TCPHandler: Processed in 0.002891663 sec. | ||
| 10275 | 2024.12.14 01:09:47.835407 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10276 | 2024.12.14 01:09:47.835629 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10277 | 2024.12.14 01:09:47.835721 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10278 | 2024.12.14 01:09:47.836374 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10279 | 2024.12.14 01:09:47.836413 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10280 | 2024.12.14 01:09:47.836804 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10281 | 2024.12.14 01:09:47.837047 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10282 | 2024.12.14 01:09:47.837282 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001705 sec., 48093.84164222874 rows/sec., 3.05 MiB/sec. | ||
| 10283 | 2024.12.14 01:09:47.837348 [ 257 ] {eb91dfd0-2968-4985-b8e2-6e59c75a396d} <Debug> TCPHandler: Processed in 0.0020493 sec. | ||
| 10284 | 2024.12.14 01:09:49.296117 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10285 | 2024.12.14 01:09:49.314896 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10286 | 2024.12.14 01:09:49.314940 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10287 | 2024.12.14 01:09:49.321866 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10288 | 2024.12.14 01:09:49.322611 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10289 | 2024.12.14 01:09:49.326198 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10290 | 2024.12.14 01:09:52.797993 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10291 | 2024.12.14 01:09:52.798275 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10292 | 2024.12.14 01:09:52.798347 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10293 | 2024.12.14 01:09:52.799097 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10294 | 2024.12.14 01:09:52.799146 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10295 | 2024.12.14 01:09:52.799571 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10296 | 2024.12.14 01:09:52.799832 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10297 | 2024.12.14 01:09:52.800126 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001908 sec., 1048.2180293501049 rows/sec., 85.47 KiB/sec. | ||
| 10298 | 2024.12.14 01:09:52.800353 [ 257 ] {f849b474-966f-4a94-bee4-fab1622611fa} <Debug> TCPHandler: Processed in 0.002544434 sec. | ||
| 10299 | 2024.12.14 01:09:52.800638 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10300 | 2024.12.14 01:09:52.800855 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10301 | 2024.12.14 01:09:52.800938 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10302 | 2024.12.14 01:09:52.801749 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10303 | 2024.12.14 01:09:52.801805 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10304 | 2024.12.14 01:09:52.802249 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10305 | 2024.12.14 01:09:52.802504 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10306 | 2024.12.14 01:09:52.802756 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001963 sec., 29037.18797758533 rows/sec., 2.23 MiB/sec. | ||
| 10307 | 2024.12.14 01:09:52.802827 [ 4 ] {f992d0a3-46fe-465c-983a-b5690fd3f66c} <Debug> TCPHandler: Processed in 0.002333588 sec. | ||
| 10308 | 2024.12.14 01:09:52.802990 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10309 | 2024.12.14 01:09:52.803135 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10310 | 2024.12.14 01:09:52.803197 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10311 | 2024.12.14 01:09:52.804280 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10312 | 2024.12.14 01:09:52.804321 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10313 | 2024.12.14 01:09:52.804684 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10314 | 2024.12.14 01:09:52.804947 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10315 | 2024.12.14 01:09:52.805139 [ 9 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_38_8 to all_43_43_0 | ||
| 10316 | 2024.12.14 01:09:52.805165 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002065 sec., 968.5230024213075 rows/sec., 67.63 KiB/sec. | ||
| 10317 | 2024.12.14 01:09:52.805214 [ 9 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10318 | 2024.12.14 01:09:52.805286 [ 9 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10319 | 2024.12.14 01:09:52.805288 [ 257 ] {022373a0-461d-4d9d-a029-471739408b6f} <Debug> TCPHandler: Processed in 0.002365148 sec. | ||
| 10320 | 2024.12.14 01:09:52.805524 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10321 | 2024.12.14 01:09:52.805535 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_38_8 to all_43_43_0 into Compact with storage Full | ||
| 10322 | 2024.12.14 01:09:52.805754 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10323 | 2024.12.14 01:09:52.805844 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10324 | 2024.12.14 01:09:52.805872 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10325 | 2024.12.14 01:09:52.805924 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 66 rows starting from the beginning of the part | ||
| 10326 | 2024.12.14 01:09:52.806315 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part | ||
| 10327 | 2024.12.14 01:09:52.806662 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part | ||
| 10328 | 2024.12.14 01:09:52.807038 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 62 rows starting from the beginning of the part | ||
| 10329 | 2024.12.14 01:09:52.807405 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part | ||
| 10330 | 2024.12.14 01:09:52.807787 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
| 10331 | 2024.12.14 01:09:52.808860 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10332 | 2024.12.14 01:09:52.808942 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10333 | 2024.12.14 01:09:52.809985 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10334 | 2024.12.14 01:09:52.810541 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.005148009 sec., 53224.46017479767 rows/sec., 4.01 MiB/sec. | ||
| 10335 | 2024.12.14 01:09:52.810573 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10336 | 2024.12.14 01:09:52.810769 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 10337 | 2024.12.14 01:09:52.811093 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005407 sec., 12206.399112261883 rows/sec., 976.20 KiB/sec. | ||
| 10338 | 2024.12.14 01:09:52.811256 [ 4 ] {30958492-9550-4f15-9294-07d1863e19c1} <Debug> TCPHandler: Processed in 0.00585309 sec. | ||
| 10339 | 2024.12.14 01:09:52.811450 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10340 | 2024.12.14 01:09:52.811531 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10341 | 2024.12.14 01:09:52.811598 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_43_9} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_38_8, all_43_43_0] -> all_1_43_9 | ||
| 10342 | 2024.12.14 01:09:52.811749 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10343 | 2024.12.14 01:09:52.811861 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10344 | 2024.12.14 01:09:52.811961 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10345 | 2024.12.14 01:09:52.812692 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10346 | 2024.12.14 01:09:52.812732 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10347 | 2024.12.14 01:09:52.813143 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10348 | 2024.12.14 01:09:52.813401 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10349 | 2024.12.14 01:09:52.813632 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001843 sec., 87357.56918068367 rows/sec., 6.08 MiB/sec. | ||
| 10350 | 2024.12.14 01:09:52.813691 [ 257 ] {60f348d2-c264-4959-b5e0-7934ac0141bd} <Debug> TCPHandler: Processed in 0.002323987 sec. | ||
| 10351 | 2024.12.14 01:09:52.813895 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10352 | 2024.12.14 01:09:52.814060 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10353 | 2024.12.14 01:09:52.814115 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10354 | 2024.12.14 01:09:52.814632 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10355 | 2024.12.14 01:09:52.814673 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10356 | 2024.12.14 01:09:52.815062 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10357 | 2024.12.14 01:09:52.815307 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10358 | 2024.12.14 01:09:52.815527 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
| 10359 | 2024.12.14 01:09:52.815581 [ 4 ] {73e31691-9433-4148-a0e1-f5a1da8dca36} <Debug> TCPHandler: Processed in 0.001800642 sec. | ||
| 10360 | 2024.12.14 01:09:55.140207 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10361 | 2024.12.14 01:09:55.141006 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2024.12.14 01:09:55.141060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10363 | 2024.12.14 01:09:55.141616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10364 | 2024.12.14 01:09:55.141872 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2024.12.14 01:09:55.142069 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10366 | 2024.12.14 01:09:56.826244 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10367 | 2024.12.14 01:09:56.846117 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2024.12.14 01:09:56.846162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10369 | 2024.12.14 01:09:56.853359 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10370 | 2024.12.14 01:09:56.854141 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2024.12.14 01:09:56.857143 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10372 | 2024.12.14 01:09:57.790969 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1454 | ||
| 10373 | 2024.12.14 01:09:57.794108 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10374 | 2024.12.14 01:09:57.794149 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10375 | 2024.12.14 01:09:57.795651 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10376 | 2024.12.14 01:09:57.795964 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10377 | 2024.12.14 01:09:57.796469 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1454 | ||
| 10378 | 2024.12.14 01:09:57.804158 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10379 | 2024.12.14 01:09:57.804353 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10380 | 2024.12.14 01:09:57.804427 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10381 | 2024.12.14 01:09:57.805251 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10382 | 2024.12.14 01:09:57.805308 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10383 | 2024.12.14 01:09:57.805797 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10384 | 2024.12.14 01:09:57.806071 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10385 | 2024.12.14 01:09:57.806325 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 497.93 KiB/sec. | ||
| 10386 | 2024.12.14 01:09:57.806405 [ 257 ] {b801c622-5f03-4ef3-80df-7b5cee30100d} <Debug> TCPHandler: Processed in 0.002379168 sec. | ||
| 10387 | 2024.12.14 01:09:57.806661 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10388 | 2024.12.14 01:09:57.806847 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10389 | 2024.12.14 01:09:57.806918 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10390 | 2024.12.14 01:09:57.807882 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10391 | 2024.12.14 01:09:57.807925 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10392 | 2024.12.14 01:09:57.808394 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10393 | 2024.12.14 01:09:57.808655 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10394 | 2024.12.14 01:09:57.808890 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002095 sec., 136038.1861575179 rows/sec., 12.02 MiB/sec. | ||
| 10395 | 2024.12.14 01:09:57.808948 [ 4 ] {8f25f669-c121-4c04-8d8a-60ff72639ff2} <Debug> TCPHandler: Processed in 0.00241968 sec. | ||
| 10396 | 2024.12.14 01:09:57.809123 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10397 | 2024.12.14 01:09:57.809256 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10398 | 2024.12.14 01:09:57.809313 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10399 | 2024.12.14 01:09:57.809975 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10400 | 2024.12.14 01:09:57.810017 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10401 | 2024.12.14 01:09:57.810419 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10402 | 2024.12.14 01:09:57.810670 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10403 | 2024.12.14 01:09:57.810892 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001667 sec., 28794.241151769646 rows/sec., 2.07 MiB/sec. | ||
| 10404 | 2024.12.14 01:09:57.810950 [ 257 ] {76cae933-5d45-4721-8faf-303a3e33e023} <Debug> TCPHandler: Processed in 0.001886915 sec. | ||
| 10405 | 2024.12.14 01:09:57.811097 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10406 | 2024.12.14 01:09:57.811218 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10407 | 2024.12.14 01:09:57.811268 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10408 | 2024.12.14 01:09:57.811943 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10409 | 2024.12.14 01:09:57.811984 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10410 | 2024.12.14 01:09:57.812368 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10411 | 2024.12.14 01:09:57.812645 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10412 | 2024.12.14 01:09:57.812845 [ 15 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10413 | 2024.12.14 01:09:57.812916 [ 15 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10414 | 2024.12.14 01:09:57.812932 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001728 sec., 8101.851851851852 rows/sec., 567.40 KiB/sec. | ||
| 10415 | 2024.12.14 01:09:57.812953 [ 15 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10416 | 2024.12.14 01:09:57.813097 [ 4 ] {cd8246e2-1d59-41a2-a969-51de3d67c713} <Debug> TCPHandler: Processed in 0.00205876 sec. | ||
| 10417 | 2024.12.14 01:09:57.813158 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10418 | 2024.12.14 01:09:57.813332 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2024.12.14 01:09:57.813366 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10420 | 2024.12.14 01:09:57.813421 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 242 rows starting from the beginning of the part | ||
| 10421 | 2024.12.14 01:09:57.813618 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10422 | 2024.12.14 01:09:57.813647 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10423 | 2024.12.14 01:09:57.813764 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10424 | 2024.12.14 01:09:57.813956 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10425 | 2024.12.14 01:09:57.814318 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
| 10426 | 2024.12.14 01:09:57.814784 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10427 | 2024.12.14 01:09:57.815113 [ 204 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 10428 | 2024.12.14 01:09:57.816658 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2024.12.14 01:09:57.816736 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10430 | 2024.12.14 01:09:57.817741 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10431 | 2024.12.14 01:09:57.818090 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005008704 sec., 107812.32031279948 rows/sec., 7.72 MiB/sec. | ||
| 10432 | 2024.12.14 01:09:57.818304 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10433 | 2024.12.14 01:09:57.818387 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10434 | 2024.12.14 01:09:57.818742 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005247 sec., 2477.606251191157 rows/sec., 154.48 KiB/sec. | ||
| 10435 | 2024.12.14 01:09:57.818901 [ 257 ] {05a86c39-adf3-4446-abb5-9658f8fd15a1} <Debug> TCPHandler: Processed in 0.005675865 sec. | ||
| 10436 | 2024.12.14 01:09:57.819139 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2024.12.14 01:09:57.819149 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10438 | 2024.12.14 01:09:57.819330 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_38_8} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10439 | 2024.12.14 01:09:57.819342 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10440 | 2024.12.14 01:09:57.819471 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10441 | 2024.12.14 01:09:57.819521 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10442 | 2024.12.14 01:09:57.820361 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2024.12.14 01:09:57.820407 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10444 | 2024.12.14 01:09:57.820832 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10445 | 2024.12.14 01:09:57.821100 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10446 | 2024.12.14 01:09:57.821336 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002055 sec., 205839.41605839416 rows/sec., 14.71 MiB/sec. | ||
| 10447 | 2024.12.14 01:09:57.821397 [ 4 ] {2b33be7f-5bd7-4693-a1b1-7e227ea27692} <Debug> TCPHandler: Processed in 0.002352688 sec. | ||
| 10448 | 2024.12.14 01:09:57.821564 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10449 | 2024.12.14 01:09:57.821686 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10450 | 2024.12.14 01:09:57.821739 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10451 | 2024.12.14 01:09:57.822256 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10452 | 2024.12.14 01:09:57.822298 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10453 | 2024.12.14 01:09:57.822697 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10454 | 2024.12.14 01:09:57.822955 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10455 | 2024.12.14 01:09:57.823121 [ 15 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10456 | 2024.12.14 01:09:57.823183 [ 15 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10457 | 2024.12.14 01:09:57.823223 [ 15 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10458 | 2024.12.14 01:09:57.823221 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 202.37 KiB/sec. | ||
| 10459 | 2024.12.14 01:09:57.823487 [ 257 ] {c3439d1a-7298-4ea5-9389-4ec2d9f93a59} <Debug> TCPHandler: Processed in 0.001983728 sec. | ||
| 10460 | 2024.12.14 01:09:57.823751 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10461 | 2024.12.14 01:09:57.823767 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10462 | 2024.12.14 01:09:57.824169 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10463 | 2024.12.14 01:09:57.824335 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10464 | 2024.12.14 01:09:57.824351 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10465 | 2024.12.14 01:09:57.824409 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 10466 | 2024.12.14 01:09:57.824742 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10467 | 2024.12.14 01:09:57.825250 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10468 | 2024.12.14 01:09:57.825552 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10469 | 2024.12.14 01:09:57.825809 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 10470 | 2024.12.14 01:09:57.826052 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 10471 | 2024.12.14 01:09:57.827055 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10472 | 2024.12.14 01:09:57.827130 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10473 | 2024.12.14 01:09:57.828273 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10474 | 2024.12.14 01:09:57.828718 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.005405607 sec., 42178.42695556669 rows/sec., 2.15 MiB/sec. | ||
| 10475 | 2024.12.14 01:09:57.828869 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10476 | 2024.12.14 01:09:57.828929 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10477 | 2024.12.14 01:09:57.829487 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005438 sec., 43582.19933799191 rows/sec., 2.92 MiB/sec. | ||
| 10478 | 2024.12.14 01:09:57.829855 [ 4 ] {5d45e84a-0597-4acd-b7e7-144c60dfa07d} <Debug> TCPHandler: Processed in 0.006232101 sec. | ||
| 10479 | 2024.12.14 01:09:57.829874 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10480 | 2024.12.14 01:09:57.830184 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10481 | 2024.12.14 01:09:57.830368 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_38_8} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10482 | 2024.12.14 01:09:57.830549 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10483 | 2024.12.14 01:09:57.830758 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10484 | 2024.12.14 01:09:57.830832 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10485 | 2024.12.14 01:09:57.831398 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10486 | 2024.12.14 01:09:57.831444 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10487 | 2024.12.14 01:09:57.831852 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10488 | 2024.12.14 01:09:57.832113 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10489 | 2024.12.14 01:09:57.832360 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001953 sec., 512.0327700972862 rows/sec., 34.50 KiB/sec. | ||
| 10490 | 2024.12.14 01:09:57.832417 [ 257 ] {f7e8beef-e24b-4245-aa60-c5799a4abe9e} <Debug> TCPHandler: Processed in 0.00241689 sec. | ||
| 10491 | 2024.12.14 01:09:57.832586 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10492 | 2024.12.14 01:09:57.832711 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10493 | 2024.12.14 01:09:57.832793 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10494 | 2024.12.14 01:09:57.834075 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10495 | 2024.12.14 01:09:57.834117 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10496 | 2024.12.14 01:09:57.835150 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10497 | 2024.12.14 01:09:57.835634 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10498 | 2024.12.14 01:09:57.835891 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003207 sec., 12784.53383224197 rows/sec., 22.91 MiB/sec. | ||
| 10499 | 2024.12.14 01:09:57.836091 [ 4 ] {a602d2a1-0d53-4c8c-b9fa-eff08830258a} <Debug> TCPHandler: Processed in 0.003569603 sec. | ||
| 10500 | 2024.12.14 01:09:57.836285 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10501 | 2024.12.14 01:09:57.836413 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10502 | 2024.12.14 01:09:57.836467 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10503 | 2024.12.14 01:09:57.836998 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10504 | 2024.12.14 01:09:57.837039 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10505 | 2024.12.14 01:09:57.837453 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10506 | 2024.12.14 01:09:57.837708 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10507 | 2024.12.14 01:09:57.837932 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec. | ||
| 10508 | 2024.12.14 01:09:57.837985 [ 257 ] {35c62dfe-1242-44fc-9dfb-9e20a554e641} <Debug> TCPHandler: Processed in 0.001761411 sec. | ||
| 10509 | 2024.12.14 01:10:02.362223 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10510 | 2024.12.14 01:10:02.362300 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10511 | 2024.12.14 01:10:02.642177 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 10512 | 2024.12.14 01:10:02.642807 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10513 | 2024.12.14 01:10:02.642848 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10514 | 2024.12.14 01:10:02.643415 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10515 | 2024.12.14 01:10:02.643679 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10516 | 2024.12.14 01:10:02.643881 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10517 | 2024.12.14 01:10:02.798210 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10518 | 2024.12.14 01:10:02.798478 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10519 | 2024.12.14 01:10:02.798583 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10520 | 2024.12.14 01:10:02.799261 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10521 | 2024.12.14 01:10:02.799300 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10522 | 2024.12.14 01:10:02.799679 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10523 | 2024.12.14 01:10:02.799932 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10524 | 2024.12.14 01:10:02.800125 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001722 sec., 32520.325203252032 rows/sec., 2.50 MiB/sec. | ||
| 10525 | 2024.12.14 01:10:02.800179 [ 257 ] {94af758c-3ffc-4701-b158-a03426842eec} <Debug> TCPHandler: Processed in 0.002135842 sec. | ||
| 10526 | 2024.12.14 01:10:02.800419 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10527 | 2024.12.14 01:10:02.800629 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10528 | 2024.12.14 01:10:02.800702 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10529 | 2024.12.14 01:10:02.801451 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2024.12.14 01:10:02.801502 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10531 | 2024.12.14 01:10:02.801938 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10532 | 2024.12.14 01:10:02.802190 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2024.12.14 01:10:02.802448 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec. | ||
| 10534 | 2024.12.14 01:10:02.802562 [ 4 ] {d3c434c6-f8a8-44dd-b5a4-2966eaedec73} <Debug> TCPHandler: Processed in 0.002276816 sec. | ||
| 10535 | 2024.12.14 01:10:02.802734 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10536 | 2024.12.14 01:10:02.803104 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10537 | 2024.12.14 01:10:02.803303 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10538 | 2024.12.14 01:10:02.804377 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10539 | 2024.12.14 01:10:02.804416 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10540 | 2024.12.14 01:10:02.804821 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10541 | 2024.12.14 01:10:02.805079 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10542 | 2024.12.14 01:10:02.805273 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002323 sec., 68876.45286267757 rows/sec., 4.80 MiB/sec. | ||
| 10543 | 2024.12.14 01:10:02.805385 [ 257 ] {829f93d2-45fa-4f18-bf14-07eb3feee7af} <Debug> TCPHandler: Processed in 0.002724778 sec. | ||
| 10544 | 2024.12.14 01:10:02.805637 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10545 | 2024.12.14 01:10:02.805766 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10546 | 2024.12.14 01:10:02.805847 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10547 | 2024.12.14 01:10:02.806390 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10548 | 2024.12.14 01:10:02.806432 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10549 | 2024.12.14 01:10:02.806827 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10550 | 2024.12.14 01:10:02.807068 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10551 | 2024.12.14 01:10:02.807255 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 10552 | 2024.12.14 01:10:02.807308 [ 4 ] {7b98e357-5b1a-4106-9bba-c0464222c049} <Debug> TCPHandler: Processed in 0.001790541 sec. | ||
| 10553 | 2024.12.14 01:10:03.545099 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10554 | 2024.12.14 01:10:03.545310 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10555 | 2024.12.14 01:10:03.545382 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10556 | 2024.12.14 01:10:03.546120 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10557 | 2024.12.14 01:10:03.546172 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10558 | 2024.12.14 01:10:03.546597 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10559 | 2024.12.14 01:10:03.546855 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10560 | 2024.12.14 01:10:03.547093 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 10561 | 2024.12.14 01:10:03.547210 [ 257 ] {42da0b9c-9ae1-4e82-b5fd-ba225d0c84da} <Debug> TCPHandler: Processed in 0.002236765 sec. | ||
| 10562 | 2024.12.14 01:10:03.547481 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10563 | 2024.12.14 01:10:03.547670 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10564 | 2024.12.14 01:10:03.547752 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10565 | 2024.12.14 01:10:03.548573 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10566 | 2024.12.14 01:10:03.548624 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10567 | 2024.12.14 01:10:03.549045 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10568 | 2024.12.14 01:10:03.549297 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10569 | 2024.12.14 01:10:03.549442 [ 40 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Selected 6 parts from all_1_13_3 to all_18_18_0 | ||
| 10570 | 2024.12.14 01:10:03.549485 [ 40 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10571 | 2024.12.14 01:10:03.549509 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10572 | 2024.12.14 01:10:03.549514 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001901 sec., 1052.0778537611784 rows/sec., 85.79 KiB/sec. | ||
| 10573 | 2024.12.14 01:10:03.549786 [ 4 ] {d8dfa79b-77f5-4a49-a1bf-3a191ecb9af0} <Debug> TCPHandler: Processed in 0.002453471 sec. | ||
| 10574 | 2024.12.14 01:10:03.549851 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_13_3 to all_18_18_0 into Compact with storage Full | ||
| 10575 | 2024.12.14 01:10:03.550291 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10576 | 2024.12.14 01:10:03.550361 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10577 | 2024.12.14 01:10:03.550442 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 10578 | 2024.12.14 01:10:03.550648 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 10579 | 2024.12.14 01:10:03.550853 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10580 | 2024.12.14 01:10:03.550965 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 10581 | 2024.12.14 01:10:03.551087 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10582 | 2024.12.14 01:10:03.551370 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 10583 | 2024.12.14 01:10:03.551666 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 10584 | 2024.12.14 01:10:03.552086 [ 196 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 10585 | 2024.12.14 01:10:03.555022 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.005454757 sec., 7333.048933252205 rows/sec., 626.60 KiB/sec. | ||
| 10586 | 2024.12.14 01:10:03.555163 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 10587 | 2024.12.14 01:10:03.555188 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10588 | 2024.12.14 01:10:03.555235 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10589 | 2024.12.14 01:10:03.555518 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2024.12.14 01:10:03.555642 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_18_4} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Merged 6 parts: [all_1_13_3, all_18_18_0] -> all_1_18_4 | ||
| 10591 | 2024.12.14 01:10:03.555733 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10592 | 2024.12.14 01:10:03.555812 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10593 | 2024.12.14 01:10:03.556062 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10594 | 2024.12.14 01:10:03.556259 [ 40 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10595 | 2024.12.14 01:10:03.556321 [ 40 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2024.12.14 01:10:03.556337 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.005638 sec., 252926.56970556936 rows/sec., 21.21 MiB/sec. | ||
| 10597 | 2024.12.14 01:10:03.556359 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10598 | 2024.12.14 01:10:03.556595 [ 257 ] {9b52a1fd-d670-447e-b778-77494e9b8c46} <Debug> TCPHandler: Processed in 0.006680064 sec. | ||
| 10599 | 2024.12.14 01:10:03.556673 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10600 | 2024.12.14 01:10:03.556865 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10601 | 2024.12.14 01:10:03.557023 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10602 | 2024.12.14 01:10:03.557151 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1434 rows starting from the beginning of the part | ||
| 10603 | 2024.12.14 01:10:03.557316 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10604 | 2024.12.14 01:10:03.557578 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 285 rows starting from the beginning of the part | ||
| 10605 | 2024.12.14 01:10:03.557591 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10606 | 2024.12.14 01:10:03.558044 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 57 rows starting from the beginning of the part | ||
| 10607 | 2024.12.14 01:10:03.558498 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 285 rows starting from the beginning of the part | ||
| 10608 | 2024.12.14 01:10:03.558903 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 10609 | 2024.12.14 01:10:03.559311 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1426 rows starting from the beginning of the part | ||
| 10610 | 2024.12.14 01:10:03.561395 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10611 | 2024.12.14 01:10:03.561463 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10612 | 2024.12.14 01:10:03.562347 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10613 | 2024.12.14 01:10:03.562657 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10614 | 2024.12.14 01:10:03.563174 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.005967 sec., 8379.420144126027 rows/sec., 616.51 KiB/sec. | ||
| 10615 | 2024.12.14 01:10:03.563638 [ 4 ] {22f40dd9-ff36-435f-b39f-e956cc456653} <Debug> TCPHandler: Processed in 0.006889079 sec. | ||
| 10616 | 2024.12.14 01:10:03.563902 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3543 rows, containing 5 columns (5 merged, 0 gathered) in 0.007415215 sec., 477801.3853947593 rows/sec., 42.11 MiB/sec. | ||
| 10617 | 2024.12.14 01:10:03.563964 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10618 | 2024.12.14 01:10:03.564171 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10619 | 2024.12.14 01:10:03.564246 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10620 | 2024.12.14 01:10:03.564315 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10621 | 2024.12.14 01:10:03.564988 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10622 | 2024.12.14 01:10:03.565096 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_91_18} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10623 | 2024.12.14 01:10:03.565276 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 10624 | 2024.12.14 01:10:03.565503 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10625 | 2024.12.14 01:10:03.565548 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10626 | 2024.12.14 01:10:03.565940 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10627 | 2024.12.14 01:10:03.566186 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10628 | 2024.12.14 01:10:03.566434 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002293 sec., 105538.59572612299 rows/sec., 7.15 MiB/sec. | ||
| 10629 | 2024.12.14 01:10:03.566612 [ 257 ] {00c51145-b72a-44ec-a807-110decb4fa0b} <Debug> TCPHandler: Processed in 0.002817582 sec. | ||
| 10630 | 2024.12.14 01:10:03.566850 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10631 | 2024.12.14 01:10:03.566969 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10632 | 2024.12.14 01:10:03.567020 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10633 | 2024.12.14 01:10:03.567615 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10634 | 2024.12.14 01:10:03.567654 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10635 | 2024.12.14 01:10:03.568018 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10636 | 2024.12.14 01:10:03.568256 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10637 | 2024.12.14 01:10:03.568439 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001498 sec., 8678.237650200266 rows/sec., 541.09 KiB/sec. | ||
| 10638 | 2024.12.14 01:10:03.568492 [ 4 ] {2ac7b0df-ce01-4fe0-a8c8-416ed41940e2} <Debug> TCPHandler: Processed in 0.001761621 sec. | ||
| 10639 | 2024.12.14 01:10:03.568655 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10640 | 2024.12.14 01:10:03.568873 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10641 | 2024.12.14 01:10:03.568962 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10642 | 2024.12.14 01:10:03.570163 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10643 | 2024.12.14 01:10:03.570203 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10644 | 2024.12.14 01:10:03.570601 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10645 | 2024.12.14 01:10:03.570845 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10646 | 2024.12.14 01:10:03.571022 [ 40 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10647 | 2024.12.14 01:10:03.571083 [ 40 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10648 | 2024.12.14 01:10:03.571088 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.002259 sec., 389995.5732625055 rows/sec., 28.28 MiB/sec. | ||
| 10649 | 2024.12.14 01:10:03.571127 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10650 | 2024.12.14 01:10:03.571241 [ 257 ] {f131e308-411f-451f-a692-f65bf8113fa0} <Debug> TCPHandler: Processed in 0.002650597 sec. | ||
| 10651 | 2024.12.14 01:10:03.571451 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10652 | 2024.12.14 01:10:03.571447 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10653 | 2024.12.14 01:10:03.571654 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10654 | 2024.12.14 01:10:03.571775 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10655 | 2024.12.14 01:10:03.571788 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10656 | 2024.12.14 01:10:03.571849 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 10657 | 2024.12.14 01:10:03.572229 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 423 rows starting from the beginning of the part | ||
| 10658 | 2024.12.14 01:10:03.572585 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 66 rows starting from the beginning of the part | ||
| 10659 | 2024.12.14 01:10:03.572972 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 423 rows starting from the beginning of the part | ||
| 10660 | 2024.12.14 01:10:03.573273 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 10661 | 2024.12.14 01:10:03.573601 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 881 rows starting from the beginning of the part | ||
| 10662 | 2024.12.14 01:10:03.574369 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2024.12.14 01:10:03.574429 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10664 | 2024.12.14 01:10:03.575326 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10665 | 2024.12.14 01:10:03.575872 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2024.12.14 01:10:03.576199 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004618 sec., 1299.26375054136 rows/sec., 67.88 KiB/sec. | ||
| 10667 | 2024.12.14 01:10:03.576366 [ 4 ] {978a12e9-6270-48ca-9a82-7a4e97ceebc5} <Debug> TCPHandler: Processed in 0.005018665 sec. | ||
| 10668 | 2024.12.14 01:10:03.576636 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10669 | 2024.12.14 01:10:03.577001 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10670 | 2024.12.14 01:10:03.577088 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.005817259 sec., 476513.07944170956 rows/sec., 36.38 MiB/sec. | ||
| 10671 | 2024.12.14 01:10:03.577106 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10672 | 2024.12.14 01:10:03.577404 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10673 | 2024.12.14 01:10:03.577876 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10674 | 2024.12.14 01:10:03.578048 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_91_18} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10675 | 2024.12.14 01:10:03.578216 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 10676 | 2024.12.14 01:10:03.578517 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10677 | 2024.12.14 01:10:03.578560 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10678 | 2024.12.14 01:10:03.579021 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10679 | 2024.12.14 01:10:03.579261 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10680 | 2024.12.14 01:10:03.579427 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10681 | 2024.12.14 01:10:03.579481 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10682 | 2024.12.14 01:10:03.579518 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10683 | 2024.12.14 01:10:03.579524 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002654 sec., 360211.0022607385 rows/sec., 23.93 MiB/sec. | ||
| 10684 | 2024.12.14 01:10:03.579748 [ 257 ] {6e34350d-ddda-47b6-a67f-1722cce9a165} <Debug> TCPHandler: Processed in 0.003270635 sec. | ||
| 10685 | 2024.12.14 01:10:03.579770 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10686 | 2024.12.14 01:10:03.579921 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10687 | 2024.12.14 01:10:03.579964 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10688 | 2024.12.14 01:10:03.580003 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25754 rows starting from the beginning of the part | ||
| 10689 | 2024.12.14 01:10:03.580063 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10690 | 2024.12.14 01:10:03.580147 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 10691 | 2024.12.14 01:10:03.580175 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10692 | 2024.12.14 01:10:03.580370 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
| 10693 | 2024.12.14 01:10:03.580671 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 10694 | 2024.12.14 01:10:03.580909 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 10695 | 2024.12.14 01:10:03.581127 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 956 rows starting from the beginning of the part | ||
| 10696 | 2024.12.14 01:10:03.581647 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10697 | 2024.12.14 01:10:03.581690 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10698 | 2024.12.14 01:10:03.582158 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10699 | 2024.12.14 01:10:03.582548 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10700 | 2024.12.14 01:10:03.582738 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002711 sec., 368.8675765400221 rows/sec., 24.86 KiB/sec. | ||
| 10701 | 2024.12.14 01:10:03.582829 [ 4 ] {723ff53c-0f93-440d-ab73-680960a5d61f} <Debug> TCPHandler: Processed in 0.002969646 sec. | ||
| 10702 | 2024.12.14 01:10:03.583015 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10703 | 2024.12.14 01:10:03.583300 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10704 | 2024.12.14 01:10:03.583523 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10705 | 2024.12.14 01:10:03.585285 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10706 | 2024.12.14 01:10:03.585325 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10707 | 2024.12.14 01:10:03.586371 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10708 | 2024.12.14 01:10:03.586692 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10709 | 2024.12.14 01:10:03.587182 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003986 sec., 10286.001003512292 rows/sec., 18.43 MiB/sec. | ||
| 10710 | 2024.12.14 01:10:03.587939 [ 257 ] {d57f6d8c-c88f-4e3e-a796-ccf6c1ac0a0e} <Debug> TCPHandler: Processed in 0.005020896 sec. | ||
| 10711 | 2024.12.14 01:10:03.588196 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10712 | 2024.12.14 01:10:03.588359 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10713 | 2024.12.14 01:10:03.588415 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10714 | 2024.12.14 01:10:03.588954 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10715 | 2024.12.14 01:10:03.588999 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10716 | 2024.12.14 01:10:03.589400 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10717 | 2024.12.14 01:10:03.589768 [ 195 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27505 rows, containing 5 columns (5 merged, 0 gathered) in 0.010153944 sec., 2708799.654597268 rows/sec., 182.79 MiB/sec. | ||
| 10718 | 2024.12.14 01:10:03.589786 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10719 | 2024.12.14 01:10:03.590047 [ 40 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10720 | 2024.12.14 01:10:03.590090 [ 40 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10721 | 2024.12.14 01:10:03.590113 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. | ||
| 10722 | 2024.12.14 01:10:03.590125 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001786 sec., 19036.954087346025 rows/sec., 1.10 MiB/sec. | ||
| 10723 | 2024.12.14 01:10:03.590439 [ 4 ] {cb8f8749-32ad-4964-9647-0a6a858cc2b6} <Debug> TCPHandler: Processed in 0.002380329 sec. | ||
| 10724 | 2024.12.14 01:10:03.590474 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10725 | 2024.12.14 01:10:03.590649 [ 195 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10726 | 2024.12.14 01:10:03.591220 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10727 | 2024.12.14 01:10:03.591342 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5130 rows starting from the beginning of the part | ||
| 10728 | 2024.12.14 01:10:03.591881 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 10729 | 2024.12.14 01:10:03.592114 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10730 | 2024.12.14 01:10:03.592430 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 10731 | 2024.12.14 01:10:03.592672 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10732 | 2024.12.14 01:10:03.592703 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 10733 | 2024.12.14 01:10:03.592934 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 10734 | 2024.12.14 01:10:03.593007 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10735 | 2024.12.14 01:10:03.593111 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 34 rows starting from the beginning of the part | ||
| 10736 | 2024.12.14 01:10:03.594726 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5448 rows, containing 4 columns (4 merged, 0 gathered) in 0.00450495 sec., 1209336.3966303733 rows/sec., 78.72 MiB/sec. | ||
| 10737 | 2024.12.14 01:10:03.595051 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10738 | 2024.12.14 01:10:03.595334 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2024.12.14 01:10:03.595415 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_91_18} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10740 | 2024.12.14 01:10:03.595486 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 10741 | 2024.12.14 01:10:04.357196 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10742 | 2024.12.14 01:10:04.378308 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10743 | 2024.12.14 01:10:04.378368 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10744 | 2024.12.14 01:10:04.385611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10745 | 2024.12.14 01:10:04.386415 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10746 | 2024.12.14 01:10:04.389119 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10747 | 2024.12.14 01:10:07.796661 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1508 | ||
| 10748 | 2024.12.14 01:10:07.797085 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2024.12.14 01:10:07.797417 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10750 | 2024.12.14 01:10:07.797539 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10751 | 2024.12.14 01:10:07.799454 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10752 | 2024.12.14 01:10:07.799536 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10753 | 2024.12.14 01:10:07.801087 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10754 | 2024.12.14 01:10:07.801831 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10755 | 2024.12.14 01:10:07.802506 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.005156 sec., 10861.132660977502 rows/sec., 854.40 KiB/sec. | ||
| 10756 | 2024.12.14 01:10:07.802732 [ 257 ] {045252bd-9fc1-48ce-89f2-99383ac96615} <Debug> TCPHandler: Processed in 0.005790657 sec. | ||
| 10757 | 2024.12.14 01:10:07.803113 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10758 | 2024.12.14 01:10:07.803457 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10759 | 2024.12.14 01:10:07.803638 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10760 | 2024.12.14 01:10:07.806910 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10761 | 2024.12.14 01:10:07.807040 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10762 | 2024.12.14 01:10:07.807824 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10763 | 2024.12.14 01:10:07.807912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10764 | 2024.12.14 01:10:07.808180 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10765 | 2024.12.14 01:10:07.808853 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10766 | 2024.12.14 01:10:07.809439 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006093 sec., 10503.856884949942 rows/sec., 839.53 KiB/sec. | ||
| 10767 | 2024.12.14 01:10:07.809839 [ 4 ] {42bd4673-b67c-4be5-b25a-89c4d263f3d7} <Debug> TCPHandler: Processed in 0.006957232 sec. | ||
| 10768 | 2024.12.14 01:10:07.810141 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10769 | 2024.12.14 01:10:07.810505 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10770 | 2024.12.14 01:10:07.810712 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10771 | 2024.12.14 01:10:07.813366 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10772 | 2024.12.14 01:10:07.813434 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10773 | 2024.12.14 01:10:07.814395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10774 | 2024.12.14 01:10:07.814495 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10775 | 2024.12.14 01:10:07.815047 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10776 | 2024.12.14 01:10:07.815129 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10777 | 2024.12.14 01:10:07.815615 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005215 sec., 24544.58293384468 rows/sec., 1.71 MiB/sec. | ||
| 10778 | 2024.12.14 01:10:07.815979 [ 257 ] {2a47ae37-4180-4e94-adc5-4a56d2fd29da} <Debug> TCPHandler: Processed in 0.005995563 sec. | ||
| 10779 | 2024.12.14 01:10:07.816311 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10780 | 2024.12.14 01:10:07.816710 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10781 | 2024.12.14 01:10:07.816895 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10782 | 2024.12.14 01:10:07.819187 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1508 | ||
| 10783 | 2024.12.14 01:10:07.819287 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10784 | 2024.12.14 01:10:07.819331 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10785 | 2024.12.14 01:10:07.819746 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10786 | 2024.12.14 01:10:07.820001 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10787 | 2024.12.14 01:10:07.820229 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003668 sec., 13086.150490730644 rows/sec., 903.08 KiB/sec. | ||
| 10788 | 2024.12.14 01:10:07.820296 [ 4 ] {963dba76-5733-4bbd-9888-9ce527624807} <Debug> TCPHandler: Processed in 0.00415 sec. | ||
| 10789 | 2024.12.14 01:10:10.144025 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 10790 | 2024.12.14 01:10:10.145268 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10791 | 2024.12.14 01:10:10.145318 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10792 | 2024.12.14 01:10:10.145859 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10793 | 2024.12.14 01:10:10.146111 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10794 | 2024.12.14 01:10:10.146389 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 10795 | 2024.12.14 01:10:11.889181 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10796 | 2024.12.14 01:10:11.911036 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10797 | 2024.12.14 01:10:11.911095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10798 | 2024.12.14 01:10:11.918685 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10799 | 2024.12.14 01:10:11.919480 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10800 | 2024.12.14 01:10:11.922395 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10801 | 2024.12.14 01:10:12.798026 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10802 | 2024.12.14 01:10:12.798212 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10803 | 2024.12.14 01:10:12.798284 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10804 | 2024.12.14 01:10:12.799043 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10805 | 2024.12.14 01:10:12.799093 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10806 | 2024.12.14 01:10:12.799535 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10807 | 2024.12.14 01:10:12.799802 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10808 | 2024.12.14 01:10:12.800043 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.28 MiB/sec. | ||
| 10809 | 2024.12.14 01:10:12.800099 [ 257 ] {6b104781-f610-489f-8b5f-4d9b447a0319} <Debug> TCPHandler: Processed in 0.002256106 sec. | ||
| 10810 | 2024.12.14 01:10:12.800338 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10811 | 2024.12.14 01:10:12.800540 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10812 | 2024.12.14 01:10:12.800616 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10813 | 2024.12.14 01:10:12.801381 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10814 | 2024.12.14 01:10:12.801420 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10815 | 2024.12.14 01:10:12.801853 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10816 | 2024.12.14 01:10:12.802102 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10817 | 2024.12.14 01:10:12.802297 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001816 sec., 35242.29074889868 rows/sec., 2.75 MiB/sec. | ||
| 10818 | 2024.12.14 01:10:12.802351 [ 4 ] {17902ccf-9f23-40a3-85db-3b8bfc4ed162} <Debug> TCPHandler: Processed in 0.002148472 sec. | ||
| 10819 | 2024.12.14 01:10:12.802489 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10820 | 2024.12.14 01:10:12.802612 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10821 | 2024.12.14 01:10:12.802666 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10822 | 2024.12.14 01:10:12.803279 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10823 | 2024.12.14 01:10:12.803319 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10824 | 2024.12.14 01:10:12.803730 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10825 | 2024.12.14 01:10:12.803976 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10826 | 2024.12.14 01:10:12.804192 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 10827 | 2024.12.14 01:10:12.804243 [ 257 ] {f5a287ff-7c72-467c-aef9-9bcdeffe9611} <Debug> TCPHandler: Processed in 0.001810083 sec. | ||
| 10828 | 2024.12.14 01:10:12.804405 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10829 | 2024.12.14 01:10:12.804546 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10830 | 2024.12.14 01:10:12.804605 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10831 | 2024.12.14 01:10:12.805160 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10832 | 2024.12.14 01:10:12.805196 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10833 | 2024.12.14 01:10:12.805567 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10834 | 2024.12.14 01:10:12.805800 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2024.12.14 01:10:12.805991 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 10836 | 2024.12.14 01:10:12.806065 [ 4 ] {1a7d1173-3d38-445f-aea3-b27ebb66e922} <Debug> TCPHandler: Processed in 0.001724379 sec. | ||
| 10837 | 2024.12.14 01:10:17.362335 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10838 | 2024.12.14 01:10:17.362410 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10839 | 2024.12.14 01:10:17.646499 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 10840 | 2024.12.14 01:10:17.647137 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10841 | 2024.12.14 01:10:17.647190 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10842 | 2024.12.14 01:10:17.647733 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10843 | 2024.12.14 01:10:17.647991 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10844 | 2024.12.14 01:10:17.648235 [ 71 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10845 | 2024.12.14 01:10:17.648271 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10846 | 2024.12.14 01:10:17.648334 [ 71 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10847 | 2024.12.14 01:10:17.648367 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10848 | 2024.12.14 01:10:17.648510 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 10849 | 2024.12.14 01:10:17.648644 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10850 | 2024.12.14 01:10:17.648683 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 10851 | 2024.12.14 01:10:17.648765 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 10852 | 2024.12.14 01:10:17.648979 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 10853 | 2024.12.14 01:10:17.649111 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 10854 | 2024.12.14 01:10:17.649289 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 10855 | 2024.12.14 01:10:17.649577 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 10856 | 2024.12.14 01:10:17.652264 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.00381733 sec., 6727477.058572353 rows/sec., 96.24 MiB/sec. | ||
| 10857 | 2024.12.14 01:10:17.652493 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10858 | 2024.12.14 01:10:17.652781 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10859 | 2024.12.14 01:10:17.652859 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_56_11} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10860 | 2024.12.14 01:10:17.652945 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10861 | 2024.12.14 01:10:17.805299 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10862 | 2024.12.14 01:10:17.805558 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10863 | 2024.12.14 01:10:17.805661 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10864 | 2024.12.14 01:10:17.806551 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10865 | 2024.12.14 01:10:17.806593 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10866 | 2024.12.14 01:10:17.806967 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10867 | 2024.12.14 01:10:17.807211 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10868 | 2024.12.14 01:10:17.807449 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001963 sec., 7131.940906775344 rows/sec., 513.40 KiB/sec. | ||
| 10869 | 2024.12.14 01:10:17.807505 [ 257 ] {d0520eb6-fb21-4fa0-97d8-65432d1a36c5} <Debug> TCPHandler: Processed in 0.002370758 sec. | ||
| 10870 | 2024.12.14 01:10:17.807734 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10871 | 2024.12.14 01:10:17.807906 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10872 | 2024.12.14 01:10:17.807976 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10873 | 2024.12.14 01:10:17.808896 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10874 | 2024.12.14 01:10:17.808942 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10875 | 2024.12.14 01:10:17.809398 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10876 | 2024.12.14 01:10:17.809654 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10877 | 2024.12.14 01:10:17.809896 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00203 sec., 140394.08866995072 rows/sec., 12.41 MiB/sec. | ||
| 10878 | 2024.12.14 01:10:17.809988 [ 4 ] {7ad08e21-93d3-44be-ad72-6381ccd24f7f} <Debug> TCPHandler: Processed in 0.002374449 sec. | ||
| 10879 | 2024.12.14 01:10:17.810208 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10880 | 2024.12.14 01:10:17.810452 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10881 | 2024.12.14 01:10:17.810509 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10882 | 2024.12.14 01:10:17.811222 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10883 | 2024.12.14 01:10:17.811260 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10884 | 2024.12.14 01:10:17.811627 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10885 | 2024.12.14 01:10:17.811878 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10886 | 2024.12.14 01:10:17.812092 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001682 sec., 28537.455410225924 rows/sec., 2.05 MiB/sec. | ||
| 10887 | 2024.12.14 01:10:17.812154 [ 257 ] {b15f5756-09c1-4218-b83c-68e63edea8d1} <Debug> TCPHandler: Processed in 0.002064149 sec. | ||
| 10888 | 2024.12.14 01:10:17.812404 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10889 | 2024.12.14 01:10:17.812556 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10890 | 2024.12.14 01:10:17.812608 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10891 | 2024.12.14 01:10:17.813191 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10892 | 2024.12.14 01:10:17.813231 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10893 | 2024.12.14 01:10:17.813602 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10894 | 2024.12.14 01:10:17.813844 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10895 | 2024.12.14 01:10:17.814083 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
| 10896 | 2024.12.14 01:10:17.814328 [ 4 ] {3d09bea7-3c94-42b9-be85-3cae3405ee02} <Debug> TCPHandler: Processed in 0.002043179 sec. | ||
| 10897 | 2024.12.14 01:10:17.814594 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10898 | 2024.12.14 01:10:17.814750 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10899 | 2024.12.14 01:10:17.814807 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10900 | 2024.12.14 01:10:17.815444 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10901 | 2024.12.14 01:10:17.815482 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10902 | 2024.12.14 01:10:17.815834 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10903 | 2024.12.14 01:10:17.816075 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10904 | 2024.12.14 01:10:17.816284 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 10905 | 2024.12.14 01:10:17.816451 [ 257 ] {29bc5477-4465-45ef-b000-99327a69c7e6} <Debug> TCPHandler: Processed in 0.002001118 sec. | ||
| 10906 | 2024.12.14 01:10:17.816672 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10907 | 2024.12.14 01:10:17.816794 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10908 | 2024.12.14 01:10:17.816842 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10909 | 2024.12.14 01:10:17.817576 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10910 | 2024.12.14 01:10:17.817615 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10911 | 2024.12.14 01:10:17.817999 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10912 | 2024.12.14 01:10:17.818245 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10913 | 2024.12.14 01:10:17.818472 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001703 sec., 248385.20258367585 rows/sec., 17.76 MiB/sec. | ||
| 10914 | 2024.12.14 01:10:17.818526 [ 4 ] {051ed8d3-7e8e-4f70-9ecc-ffa5a6c8431f} <Debug> TCPHandler: Processed in 0.001973957 sec. | ||
| 10915 | 2024.12.14 01:10:17.818730 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10916 | 2024.12.14 01:10:17.818947 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10917 | 2024.12.14 01:10:17.819039 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10918 | 2024.12.14 01:10:17.819575 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1536 | ||
| 10919 | 2024.12.14 01:10:17.820494 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2024.12.14 01:10:17.820556 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10921 | 2024.12.14 01:10:17.821402 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10922 | 2024.12.14 01:10:17.822052 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10923 | 2024.12.14 01:10:17.822919 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004008 sec., 1497.0059880239519 rows/sec., 78.21 KiB/sec. | ||
| 10924 | 2024.12.14 01:10:17.823183 [ 257 ] {4a88b050-8d5b-4535-b969-583b3548dafd} <Debug> TCPHandler: Processed in 0.004555122 sec. | ||
| 10925 | 2024.12.14 01:10:17.823439 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10926 | 2024.12.14 01:10:17.823780 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10927 | 2024.12.14 01:10:17.823935 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10928 | 2024.12.14 01:10:17.827108 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10929 | 2024.12.14 01:10:17.827262 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10930 | 2024.12.14 01:10:17.828973 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10931 | 2024.12.14 01:10:17.829780 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10932 | 2024.12.14 01:10:17.829810 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10933 | 2024.12.14 01:10:17.829869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10934 | 2024.12.14 01:10:17.830306 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00664 sec., 35692.77108433735 rows/sec., 2.39 MiB/sec. | ||
| 10935 | 2024.12.14 01:10:17.830810 [ 4 ] {26c97cf9-6b9f-4da5-8069-8ad3b3c4ed1b} <Debug> TCPHandler: Processed in 0.007502907 sec. | ||
| 10936 | 2024.12.14 01:10:17.831192 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10937 | 2024.12.14 01:10:17.831763 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10938 | 2024.12.14 01:10:17.832062 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10939 | 2024.12.14 01:10:17.833906 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10940 | 2024.12.14 01:10:17.833985 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10941 | 2024.12.14 01:10:17.835276 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10942 | 2024.12.14 01:10:17.835981 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10943 | 2024.12.14 01:10:17.836723 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005149 sec., 194.21246844047388 rows/sec., 13.09 KiB/sec. | ||
| 10944 | 2024.12.14 01:10:17.837024 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10945 | 2024.12.14 01:10:17.837043 [ 257 ] {59c134f5-e3ed-48a8-b3db-49072eae1cb0} <Debug> TCPHandler: Processed in 0.006060896 sec. | ||
| 10946 | 2024.12.14 01:10:17.837322 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10947 | 2024.12.14 01:10:17.837622 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10948 | 2024.12.14 01:10:17.837776 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10949 | 2024.12.14 01:10:17.838180 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10950 | 2024.12.14 01:10:17.838532 [ 70 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10951 | 2024.12.14 01:10:17.838659 [ 70 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10952 | 2024.12.14 01:10:17.838738 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10953 | 2024.12.14 01:10:17.839413 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 10954 | 2024.12.14 01:10:17.844821 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10955 | 2024.12.14 01:10:17.845986 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1350 rows starting from the beginning of the part | ||
| 10956 | 2024.12.14 01:10:17.846012 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1536 | ||
| 10957 | 2024.12.14 01:10:17.846369 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10958 | 2024.12.14 01:10:17.846456 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10959 | 2024.12.14 01:10:17.847943 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part | ||
| 10960 | 2024.12.14 01:10:17.849517 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10961 | 2024.12.14 01:10:17.849726 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 10962 | 2024.12.14 01:10:17.850162 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10963 | 2024.12.14 01:10:17.851048 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.013486 sec., 3040.189826486727 rows/sec., 5.45 MiB/sec. | ||
| 10964 | 2024.12.14 01:10:17.851585 [ 4 ] {82dd17e6-3752-4cc1-8319-1155e689551a} <Debug> TCPHandler: Processed in 0.014413158 sec. | ||
| 10965 | 2024.12.14 01:10:17.851594 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 10966 | 2024.12.14 01:10:17.851803 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10967 | 2024.12.14 01:10:17.851950 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10968 | 2024.12.14 01:10:17.852132 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10969 | 2024.12.14 01:10:17.852901 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 54 rows starting from the beginning of the part | ||
| 10970 | 2024.12.14 01:10:17.853517 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10971 | 2024.12.14 01:10:17.853604 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10972 | 2024.12.14 01:10:17.854074 [ 190 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
| 10973 | 2024.12.14 01:10:17.854273 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10974 | 2024.12.14 01:10:17.854877 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10975 | 2024.12.14 01:10:17.855275 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003355 sec., 24441.13263785395 rows/sec., 1.55 MiB/sec. | ||
| 10976 | 2024.12.14 01:10:17.855403 [ 257 ] {0123189a-2c1f-492c-9abe-a2ebcd434ee3} <Debug> TCPHandler: Processed in 0.003707447 sec. | ||
| 10977 | 2024.12.14 01:10:17.863457 [ 192 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 72 columns (72 merged, 0 gathered) in 0.024572221 sec., 62509.61197199064 rows/sec., 48.27 MiB/sec. | ||
| 10978 | 2024.12.14 01:10:17.865503 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10979 | 2024.12.14 01:10:17.866400 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10980 | 2024.12.14 01:10:17.866506 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_41_8} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10981 | 2024.12.14 01:10:17.866873 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10982 | 2024.12.14 01:10:18.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.73 MiB, peak 246.43 MiB, free memory in arenas 0.00 B, will set to 236.92 MiB (RSS), difference: 3.19 MiB | ||
| 10983 | 2024.12.14 01:10:19.422440 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 10984 | 2024.12.14 01:10:19.445206 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10985 | 2024.12.14 01:10:19.445268 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10986 | 2024.12.14 01:10:19.452664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10987 | 2024.12.14 01:10:19.453442 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10988 | 2024.12.14 01:10:19.453846 [ 67 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10989 | 2024.12.14 01:10:19.453987 [ 67 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10990 | 2024.12.14 01:10:19.454058 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 10991 | 2024.12.14 01:10:19.455355 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10992 | 2024.12.14 01:10:19.470649 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 10993 | 2024.12.14 01:10:19.472110 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10994 | 2024.12.14 01:10:19.473751 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 10995 | 2024.12.14 01:10:19.479755 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 10996 | 2024.12.14 01:10:19.485676 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10997 | 2024.12.14 01:10:19.491489 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 10998 | 2024.12.14 01:10:19.497407 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 10999 | 2024.12.14 01:10:19.502344 [ 202 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 11000 | 2024.12.14 01:10:19.564511 [ 197 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.110231 sec., 3837.396013825512 rows/sec., 19.84 MiB/sec. | ||
| 11001 | 2024.12.14 01:10:19.567451 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11002 | 2024.12.14 01:10:19.570363 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2024.12.14 01:10:19.570457 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_56_11} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11004 | 2024.12.14 01:10:19.572628 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11005 | 2024.12.14 01:10:20.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.99 MiB, peak 251.41 MiB, free memory in arenas 0.00 B, will set to 240.43 MiB (RSS), difference: 2.44 MiB | ||
| 11006 | 2024.12.14 01:10:22.798602 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11007 | 2024.12.14 01:10:22.798809 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11008 | 2024.12.14 01:10:22.798891 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11009 | 2024.12.14 01:10:22.799709 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11010 | 2024.12.14 01:10:22.799756 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11011 | 2024.12.14 01:10:22.800205 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11012 | 2024.12.14 01:10:22.800465 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11013 | 2024.12.14 01:10:22.800737 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.17 MiB/sec. | ||
| 11014 | 2024.12.14 01:10:22.800832 [ 257 ] {a28a1581-ca69-4cf4-92ce-a2bdd58db3ae} <Debug> TCPHandler: Processed in 0.002364188 sec. | ||
| 11015 | 2024.12.14 01:10:22.801153 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11016 | 2024.12.14 01:10:22.801383 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11017 | 2024.12.14 01:10:22.801475 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11018 | 2024.12.14 01:10:22.802485 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11019 | 2024.12.14 01:10:22.802540 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11020 | 2024.12.14 01:10:22.803152 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11021 | 2024.12.14 01:10:22.803411 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11022 | 2024.12.14 01:10:22.803656 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002343 sec., 27315.40759709774 rows/sec., 2.13 MiB/sec. | ||
| 11023 | 2024.12.14 01:10:22.803711 [ 4 ] {bb2aab31-29e9-4a71-affe-3994996af843} <Debug> TCPHandler: Processed in 0.002755489 sec. | ||
| 11024 | 2024.12.14 01:10:22.803890 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11025 | 2024.12.14 01:10:22.804030 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11026 | 2024.12.14 01:10:22.804093 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11027 | 2024.12.14 01:10:22.804719 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11028 | 2024.12.14 01:10:22.804758 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11029 | 2024.12.14 01:10:22.805164 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11030 | 2024.12.14 01:10:22.805418 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11031 | 2024.12.14 01:10:22.805656 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
| 11032 | 2024.12.14 01:10:22.805725 [ 257 ] {a7a99dcb-20a9-4e2e-8eb6-5673abb52129} <Debug> TCPHandler: Processed in 0.001901715 sec. | ||
| 11033 | 2024.12.14 01:10:22.805930 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11034 | 2024.12.14 01:10:22.806120 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11035 | 2024.12.14 01:10:22.806182 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11036 | 2024.12.14 01:10:22.806715 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11037 | 2024.12.14 01:10:22.806755 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11038 | 2024.12.14 01:10:22.807144 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11039 | 2024.12.14 01:10:22.807383 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11040 | 2024.12.14 01:10:22.807606 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec. | ||
| 11041 | 2024.12.14 01:10:22.807658 [ 4 ] {857a6a6f-e4c0-4977-b0a1-a7ad29f61a7b} <Debug> TCPHandler: Processed in 0.001847134 sec. | ||
| 11042 | 2024.12.14 01:10:25.148406 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 11043 | 2024.12.14 01:10:25.149111 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11044 | 2024.12.14 01:10:25.149161 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11045 | 2024.12.14 01:10:25.149710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11046 | 2024.12.14 01:10:25.149974 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11047 | 2024.12.14 01:10:25.150250 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 11048 | 2024.12.14 01:10:26.970716 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 11049 | 2024.12.14 01:10:26.989862 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11050 | 2024.12.14 01:10:26.989928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11051 | 2024.12.14 01:10:26.996809 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11052 | 2024.12.14 01:10:26.997583 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11053 | 2024.12.14 01:10:27.002159 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11054 | 2024.12.14 01:10:27.804469 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11055 | 2024.12.14 01:10:27.804682 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11056 | 2024.12.14 01:10:27.804761 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11057 | 2024.12.14 01:10:27.805627 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11058 | 2024.12.14 01:10:27.805679 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11059 | 2024.12.14 01:10:27.806113 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11060 | 2024.12.14 01:10:27.806367 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11061 | 2024.12.14 01:10:27.806525 [ 62 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11062 | 2024.12.14 01:10:27.806567 [ 62 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11063 | 2024.12.14 01:10:27.806580 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 11064 | 2024.12.14 01:10:27.806598 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11065 | 2024.12.14 01:10:27.806678 [ 257 ] {b7525b03-1c64-4ca8-bc1f-aba0c16ea315} <Debug> TCPHandler: Processed in 0.002339008 sec. | ||
| 11066 | 2024.12.14 01:10:27.807121 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11067 | 2024.12.14 01:10:27.807740 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11068 | 2024.12.14 01:10:27.807833 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 11069 | 2024.12.14 01:10:27.808005 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11070 | 2024.12.14 01:10:27.808823 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11071 | 2024.12.14 01:10:27.808910 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 11072 | 2024.12.14 01:10:27.809401 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11073 | 2024.12.14 01:10:27.809727 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 11074 | 2024.12.14 01:10:27.809953 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 11075 | 2024.12.14 01:10:27.810325 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 11076 | 2024.12.14 01:10:27.811228 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11077 | 2024.12.14 01:10:27.811303 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11078 | 2024.12.14 01:10:27.812585 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11079 | 2024.12.14 01:10:27.812846 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006134648 sec., 11410.597641462069 rows/sec., 865.98 KiB/sec. | ||
| 11080 | 2024.12.14 01:10:27.813015 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11081 | 2024.12.14 01:10:27.813023 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11082 | 2024.12.14 01:10:27.813220 [ 56 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11083 | 2024.12.14 01:10:27.813275 [ 56 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2024.12.14 01:10:27.813301 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11085 | 2024.12.14 01:10:27.813324 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00582 sec., 48969.072164948455 rows/sec., 4.33 MiB/sec. | ||
| 11086 | 2024.12.14 01:10:27.813853 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11087 | 2024.12.14 01:10:27.813869 [ 4 ] {baabf11e-1d94-4207-95a0-6edf82c0013c} <Debug> TCPHandler: Processed in 0.007035383 sec. | ||
| 11088 | 2024.12.14 01:10:27.813893 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11089 | 2024.12.14 01:10:27.814259 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11090 | 2024.12.14 01:10:27.814396 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_41_10} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11091 | 2024.12.14 01:10:27.814764 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11092 | 2024.12.14 01:10:27.814845 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11093 | 2024.12.14 01:10:27.814993 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11094 | 2024.12.14 01:10:27.815011 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11095 | 2024.12.14 01:10:27.815241 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1434 rows starting from the beginning of the part | ||
| 11096 | 2024.12.14 01:10:27.816434 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 11097 | 2024.12.14 01:10:27.816812 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 11098 | 2024.12.14 01:10:27.817035 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 285 rows starting from the beginning of the part | ||
| 11099 | 2024.12.14 01:10:27.817417 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 11100 | 2024.12.14 01:10:27.817745 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 285 rows starting from the beginning of the part | ||
| 11101 | 2024.12.14 01:10:27.818385 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11102 | 2024.12.14 01:10:27.818459 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11103 | 2024.12.14 01:10:27.819528 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11104 | 2024.12.14 01:10:27.820039 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11105 | 2024.12.14 01:10:27.820476 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005883 sec., 8159.10249872514 rows/sec., 601.57 KiB/sec. | ||
| 11106 | 2024.12.14 01:10:27.820812 [ 257 ] {2131b6fd-7036-4801-9f66-bf4d2d0c2b5b} <Debug> TCPHandler: Processed in 0.006766886 sec. | ||
| 11107 | 2024.12.14 01:10:27.821097 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11108 | 2024.12.14 01:10:27.821446 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11109 | 2024.12.14 01:10:27.821554 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11110 | 2024.12.14 01:10:27.821585 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.008153927 sec., 266374.71736011375 rows/sec., 23.51 MiB/sec. | ||
| 11111 | 2024.12.14 01:10:27.821923 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11112 | 2024.12.14 01:10:27.822509 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11113 | 2024.12.14 01:10:27.822730 [ 199 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_96_19} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11114 | 2024.12.14 01:10:27.822867 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11115 | 2024.12.14 01:10:27.822908 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 11116 | 2024.12.14 01:10:27.822940 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11117 | 2024.12.14 01:10:27.823329 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11118 | 2024.12.14 01:10:27.823574 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11119 | 2024.12.14 01:10:27.823755 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002421 sec., 5782.734407269723 rows/sec., 404.99 KiB/sec. | ||
| 11120 | 2024.12.14 01:10:27.823810 [ 4 ] {60f7d331-a0bd-437b-8fc2-bfde08c37990} <Debug> TCPHandler: Processed in 0.002869853 sec. | ||
| 11121 | 2024.12.14 01:10:27.823975 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11122 | 2024.12.14 01:10:27.824113 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11123 | 2024.12.14 01:10:27.824170 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11124 | 2024.12.14 01:10:27.824831 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11125 | 2024.12.14 01:10:27.824872 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11126 | 2024.12.14 01:10:27.825250 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11127 | 2024.12.14 01:10:27.825500 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11128 | 2024.12.14 01:10:27.825671 [ 56 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11129 | 2024.12.14 01:10:27.825742 [ 56 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11130 | 2024.12.14 01:10:27.825757 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 11131 | 2024.12.14 01:10:27.825786 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11132 | 2024.12.14 01:10:27.825889 [ 257 ] {7428bb7b-7fc3-4f40-bb98-3ff617177381} <Debug> TCPHandler: Processed in 0.001981007 sec. | ||
| 11133 | 2024.12.14 01:10:27.825971 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 11134 | 2024.12.14 01:10:27.826082 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11135 | 2024.12.14 01:10:27.826103 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11136 | 2024.12.14 01:10:27.826141 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 11137 | 2024.12.14 01:10:27.826318 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11138 | 2024.12.14 01:10:27.826347 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 11139 | 2024.12.14 01:10:27.826467 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11140 | 2024.12.14 01:10:27.826670 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 11141 | 2024.12.14 01:10:27.826819 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 11142 | 2024.12.14 01:10:27.827064 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 11143 | 2024.12.14 01:10:27.828194 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11144 | 2024.12.14 01:10:27.828240 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11145 | 2024.12.14 01:10:27.828443 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002545303 sec., 25537.234663220843 rows/sec., 1.65 MiB/sec. | ||
| 11146 | 2024.12.14 01:10:27.828563 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11147 | 2024.12.14 01:10:27.828752 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11148 | 2024.12.14 01:10:27.828869 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2024.12.14 01:10:27.828949 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_41_10} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11150 | 2024.12.14 01:10:27.829026 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11151 | 2024.12.14 01:10:27.829067 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11152 | 2024.12.14 01:10:27.829203 [ 56 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11153 | 2024.12.14 01:10:27.829235 [ 56 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11154 | 2024.12.14 01:10:27.829257 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00306 sec., 138235.29411764708 rows/sec., 9.88 MiB/sec. | ||
| 11155 | 2024.12.14 01:10:27.829259 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11156 | 2024.12.14 01:10:27.829361 [ 4 ] {43708d70-310f-447e-8a7b-bb290075a211} <Debug> TCPHandler: Processed in 0.003355267 sec. | ||
| 11157 | 2024.12.14 01:10:27.829410 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11158 | 2024.12.14 01:10:27.829531 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11159 | 2024.12.14 01:10:27.829549 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11160 | 2024.12.14 01:10:27.829568 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 11161 | 2024.12.14 01:10:27.829735 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 11162 | 2024.12.14 01:10:27.829977 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11163 | 2024.12.14 01:10:27.830066 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 11164 | 2024.12.14 01:10:27.830178 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11165 | 2024.12.14 01:10:27.830342 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 423 rows starting from the beginning of the part | ||
| 11166 | 2024.12.14 01:10:27.830691 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 11167 | 2024.12.14 01:10:27.831033 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 423 rows starting from the beginning of the part | ||
| 11168 | 2024.12.14 01:10:27.832411 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11169 | 2024.12.14 01:10:27.832481 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11170 | 2024.12.14 01:10:27.833358 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11171 | 2024.12.14 01:10:27.833814 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11172 | 2024.12.14 01:10:27.834084 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.004729887 sec., 412906.2702766472 rows/sec., 31.60 MiB/sec. | ||
| 11173 | 2024.12.14 01:10:27.834253 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004488 sec., 1336.8983957219252 rows/sec., 69.85 KiB/sec. | ||
| 11174 | 2024.12.14 01:10:27.834368 [ 257 ] {1981dcc6-fd5f-4f73-afb2-c22d46efde9b} <Debug> TCPHandler: Processed in 0.004912122 sec. | ||
| 11175 | 2024.12.14 01:10:27.834430 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11176 | 2024.12.14 01:10:27.834577 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11177 | 2024.12.14 01:10:27.834762 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11178 | 2024.12.14 01:10:27.834856 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11179 | 2024.12.14 01:10:27.834950 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11180 | 2024.12.14 01:10:27.835190 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_96_19} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11181 | 2024.12.14 01:10:27.835389 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11182 | 2024.12.14 01:10:27.835861 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11183 | 2024.12.14 01:10:27.835904 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11184 | 2024.12.14 01:10:27.836315 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11185 | 2024.12.14 01:10:27.836557 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11186 | 2024.12.14 01:10:27.836689 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11187 | 2024.12.14 01:10:27.836717 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11188 | 2024.12.14 01:10:27.836741 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11189 | 2024.12.14 01:10:27.836741 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002034 sec., 116519.17404129794 rows/sec., 7.81 MiB/sec. | ||
| 11190 | 2024.12.14 01:10:27.836923 [ 4 ] {861abd88-6bbf-4fbe-864d-a0d34cf05b82} <Debug> TCPHandler: Processed in 0.00244161 sec. | ||
| 11191 | 2024.12.14 01:10:27.836995 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11192 | 2024.12.14 01:10:27.837107 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11193 | 2024.12.14 01:10:27.837151 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11194 | 2024.12.14 01:10:27.837185 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27505 rows starting from the beginning of the part | ||
| 11195 | 2024.12.14 01:10:27.837306 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11196 | 2024.12.14 01:10:27.837402 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 128 rows starting from the beginning of the part | ||
| 11197 | 2024.12.14 01:10:27.837503 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11198 | 2024.12.14 01:10:27.837756 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 11199 | 2024.12.14 01:10:27.838126 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 11200 | 2024.12.14 01:10:27.838473 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 11201 | 2024.12.14 01:10:27.838789 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 11202 | 2024.12.14 01:10:27.839470 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11203 | 2024.12.14 01:10:27.839523 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11204 | 2024.12.14 01:10:27.839985 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11205 | 2024.12.14 01:10:27.840288 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11206 | 2024.12.14 01:10:27.840509 [ 56 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0 | ||
| 11207 | 2024.12.14 01:10:27.840633 [ 56 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11208 | 2024.12.14 01:10:27.840693 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00345 sec., 289.8550724637681 rows/sec., 19.53 KiB/sec. | ||
| 11209 | 2024.12.14 01:10:27.840704 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11210 | 2024.12.14 01:10:27.841028 [ 257 ] {a5b92c4c-f020-4e9b-82d4-423f2cc2d0ff} <Debug> TCPHandler: Processed in 0.003994335 sec. | ||
| 11211 | 2024.12.14 01:10:27.841258 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full | ||
| 11212 | 2024.12.14 01:10:27.841345 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11213 | 2024.12.14 01:10:27.841737 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11214 | 2024.12.14 01:10:27.841755 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11215 | 2024.12.14 01:10:27.841868 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part | ||
| 11216 | 2024.12.14 01:10:27.842138 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11217 | 2024.12.14 01:10:27.842340 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11218 | 2024.12.14 01:10:27.842870 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11219 | 2024.12.14 01:10:27.843468 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11220 | 2024.12.14 01:10:27.843823 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11221 | 2024.12.14 01:10:27.844088 [ 188 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 11222 | 2024.12.14 01:10:27.846910 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 37 entries to flush up to offset 1573 | ||
| 11223 | 2024.12.14 01:10:27.849822 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.008914478 sec., 4599.259765967227 rows/sec., 309.91 KiB/sec. | ||
| 11224 | 2024.12.14 01:10:27.850185 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 11225 | 2024.12.14 01:10:27.851410 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28427 rows, containing 5 columns (5 merged, 0 gathered) in 0.014585992 sec., 1948924.694323156 rows/sec., 131.56 MiB/sec. | ||
| 11226 | 2024.12.14 01:10:27.851537 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11227 | 2024.12.14 01:10:27.852002 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_41_9} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9 | ||
| 11228 | 2024.12.14 01:10:27.852211 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11229 | 2024.12.14 01:10:27.852348 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11230 | 2024.12.14 01:10:27.852427 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11231 | 2024.12.14 01:10:27.852564 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11232 | 2024.12.14 01:10:27.853407 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11233 | 2024.12.14 01:10:27.853757 [ 191 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11234 | 2024.12.14 01:10:27.854044 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 11235 | 2024.12.14 01:10:27.855723 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11236 | 2024.12.14 01:10:27.856784 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11237 | 2024.12.14 01:10:27.857168 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11238 | 2024.12.14 01:10:27.857279 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11239 | 2024.12.14 01:10:27.857376 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11240 | 2024.12.14 01:10:27.858012 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 11241 | 2024.12.14 01:10:27.858096 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.016434 sec., 2494.8277960326154 rows/sec., 4.47 MiB/sec. | ||
| 11242 | 2024.12.14 01:10:27.859419 [ 4 ] {1b1fb2c6-55a2-4551-9a50-5bd47ae54a60} <Debug> TCPHandler: Processed in 0.018234167 sec. | ||
| 11243 | 2024.12.14 01:10:27.859706 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11244 | 2024.12.14 01:10:27.860152 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11245 | 2024.12.14 01:10:27.860364 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11246 | 2024.12.14 01:10:27.860429 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11247 | 2024.12.14 01:10:27.861090 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1344 rows starting from the beginning of the part | ||
| 11248 | 2024.12.14 01:10:27.862942 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part | ||
| 11249 | 2024.12.14 01:10:27.864810 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11250 | 2024.12.14 01:10:27.864860 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part | ||
| 11251 | 2024.12.14 01:10:27.864915 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11252 | 2024.12.14 01:10:27.866558 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part | ||
| 11253 | 2024.12.14 01:10:27.866945 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11254 | 2024.12.14 01:10:27.868189 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11255 | 2024.12.14 01:10:27.868552 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part | ||
| 11256 | 2024.12.14 01:10:27.868793 [ 56 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11257 | 2024.12.14 01:10:27.868953 [ 56 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2024.12.14 01:10:27.869073 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11259 | 2024.12.14 01:10:27.869295 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.009255 sec., 8860.075634792005 rows/sec., 576.23 KiB/sec. | ||
| 11260 | 2024.12.14 01:10:27.869837 [ 257 ] {082beab1-e201-48b4-bfc9-8026f2bfc91f} <Debug> TCPHandler: Processed in 0.010263167 sec. | ||
| 11261 | 2024.12.14 01:10:27.870279 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part | ||
| 11262 | 2024.12.14 01:10:27.871570 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11263 | 2024.12.14 01:10:27.872950 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11264 | 2024.12.14 01:10:27.873058 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5448 rows starting from the beginning of the part | ||
| 11265 | 2024.12.14 01:10:27.873496 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 11266 | 2024.12.14 01:10:27.873929 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 11267 | 2024.12.14 01:10:27.874485 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 11268 | 2024.12.14 01:10:27.874988 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 11269 | 2024.12.14 01:10:27.875460 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 11270 | 2024.12.14 01:10:27.877298 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11271 | 2024.12.14 01:10:27.877383 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 11272 | 2024.12.14 01:10:27.881308 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5780 rows, containing 4 columns (4 merged, 0 gathered) in 0.010987827 sec., 526036.6767696652 rows/sec., 34.25 MiB/sec. | ||
| 11273 | 2024.12.14 01:10:27.882178 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11274 | 2024.12.14 01:10:27.883375 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2024.12.14 01:10:27.883812 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_96_19} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11276 | 2024.12.14 01:10:27.884144 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11277 | 2024.12.14 01:10:27.886822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11278 | 2024.12.14 01:10:27.887392 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2024.12.14 01:10:27.890680 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1573 | ||
| 11280 | 2024.12.14 01:10:27.892426 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1549 rows, containing 19 columns (19 merged, 0 gathered) in 0.034856858 sec., 44438.88775058269 rows/sec., 79.63 MiB/sec. | ||
| 11281 | 2024.12.14 01:10:27.893902 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11282 | 2024.12.14 01:10:27.894320 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11283 | 2024.12.14 01:10:27.894403 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11284 | 2024.12.14 01:10:27.894535 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.76 MiB. | ||
| 11285 | 2024.12.14 01:10:28.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.51 MiB, peak 253.23 MiB, free memory in arenas 0.00 B, will set to 244.81 MiB (RSS), difference: 3.30 MiB | ||
| 11286 | 2024.12.14 01:10:32.362455 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11287 | 2024.12.14 01:10:32.362523 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11288 | 2024.12.14 01:10:32.650372 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 11289 | 2024.12.14 01:10:32.651070 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2024.12.14 01:10:32.651120 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11291 | 2024.12.14 01:10:32.651664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11292 | 2024.12.14 01:10:32.651936 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2024.12.14 01:10:32.652212 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11294 | 2024.12.14 01:10:32.798590 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11295 | 2024.12.14 01:10:32.798772 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11296 | 2024.12.14 01:10:32.798843 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11297 | 2024.12.14 01:10:32.799642 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11298 | 2024.12.14 01:10:32.799695 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11299 | 2024.12.14 01:10:32.800103 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11300 | 2024.12.14 01:10:32.800354 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11301 | 2024.12.14 01:10:32.800572 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.32 MiB/sec. | ||
| 11302 | 2024.12.14 01:10:32.800629 [ 257 ] {3e985993-5333-4eed-b560-ddd883985465} <Debug> TCPHandler: Processed in 0.002162052 sec. | ||
| 11303 | 2024.12.14 01:10:32.800873 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11304 | 2024.12.14 01:10:32.801058 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11305 | 2024.12.14 01:10:32.801129 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11306 | 2024.12.14 01:10:32.802472 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11307 | 2024.12.14 01:10:32.802560 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11308 | 2024.12.14 01:10:32.803161 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11309 | 2024.12.14 01:10:32.803434 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11310 | 2024.12.14 01:10:32.803667 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002656 sec., 24096.385542168675 rows/sec., 1.88 MiB/sec. | ||
| 11311 | 2024.12.14 01:10:32.803763 [ 4 ] {de432715-df12-4b82-a563-3196eafef7bf} <Debug> TCPHandler: Processed in 0.003015617 sec. | ||
| 11312 | 2024.12.14 01:10:32.804006 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11313 | 2024.12.14 01:10:32.804218 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11314 | 2024.12.14 01:10:32.804283 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11315 | 2024.12.14 01:10:32.804929 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11316 | 2024.12.14 01:10:32.804968 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11317 | 2024.12.14 01:10:32.805373 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11318 | 2024.12.14 01:10:32.805615 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11319 | 2024.12.14 01:10:32.805827 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec. | ||
| 11320 | 2024.12.14 01:10:32.805882 [ 257 ] {2680af5a-2510-4771-8f72-b5c26100272e} <Debug> TCPHandler: Processed in 0.002014448 sec. | ||
| 11321 | 2024.12.14 01:10:32.806026 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11322 | 2024.12.14 01:10:32.806149 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11323 | 2024.12.14 01:10:32.806203 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11324 | 2024.12.14 01:10:32.806720 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11325 | 2024.12.14 01:10:32.806756 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11326 | 2024.12.14 01:10:32.807140 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11327 | 2024.12.14 01:10:32.807384 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11328 | 2024.12.14 01:10:32.807596 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 11329 | 2024.12.14 01:10:32.807651 [ 4 ] {b01f9cf2-a952-4ab9-91f4-f2ba53231904} <Debug> TCPHandler: Processed in 0.001683579 sec. | ||
| 11330 | 2024.12.14 01:10:33.547380 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11331 | 2024.12.14 01:10:33.547591 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11332 | 2024.12.14 01:10:33.547674 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11333 | 2024.12.14 01:10:33.548438 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11334 | 2024.12.14 01:10:33.548491 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11335 | 2024.12.14 01:10:33.548938 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11336 | 2024.12.14 01:10:33.549199 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11337 | 2024.12.14 01:10:33.549437 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 11338 | 2024.12.14 01:10:33.549502 [ 257 ] {a744a910-e0a4-49f2-a368-8779841f4b9e} <Debug> TCPHandler: Processed in 0.002257715 sec. | ||
| 11339 | 2024.12.14 01:10:33.549791 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11340 | 2024.12.14 01:10:33.549981 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11341 | 2024.12.14 01:10:33.550054 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11342 | 2024.12.14 01:10:33.550782 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11343 | 2024.12.14 01:10:33.550832 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11344 | 2024.12.14 01:10:33.551251 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11345 | 2024.12.14 01:10:33.551514 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11346 | 2024.12.14 01:10:33.551766 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001838 sec., 7616.974972796518 rows/sec., 621.11 KiB/sec. | ||
| 11347 | 2024.12.14 01:10:33.551904 [ 4 ] {2e213edd-64aa-4049-a9cf-f0d6dccb6f4a} <Debug> TCPHandler: Processed in 0.002245585 sec. | ||
| 11348 | 2024.12.14 01:10:33.552124 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11349 | 2024.12.14 01:10:33.552353 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11350 | 2024.12.14 01:10:33.552448 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11351 | 2024.12.14 01:10:33.553919 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11352 | 2024.12.14 01:10:33.553961 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11353 | 2024.12.14 01:10:33.554428 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11354 | 2024.12.14 01:10:33.554682 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11355 | 2024.12.14 01:10:33.554937 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002639 sec., 542629.7840090944 rows/sec., 45.47 MiB/sec. | ||
| 11356 | 2024.12.14 01:10:33.555030 [ 257 ] {1fcec7b0-e306-47b8-bfbb-c34b1e1f0f1b} <Debug> TCPHandler: Processed in 0.003017567 sec. | ||
| 11357 | 2024.12.14 01:10:33.555224 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11358 | 2024.12.14 01:10:33.555546 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11359 | 2024.12.14 01:10:33.555669 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11360 | 2024.12.14 01:10:33.556502 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11361 | 2024.12.14 01:10:33.556545 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11362 | 2024.12.14 01:10:33.556908 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11363 | 2024.12.14 01:10:33.557156 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11364 | 2024.12.14 01:10:33.557331 [ 46 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
| 11365 | 2024.12.14 01:10:33.557358 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001935 sec., 32041.343669250644 rows/sec., 2.28 MiB/sec. | ||
| 11366 | 2024.12.14 01:10:33.557384 [ 46 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11367 | 2024.12.14 01:10:33.557449 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11368 | 2024.12.14 01:10:33.557461 [ 4 ] {72387023-cbfc-4d9a-ad9c-d7bdbd2589e0} <Debug> TCPHandler: Processed in 0.002328047 sec. | ||
| 11369 | 2024.12.14 01:10:33.557681 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
| 11370 | 2024.12.14 01:10:33.557683 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11371 | 2024.12.14 01:10:33.557836 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11372 | 2024.12.14 01:10:33.557854 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11373 | 2024.12.14 01:10:33.557880 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 66 rows starting from the beginning of the part | ||
| 11374 | 2024.12.14 01:10:33.557916 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11375 | 2024.12.14 01:10:33.558172 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 11376 | 2024.12.14 01:10:33.558451 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 50 rows starting from the beginning of the part | ||
| 11377 | 2024.12.14 01:10:33.558943 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part | ||
| 11378 | 2024.12.14 01:10:33.559255 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part | ||
| 11379 | 2024.12.14 01:10:33.559686 [ 190 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 62 rows starting from the beginning of the part | ||
| 11380 | 2024.12.14 01:10:33.560811 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11381 | 2024.12.14 01:10:33.560861 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11382 | 2024.12.14 01:10:33.561458 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11383 | 2024.12.14 01:10:33.561608 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.004059537 sec., 79319.390363975 rows/sec., 5.98 MiB/sec. | ||
| 11384 | 2024.12.14 01:10:33.561878 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
| 11385 | 2024.12.14 01:10:33.562049 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2024.12.14 01:10:33.562580 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004723 sec., 51238.61952149058 rows/sec., 3.47 MiB/sec. | ||
| 11387 | 2024.12.14 01:10:33.562615 [ 193 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11388 | 2024.12.14 01:10:33.563017 [ 193 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_48_10} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
| 11389 | 2024.12.14 01:10:33.563030 [ 257 ] {a3b34703-18a7-4110-9d47-eaa17c82db0a} <Debug> TCPHandler: Processed in 0.005450557 sec. | ||
| 11390 | 2024.12.14 01:10:33.563286 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11391 | 2024.12.14 01:10:33.563300 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11392 | 2024.12.14 01:10:33.563425 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11393 | 2024.12.14 01:10:33.563478 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11394 | 2024.12.14 01:10:33.564084 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11395 | 2024.12.14 01:10:33.564124 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11396 | 2024.12.14 01:10:33.564501 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11397 | 2024.12.14 01:10:33.564741 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11398 | 2024.12.14 01:10:33.564945 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001544 sec., 8419.689119170984 rows/sec., 524.97 KiB/sec. | ||
| 11399 | 2024.12.14 01:10:33.564996 [ 4 ] {4e0139e5-9daa-4e1b-92b7-27b0b7e6a372} <Debug> TCPHandler: Processed in 0.001837324 sec. | ||
| 11400 | 2024.12.14 01:10:33.565138 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11401 | 2024.12.14 01:10:33.565257 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11402 | 2024.12.14 01:10:33.565306 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11403 | 2024.12.14 01:10:33.566218 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11404 | 2024.12.14 01:10:33.566257 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11405 | 2024.12.14 01:10:33.566669 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11406 | 2024.12.14 01:10:33.566914 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11407 | 2024.12.14 01:10:33.567100 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.00187 sec., 477540.10695187165 rows/sec., 34.67 MiB/sec. | ||
| 11408 | 2024.12.14 01:10:33.567156 [ 257 ] {60671740-f98c-4c2f-b638-3e3247e55a43} <Debug> TCPHandler: Processed in 0.00207618 sec. | ||
| 11409 | 2024.12.14 01:10:33.567311 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11410 | 2024.12.14 01:10:33.567447 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11411 | 2024.12.14 01:10:33.567508 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11412 | 2024.12.14 01:10:33.568032 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11413 | 2024.12.14 01:10:33.568071 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11414 | 2024.12.14 01:10:33.568444 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11415 | 2024.12.14 01:10:33.568696 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11416 | 2024.12.14 01:10:33.568930 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 11417 | 2024.12.14 01:10:33.568983 [ 4 ] {c2da1216-a774-42c7-a3bc-c68583da0f47} <Debug> TCPHandler: Processed in 0.00173661 sec. | ||
| 11418 | 2024.12.14 01:10:33.569248 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11419 | 2024.12.14 01:10:33.569467 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11420 | 2024.12.14 01:10:33.569565 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11421 | 2024.12.14 01:10:33.570503 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11422 | 2024.12.14 01:10:33.570542 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11423 | 2024.12.14 01:10:33.570996 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11424 | 2024.12.14 01:10:33.571248 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11425 | 2024.12.14 01:10:33.571436 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.002025 sec., 475061.72839506174 rows/sec., 31.57 MiB/sec. | ||
| 11426 | 2024.12.14 01:10:33.571489 [ 257 ] {ed4ce54a-f37d-4778-8c11-9139fbe10423} <Debug> TCPHandler: Processed in 0.002418901 sec. | ||
| 11427 | 2024.12.14 01:10:33.571649 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11428 | 2024.12.14 01:10:33.571766 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11429 | 2024.12.14 01:10:33.571824 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11430 | 2024.12.14 01:10:33.572371 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11431 | 2024.12.14 01:10:33.572416 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11432 | 2024.12.14 01:10:33.572841 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11433 | 2024.12.14 01:10:33.573084 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11434 | 2024.12.14 01:10:33.573309 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001566 sec., 638.5696040868455 rows/sec., 43.03 KiB/sec. | ||
| 11435 | 2024.12.14 01:10:33.573409 [ 4 ] {b8f8c91a-39b6-45a4-847b-205636681b9f} <Debug> TCPHandler: Processed in 0.001813042 sec. | ||
| 11436 | 2024.12.14 01:10:33.573584 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11437 | 2024.12.14 01:10:33.573704 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11438 | 2024.12.14 01:10:33.573788 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11439 | 2024.12.14 01:10:33.575131 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11440 | 2024.12.14 01:10:33.575171 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11441 | 2024.12.14 01:10:33.575864 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11442 | 2024.12.14 01:10:33.576139 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11443 | 2024.12.14 01:10:33.576346 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002668 sec., 15367.316341829086 rows/sec., 27.54 MiB/sec. | ||
| 11444 | 2024.12.14 01:10:33.576449 [ 257 ] {a3a6e36c-e1df-4bd0-9fc3-3af850c2bf4b} <Debug> TCPHandler: Processed in 0.002960126 sec. | ||
| 11445 | 2024.12.14 01:10:33.576600 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11446 | 2024.12.14 01:10:33.576744 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11447 | 2024.12.14 01:10:33.576803 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11448 | 2024.12.14 01:10:33.577373 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11449 | 2024.12.14 01:10:33.577420 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11450 | 2024.12.14 01:10:33.577859 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11451 | 2024.12.14 01:10:33.578100 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11452 | 2024.12.14 01:10:33.578313 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001601 sec., 21236.7270455965 rows/sec., 1.23 MiB/sec. | ||
| 11453 | 2024.12.14 01:10:33.578365 [ 4 ] {bf09e80e-3232-4241-9fa6-cc1d43d8e371} <Debug> TCPHandler: Processed in 0.001837173 sec. | ||
| 11454 | 2024.12.14 01:10:34.502210 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11455 | 2024.12.14 01:10:34.522103 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11456 | 2024.12.14 01:10:34.522156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11457 | 2024.12.14 01:10:34.529392 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11458 | 2024.12.14 01:10:34.530160 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11459 | 2024.12.14 01:10:34.534151 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11460 | 2024.12.14 01:10:37.797010 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11461 | 2024.12.14 01:10:37.797316 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11462 | 2024.12.14 01:10:37.797432 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11463 | 2024.12.14 01:10:37.798448 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11464 | 2024.12.14 01:10:37.798498 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11465 | 2024.12.14 01:10:37.798920 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11466 | 2024.12.14 01:10:37.799176 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11467 | 2024.12.14 01:10:37.799439 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002208 sec., 25362.318840579712 rows/sec., 1.95 MiB/sec. | ||
| 11468 | 2024.12.14 01:10:37.799522 [ 257 ] {d40d6a6b-a454-4511-a833-df33d1c0fbdd} <Debug> TCPHandler: Processed in 0.002694538 sec. | ||
| 11469 | 2024.12.14 01:10:37.799805 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11470 | 2024.12.14 01:10:37.799999 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11471 | 2024.12.14 01:10:37.800070 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11472 | 2024.12.14 01:10:37.800812 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11473 | 2024.12.14 01:10:37.800864 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11474 | 2024.12.14 01:10:37.801296 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11475 | 2024.12.14 01:10:37.801549 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11476 | 2024.12.14 01:10:37.801807 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001859 sec., 34427.11135018827 rows/sec., 2.69 MiB/sec. | ||
| 11477 | 2024.12.14 01:10:37.801869 [ 4 ] {83c17f9c-3495-4883-8e93-ede3ad76cfab} <Debug> TCPHandler: Processed in 0.002233844 sec. | ||
| 11478 | 2024.12.14 01:10:37.802179 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11479 | 2024.12.14 01:10:37.802620 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11480 | 2024.12.14 01:10:37.802723 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11481 | 2024.12.14 01:10:37.803425 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2024.12.14 01:10:37.803467 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11483 | 2024.12.14 01:10:37.803870 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11484 | 2024.12.14 01:10:37.804111 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11485 | 2024.12.14 01:10:37.804336 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001851 sec., 69151.80983252297 rows/sec., 4.82 MiB/sec. | ||
| 11486 | 2024.12.14 01:10:37.804392 [ 257 ] {e960d214-acb8-48bb-8b7a-a87ed7348a49} <Debug> TCPHandler: Processed in 0.002425251 sec. | ||
| 11487 | 2024.12.14 01:10:37.804526 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11488 | 2024.12.14 01:10:37.804640 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11489 | 2024.12.14 01:10:37.804692 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11490 | 2024.12.14 01:10:37.805188 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11491 | 2024.12.14 01:10:37.805226 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11492 | 2024.12.14 01:10:37.805602 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11493 | 2024.12.14 01:10:37.805838 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11494 | 2024.12.14 01:10:37.806041 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001425 sec., 33684.21052631579 rows/sec., 2.27 MiB/sec. | ||
| 11495 | 2024.12.14 01:10:37.806090 [ 4 ] {f9af8c96-a690-4754-8f00-368a7049caf0} <Debug> TCPHandler: Processed in 0.001619777 sec. | ||
| 11496 | 2024.12.14 01:10:37.890926 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 43 entries to flush up to offset 1616 | ||
| 11497 | 2024.12.14 01:10:37.894902 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11498 | 2024.12.14 01:10:37.894954 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11499 | 2024.12.14 01:10:37.896456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11500 | 2024.12.14 01:10:37.896765 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11501 | 2024.12.14 01:10:37.898364 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1616 | ||
| 11502 | 2024.12.14 01:10:40.152360 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 11503 | 2024.12.14 01:10:40.153358 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11504 | 2024.12.14 01:10:40.153400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11505 | 2024.12.14 01:10:40.153945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11506 | 2024.12.14 01:10:40.154212 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2024.12.14 01:10:40.154412 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 11508 | 2024.12.14 01:10:42.034208 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11509 | 2024.12.14 01:10:42.055866 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11510 | 2024.12.14 01:10:42.055932 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11511 | 2024.12.14 01:10:42.063255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11512 | 2024.12.14 01:10:42.064052 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11513 | 2024.12.14 01:10:42.066818 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11514 | 2024.12.14 01:10:42.799009 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11515 | 2024.12.14 01:10:42.799196 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11516 | 2024.12.14 01:10:42.799268 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11517 | 2024.12.14 01:10:42.800028 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11518 | 2024.12.14 01:10:42.800071 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11519 | 2024.12.14 01:10:42.800515 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11520 | 2024.12.14 01:10:42.800788 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11521 | 2024.12.14 01:10:42.801003 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec. | ||
| 11522 | 2024.12.14 01:10:42.801067 [ 257 ] {6a1cca4d-564b-47f3-be60-6199619e0568} <Debug> TCPHandler: Processed in 0.002184303 sec. | ||
| 11523 | 2024.12.14 01:10:42.801296 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11524 | 2024.12.14 01:10:42.801477 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11525 | 2024.12.14 01:10:42.801552 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11526 | 2024.12.14 01:10:42.802289 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11527 | 2024.12.14 01:10:42.802339 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11528 | 2024.12.14 01:10:42.802773 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11529 | 2024.12.14 01:10:42.803028 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11530 | 2024.12.14 01:10:42.803279 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
| 11531 | 2024.12.14 01:10:42.803335 [ 4 ] {96c860d7-433d-4646-8a23-7d010bde2d79} <Debug> TCPHandler: Processed in 0.002165993 sec. | ||
| 11532 | 2024.12.14 01:10:42.803535 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11533 | 2024.12.14 01:10:42.803764 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11534 | 2024.12.14 01:10:42.803868 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11535 | 2024.12.14 01:10:42.804600 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11536 | 2024.12.14 01:10:42.804637 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11537 | 2024.12.14 01:10:42.805043 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11538 | 2024.12.14 01:10:42.805291 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11539 | 2024.12.14 01:10:42.805478 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 11540 | 2024.12.14 01:10:42.805535 [ 257 ] {0a378710-366f-4f16-9f8c-d7f396ef7240} <Debug> TCPHandler: Processed in 0.002110671 sec. | ||
| 11541 | 2024.12.14 01:10:42.805669 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11542 | 2024.12.14 01:10:42.805785 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11543 | 2024.12.14 01:10:42.805836 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11544 | 2024.12.14 01:10:42.806319 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11545 | 2024.12.14 01:10:42.806357 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11546 | 2024.12.14 01:10:42.806739 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11547 | 2024.12.14 01:10:42.806980 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11548 | 2024.12.14 01:10:42.807188 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
| 11549 | 2024.12.14 01:10:42.807237 [ 4 ] {7dc30f30-ffa1-4460-9bda-027c4140a7cd} <Debug> TCPHandler: Processed in 0.001621687 sec. | ||
| 11550 | 2024.12.14 01:10:45.433407 [ 64 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11551 | 2024.12.14 01:10:45.433480 [ 64 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2024.12.14 01:10:45.433503 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11553 | 2024.12.14 01:10:45.433631 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11554 | 2024.12.14 01:10:45.433856 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11555 | 2024.12.14 01:10:45.433907 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 242 rows starting from the beginning of the part | ||
| 11556 | 2024.12.14 01:10:45.433986 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
| 11557 | 2024.12.14 01:10:45.434077 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 11558 | 2024.12.14 01:10:45.434343 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 11559 | 2024.12.14 01:10:45.434507 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
| 11560 | 2024.12.14 01:10:45.435554 [ 193 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001987557 sec., 379360.189418467 rows/sec., 27.16 MiB/sec. | ||
| 11561 | 2024.12.14 01:10:45.435790 [ 189 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11562 | 2024.12.14 01:10:45.436180 [ 189 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11563 | 2024.12.14 01:10:45.436287 [ 189 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_42_9} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11564 | 2024.12.14 01:10:45.436392 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11565 | 2024.12.14 01:10:46.587767 [ 27 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11566 | 2024.12.14 01:10:46.587862 [ 27 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11567 | 2024.12.14 01:10:46.587900 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11568 | 2024.12.14 01:10:46.588194 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11569 | 2024.12.14 01:10:46.588760 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11570 | 2024.12.14 01:10:46.588803 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 11571 | 2024.12.14 01:10:46.588885 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11572 | 2024.12.14 01:10:46.589081 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 11573 | 2024.12.14 01:10:46.589421 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 11574 | 2024.12.14 01:10:46.589694 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 11575 | 2024.12.14 01:10:46.590846 [ 189 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002829062 sec., 89075.46034692772 rows/sec., 4.54 MiB/sec. | ||
| 11576 | 2024.12.14 01:10:46.591068 [ 189 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11577 | 2024.12.14 01:10:46.591428 [ 189 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11578 | 2024.12.14 01:10:46.591529 [ 189 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_42_9} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11579 | 2024.12.14 01:10:46.591633 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11580 | 2024.12.14 01:10:47.362573 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11581 | 2024.12.14 01:10:47.362667 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11582 | 2024.12.14 01:10:47.654554 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 11583 | 2024.12.14 01:10:47.655530 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11584 | 2024.12.14 01:10:47.655578 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11585 | 2024.12.14 01:10:47.656075 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11586 | 2024.12.14 01:10:47.656326 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11587 | 2024.12.14 01:10:47.656569 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11588 | 2024.12.14 01:10:47.805804 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11589 | 2024.12.14 01:10:47.805960 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11590 | 2024.12.14 01:10:47.806019 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11591 | 2024.12.14 01:10:47.806668 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11592 | 2024.12.14 01:10:47.806710 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11593 | 2024.12.14 01:10:47.807082 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11594 | 2024.12.14 01:10:47.807324 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11595 | 2024.12.14 01:10:47.807599 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001678 sec., 8343.265792610251 rows/sec., 600.60 KiB/sec. | ||
| 11596 | 2024.12.14 01:10:47.807818 [ 257 ] {02436610-76e2-43c3-aff2-ee90daaf4539} <Debug> TCPHandler: Processed in 0.002120891 sec. | ||
| 11597 | 2024.12.14 01:10:47.808147 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11598 | 2024.12.14 01:10:47.808356 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11599 | 2024.12.14 01:10:47.808430 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11600 | 2024.12.14 01:10:47.809371 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11601 | 2024.12.14 01:10:47.809425 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11602 | 2024.12.14 01:10:47.809892 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11603 | 2024.12.14 01:10:47.810152 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11604 | 2024.12.14 01:10:47.810365 [ 51 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11605 | 2024.12.14 01:10:47.810437 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002133 sec., 133614.62728551336 rows/sec., 11.81 MiB/sec. | ||
| 11606 | 2024.12.14 01:10:47.810448 [ 51 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11607 | 2024.12.14 01:10:47.810520 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11608 | 2024.12.14 01:10:47.810578 [ 4 ] {2d03bacd-2f06-42c4-9bf5-eb135844a2be} <Debug> TCPHandler: Processed in 0.002622107 sec. | ||
| 11609 | 2024.12.14 01:10:47.810872 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11610 | 2024.12.14 01:10:47.810941 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11611 | 2024.12.14 01:10:47.811302 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11612 | 2024.12.14 01:10:47.811529 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11613 | 2024.12.14 01:10:47.811621 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11614 | 2024.12.14 01:10:47.811765 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1434 rows starting from the beginning of the part | ||
| 11615 | 2024.12.14 01:10:47.812344 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 11616 | 2024.12.14 01:10:47.812923 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1432 rows starting from the beginning of the part | ||
| 11617 | 2024.12.14 01:10:47.813507 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 11618 | 2024.12.14 01:10:47.814095 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 11619 | 2024.12.14 01:10:47.814614 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 285 rows starting from the beginning of the part | ||
| 11620 | 2024.12.14 01:10:47.815975 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11621 | 2024.12.14 01:10:47.816023 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11622 | 2024.12.14 01:10:47.816541 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11623 | 2024.12.14 01:10:47.816856 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11624 | 2024.12.14 01:10:47.817097 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005972 sec., 8037.508372404554 rows/sec., 592.61 KiB/sec. | ||
| 11625 | 2024.12.14 01:10:47.817171 [ 257 ] {d7fbb9f4-b409-4297-b5fa-657ac2114f9f} <Debug> TCPHandler: Processed in 0.006469287 sec. | ||
| 11626 | 2024.12.14 01:10:47.817400 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11627 | 2024.12.14 01:10:47.817538 [ 204 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.00689859 sec., 481112.8071098587 rows/sec., 42.16 MiB/sec. | ||
| 11628 | 2024.12.14 01:10:47.817609 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11629 | 2024.12.14 01:10:47.817671 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11630 | 2024.12.14 01:10:47.817824 [ 204 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11631 | 2024.12.14 01:10:47.818304 [ 204 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11632 | 2024.12.14 01:10:47.818436 [ 204 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_101_20} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11633 | 2024.12.14 01:10:47.818553 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 11634 | 2024.12.14 01:10:47.818615 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11635 | 2024.12.14 01:10:47.818654 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11636 | 2024.12.14 01:10:47.819014 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11637 | 2024.12.14 01:10:47.819252 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11638 | 2024.12.14 01:10:47.819462 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001895 sec., 7387.862796833773 rows/sec., 517.40 KiB/sec. | ||
| 11639 | 2024.12.14 01:10:47.819520 [ 4 ] {436897ae-368b-4495-9552-97ebeca14b2a} <Debug> TCPHandler: Processed in 0.002250735 sec. | ||
| 11640 | 2024.12.14 01:10:47.819730 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11641 | 2024.12.14 01:10:47.819953 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11642 | 2024.12.14 01:10:47.820046 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11643 | 2024.12.14 01:10:47.820799 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11644 | 2024.12.14 01:10:47.820838 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11645 | 2024.12.14 01:10:47.821200 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11646 | 2024.12.14 01:10:47.821445 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11647 | 2024.12.14 01:10:47.821667 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001769 sec., 7348.784624081402 rows/sec., 458.19 KiB/sec. | ||
| 11648 | 2024.12.14 01:10:47.821721 [ 257 ] {fcd22dcb-27de-4e32-8fae-52d00ecc2b18} <Debug> TCPHandler: Processed in 0.002102641 sec. | ||
| 11649 | 2024.12.14 01:10:47.821907 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11650 | 2024.12.14 01:10:47.822048 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11651 | 2024.12.14 01:10:47.822107 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11652 | 2024.12.14 01:10:47.822882 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11653 | 2024.12.14 01:10:47.822922 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11654 | 2024.12.14 01:10:47.823303 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11655 | 2024.12.14 01:10:47.823542 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11656 | 2024.12.14 01:10:47.823727 [ 51 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11657 | 2024.12.14 01:10:47.823785 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001763 sec., 239931.93420306296 rows/sec., 17.15 MiB/sec. | ||
| 11658 | 2024.12.14 01:10:47.823809 [ 51 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11659 | 2024.12.14 01:10:47.823876 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11660 | 2024.12.14 01:10:47.823911 [ 4 ] {34b81aaf-bf0d-496e-b28d-558516581b32} <Debug> TCPHandler: Processed in 0.00206574 sec. | ||
| 11661 | 2024.12.14 01:10:47.824088 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11662 | 2024.12.14 01:10:47.824184 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11663 | 2024.12.14 01:10:47.824216 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11664 | 2024.12.14 01:10:47.824269 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 11665 | 2024.12.14 01:10:47.824471 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 11666 | 2024.12.14 01:10:47.824702 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11667 | 2024.12.14 01:10:47.824801 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 893 rows starting from the beginning of the part | ||
| 11668 | 2024.12.14 01:10:47.824887 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11669 | 2024.12.14 01:10:47.825119 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 11670 | 2024.12.14 01:10:47.825499 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part | ||
| 11671 | 2024.12.14 01:10:47.825861 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 423 rows starting from the beginning of the part | ||
| 11672 | 2024.12.14 01:10:47.827128 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11673 | 2024.12.14 01:10:47.827197 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11674 | 2024.12.14 01:10:47.828184 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11675 | 2024.12.14 01:10:47.828545 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11676 | 2024.12.14 01:10:47.828917 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.004925053 sec., 491974.40108766337 rows/sec., 37.74 MiB/sec. | ||
| 11677 | 2024.12.14 01:10:47.829096 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004592 sec., 1306.6202090592335 rows/sec., 68.27 KiB/sec. | ||
| 11678 | 2024.12.14 01:10:47.829380 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11679 | 2024.12.14 01:10:47.829521 [ 257 ] {3f63d79d-aeb2-442c-a86d-0b1292be2976} <Debug> TCPHandler: Processed in 0.005491749 sec. | ||
| 11680 | 2024.12.14 01:10:47.829887 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11681 | 2024.12.14 01:10:47.830269 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11682 | 2024.12.14 01:10:47.830377 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11683 | 2024.12.14 01:10:47.830395 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11684 | 2024.12.14 01:10:47.830637 [ 202 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_101_20} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11685 | 2024.12.14 01:10:47.830851 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 11686 | 2024.12.14 01:10:47.831273 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11687 | 2024.12.14 01:10:47.831316 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11688 | 2024.12.14 01:10:47.831712 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11689 | 2024.12.14 01:10:47.831947 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11690 | 2024.12.14 01:10:47.832126 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11691 | 2024.12.14 01:10:47.832197 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11692 | 2024.12.14 01:10:47.832203 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002035 sec., 116461.91646191647 rows/sec., 7.81 MiB/sec. | ||
| 11693 | 2024.12.14 01:10:47.832240 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11694 | 2024.12.14 01:10:47.832374 [ 4 ] {095e0d44-f0e3-4988-b1fb-f36c461e41a9} <Debug> TCPHandler: Processed in 0.002708038 sec. | ||
| 11695 | 2024.12.14 01:10:47.832626 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11696 | 2024.12.14 01:10:47.832662 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11697 | 2024.12.14 01:10:47.832895 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11698 | 2024.12.14 01:10:47.832942 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11699 | 2024.12.14 01:10:47.832966 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28427 rows starting from the beginning of the part | ||
| 11700 | 2024.12.14 01:10:47.833071 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11701 | 2024.12.14 01:10:47.833423 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 11702 | 2024.12.14 01:10:47.833676 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 962 rows starting from the beginning of the part | ||
| 11703 | 2024.12.14 01:10:47.834085 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 128 rows starting from the beginning of the part | ||
| 11704 | 2024.12.14 01:10:47.834421 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 11705 | 2024.12.14 01:10:47.834700 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 11706 | 2024.12.14 01:10:47.835346 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11707 | 2024.12.14 01:10:47.835390 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11708 | 2024.12.14 01:10:47.835848 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11709 | 2024.12.14 01:10:47.836114 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11710 | 2024.12.14 01:10:47.836492 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003603 sec., 277.54648903691367 rows/sec., 18.70 KiB/sec. | ||
| 11711 | 2024.12.14 01:10:47.836896 [ 257 ] {bf96dbb2-e10c-47e8-b3cb-f6e7342704c0} <Debug> TCPHandler: Processed in 0.004406787 sec. | ||
| 11712 | 2024.12.14 01:10:47.837270 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11713 | 2024.12.14 01:10:47.837721 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11714 | 2024.12.14 01:10:47.838125 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11715 | 2024.12.14 01:10:47.839829 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11716 | 2024.12.14 01:10:47.839891 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11717 | 2024.12.14 01:10:47.840745 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11718 | 2024.12.14 01:10:47.841033 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11719 | 2024.12.14 01:10:47.841484 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003931 sec., 10429.916051895194 rows/sec., 18.69 MiB/sec. | ||
| 11720 | 2024.12.14 01:10:47.841944 [ 4 ] {a26b7057-d581-4e96-9277-a7f2517c052d} <Debug> TCPHandler: Processed in 0.004925992 sec. | ||
| 11721 | 2024.12.14 01:10:47.842216 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11722 | 2024.12.14 01:10:47.842359 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11723 | 2024.12.14 01:10:47.842412 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11724 | 2024.12.14 01:10:47.843002 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11725 | 2024.12.14 01:10:47.843042 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11726 | 2024.12.14 01:10:47.843430 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11727 | 2024.12.14 01:10:47.843699 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11728 | 2024.12.14 01:10:47.844004 [ 51 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11729 | 2024.12.14 01:10:47.844123 [ 51 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11730 | 2024.12.14 01:10:47.844181 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30074 rows, containing 5 columns (5 merged, 0 gathered) in 0.011807992 sec., 2546919.069728367 rows/sec., 171.92 MiB/sec. | ||
| 11731 | 2024.12.14 01:10:47.844215 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11732 | 2024.12.14 01:10:47.844308 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001952 sec., 42008.19672131148 rows/sec., 2.67 MiB/sec. | ||
| 11733 | 2024.12.14 01:10:47.844621 [ 257 ] {7a2bf4a7-a271-4b24-aafe-1d3c04dffc4f} <Debug> TCPHandler: Processed in 0.002565285 sec. | ||
| 11734 | 2024.12.14 01:10:47.844715 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11735 | 2024.12.14 01:10:47.844865 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11736 | 2024.12.14 01:10:47.845225 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11737 | 2024.12.14 01:10:47.845371 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5780 rows starting from the beginning of the part | ||
| 11738 | 2024.12.14 01:10:47.846036 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11739 | 2024.12.14 01:10:47.846056 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 11740 | 2024.12.14 01:10:47.846370 [ 188 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11741 | 2024.12.14 01:10:47.846725 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 11742 | 2024.12.14 01:10:47.846794 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 34 rows starting from the beginning of the part | ||
| 11743 | 2024.12.14 01:10:47.847155 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 48 rows starting from the beginning of the part | ||
| 11744 | 2024.12.14 01:10:47.847417 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 11745 | 2024.12.14 01:10:47.847529 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 11746 | 2024.12.14 01:10:47.849986 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6064 rows, containing 4 columns (4 merged, 0 gathered) in 0.005655194 sec., 1072288.5899228214 rows/sec., 69.83 MiB/sec. | ||
| 11747 | 2024.12.14 01:10:47.850444 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11748 | 2024.12.14 01:10:47.850748 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11749 | 2024.12.14 01:10:47.850833 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_101_20} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11750 | 2024.12.14 01:10:47.850920 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 11751 | 2024.12.14 01:10:47.898639 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1646 | ||
| 11752 | 2024.12.14 01:10:47.902036 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11753 | 2024.12.14 01:10:47.902075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 11754 | 2024.12.14 01:10:47.903499 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11755 | 2024.12.14 01:10:47.903795 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11756 | 2024.12.14 01:10:47.905226 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1646 | ||
| 11757 | 2024.12.14 01:10:49.566860 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11758 | 2024.12.14 01:10:49.588711 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11759 | 2024.12.14 01:10:49.588767 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11760 | 2024.12.14 01:10:49.596156 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11761 | 2024.12.14 01:10:49.596958 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11762 | 2024.12.14 01:10:49.599875 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11763 | 2024.12.14 01:10:52.799874 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11764 | 2024.12.14 01:10:52.800080 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11765 | 2024.12.14 01:10:52.800159 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11766 | 2024.12.14 01:10:52.800933 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11767 | 2024.12.14 01:10:52.800986 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11768 | 2024.12.14 01:10:52.801417 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11769 | 2024.12.14 01:10:52.801694 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11770 | 2024.12.14 01:10:52.801952 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001917 sec., 1043.2968179447053 rows/sec., 85.07 KiB/sec. | ||
| 11771 | 2024.12.14 01:10:52.802033 [ 257 ] {58820d6b-25ff-4a92-aa39-480720c8411d} <Debug> TCPHandler: Processed in 0.002294126 sec. | ||
| 11772 | 2024.12.14 01:10:52.802327 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11773 | 2024.12.14 01:10:52.802530 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11774 | 2024.12.14 01:10:52.802599 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11775 | 2024.12.14 01:10:52.803342 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11776 | 2024.12.14 01:10:52.803387 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11777 | 2024.12.14 01:10:52.803814 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11778 | 2024.12.14 01:10:52.804085 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11779 | 2024.12.14 01:10:52.804322 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001847 sec., 30860.85544125609 rows/sec., 2.37 MiB/sec. | ||
| 11780 | 2024.12.14 01:10:52.804385 [ 4 ] {db077551-41d1-4b24-8d85-d14cff27b85f} <Debug> TCPHandler: Processed in 0.002217734 sec. | ||
| 11781 | 2024.12.14 01:10:52.804546 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11782 | 2024.12.14 01:10:52.804766 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11783 | 2024.12.14 01:10:52.804861 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11784 | 2024.12.14 01:10:52.805751 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11785 | 2024.12.14 01:10:52.805794 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11786 | 2024.12.14 01:10:52.806154 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11787 | 2024.12.14 01:10:52.806399 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11788 | 2024.12.14 01:10:52.806648 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001929 sec., 1036.8066355624676 rows/sec., 72.39 KiB/sec. | ||
| 11789 | 2024.12.14 01:10:52.806736 [ 257 ] {669b168f-5066-4cb8-a6aa-a9a8f24e41e5} <Debug> TCPHandler: Processed in 0.002251415 sec. | ||
| 11790 | 2024.12.14 01:10:52.806984 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11791 | 2024.12.14 01:10:52.807138 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11792 | 2024.12.14 01:10:52.807189 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11793 | 2024.12.14 01:10:52.807807 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11794 | 2024.12.14 01:10:52.807848 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11795 | 2024.12.14 01:10:52.808221 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11796 | 2024.12.14 01:10:52.808464 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11797 | 2024.12.14 01:10:52.808682 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00157 sec., 42038.21656050955 rows/sec., 3.28 MiB/sec. | ||
| 11798 | 2024.12.14 01:10:52.808739 [ 4 ] {1ad51a95-5798-4a82-8b81-d46475995285} <Debug> TCPHandler: Processed in 0.001875444 sec. | ||
| 11799 | 2024.12.14 01:10:52.808896 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11800 | 2024.12.14 01:10:52.809032 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11801 | 2024.12.14 01:10:52.809095 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11802 | 2024.12.14 01:10:52.809726 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11803 | 2024.12.14 01:10:52.809766 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11804 | 2024.12.14 01:10:52.810172 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11805 | 2024.12.14 01:10:52.810413 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11806 | 2024.12.14 01:10:52.810621 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001619 sec., 99444.10129709698 rows/sec., 6.93 MiB/sec. | ||
| 11807 | 2024.12.14 01:10:52.810673 [ 257 ] {76956913-33a7-498c-b5a6-488cf8566b96} <Debug> TCPHandler: Processed in 0.001844313 sec. | ||
| 11808 | 2024.12.14 01:10:52.810827 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11809 | 2024.12.14 01:10:52.810966 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11810 | 2024.12.14 01:10:52.811027 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11811 | 2024.12.14 01:10:52.811584 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11812 | 2024.12.14 01:10:52.811622 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11813 | 2024.12.14 01:10:52.812002 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11814 | 2024.12.14 01:10:52.812251 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11815 | 2024.12.14 01:10:52.812473 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec. | ||
| 11816 | 2024.12.14 01:10:52.812545 [ 4 ] {eb84a1a8-f10c-41da-ae0b-5ef53474dfc6} <Debug> TCPHandler: Processed in 0.001783292 sec. | ||
| 11817 | 2024.12.14 01:10:55.156678 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 11818 | 2024.12.14 01:10:55.157463 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11819 | 2024.12.14 01:10:55.157526 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11820 | 2024.12.14 01:10:55.158069 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11821 | 2024.12.14 01:10:55.158334 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11822 | 2024.12.14 01:10:55.158580 [ 143 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11823 | 2024.12.14 01:10:55.158608 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 11824 | 2024.12.14 01:10:55.158689 [ 143 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11825 | 2024.12.14 01:10:55.158717 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11826 | 2024.12.14 01:10:55.158869 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 11827 | 2024.12.14 01:10:55.159028 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11828 | 2024.12.14 01:10:55.159070 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 11829 | 2024.12.14 01:10:55.159146 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 11830 | 2024.12.14 01:10:55.159264 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 11831 | 2024.12.14 01:10:55.159377 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 11832 | 2024.12.14 01:10:55.159584 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 11833 | 2024.12.14 01:10:55.159822 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 11834 | 2024.12.14 01:10:55.162531 [ 198 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003737618 sec., 7491134.728054071 rows/sec., 107.16 MiB/sec. | ||
| 11835 | 2024.12.14 01:10:55.162771 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11836 | 2024.12.14 01:10:55.163066 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11837 | 2024.12.14 01:10:55.163154 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_61_12} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11838 | 2024.12.14 01:10:55.163251 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 11839 | 2024.12.14 01:10:57.099935 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11840 | 2024.12.14 01:10:57.123732 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2024.12.14 01:10:57.123782 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11842 | 2024.12.14 01:10:57.131150 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11843 | 2024.12.14 01:10:57.131911 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11844 | 2024.12.14 01:10:57.132287 [ 93 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11845 | 2024.12.14 01:10:57.132421 [ 93 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11846 | 2024.12.14 01:10:57.132491 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11847 | 2024.12.14 01:10:57.132840 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 11848 | 2024.12.14 01:10:57.141628 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11849 | 2024.12.14 01:10:57.142909 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11850 | 2024.12.14 01:10:57.143791 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 11851 | 2024.12.14 01:10:57.148439 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 11852 | 2024.12.14 01:10:57.153290 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 11853 | 2024.12.14 01:10:57.158503 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 11854 | 2024.12.14 01:10:57.164124 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 11855 | 2024.12.14 01:10:57.168896 [ 192 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 11856 | 2024.12.14 01:10:57.234204 [ 198 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.101566109 sec., 4529.069829779538 rows/sec., 23.42 MiB/sec. | ||
| 11857 | 2024.12.14 01:10:57.237714 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11858 | 2024.12.14 01:10:57.240704 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11859 | 2024.12.14 01:10:57.240842 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_61_12} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11860 | 2024.12.14 01:10:57.243253 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11861 | 2024.12.14 01:10:57.804471 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11862 | 2024.12.14 01:10:57.804780 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11863 | 2024.12.14 01:10:57.804865 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11864 | 2024.12.14 01:10:57.805629 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11865 | 2024.12.14 01:10:57.805682 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11866 | 2024.12.14 01:10:57.806122 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11867 | 2024.12.14 01:10:57.806389 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11868 | 2024.12.14 01:10:57.806639 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 11869 | 2024.12.14 01:10:57.806705 [ 257 ] {176b409a-bcbc-4686-b42e-a9e52be6fe70} <Debug> TCPHandler: Processed in 0.00242106 sec. | ||
| 11870 | 2024.12.14 01:10:57.806940 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11871 | 2024.12.14 01:10:57.807128 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11872 | 2024.12.14 01:10:57.807200 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11873 | 2024.12.14 01:10:57.808115 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11874 | 2024.12.14 01:10:57.808166 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11875 | 2024.12.14 01:10:57.808628 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11876 | 2024.12.14 01:10:57.808885 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11877 | 2024.12.14 01:10:57.809129 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002053 sec., 138821.2372138334 rows/sec., 12.27 MiB/sec. | ||
| 11878 | 2024.12.14 01:10:57.809185 [ 4 ] {d6e1e550-9e7b-43a9-9499-29faea11761a} <Debug> TCPHandler: Processed in 0.002374869 sec. | ||
| 11879 | 2024.12.14 01:10:57.809378 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11880 | 2024.12.14 01:10:57.809524 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11881 | 2024.12.14 01:10:57.809586 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11882 | 2024.12.14 01:10:57.810388 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11883 | 2024.12.14 01:10:57.810485 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11884 | 2024.12.14 01:10:57.811040 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11885 | 2024.12.14 01:10:57.811287 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2024.12.14 01:10:57.811542 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002048 sec., 23437.5 rows/sec., 1.69 MiB/sec. | ||
| 11887 | 2024.12.14 01:10:57.811689 [ 257 ] {7a2f75df-7753-4280-85c5-682a44b25b00} <Debug> TCPHandler: Processed in 0.002372289 sec. | ||
| 11888 | 2024.12.14 01:10:57.811940 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11889 | 2024.12.14 01:10:57.812088 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11890 | 2024.12.14 01:10:57.812146 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11891 | 2024.12.14 01:10:57.812818 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11892 | 2024.12.14 01:10:57.812858 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11893 | 2024.12.14 01:10:57.813228 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11894 | 2024.12.14 01:10:57.813468 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11895 | 2024.12.14 01:10:57.813718 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001659 sec., 8438.818565400843 rows/sec., 591.00 KiB/sec. | ||
| 11896 | 2024.12.14 01:10:57.813935 [ 4 ] {7d4f97dc-bf79-448a-89e0-771297285180} <Debug> TCPHandler: Processed in 0.002123752 sec. | ||
| 11897 | 2024.12.14 01:10:57.814241 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11898 | 2024.12.14 01:10:57.814463 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11899 | 2024.12.14 01:10:57.814566 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11900 | 2024.12.14 01:10:57.815246 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11901 | 2024.12.14 01:10:57.815286 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11902 | 2024.12.14 01:10:57.815647 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11903 | 2024.12.14 01:10:57.815888 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11904 | 2024.12.14 01:10:57.816112 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001706 sec., 7620.164126611958 rows/sec., 475.12 KiB/sec. | ||
| 11905 | 2024.12.14 01:10:57.816166 [ 257 ] {ab7f4eee-944b-4d49-b84d-c8ae98abac03} <Debug> TCPHandler: Processed in 0.002114201 sec. | ||
| 11906 | 2024.12.14 01:10:57.816313 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11907 | 2024.12.14 01:10:57.816449 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11908 | 2024.12.14 01:10:57.816506 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11909 | 2024.12.14 01:10:57.817258 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11910 | 2024.12.14 01:10:57.817298 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11911 | 2024.12.14 01:10:57.817691 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11912 | 2024.12.14 01:10:57.817942 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11913 | 2024.12.14 01:10:57.818187 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001767 sec., 239388.79456706284 rows/sec., 17.11 MiB/sec. | ||
| 11914 | 2024.12.14 01:10:57.818248 [ 4 ] {6836552a-462f-4149-901d-8a863973897e} <Debug> TCPHandler: Processed in 0.002003768 sec. | ||
| 11915 | 2024.12.14 01:10:57.818512 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11916 | 2024.12.14 01:10:57.818773 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11917 | 2024.12.14 01:10:57.818824 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11918 | 2024.12.14 01:10:57.819300 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11919 | 2024.12.14 01:10:57.819338 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11920 | 2024.12.14 01:10:57.819699 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11921 | 2024.12.14 01:10:57.819967 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11922 | 2024.12.14 01:10:57.820156 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 11923 | 2024.12.14 01:10:57.820204 [ 257 ] {aaffd940-9e1b-4617-b159-684d41605a14} <Debug> TCPHandler: Processed in 0.001873194 sec. | ||
| 11924 | 2024.12.14 01:10:57.820346 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11925 | 2024.12.14 01:10:57.820484 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11926 | 2024.12.14 01:10:57.820547 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11927 | 2024.12.14 01:10:57.821140 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11928 | 2024.12.14 01:10:57.821180 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11929 | 2024.12.14 01:10:57.821579 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11930 | 2024.12.14 01:10:57.821824 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11931 | 2024.12.14 01:10:57.822039 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001586 sec., 149432.53467843632 rows/sec., 10.02 MiB/sec. | ||
| 11932 | 2024.12.14 01:10:57.822093 [ 4 ] {85a53c98-5e40-413b-863e-9998603e34ee} <Debug> TCPHandler: Processed in 0.001813362 sec. | ||
| 11933 | 2024.12.14 01:10:57.822289 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11934 | 2024.12.14 01:10:57.822511 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11935 | 2024.12.14 01:10:57.822606 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11936 | 2024.12.14 01:10:57.823149 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11937 | 2024.12.14 01:10:57.823185 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11938 | 2024.12.14 01:10:57.823545 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11939 | 2024.12.14 01:10:57.823788 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11940 | 2024.12.14 01:10:57.824015 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00155 sec., 645.1612903225806 rows/sec., 43.47 KiB/sec. | ||
| 11941 | 2024.12.14 01:10:57.824156 [ 257 ] {20f2ca52-0ca6-4036-bfe1-41eeaf16be5e} <Debug> TCPHandler: Processed in 0.001974998 sec. | ||
| 11942 | 2024.12.14 01:10:57.824405 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11943 | 2024.12.14 01:10:57.824547 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11944 | 2024.12.14 01:10:57.824637 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11945 | 2024.12.14 01:10:57.825818 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11946 | 2024.12.14 01:10:57.825858 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11947 | 2024.12.14 01:10:57.826528 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11948 | 2024.12.14 01:10:57.826782 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11949 | 2024.12.14 01:10:57.827039 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002522 sec., 16256.93893735131 rows/sec., 29.13 MiB/sec. | ||
| 11950 | 2024.12.14 01:10:57.827135 [ 4 ] {c5f194a2-18a6-4352-97c1-8013261a9ccd} <Debug> TCPHandler: Processed in 0.002880854 sec. | ||
| 11951 | 2024.12.14 01:10:57.827334 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11952 | 2024.12.14 01:10:57.827560 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11953 | 2024.12.14 01:10:57.827653 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11954 | 2024.12.14 01:10:57.828194 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11955 | 2024.12.14 01:10:57.828231 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11956 | 2024.12.14 01:10:57.828601 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11957 | 2024.12.14 01:10:57.828836 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11958 | 2024.12.14 01:10:57.829029 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 11959 | 2024.12.14 01:10:57.829114 [ 257 ] {de1cdb1b-755d-465e-b730-c3fb486d2a72} <Debug> TCPHandler: Processed in 0.001889274 sec. | ||
| 11960 | 2024.12.14 01:10:57.905444 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1680 | ||
| 11961 | 2024.12.14 01:10:57.908928 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11962 | 2024.12.14 01:10:57.908980 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11963 | 2024.12.14 01:10:57.910466 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11964 | 2024.12.14 01:10:57.910776 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11965 | 2024.12.14 01:10:57.911358 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1680 | ||
| 11966 | 2024.12.14 01:11:02.362730 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11967 | 2024.12.14 01:11:02.362835 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11968 | 2024.12.14 01:11:02.658776 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 11969 | 2024.12.14 01:11:02.659495 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11970 | 2024.12.14 01:11:02.659547 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11971 | 2024.12.14 01:11:02.660130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11972 | 2024.12.14 01:11:02.660383 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11973 | 2024.12.14 01:11:02.660559 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11974 | 2024.12.14 01:11:02.797887 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11975 | 2024.12.14 01:11:02.798060 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11976 | 2024.12.14 01:11:02.798128 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11977 | 2024.12.14 01:11:02.798863 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11978 | 2024.12.14 01:11:02.798909 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11979 | 2024.12.14 01:11:02.799291 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11980 | 2024.12.14 01:11:02.799544 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11981 | 2024.12.14 01:11:02.799732 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001719 sec., 32577.079697498546 rows/sec., 2.50 MiB/sec. | ||
| 11982 | 2024.12.14 01:11:02.799785 [ 257 ] {a046155a-5d32-4cf7-8ed1-7aa2d52f6d03} <Debug> TCPHandler: Processed in 0.002017578 sec. | ||
| 11983 | 2024.12.14 01:11:02.800031 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11984 | 2024.12.14 01:11:02.800238 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11985 | 2024.12.14 01:11:02.800319 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11986 | 2024.12.14 01:11:02.801136 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11987 | 2024.12.14 01:11:02.801186 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11988 | 2024.12.14 01:11:02.801621 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11989 | 2024.12.14 01:11:02.801877 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11990 | 2024.12.14 01:11:02.802098 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001919 sec., 33350.70349140177 rows/sec., 2.60 MiB/sec. | ||
| 11991 | 2024.12.14 01:11:02.802152 [ 4 ] {462bbd01-ddc5-4b20-b4b0-8af02750d793} <Debug> TCPHandler: Processed in 0.002262916 sec. | ||
| 11992 | 2024.12.14 01:11:02.802312 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11993 | 2024.12.14 01:11:02.802455 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11994 | 2024.12.14 01:11:02.802518 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11995 | 2024.12.14 01:11:02.803163 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11996 | 2024.12.14 01:11:02.803201 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 11997 | 2024.12.14 01:11:02.803619 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11998 | 2024.12.14 01:11:02.803868 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11999 | 2024.12.14 01:11:02.804045 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
| 12000 | 2024.12.14 01:11:02.804100 [ 257 ] {ac726a25-f8ff-4012-9758-1c0b74efaa51} <Debug> TCPHandler: Processed in 0.001859674 sec. | ||
| 12001 | 2024.12.14 01:11:02.804264 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12002 | 2024.12.14 01:11:02.804403 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12003 | 2024.12.14 01:11:02.804463 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12004 | 2024.12.14 01:11:02.805028 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12005 | 2024.12.14 01:11:02.805071 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12006 | 2024.12.14 01:11:02.805821 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12007 | 2024.12.14 01:11:02.806066 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12008 | 2024.12.14 01:11:02.806305 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001929 sec., 31104.19906687403 rows/sec., 2.10 MiB/sec. | ||
| 12009 | 2024.12.14 01:11:02.806388 [ 4 ] {586effa4-c4ab-4a0b-b225-c759bd07d707} <Debug> TCPHandler: Processed in 0.002192143 sec. | ||
| 12010 | 2024.12.14 01:11:03.550846 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12011 | 2024.12.14 01:11:03.551054 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12012 | 2024.12.14 01:11:03.551132 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12013 | 2024.12.14 01:11:03.551983 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12014 | 2024.12.14 01:11:03.552034 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12015 | 2024.12.14 01:11:03.552457 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12016 | 2024.12.14 01:11:03.552708 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12017 | 2024.12.14 01:11:03.552923 [ 139 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12018 | 2024.12.14 01:11:03.552945 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 12019 | 2024.12.14 01:11:03.553022 [ 139 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12020 | 2024.12.14 01:11:03.553100 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12021 | 2024.12.14 01:11:03.553107 [ 257 ] {0c41ba4a-5fab-4cbf-b78c-b234189c5b25} <Debug> TCPHandler: Processed in 0.002397799 sec. | ||
| 12022 | 2024.12.14 01:11:03.553284 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 12023 | 2024.12.14 01:11:03.553401 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12024 | 2024.12.14 01:11:03.553437 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12025 | 2024.12.14 01:11:03.553462 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 12026 | 2024.12.14 01:11:03.553635 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 12027 | 2024.12.14 01:11:03.553914 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12028 | 2024.12.14 01:11:03.554030 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 12029 | 2024.12.14 01:11:03.554144 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12030 | 2024.12.14 01:11:03.554388 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 12031 | 2024.12.14 01:11:03.554754 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 12032 | 2024.12.14 01:11:03.556625 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12033 | 2024.12.14 01:11:03.556705 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12034 | 2024.12.14 01:11:03.557351 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004141129 sec., 16903.60285806117 rows/sec., 1.25 MiB/sec. | ||
| 12035 | 2024.12.14 01:11:03.557555 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12036 | 2024.12.14 01:11:03.557811 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12037 | 2024.12.14 01:11:03.558050 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12038 | 2024.12.14 01:11:03.558190 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_45_11} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12039 | 2024.12.14 01:11:03.558249 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12040 | 2024.12.14 01:11:03.558329 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12041 | 2024.12.14 01:11:03.558594 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004913 sec., 407.0832485243232 rows/sec., 33.19 KiB/sec. | ||
| 12042 | 2024.12.14 01:11:03.558748 [ 4 ] {d0e93d10-17a7-44f5-9b9c-d8bec4f41483} <Debug> TCPHandler: Processed in 0.005462628 sec. | ||
| 12043 | 2024.12.14 01:11:03.558925 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12044 | 2024.12.14 01:11:03.559065 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12045 | 2024.12.14 01:11:03.559123 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12046 | 2024.12.14 01:11:03.560789 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12047 | 2024.12.14 01:11:03.560829 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12048 | 2024.12.14 01:11:03.561281 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12049 | 2024.12.14 01:11:03.561541 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12050 | 2024.12.14 01:11:03.561788 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.00275 sec., 518545.4545454546 rows/sec., 43.47 MiB/sec. | ||
| 12051 | 2024.12.14 01:11:03.561889 [ 257 ] {d71588bf-0760-43ac-ae83-ae716af6c32d} <Debug> TCPHandler: Processed in 0.003029628 sec. | ||
| 12052 | 2024.12.14 01:11:03.562099 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12053 | 2024.12.14 01:11:03.562334 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12054 | 2024.12.14 01:11:03.562384 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12055 | 2024.12.14 01:11:03.562991 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12056 | 2024.12.14 01:11:03.563031 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12057 | 2024.12.14 01:11:03.563396 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12058 | 2024.12.14 01:11:03.563636 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12059 | 2024.12.14 01:11:03.563837 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001571 sec., 31826.861871419478 rows/sec., 2.29 MiB/sec. | ||
| 12060 | 2024.12.14 01:11:03.563890 [ 4 ] {68ff527e-fe24-4f48-9940-f528c4a167fa} <Debug> TCPHandler: Processed in 0.001903565 sec. | ||
| 12061 | 2024.12.14 01:11:03.564095 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12062 | 2024.12.14 01:11:03.564318 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12063 | 2024.12.14 01:11:03.564409 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12064 | 2024.12.14 01:11:03.565377 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12065 | 2024.12.14 01:11:03.565415 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12066 | 2024.12.14 01:11:03.565790 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12067 | 2024.12.14 01:11:03.566045 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12068 | 2024.12.14 01:11:03.566279 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002011 sec., 120338.1402287419 rows/sec., 8.15 MiB/sec. | ||
| 12069 | 2024.12.14 01:11:03.566383 [ 257 ] {71901cb5-9d83-48ec-8d2d-6aff692cef83} <Debug> TCPHandler: Processed in 0.002395169 sec. | ||
| 12070 | 2024.12.14 01:11:03.566591 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12071 | 2024.12.14 01:11:03.566715 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12072 | 2024.12.14 01:11:03.566761 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12073 | 2024.12.14 01:11:03.567343 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12074 | 2024.12.14 01:11:03.567382 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12075 | 2024.12.14 01:11:03.567760 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12076 | 2024.12.14 01:11:03.568000 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12077 | 2024.12.14 01:11:03.568179 [ 149 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12078 | 2024.12.14 01:11:03.568241 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001541 sec., 8436.080467229072 rows/sec., 525.99 KiB/sec. | ||
| 12079 | 2024.12.14 01:11:03.568265 [ 149 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12080 | 2024.12.14 01:11:03.568335 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12081 | 2024.12.14 01:11:03.568356 [ 4 ] {69479c7c-7825-4258-a37a-5519dbb4e5ed} <Debug> TCPHandler: Processed in 0.001878574 sec. | ||
| 12082 | 2024.12.14 01:11:03.568552 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12083 | 2024.12.14 01:11:03.568577 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 12084 | 2024.12.14 01:11:03.568687 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12085 | 2024.12.14 01:11:03.568734 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12086 | 2024.12.14 01:11:03.568749 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12087 | 2024.12.14 01:11:03.568783 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 12088 | 2024.12.14 01:11:03.569043 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 12089 | 2024.12.14 01:11:03.569394 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 12090 | 2024.12.14 01:11:03.569770 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 12091 | 2024.12.14 01:11:03.570147 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 12092 | 2024.12.14 01:11:03.571411 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12093 | 2024.12.14 01:11:03.571471 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12094 | 2024.12.14 01:11:03.571529 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003090649 sec., 21031.181476770736 rows/sec., 1.36 MiB/sec. | ||
| 12095 | 2024.12.14 01:11:03.571651 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12096 | 2024.12.14 01:11:03.571956 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12097 | 2024.12.14 01:11:03.571961 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12098 | 2024.12.14 01:11:03.572052 [ 198 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_45_11} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12099 | 2024.12.14 01:11:03.572137 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12100 | 2024.12.14 01:11:03.572243 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12101 | 2024.12.14 01:11:03.572496 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.003844 sec., 229188.34547346513 rows/sec., 16.62 MiB/sec. | ||
| 12102 | 2024.12.14 01:11:03.572620 [ 257 ] {ece9c0ec-e584-409c-9a16-8f712681383a} <Debug> TCPHandler: Processed in 0.004178501 sec. | ||
| 12103 | 2024.12.14 01:11:03.572809 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12104 | 2024.12.14 01:11:03.573124 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12105 | 2024.12.14 01:11:03.573254 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12106 | 2024.12.14 01:11:03.573762 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12107 | 2024.12.14 01:11:03.573802 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12108 | 2024.12.14 01:11:03.574174 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12109 | 2024.12.14 01:11:03.574414 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12110 | 2024.12.14 01:11:03.574641 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 192.20 KiB/sec. | ||
| 12111 | 2024.12.14 01:11:03.574739 [ 4 ] {d7e4c3d5-776b-4fb3-9774-608faad6069c} <Debug> TCPHandler: Processed in 0.002034139 sec. | ||
| 12112 | 2024.12.14 01:11:03.574928 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12113 | 2024.12.14 01:11:03.575144 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12114 | 2024.12.14 01:11:03.575240 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12115 | 2024.12.14 01:11:03.576277 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12116 | 2024.12.14 01:11:03.576316 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12117 | 2024.12.14 01:11:03.576758 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12118 | 2024.12.14 01:11:03.577001 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12119 | 2024.12.14 01:11:03.577237 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002149 sec., 444858.0735225687 rows/sec., 29.56 MiB/sec. | ||
| 12120 | 2024.12.14 01:11:03.577322 [ 257 ] {5046efd9-53ac-4b89-baad-29fecf9f045b} <Debug> TCPHandler: Processed in 0.002489283 sec. | ||
| 12121 | 2024.12.14 01:11:03.577493 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12122 | 2024.12.14 01:11:03.577670 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12123 | 2024.12.14 01:11:03.577744 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12124 | 2024.12.14 01:11:03.578202 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12125 | 2024.12.14 01:11:03.578240 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12126 | 2024.12.14 01:11:03.578604 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12127 | 2024.12.14 01:11:03.578850 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12128 | 2024.12.14 01:11:03.579068 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. | ||
| 12129 | 2024.12.14 01:11:03.579118 [ 4 ] {732b2289-c4c1-4da7-8348-541e13bc7de2} <Debug> TCPHandler: Processed in 0.00170088 sec. | ||
| 12130 | 2024.12.14 01:11:03.579261 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12131 | 2024.12.14 01:11:03.579396 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12132 | 2024.12.14 01:11:03.579488 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12133 | 2024.12.14 01:11:03.580736 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12134 | 2024.12.14 01:11:03.580776 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12135 | 2024.12.14 01:11:03.581432 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12136 | 2024.12.14 01:11:03.581708 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12137 | 2024.12.14 01:11:03.581975 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002609 sec., 15714.833269451896 rows/sec., 28.16 MiB/sec. | ||
| 12138 | 2024.12.14 01:11:03.582070 [ 257 ] {edd362b0-e356-4eb8-b3d1-f93786b1db32} <Debug> TCPHandler: Processed in 0.002875503 sec. | ||
| 12139 | 2024.12.14 01:11:03.582210 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12140 | 2024.12.14 01:11:03.582323 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12141 | 2024.12.14 01:11:03.582376 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12142 | 2024.12.14 01:11:03.582847 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12143 | 2024.12.14 01:11:03.582887 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12144 | 2024.12.14 01:11:03.583255 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12145 | 2024.12.14 01:11:03.583502 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12146 | 2024.12.14 01:11:03.583720 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00142 sec., 23943.661971830985 rows/sec., 1.39 MiB/sec. | ||
| 12147 | 2024.12.14 01:11:03.583770 [ 4 ] {c6fed918-4bd1-4bb8-8efb-ed8a6835dfb1} <Debug> TCPHandler: Processed in 0.001616287 sec. | ||
| 12148 | 2024.12.14 01:11:04.641691 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12149 | 2024.12.14 01:11:04.660015 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12150 | 2024.12.14 01:11:04.660057 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12151 | 2024.12.14 01:11:04.667033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12152 | 2024.12.14 01:11:04.667782 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12153 | 2024.12.14 01:11:04.670192 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12154 | 2024.12.14 01:11:07.797923 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12155 | 2024.12.14 01:11:07.798197 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12156 | 2024.12.14 01:11:07.798270 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12157 | 2024.12.14 01:11:07.799019 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12158 | 2024.12.14 01:11:07.799069 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12159 | 2024.12.14 01:11:07.799507 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12160 | 2024.12.14 01:11:07.799767 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12161 | 2024.12.14 01:11:07.799985 [ 144 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12162 | 2024.12.14 01:11:07.800041 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 12163 | 2024.12.14 01:11:07.800066 [ 144 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12164 | 2024.12.14 01:11:07.800123 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12165 | 2024.12.14 01:11:07.800180 [ 257 ] {c965b961-d1fc-4fae-88e4-85165322b1f2} <Debug> TCPHandler: Processed in 0.002438321 sec. | ||
| 12166 | 2024.12.14 01:11:07.800416 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12167 | 2024.12.14 01:11:07.800485 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12168 | 2024.12.14 01:11:07.800702 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12169 | 2024.12.14 01:11:07.800785 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1434 rows starting from the beginning of the part | ||
| 12170 | 2024.12.14 01:11:07.800804 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12171 | 2024.12.14 01:11:07.800982 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12172 | 2024.12.14 01:11:07.801017 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 57 rows starting from the beginning of the part | ||
| 12173 | 2024.12.14 01:11:07.801436 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 285 rows starting from the beginning of the part | ||
| 12174 | 2024.12.14 01:11:07.801694 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 12175 | 2024.12.14 01:11:07.802040 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1426 rows starting from the beginning of the part | ||
| 12176 | 2024.12.14 01:11:07.802432 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 12177 | 2024.12.14 01:11:07.804019 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2024.12.14 01:11:07.804092 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12179 | 2024.12.14 01:11:07.805228 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12180 | 2024.12.14 01:11:07.805554 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2024.12.14 01:11:07.805836 [ 144 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12182 | 2024.12.14 01:11:07.805971 [ 144 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12183 | 2024.12.14 01:11:07.806074 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12184 | 2024.12.14 01:11:07.806238 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005512 sec., 11611.030478955006 rows/sec., 928.02 KiB/sec. | ||
| 12185 | 2024.12.14 01:11:07.806554 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12186 | 2024.12.14 01:11:07.806609 [ 4 ] {ccf90bab-0af4-4ad6-8aaf-7792b9052d37} <Debug> TCPHandler: Processed in 0.006289253 sec. | ||
| 12187 | 2024.12.14 01:11:07.806713 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006453137 sec., 513548.68182714854 rows/sec., 45.01 MiB/sec. | ||
| 12188 | 2024.12.14 01:11:07.806858 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12189 | 2024.12.14 01:11:07.806908 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12190 | 2024.12.14 01:11:07.806956 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 12191 | 2024.12.14 01:11:07.807070 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12192 | 2024.12.14 01:11:07.807269 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 66 rows starting from the beginning of the part | ||
| 12193 | 2024.12.14 01:11:07.807284 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12194 | 2024.12.14 01:11:07.807316 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12195 | 2024.12.14 01:11:07.807851 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 423 rows starting from the beginning of the part | ||
| 12196 | 2024.12.14 01:11:07.808385 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 12197 | 2024.12.14 01:11:07.808848 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2024.12.14 01:11:07.808973 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 881 rows starting from the beginning of the part | ||
| 12199 | 2024.12.14 01:11:07.809359 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 12200 | 2024.12.14 01:11:07.809939 [ 197 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_106_21} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12201 | 2024.12.14 01:11:07.810229 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 12202 | 2024.12.14 01:11:07.810628 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2024.12.14 01:11:07.810674 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12204 | 2024.12.14 01:11:07.811293 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12205 | 2024.12.14 01:11:07.811558 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12206 | 2024.12.14 01:11:07.811807 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 12207 | 2024.12.14 01:11:07.811979 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2024.12.14 01:11:07.812103 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12209 | 2024.12.14 01:11:07.812148 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005135 sec., 24926.9717624148 rows/sec., 1.74 MiB/sec. | ||
| 12210 | 2024.12.14 01:11:07.812287 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006056175 sec., 398436.3067447688 rows/sec., 30.55 MiB/sec. | ||
| 12211 | 2024.12.14 01:11:07.812417 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 12212 | 2024.12.14 01:11:07.812420 [ 257 ] {9525a1c4-8bf4-4a1b-8f7a-15e7579d577b} <Debug> TCPHandler: Processed in 0.005689855 sec. | ||
| 12213 | 2024.12.14 01:11:07.812561 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12214 | 2024.12.14 01:11:07.812627 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12215 | 2024.12.14 01:11:07.812689 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12216 | 2024.12.14 01:11:07.812715 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30074 rows starting from the beginning of the part | ||
| 12217 | 2024.12.14 01:11:07.813099 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 161 rows starting from the beginning of the part | ||
| 12218 | 2024.12.14 01:11:07.813242 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12219 | 2024.12.14 01:11:07.813503 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12220 | 2024.12.14 01:11:07.813572 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 12221 | 2024.12.14 01:11:07.813615 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12222 | 2024.12.14 01:11:07.814174 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_106_21} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12223 | 2024.12.14 01:11:07.814188 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 12224 | 2024.12.14 01:11:07.814606 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12225 | 2024.12.14 01:11:07.814759 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 956 rows starting from the beginning of the part | ||
| 12226 | 2024.12.14 01:11:07.815927 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12227 | 2024.12.14 01:11:07.815987 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12228 | 2024.12.14 01:11:07.816574 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12229 | 2024.12.14 01:11:07.816902 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12230 | 2024.12.14 01:11:07.817171 [ 144 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12231 | 2024.12.14 01:11:07.817298 [ 144 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12232 | 2024.12.14 01:11:07.817374 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12233 | 2024.12.14 01:11:07.817477 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004449 sec., 10788.94133513149 rows/sec., 744.55 KiB/sec. | ||
| 12234 | 2024.12.14 01:11:07.817879 [ 4 ] {d32c3c56-160c-4160-a379-bf63f9b4185f} <Debug> TCPHandler: Processed in 0.005335765 sec. | ||
| 12235 | 2024.12.14 01:11:07.818023 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12236 | 2024.12.14 01:11:07.818293 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12237 | 2024.12.14 01:11:07.818377 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6064 rows starting from the beginning of the part | ||
| 12238 | 2024.12.14 01:11:07.818512 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 12239 | 2024.12.14 01:11:07.818621 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 12240 | 2024.12.14 01:11:07.818696 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 12241 | 2024.12.14 01:11:07.818854 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 34 rows starting from the beginning of the part | ||
| 12242 | 2024.12.14 01:11:07.818934 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 48 rows starting from the beginning of the part | ||
| 12243 | 2024.12.14 01:11:07.822624 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6348 rows, containing 4 columns (4 merged, 0 gathered) in 0.005078447 sec., 1249988.4315027804 rows/sec., 81.40 MiB/sec. | ||
| 12244 | 2024.12.14 01:11:07.823318 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12245 | 2024.12.14 01:11:07.823662 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12246 | 2024.12.14 01:11:07.823805 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_106_21} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12247 | 2024.12.14 01:11:07.823902 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 12248 | 2024.12.14 01:11:07.825177 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31588 rows, containing 5 columns (5 merged, 0 gathered) in 0.012936204 sec., 2441829.1486436054 rows/sec., 164.79 MiB/sec. | ||
| 12249 | 2024.12.14 01:11:07.825717 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 12250 | 2024.12.14 01:11:07.826079 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12251 | 2024.12.14 01:11:07.826166 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 12252 | 2024.12.14 01:11:07.826245 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12253 | 2024.12.14 01:11:07.911609 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1720 | ||
| 12254 | 2024.12.14 01:11:07.915086 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12255 | 2024.12.14 01:11:07.915140 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12256 | 2024.12.14 01:11:07.917771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12257 | 2024.12.14 01:11:07.918089 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12258 | 2024.12.14 01:11:07.918308 [ 144 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12259 | 2024.12.14 01:11:07.918423 [ 144 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12260 | 2024.12.14 01:11:07.918500 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12261 | 2024.12.14 01:11:07.919034 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 12262 | 2024.12.14 01:11:07.920546 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1720 | ||
| 12263 | 2024.12.14 01:11:07.920815 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12264 | 2024.12.14 01:11:07.920953 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1536 rows starting from the beginning of the part | ||
| 12265 | 2024.12.14 01:11:07.921572 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 37 rows starting from the beginning of the part | ||
| 12266 | 2024.12.14 01:11:07.922151 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 43 rows starting from the beginning of the part | ||
| 12267 | 2024.12.14 01:11:07.922689 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
| 12268 | 2024.12.14 01:11:07.923271 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 12269 | 2024.12.14 01:11:07.923895 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 12270 | 2024.12.14 01:11:07.933162 [ 210 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1720 rows, containing 72 columns (72 merged, 0 gathered) in 0.014542621 sec., 118273.0403274623 rows/sec., 90.52 MiB/sec. | ||
| 12271 | 2024.12.14 01:11:07.935110 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12272 | 2024.12.14 01:11:07.935930 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12273 | 2024.12.14 01:11:07.936016 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_46_9} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12274 | 2024.12.14 01:11:07.936359 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 12275 | 2024.12.14 01:11:08.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.00 MiB, peak 259.56 MiB, free memory in arenas 0.00 B, will set to 249.48 MiB (RSS), difference: 1.48 MiB | ||
| 12276 | 2024.12.14 01:11:10.160695 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 12277 | 2024.12.14 01:11:10.161654 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12278 | 2024.12.14 01:11:10.161706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12279 | 2024.12.14 01:11:10.162248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12280 | 2024.12.14 01:11:10.162519 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12281 | 2024.12.14 01:11:10.162799 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 12282 | 2024.12.14 01:11:12.170242 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12283 | 2024.12.14 01:11:12.190239 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12284 | 2024.12.14 01:11:12.190293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12285 | 2024.12.14 01:11:12.197770 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12286 | 2024.12.14 01:11:12.198530 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12287 | 2024.12.14 01:11:12.201118 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12288 | 2024.12.14 01:11:12.798570 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12289 | 2024.12.14 01:11:12.798769 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12290 | 2024.12.14 01:11:12.798845 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12291 | 2024.12.14 01:11:12.799621 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12292 | 2024.12.14 01:11:12.799665 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12293 | 2024.12.14 01:11:12.800119 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12294 | 2024.12.14 01:11:12.800403 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12295 | 2024.12.14 01:11:12.800639 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.23 MiB/sec. | ||
| 12296 | 2024.12.14 01:11:12.800736 [ 257 ] {943d59b0-8a1a-436e-9b35-ce1698889f19} <Debug> TCPHandler: Processed in 0.002292656 sec. | ||
| 12297 | 2024.12.14 01:11:12.800985 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12298 | 2024.12.14 01:11:12.801179 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12299 | 2024.12.14 01:11:12.801248 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12300 | 2024.12.14 01:11:12.801985 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12301 | 2024.12.14 01:11:12.802031 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12302 | 2024.12.14 01:11:12.802471 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12303 | 2024.12.14 01:11:12.802745 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12304 | 2024.12.14 01:11:12.802975 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001849 sec., 34613.30448891292 rows/sec., 2.70 MiB/sec. | ||
| 12305 | 2024.12.14 01:11:12.803049 [ 4 ] {ac879bc5-5f9a-4b0b-b232-774d63fffdaa} <Debug> TCPHandler: Processed in 0.002203324 sec. | ||
| 12306 | 2024.12.14 01:11:12.803198 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12307 | 2024.12.14 01:11:12.803326 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12308 | 2024.12.14 01:11:12.803386 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12309 | 2024.12.14 01:11:12.803972 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12310 | 2024.12.14 01:11:12.804010 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12311 | 2024.12.14 01:11:12.804432 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12312 | 2024.12.14 01:11:12.804683 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12313 | 2024.12.14 01:11:12.804868 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
| 12314 | 2024.12.14 01:11:12.804924 [ 257 ] {81cc59d0-303f-4292-a8d0-8f0a7c570619} <Debug> TCPHandler: Processed in 0.001784331 sec. | ||
| 12315 | 2024.12.14 01:11:12.805058 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12316 | 2024.12.14 01:11:12.805177 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12317 | 2024.12.14 01:11:12.805229 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12318 | 2024.12.14 01:11:12.805712 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12319 | 2024.12.14 01:11:12.805751 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. | ||
| 12320 | 2024.12.14 01:11:12.806136 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12321 | 2024.12.14 01:11:12.806381 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12322 | 2024.12.14 01:11:12.806592 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 12323 | 2024.12.14 01:11:12.806640 [ 4 ] {258ef6bf-d734-4f81-92fc-a9a1a7a8f9a5} <Debug> TCPHandler: Processed in 0.001636517 sec. | ||
| 12324 | 2024.12.14 01:11:14.931806 [ 136 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 5 parts from all_1_48_10 to all_52_52_0 | ||
| 12325 | 2024.12.14 01:11:14.931914 [ 136 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12326 | 2024.12.14 01:11:14.931952 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12327 | 2024.12.14 01:11:14.932237 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_48_10 to all_52_52_0 into Compact with storage Full | ||
| 12328 | 2024.12.14 01:11:14.932793 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12329 | 2024.12.14 01:11:14.932844 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 66 rows starting from the beginning of the part | ||
| 12330 | 2024.12.14 01:11:14.932923 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part | ||
| 12331 | 2024.12.14 01:11:14.933155 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 2 rows starting from the beginning of the part | ||
| 12332 | 2024.12.14 01:11:14.933489 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part | ||
| 12333 | 2024.12.14 01:11:14.933688 [ 202 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 50 rows starting from the beginning of the part | ||
| 12334 | 2024.12.14 01:11:14.934795 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.002737389 sec., 78176.6858857108 rows/sec., 5.90 MiB/sec. | ||
| 12335 | 2024.12.14 01:11:14.934939 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) | ||
| 12336 | 2024.12.14 01:11:14.935273 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12337 | 2024.12.14 01:11:14.935371 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_52_11} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 5 parts: [all_1_48_10, all_52_52_0] -> all_1_52_11 | ||
| 12338 | 2024.12.14 01:11:14.935450 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12339 | 2024.12.14 01:11:15.788130 [ 134 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0 | ||
| 12340 | 2024.12.14 01:11:15.788202 [ 134 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12341 | 2024.12.14 01:11:15.788229 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12342 | 2024.12.14 01:11:15.788444 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_9 to all_45_45_0 into Compact with storage Full | ||
| 12343 | 2024.12.14 01:11:15.788834 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12344 | 2024.12.14 01:11:15.788878 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part | ||
| 12345 | 2024.12.14 01:11:15.788965 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12346 | 2024.12.14 01:11:15.789157 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 12347 | 2024.12.14 01:11:15.789466 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 12348 | 2024.12.14 01:11:15.789639 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 12349 | 2024.12.14 01:11:15.790766 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002457422 sec., 18311.873174407978 rows/sec., 1.20 MiB/sec. | ||
| 12350 | 2024.12.14 01:11:15.790974 [ 204 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
| 12351 | 2024.12.14 01:11:15.791385 [ 204 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12352 | 2024.12.14 01:11:15.791496 [ 204 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_45_10} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10 | ||
| 12353 | 2024.12.14 01:11:15.791606 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12354 | 2024.12.14 01:11:17.362888 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12355 | 2024.12.14 01:11:17.362942 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12356 | 2024.12.14 01:11:17.662947 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 12357 | 2024.12.14 01:11:17.663639 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12358 | 2024.12.14 01:11:17.663683 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12359 | 2024.12.14 01:11:17.664200 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12360 | 2024.12.14 01:11:17.664448 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12361 | 2024.12.14 01:11:17.664682 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12362 | 2024.12.14 01:11:17.804677 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12363 | 2024.12.14 01:11:17.804944 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12364 | 2024.12.14 01:11:17.805046 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12365 | 2024.12.14 01:11:17.805910 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12366 | 2024.12.14 01:11:17.805950 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12367 | 2024.12.14 01:11:17.806315 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12368 | 2024.12.14 01:11:17.806552 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12369 | 2024.12.14 01:11:17.806820 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 12370 | 2024.12.14 01:11:17.807014 [ 257 ] {0983e6b9-32a3-4c0f-90ef-8a7058673764} <Debug> TCPHandler: Processed in 0.002505953 sec. | ||
| 12371 | 2024.12.14 01:11:17.807332 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12372 | 2024.12.14 01:11:17.807536 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12373 | 2024.12.14 01:11:17.807609 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12374 | 2024.12.14 01:11:17.808526 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12375 | 2024.12.14 01:11:17.808577 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12376 | 2024.12.14 01:11:17.809040 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12377 | 2024.12.14 01:11:17.809313 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12378 | 2024.12.14 01:11:17.809555 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002073 sec., 137481.9102749638 rows/sec., 12.15 MiB/sec. | ||
| 12379 | 2024.12.14 01:11:17.809626 [ 4 ] {57f9b6a5-388b-411b-bb16-ada0ce7d6f95} <Debug> TCPHandler: Processed in 0.002479891 sec. | ||
| 12380 | 2024.12.14 01:11:17.809792 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12381 | 2024.12.14 01:11:17.809933 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12382 | 2024.12.14 01:11:17.809993 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12383 | 2024.12.14 01:11:17.810658 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12384 | 2024.12.14 01:11:17.810696 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12385 | 2024.12.14 01:11:17.811052 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12386 | 2024.12.14 01:11:17.811290 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12387 | 2024.12.14 01:11:17.811490 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001589 sec., 30207.677784770298 rows/sec., 2.18 MiB/sec. | ||
| 12388 | 2024.12.14 01:11:17.811545 [ 257 ] {d2ebe918-9425-4240-969c-7faecd1884e6} <Debug> TCPHandler: Processed in 0.001820933 sec. | ||
| 12389 | 2024.12.14 01:11:17.811703 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12390 | 2024.12.14 01:11:17.811848 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12391 | 2024.12.14 01:11:17.811910 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12392 | 2024.12.14 01:11:17.812605 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12393 | 2024.12.14 01:11:17.812642 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12394 | 2024.12.14 01:11:17.813002 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12395 | 2024.12.14 01:11:17.813241 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2024.12.14 01:11:17.813423 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001611 sec., 8690.254500310366 rows/sec., 608.61 KiB/sec. | ||
| 12397 | 2024.12.14 01:11:17.813479 [ 4 ] {97edce3e-f226-445c-91ce-ba887491b230} <Debug> TCPHandler: Processed in 0.001844213 sec. | ||
| 12398 | 2024.12.14 01:11:17.813644 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12399 | 2024.12.14 01:11:17.813780 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12400 | 2024.12.14 01:11:17.813836 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12401 | 2024.12.14 01:11:17.814507 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12402 | 2024.12.14 01:11:17.814546 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12403 | 2024.12.14 01:11:17.814904 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12404 | 2024.12.14 01:11:17.815139 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12405 | 2024.12.14 01:11:17.815380 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 12406 | 2024.12.14 01:11:17.815523 [ 257 ] {fbfdc295-6f19-4f8e-8e33-8b27c67daef1} <Debug> TCPHandler: Processed in 0.001939406 sec. | ||
| 12407 | 2024.12.14 01:11:17.815743 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12408 | 2024.12.14 01:11:17.815881 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12409 | 2024.12.14 01:11:17.815937 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12410 | 2024.12.14 01:11:17.816714 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12411 | 2024.12.14 01:11:17.816751 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12412 | 2024.12.14 01:11:17.817129 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12413 | 2024.12.14 01:11:17.817365 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12414 | 2024.12.14 01:11:17.817548 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001698 sec., 249116.60777385157 rows/sec., 17.81 MiB/sec. | ||
| 12415 | 2024.12.14 01:11:17.817599 [ 4 ] {5d13066b-a404-4bd1-83c5-d83178e48fe2} <Debug> TCPHandler: Processed in 0.001963017 sec. | ||
| 12416 | 2024.12.14 01:11:17.817802 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12417 | 2024.12.14 01:11:17.818022 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12418 | 2024.12.14 01:11:17.818116 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12419 | 2024.12.14 01:11:17.818781 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2024.12.14 01:11:17.818820 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12421 | 2024.12.14 01:11:17.819178 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12422 | 2024.12.14 01:11:17.819410 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12423 | 2024.12.14 01:11:17.819630 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001662 sec., 3610.1083032490974 rows/sec., 188.61 KiB/sec. | ||
| 12424 | 2024.12.14 01:11:17.819680 [ 257 ] {ca5bbc8b-ce34-46cd-b77b-32daca1d4a3c} <Debug> TCPHandler: Processed in 0.001987188 sec. | ||
| 12425 | 2024.12.14 01:11:17.819832 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12426 | 2024.12.14 01:11:17.819969 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12427 | 2024.12.14 01:11:17.820032 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12428 | 2024.12.14 01:11:17.820665 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12429 | 2024.12.14 01:11:17.820703 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12430 | 2024.12.14 01:11:17.821093 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12431 | 2024.12.14 01:11:17.821327 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12432 | 2024.12.14 01:11:17.821505 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001567 sec., 151244.41608168476 rows/sec., 10.14 MiB/sec. | ||
| 12433 | 2024.12.14 01:11:17.821556 [ 4 ] {7045041b-bcf2-4766-9228-73a4ec5c094b} <Debug> TCPHandler: Processed in 0.001788682 sec. | ||
| 12434 | 2024.12.14 01:11:17.821749 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12435 | 2024.12.14 01:11:17.821971 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12436 | 2024.12.14 01:11:17.822065 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12437 | 2024.12.14 01:11:17.822740 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12438 | 2024.12.14 01:11:17.822778 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12439 | 2024.12.14 01:11:17.823127 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12440 | 2024.12.14 01:11:17.823360 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12441 | 2024.12.14 01:11:17.823559 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001643 sec., 608.6427267194157 rows/sec., 41.01 KiB/sec. | ||
| 12442 | 2024.12.14 01:11:17.823609 [ 257 ] {25f58c70-f566-4c90-8cc0-f3f5eceefb36} <Debug> TCPHandler: Processed in 0.001967177 sec. | ||
| 12443 | 2024.12.14 01:11:17.823762 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12444 | 2024.12.14 01:11:17.823900 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12445 | 2024.12.14 01:11:17.823990 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12446 | 2024.12.14 01:11:17.825197 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12447 | 2024.12.14 01:11:17.825234 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12448 | 2024.12.14 01:11:17.825892 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12449 | 2024.12.14 01:11:17.826149 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12450 | 2024.12.14 01:11:17.826292 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12451 | 2024.12.14 01:11:17.826350 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12452 | 2024.12.14 01:11:17.826366 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002496 sec., 16426.28205128205 rows/sec., 29.44 MiB/sec. | ||
| 12453 | 2024.12.14 01:11:17.826380 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12454 | 2024.12.14 01:11:17.826760 [ 4 ] {48f9d85a-ac74-4e60-957c-5c7f549a59a8} <Debug> TCPHandler: Processed in 0.003063259 sec. | ||
| 12455 | 2024.12.14 01:11:17.826811 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 12456 | 2024.12.14 01:11:17.827014 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12457 | 2024.12.14 01:11:17.827407 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12458 | 2024.12.14 01:11:17.827486 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12459 | 2024.12.14 01:11:17.827583 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12460 | 2024.12.14 01:11:17.827670 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1549 rows starting from the beginning of the part | ||
| 12461 | 2024.12.14 01:11:17.828587 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
| 12462 | 2024.12.14 01:11:17.829224 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part | ||
| 12463 | 2024.12.14 01:11:17.829983 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part | ||
| 12464 | 2024.12.14 01:11:17.830001 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12465 | 2024.12.14 01:11:17.830081 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12466 | 2024.12.14 01:11:17.830613 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part | ||
| 12467 | 2024.12.14 01:11:17.831317 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part | ||
| 12468 | 2024.12.14 01:11:17.831570 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12469 | 2024.12.14 01:11:17.832544 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12470 | 2024.12.14 01:11:17.833009 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005742 sec., 14280.738418669454 rows/sec., 928.77 KiB/sec. | ||
| 12471 | 2024.12.14 01:11:17.833154 [ 257 ] {9e7b3319-2559-41a6-9717-3dadcbd187cf} <Debug> TCPHandler: Processed in 0.006296962 sec. | ||
| 12472 | 2024.12.14 01:11:17.842218 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1754 rows, containing 19 columns (19 merged, 0 gathered) in 0.015669083 sec., 111940.18182174413 rows/sec., 200.59 MiB/sec. | ||
| 12473 | 2024.12.14 01:11:17.844057 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12474 | 2024.12.14 01:11:17.844491 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2024.12.14 01:11:17.844570 [ 204 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12476 | 2024.12.14 01:11:17.844729 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 12477 | 2024.12.14 01:11:17.920794 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1750 | ||
| 12478 | 2024.12.14 01:11:17.924089 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12479 | 2024.12.14 01:11:17.924134 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12480 | 2024.12.14 01:11:17.925554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12481 | 2024.12.14 01:11:17.925874 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12482 | 2024.12.14 01:11:17.927361 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1750 | ||
| 12483 | 2024.12.14 01:11:18.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.32 MiB, peak 261.98 MiB, free memory in arenas 0.00 B, will set to 254.47 MiB (RSS), difference: 4.15 MiB | ||
| 12484 | 2024.12.14 01:11:18.001879 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00137314 sec. | ||
| 12485 | 2024.12.14 01:11:19.701162 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12486 | 2024.12.14 01:11:19.722223 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12487 | 2024.12.14 01:11:19.722274 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12488 | 2024.12.14 01:11:19.729683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12489 | 2024.12.14 01:11:19.730472 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2024.12.14 01:11:19.733337 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12491 | 2024.12.14 01:11:22.799254 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12492 | 2024.12.14 01:11:22.799557 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12493 | 2024.12.14 01:11:22.799676 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12494 | 2024.12.14 01:11:22.800468 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12495 | 2024.12.14 01:11:22.800522 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12496 | 2024.12.14 01:11:22.800961 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12497 | 2024.12.14 01:11:22.801218 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12498 | 2024.12.14 01:11:22.801455 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001983 sec., 28240.040342914777 rows/sec., 2.17 MiB/sec. | ||
| 12499 | 2024.12.14 01:11:22.801521 [ 257 ] {d1f1fc24-8865-4789-84c2-ab64eacc0c63} <Debug> TCPHandler: Processed in 0.002456371 sec. | ||
| 12500 | 2024.12.14 01:11:22.801769 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12501 | 2024.12.14 01:11:22.801954 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12502 | 2024.12.14 01:11:22.802022 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12503 | 2024.12.14 01:11:22.802759 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12504 | 2024.12.14 01:11:22.802800 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12505 | 2024.12.14 01:11:22.803227 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12506 | 2024.12.14 01:11:22.803479 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12507 | 2024.12.14 01:11:22.803684 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00178 sec., 35955.05617977528 rows/sec., 2.81 MiB/sec. | ||
| 12508 | 2024.12.14 01:11:22.803772 [ 4 ] {adf8d3b1-21d8-48f0-9617-161eabe80594} <Debug> TCPHandler: Processed in 0.002132072 sec. | ||
| 12509 | 2024.12.14 01:11:22.803997 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12510 | 2024.12.14 01:11:22.804219 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12511 | 2024.12.14 01:11:22.804284 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12512 | 2024.12.14 01:11:22.804918 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12513 | 2024.12.14 01:11:22.804959 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12514 | 2024.12.14 01:11:22.805378 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12515 | 2024.12.14 01:11:22.805624 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12516 | 2024.12.14 01:11:22.805856 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 12517 | 2024.12.14 01:11:22.805937 [ 257 ] {71327917-713f-49a5-8105-b85583bc31fe} <Debug> TCPHandler: Processed in 0.00206972 sec. | ||
| 12518 | 2024.12.14 01:11:22.806099 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12519 | 2024.12.14 01:11:22.806256 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12520 | 2024.12.14 01:11:22.806306 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12521 | 2024.12.14 01:11:22.806814 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12522 | 2024.12.14 01:11:22.806850 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12523 | 2024.12.14 01:11:22.807226 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12524 | 2024.12.14 01:11:22.807460 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2024.12.14 01:11:22.807633 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 12526 | 2024.12.14 01:11:22.807682 [ 4 ] {10c7df40-0743-44e3-8cf8-185e41d4401e} <Debug> TCPHandler: Processed in 0.001659708 sec. | ||
| 12527 | 2024.12.14 01:11:25.164803 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 12528 | 2024.12.14 01:11:25.165601 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12529 | 2024.12.14 01:11:25.165661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12530 | 2024.12.14 01:11:25.166220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12531 | 2024.12.14 01:11:25.166484 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12532 | 2024.12.14 01:11:25.166834 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 12533 | 2024.12.14 01:11:27.233387 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12534 | 2024.12.14 01:11:27.255146 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12535 | 2024.12.14 01:11:27.255209 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12536 | 2024.12.14 01:11:27.262549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12537 | 2024.12.14 01:11:27.263309 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12538 | 2024.12.14 01:11:27.266390 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12539 | 2024.12.14 01:11:27.804321 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12540 | 2024.12.14 01:11:27.804510 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12541 | 2024.12.14 01:11:27.804580 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12542 | 2024.12.14 01:11:27.805316 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12543 | 2024.12.14 01:11:27.805363 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12544 | 2024.12.14 01:11:27.805795 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12545 | 2024.12.14 01:11:27.806061 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12546 | 2024.12.14 01:11:27.806311 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001853 sec., 7555.315704263357 rows/sec., 543.88 KiB/sec. | ||
| 12547 | 2024.12.14 01:11:27.806377 [ 257 ] {ad3f4553-de83-4bd3-94fd-2df3f05e8058} <Debug> TCPHandler: Processed in 0.002184673 sec. | ||
| 12548 | 2024.12.14 01:11:27.806605 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12549 | 2024.12.14 01:11:27.806790 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12550 | 2024.12.14 01:11:27.806860 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12551 | 2024.12.14 01:11:27.807754 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2024.12.14 01:11:27.807802 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12553 | 2024.12.14 01:11:27.808264 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12554 | 2024.12.14 01:11:27.808511 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2024.12.14 01:11:27.808710 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001973 sec., 144450.07602635582 rows/sec., 12.76 MiB/sec. | ||
| 12556 | 2024.12.14 01:11:27.808766 [ 4 ] {5f297370-8ebb-45aa-8adb-575e9fd80c7a} <Debug> TCPHandler: Processed in 0.002288987 sec. | ||
| 12557 | 2024.12.14 01:11:27.808942 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12558 | 2024.12.14 01:11:27.809087 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12559 | 2024.12.14 01:11:27.809146 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12560 | 2024.12.14 01:11:27.809864 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12561 | 2024.12.14 01:11:27.809906 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12562 | 2024.12.14 01:11:27.810276 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12563 | 2024.12.14 01:11:27.810518 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12564 | 2024.12.14 01:11:27.810734 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001682 sec., 28537.455410225924 rows/sec., 2.05 MiB/sec. | ||
| 12565 | 2024.12.14 01:11:27.810790 [ 257 ] {bbbc67ed-6dc2-4fb2-9e07-96e68ae72665} <Debug> TCPHandler: Processed in 0.001918225 sec. | ||
| 12566 | 2024.12.14 01:11:27.810929 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12567 | 2024.12.14 01:11:27.811065 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12568 | 2024.12.14 01:11:27.811122 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12569 | 2024.12.14 01:11:27.811790 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12570 | 2024.12.14 01:11:27.811835 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12571 | 2024.12.14 01:11:27.812200 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12572 | 2024.12.14 01:11:27.812439 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12573 | 2024.12.14 01:11:27.812571 [ 120 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12574 | 2024.12.14 01:11:27.812616 [ 120 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12575 | 2024.12.14 01:11:27.812624 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001586 sec., 8827.238335435057 rows/sec., 618.20 KiB/sec. | ||
| 12576 | 2024.12.14 01:11:27.812639 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12577 | 2024.12.14 01:11:27.812727 [ 4 ] {b534e255-5c19-4249-93a3-d5ef7a1e7e7a} <Debug> TCPHandler: Processed in 0.001859853 sec. | ||
| 12578 | 2024.12.14 01:11:27.812990 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12579 | 2024.12.14 01:11:27.813013 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12580 | 2024.12.14 01:11:27.813498 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12581 | 2024.12.14 01:11:27.813578 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12582 | 2024.12.14 01:11:27.813683 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12583 | 2024.12.14 01:11:27.813704 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 242 rows starting from the beginning of the part | ||
| 12584 | 2024.12.14 01:11:27.814033 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 12585 | 2024.12.14 01:11:27.814418 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 12586 | 2024.12.14 01:11:27.814756 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part | ||
| 12587 | 2024.12.14 01:11:27.815086 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 12588 | 2024.12.14 01:11:27.815422 [ 200 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 12589 | 2024.12.14 01:11:27.816766 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12590 | 2024.12.14 01:11:27.816837 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12591 | 2024.12.14 01:11:27.817802 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12592 | 2024.12.14 01:11:27.818042 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005324354 sec., 101420.75451782507 rows/sec., 7.26 MiB/sec. | ||
| 12593 | 2024.12.14 01:11:27.818234 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12594 | 2024.12.14 01:11:27.818295 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12595 | 2024.12.14 01:11:27.818671 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005338 sec., 2435.3690520794307 rows/sec., 151.84 KiB/sec. | ||
| 12596 | 2024.12.14 01:11:27.818868 [ 257 ] {c3b32b45-1d2c-46b1-b1f0-e92ed4a01b70} <Debug> TCPHandler: Processed in 0.006015684 sec. | ||
| 12597 | 2024.12.14 01:11:27.818880 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12598 | 2024.12.14 01:11:27.819029 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12599 | 2024.12.14 01:11:27.819103 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_47_10} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12600 | 2024.12.14 01:11:27.819193 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12601 | 2024.12.14 01:11:27.819298 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12602 | 2024.12.14 01:11:27.819304 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 12603 | 2024.12.14 01:11:27.820070 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12604 | 2024.12.14 01:11:27.820113 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12605 | 2024.12.14 01:11:27.820515 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12606 | 2024.12.14 01:11:27.820758 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12607 | 2024.12.14 01:11:27.820955 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001793 sec., 235917.45677635245 rows/sec., 16.87 MiB/sec. | ||
| 12608 | 2024.12.14 01:11:27.821041 [ 4 ] {acf21199-ad14-4185-b734-24b513203b8f} <Debug> TCPHandler: Processed in 0.002082761 sec. | ||
| 12609 | 2024.12.14 01:11:27.821249 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12610 | 2024.12.14 01:11:27.821579 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12611 | 2024.12.14 01:11:27.821683 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12612 | 2024.12.14 01:11:27.822205 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12613 | 2024.12.14 01:11:27.822243 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12614 | 2024.12.14 01:11:27.822613 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12615 | 2024.12.14 01:11:27.822865 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12616 | 2024.12.14 01:11:27.823024 [ 120 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12617 | 2024.12.14 01:11:27.823077 [ 120 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12618 | 2024.12.14 01:11:27.823106 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00163 sec., 3680.9815950920247 rows/sec., 192.32 KiB/sec. | ||
| 12619 | 2024.12.14 01:11:27.823115 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12620 | 2024.12.14 01:11:27.823254 [ 257 ] {9dd88d60-f3d8-456e-8e83-4cc0768bbd5e} <Debug> TCPHandler: Processed in 0.002123242 sec. | ||
| 12621 | 2024.12.14 01:11:27.823326 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12622 | 2024.12.14 01:11:27.823414 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12623 | 2024.12.14 01:11:27.823482 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12624 | 2024.12.14 01:11:27.823545 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 12625 | 2024.12.14 01:11:27.823643 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12626 | 2024.12.14 01:11:27.823804 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12627 | 2024.12.14 01:11:27.823865 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12628 | 2024.12.14 01:11:27.824156 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12629 | 2024.12.14 01:11:27.824455 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 12630 | 2024.12.14 01:11:27.824822 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 12631 | 2024.12.14 01:11:27.825194 [ 194 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 12632 | 2024.12.14 01:11:27.826705 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12633 | 2024.12.14 01:11:27.826769 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12634 | 2024.12.14 01:11:27.827796 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.004542921 sec., 62074.59914006869 rows/sec., 3.17 MiB/sec. | ||
| 12635 | 2024.12.14 01:11:27.827824 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12636 | 2024.12.14 01:11:27.827987 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12637 | 2024.12.14 01:11:27.828268 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12638 | 2024.12.14 01:11:27.828532 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 12639 | 2024.12.14 01:11:27.828613 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12640 | 2024.12.14 01:11:27.828674 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12641 | 2024.12.14 01:11:27.828703 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12642 | 2024.12.14 01:11:27.828754 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005156 sec., 45965.865011636924 rows/sec., 3.08 MiB/sec. | ||
| 12643 | 2024.12.14 01:11:27.829125 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_47_10} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12644 | 2024.12.14 01:11:27.829150 [ 4 ] {6b51a9ce-5040-47dc-a380-7a2ca03d2f64} <Debug> TCPHandler: Processed in 0.005810688 sec. | ||
| 12645 | 2024.12.14 01:11:27.829565 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12646 | 2024.12.14 01:11:27.829783 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12647 | 2024.12.14 01:11:27.829987 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 12648 | 2024.12.14 01:11:27.830026 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12649 | 2024.12.14 01:11:27.830238 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12650 | 2024.12.14 01:11:27.831206 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12651 | 2024.12.14 01:11:27.831449 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31588 rows starting from the beginning of the part | ||
| 12652 | 2024.12.14 01:11:27.831859 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 128 rows starting from the beginning of the part | ||
| 12653 | 2024.12.14 01:11:27.832243 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 12654 | 2024.12.14 01:11:27.832587 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 12655 | 2024.12.14 01:11:27.832943 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 12656 | 2024.12.14 01:11:27.832960 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12657 | 2024.12.14 01:11:27.833056 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12658 | 2024.12.14 01:11:27.833291 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 12659 | 2024.12.14 01:11:27.834147 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12660 | 2024.12.14 01:11:27.834551 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12661 | 2024.12.14 01:11:27.834939 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005035 sec., 198.60973187686196 rows/sec., 13.38 KiB/sec. | ||
| 12662 | 2024.12.14 01:11:27.835209 [ 257 ] {aa92243a-1efe-4f04-b357-5f482faecc08} <Debug> TCPHandler: Processed in 0.005890121 sec. | ||
| 12663 | 2024.12.14 01:11:27.835569 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12664 | 2024.12.14 01:11:27.835881 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12665 | 2024.12.14 01:11:27.836129 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12666 | 2024.12.14 01:11:27.838307 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12667 | 2024.12.14 01:11:27.838364 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12668 | 2024.12.14 01:11:27.839335 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12669 | 2024.12.14 01:11:27.839715 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12670 | 2024.12.14 01:11:27.840005 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004201 sec., 9759.581052130445 rows/sec., 17.49 MiB/sec. | ||
| 12671 | 2024.12.14 01:11:27.840181 [ 4 ] {dd3094c0-126e-4bf8-ad69-9c3481c02d0a} <Debug> TCPHandler: Processed in 0.004853851 sec. | ||
| 12672 | 2024.12.14 01:11:27.840343 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12673 | 2024.12.14 01:11:27.840527 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12674 | 2024.12.14 01:11:27.840599 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12675 | 2024.12.14 01:11:27.841286 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12676 | 2024.12.14 01:11:27.841324 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12677 | 2024.12.14 01:11:27.841829 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12678 | 2024.12.14 01:11:27.842319 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2024.12.14 01:11:27.842497 [ 196 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32510 rows, containing 5 columns (5 merged, 0 gathered) in 0.013629435 sec., 2385278.6267369115 rows/sec., 161.03 MiB/sec. | ||
| 12680 | 2024.12.14 01:11:27.842710 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002256 sec., 36347.51773049645 rows/sec., 2.31 MiB/sec. | ||
| 12681 | 2024.12.14 01:11:27.842774 [ 257 ] {92ebb005-fb35-4ab8-bb85-f2b0bc3e599a} <Debug> TCPHandler: Processed in 0.002497822 sec. | ||
| 12682 | 2024.12.14 01:11:27.843266 [ 196 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 12683 | 2024.12.14 01:11:27.843562 [ 196 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12684 | 2024.12.14 01:11:27.843637 [ 196 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 12685 | 2024.12.14 01:11:27.843726 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12686 | 2024.12.14 01:11:27.927551 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1780 | ||
| 12687 | 2024.12.14 01:11:27.930680 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12688 | 2024.12.14 01:11:27.930726 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12689 | 2024.12.14 01:11:27.932268 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12690 | 2024.12.14 01:11:27.932567 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12691 | 2024.12.14 01:11:27.934803 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1780 | ||
| 12692 | 2024.12.14 01:11:28.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.82 MiB, peak 262.93 MiB, free memory in arenas 0.00 B, will set to 254.50 MiB (RSS), difference: -1.31 MiB | ||
| 12693 | 2024.12.14 01:11:32.362985 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12694 | 2024.12.14 01:11:32.363062 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12695 | 2024.12.14 01:11:32.666948 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 12696 | 2024.12.14 01:11:32.667589 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12697 | 2024.12.14 01:11:32.667626 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12698 | 2024.12.14 01:11:32.668151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12699 | 2024.12.14 01:11:32.668406 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12700 | 2024.12.14 01:11:32.668570 [ 114 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12701 | 2024.12.14 01:11:32.668617 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12702 | 2024.12.14 01:11:32.668619 [ 114 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12703 | 2024.12.14 01:11:32.668662 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12704 | 2024.12.14 01:11:32.668819 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 12705 | 2024.12.14 01:11:32.669060 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12706 | 2024.12.14 01:11:32.669124 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 12707 | 2024.12.14 01:11:32.669218 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 12708 | 2024.12.14 01:11:32.669451 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 12709 | 2024.12.14 01:11:32.669663 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 12710 | 2024.12.14 01:11:32.669812 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 12711 | 2024.12.14 01:11:32.669985 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 12712 | 2024.12.14 01:11:32.672701 [ 191 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003960975 sec., 7638523.343368741 rows/sec., 109.27 MiB/sec. | ||
| 12713 | 2024.12.14 01:11:32.673130 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12714 | 2024.12.14 01:11:32.673447 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12715 | 2024.12.14 01:11:32.673530 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_66_13} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12716 | 2024.12.14 01:11:32.673636 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. | ||
| 12717 | 2024.12.14 01:11:32.798550 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12718 | 2024.12.14 01:11:32.798701 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12719 | 2024.12.14 01:11:32.798760 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12720 | 2024.12.14 01:11:32.799450 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12721 | 2024.12.14 01:11:32.799492 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12722 | 2024.12.14 01:11:32.799878 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12723 | 2024.12.14 01:11:32.800135 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12724 | 2024.12.14 01:11:32.800292 [ 114 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12725 | 2024.12.14 01:11:32.800334 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.57 MiB/sec. | ||
| 12726 | 2024.12.14 01:11:32.800340 [ 114 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12727 | 2024.12.14 01:11:32.800389 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12728 | 2024.12.14 01:11:32.800409 [ 257 ] {b7b927ab-555a-4a2d-91fb-d195032d4a88} <Debug> TCPHandler: Processed in 0.001972157 sec. | ||
| 12729 | 2024.12.14 01:11:32.800515 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12730 | 2024.12.14 01:11:32.800614 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12731 | 2024.12.14 01:11:32.800663 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12732 | 2024.12.14 01:11:32.800672 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1434 rows starting from the beginning of the part | ||
| 12733 | 2024.12.14 01:11:32.800919 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part | ||
| 12734 | 2024.12.14 01:11:32.801027 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12735 | 2024.12.14 01:11:32.801221 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12736 | 2024.12.14 01:11:32.801235 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 285 rows starting from the beginning of the part | ||
| 12737 | 2024.12.14 01:11:32.801612 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 12738 | 2024.12.14 01:11:32.801844 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 285 rows starting from the beginning of the part | ||
| 12739 | 2024.12.14 01:11:32.802162 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 12740 | 2024.12.14 01:11:32.804664 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12741 | 2024.12.14 01:11:32.804741 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12742 | 2024.12.14 01:11:32.805605 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12743 | 2024.12.14 01:11:32.806106 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005648534 sec., 384524.5509719867 rows/sec., 33.94 MiB/sec. | ||
| 12744 | 2024.12.14 01:11:32.806125 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12745 | 2024.12.14 01:11:32.806370 [ 114 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12746 | 2024.12.14 01:11:32.806433 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12747 | 2024.12.14 01:11:32.806452 [ 114 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12748 | 2024.12.14 01:11:32.806524 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12749 | 2024.12.14 01:11:32.806676 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005699 sec., 11230.040357957536 rows/sec., 897.57 KiB/sec. | ||
| 12750 | 2024.12.14 01:11:32.807025 [ 4 ] {f653023c-4de3-4dcf-b752-3bb5be36289f} <Debug> TCPHandler: Processed in 0.006495318 sec. | ||
| 12751 | 2024.12.14 01:11:32.807253 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12752 | 2024.12.14 01:11:32.807339 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12753 | 2024.12.14 01:11:32.807447 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12754 | 2024.12.14 01:11:32.807703 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_111_22} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12755 | 2024.12.14 01:11:32.807811 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12756 | 2024.12.14 01:11:32.808032 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12757 | 2024.12.14 01:11:32.808048 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12758 | 2024.12.14 01:11:32.808132 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12759 | 2024.12.14 01:11:32.808274 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 12760 | 2024.12.14 01:11:32.808815 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part | ||
| 12761 | 2024.12.14 01:11:32.809264 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 423 rows starting from the beginning of the part | ||
| 12762 | 2024.12.14 01:11:32.809734 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 12763 | 2024.12.14 01:11:32.810136 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 423 rows starting from the beginning of the part | ||
| 12764 | 2024.12.14 01:11:32.810545 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 12765 | 2024.12.14 01:11:32.812273 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12766 | 2024.12.14 01:11:32.812385 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12767 | 2024.12.14 01:11:32.813400 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12768 | 2024.12.14 01:11:32.813811 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12769 | 2024.12.14 01:11:32.814424 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006715 sec., 23827.252419955326 rows/sec., 1.66 MiB/sec. | ||
| 12770 | 2024.12.14 01:11:32.814759 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.008091204 sec., 241373.2245534781 rows/sec., 18.48 MiB/sec. | ||
| 12771 | 2024.12.14 01:11:32.814827 [ 257 ] {4f3c4eb5-cfd4-4d28-9716-1179715f6e81} <Debug> TCPHandler: Processed in 0.007663722 sec. | ||
| 12772 | 2024.12.14 01:11:32.815110 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12773 | 2024.12.14 01:11:32.815118 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12774 | 2024.12.14 01:11:32.815406 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12775 | 2024.12.14 01:11:32.815523 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12776 | 2024.12.14 01:11:32.815740 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12777 | 2024.12.14 01:11:32.815867 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_111_22} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12778 | 2024.12.14 01:11:32.815949 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 12779 | 2024.12.14 01:11:32.816182 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12780 | 2024.12.14 01:11:32.816222 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12781 | 2024.12.14 01:11:32.816607 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12782 | 2024.12.14 01:11:32.816849 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12783 | 2024.12.14 01:11:32.817016 [ 114 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12784 | 2024.12.14 01:11:32.817063 [ 114 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12785 | 2024.12.14 01:11:32.817095 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001767 sec., 33955.85738539898 rows/sec., 2.29 MiB/sec. | ||
| 12786 | 2024.12.14 01:11:32.817110 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12787 | 2024.12.14 01:11:32.817261 [ 4 ] {66ac7a88-0625-4b4e-adfc-69c92d7ed3b5} <Debug> TCPHandler: Processed in 0.002300156 sec. | ||
| 12788 | 2024.12.14 01:11:32.817320 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12789 | 2024.12.14 01:11:32.817418 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12790 | 2024.12.14 01:11:32.817447 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6348 rows starting from the beginning of the part | ||
| 12791 | 2024.12.14 01:11:32.817548 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 12792 | 2024.12.14 01:11:32.817737 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 12793 | 2024.12.14 01:11:32.817851 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 12794 | 2024.12.14 01:11:32.818011 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 12795 | 2024.12.14 01:11:32.818080 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 12796 | 2024.12.14 01:11:32.820166 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6692 rows, containing 4 columns (4 merged, 0 gathered) in 0.002923984 sec., 2288658.2142720344 rows/sec., 149.09 MiB/sec. | ||
| 12797 | 2024.12.14 01:11:32.820671 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12798 | 2024.12.14 01:11:32.821061 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12799 | 2024.12.14 01:11:32.821164 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_111_22} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12800 | 2024.12.14 01:11:32.821271 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 12801 | 2024.12.14 01:11:33.546917 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12802 | 2024.12.14 01:11:33.547099 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12803 | 2024.12.14 01:11:33.547168 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12804 | 2024.12.14 01:11:33.547886 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12805 | 2024.12.14 01:11:33.547935 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12806 | 2024.12.14 01:11:33.548368 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12807 | 2024.12.14 01:11:33.548628 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2024.12.14 01:11:33.548837 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001787 sec., 7834.3592613318415 rows/sec., 563.97 KiB/sec. | ||
| 12809 | 2024.12.14 01:11:33.548897 [ 257 ] {ac4c2458-82ee-4607-98b6-fca585f91219} <Debug> TCPHandler: Processed in 0.0021037 sec. | ||
| 12810 | 2024.12.14 01:11:33.549183 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12811 | 2024.12.14 01:11:33.549369 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12812 | 2024.12.14 01:11:33.549447 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12813 | 2024.12.14 01:11:33.550209 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12814 | 2024.12.14 01:11:33.550263 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12815 | 2024.12.14 01:11:33.550697 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12816 | 2024.12.14 01:11:33.550968 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12817 | 2024.12.14 01:11:33.551256 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 589.37 KiB/sec. | ||
| 12818 | 2024.12.14 01:11:33.551464 [ 4 ] {3d92f97c-842f-45b0-b2dd-70e69b8b91c0} <Debug> TCPHandler: Processed in 0.002434981 sec. | ||
| 12819 | 2024.12.14 01:11:33.551661 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12820 | 2024.12.14 01:11:33.551778 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12821 | 2024.12.14 01:11:33.551826 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12822 | 2024.12.14 01:11:33.553298 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12823 | 2024.12.14 01:11:33.553336 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12824 | 2024.12.14 01:11:33.553789 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12825 | 2024.12.14 01:11:33.554035 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12826 | 2024.12.14 01:11:33.554213 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002459 sec., 582350.5490036601 rows/sec., 48.79 MiB/sec. | ||
| 12827 | 2024.12.14 01:11:33.554277 [ 257 ] {56ffe0af-74d0-4fe8-99bb-037adc5a92dd} <Debug> TCPHandler: Processed in 0.002698568 sec. | ||
| 12828 | 2024.12.14 01:11:33.554484 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12829 | 2024.12.14 01:11:33.554759 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12830 | 2024.12.14 01:11:33.554824 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12831 | 2024.12.14 01:11:33.555477 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12832 | 2024.12.14 01:11:33.555520 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12833 | 2024.12.14 01:11:33.555896 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12834 | 2024.12.14 01:11:33.556139 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12835 | 2024.12.14 01:11:33.556383 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001708 sec., 36299.765807962525 rows/sec., 2.58 MiB/sec. | ||
| 12836 | 2024.12.14 01:11:33.556470 [ 4 ] {658ac95c-6250-4279-a502-f92a36a7ac36} <Debug> TCPHandler: Processed in 0.00208985 sec. | ||
| 12837 | 2024.12.14 01:11:33.556715 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12838 | 2024.12.14 01:11:33.556882 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12839 | 2024.12.14 01:11:33.556939 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12840 | 2024.12.14 01:11:33.557649 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12841 | 2024.12.14 01:11:33.557687 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12842 | 2024.12.14 01:11:33.558064 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12843 | 2024.12.14 01:11:33.558302 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12844 | 2024.12.14 01:11:33.558483 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001632 sec., 148284.3137254902 rows/sec., 10.05 MiB/sec. | ||
| 12845 | 2024.12.14 01:11:33.558535 [ 257 ] {d7e57c28-e31b-425f-9405-af365db83dfe} <Debug> TCPHandler: Processed in 0.001952166 sec. | ||
| 12846 | 2024.12.14 01:11:33.558689 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12847 | 2024.12.14 01:11:33.558815 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12848 | 2024.12.14 01:11:33.558869 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12849 | 2024.12.14 01:11:33.559473 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12850 | 2024.12.14 01:11:33.559515 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12851 | 2024.12.14 01:11:33.559880 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12852 | 2024.12.14 01:11:33.560118 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12853 | 2024.12.14 01:11:33.560381 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001587 sec., 8191.556395715185 rows/sec., 510.74 KiB/sec. | ||
| 12854 | 2024.12.14 01:11:33.560557 [ 4 ] {17ac0625-db41-4ee4-b696-110d53acfc09} <Debug> TCPHandler: Processed in 0.001923016 sec. | ||
| 12855 | 2024.12.14 01:11:33.560761 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12856 | 2024.12.14 01:11:33.560878 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12857 | 2024.12.14 01:11:33.560925 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12858 | 2024.12.14 01:11:33.561851 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12859 | 2024.12.14 01:11:33.561888 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12860 | 2024.12.14 01:11:33.562277 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12861 | 2024.12.14 01:11:33.562515 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12862 | 2024.12.14 01:11:33.562693 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001836 sec., 486383.4422657952 rows/sec., 35.32 MiB/sec. | ||
| 12863 | 2024.12.14 01:11:33.562744 [ 257 ] {c0fdd7af-87b3-451e-9669-9fbb61c41c1b} <Debug> TCPHandler: Processed in 0.00208021 sec. | ||
| 12864 | 2024.12.14 01:11:33.562889 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12865 | 2024.12.14 01:11:33.563011 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12866 | 2024.12.14 01:11:33.563063 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12867 | 2024.12.14 01:11:33.563632 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12868 | 2024.12.14 01:11:33.563680 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12869 | 2024.12.14 01:11:33.564119 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12870 | 2024.12.14 01:11:33.564357 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12871 | 2024.12.14 01:11:33.564608 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 194.34 KiB/sec. | ||
| 12872 | 2024.12.14 01:11:33.564698 [ 4 ] {5114df9c-65ea-4edf-ac38-017b724a66d2} <Debug> TCPHandler: Processed in 0.001861994 sec. | ||
| 12873 | 2024.12.14 01:11:33.564929 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12874 | 2024.12.14 01:11:33.565091 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12875 | 2024.12.14 01:11:33.565153 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12876 | 2024.12.14 01:11:33.566129 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12877 | 2024.12.14 01:11:33.566166 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12878 | 2024.12.14 01:11:33.566604 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12879 | 2024.12.14 01:11:33.566844 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12880 | 2024.12.14 01:11:33.567021 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001956 sec., 491820.04089979554 rows/sec., 32.68 MiB/sec. | ||
| 12881 | 2024.12.14 01:11:33.567072 [ 257 ] {ff1a15f7-21f7-4523-b479-4b52de216698} <Debug> TCPHandler: Processed in 0.002266135 sec. | ||
| 12882 | 2024.12.14 01:11:33.567222 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12883 | 2024.12.14 01:11:33.567340 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12884 | 2024.12.14 01:11:33.567394 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12885 | 2024.12.14 01:11:33.567884 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12886 | 2024.12.14 01:11:33.567923 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12887 | 2024.12.14 01:11:33.568297 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12888 | 2024.12.14 01:11:33.568538 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12889 | 2024.12.14 01:11:33.568744 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001431 sec., 698.8120195667366 rows/sec., 47.09 KiB/sec. | ||
| 12890 | 2024.12.14 01:11:33.568799 [ 4 ] {dc007e3e-8e0e-48ba-8c21-c057249a3ba2} <Debug> TCPHandler: Processed in 0.001633167 sec. | ||
| 12891 | 2024.12.14 01:11:33.568939 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12892 | 2024.12.14 01:11:33.569055 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12893 | 2024.12.14 01:11:33.569137 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12894 | 2024.12.14 01:11:33.570446 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12895 | 2024.12.14 01:11:33.570483 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12896 | 2024.12.14 01:11:33.571140 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12897 | 2024.12.14 01:11:33.571394 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12898 | 2024.12.14 01:11:33.571744 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002699 sec., 15190.811411633938 rows/sec., 27.22 MiB/sec. | ||
| 12899 | 2024.12.14 01:11:33.571996 [ 257 ] {f68f05a7-d51d-4d9f-8f3f-d3a2c058377a} <Debug> TCPHandler: Processed in 0.00311147 sec. | ||
| 12900 | 2024.12.14 01:11:33.572154 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12901 | 2024.12.14 01:11:33.572276 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12902 | 2024.12.14 01:11:33.572328 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12903 | 2024.12.14 01:11:33.572816 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12904 | 2024.12.14 01:11:33.572857 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. | ||
| 12905 | 2024.12.14 01:11:33.573237 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12906 | 2024.12.14 01:11:33.573476 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12907 | 2024.12.14 01:11:33.573717 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001463 sec., 23239.91797676008 rows/sec., 1.35 MiB/sec. | ||
| 12908 | 2024.12.14 01:11:33.573820 [ 4 ] {36641838-f53f-4aed-93f2-51c020cf1cf1} <Debug> TCPHandler: Processed in 0.00172991 sec. | ||
| 12909 | 2024.12.14 01:11:34.766438 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12910 | 2024.12.14 01:11:34.787511 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12911 | 2024.12.14 01:11:34.787566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12912 | 2024.12.14 01:11:34.794667 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12913 | 2024.12.14 01:11:34.795442 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12914 | 2024.12.14 01:11:34.795850 [ 111 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12915 | 2024.12.14 01:11:34.795985 [ 111 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12916 | 2024.12.14 01:11:34.796060 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12917 | 2024.12.14 01:11:34.796463 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 12918 | 2024.12.14 01:11:34.811035 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12919 | 2024.12.14 01:11:34.812760 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12920 | 2024.12.14 01:11:34.814318 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 12921 | 2024.12.14 01:11:34.820153 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 12922 | 2024.12.14 01:11:34.825839 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 12923 | 2024.12.14 01:11:34.831578 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12924 | 2024.12.14 01:11:34.837601 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 12925 | 2024.12.14 01:11:34.842186 [ 199 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 12926 | 2024.12.14 01:11:34.903899 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.107706777 sec., 4623.664488632874 rows/sec., 23.91 MiB/sec. | ||
| 12927 | 2024.12.14 01:11:34.907388 [ 197 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12928 | 2024.12.14 01:11:34.910463 [ 197 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12929 | 2024.12.14 01:11:34.910602 [ 197 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_66_13} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12930 | 2024.12.14 01:11:34.914857 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 12931 | 2024.12.14 01:11:37.797660 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12932 | 2024.12.14 01:11:37.797964 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12933 | 2024.12.14 01:11:37.798081 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12934 | 2024.12.14 01:11:37.798920 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12935 | 2024.12.14 01:11:37.798973 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12936 | 2024.12.14 01:11:37.799417 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12937 | 2024.12.14 01:11:37.799682 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12938 | 2024.12.14 01:11:37.799933 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002054 sec., 27263.87536514119 rows/sec., 2.09 MiB/sec. | ||
| 12939 | 2024.12.14 01:11:37.799990 [ 257 ] {2bac0e03-fde2-474a-9aa7-4163f315f728} <Debug> TCPHandler: Processed in 0.002519063 sec. | ||
| 12940 | 2024.12.14 01:11:37.800237 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12941 | 2024.12.14 01:11:37.800447 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12942 | 2024.12.14 01:11:37.800534 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12943 | 2024.12.14 01:11:37.801381 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12944 | 2024.12.14 01:11:37.801434 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12945 | 2024.12.14 01:11:37.801881 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12946 | 2024.12.14 01:11:37.802129 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12947 | 2024.12.14 01:11:37.802394 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002007 sec., 31888.39063278525 rows/sec., 2.49 MiB/sec. | ||
| 12948 | 2024.12.14 01:11:37.802462 [ 4 ] {914f18e4-7da1-474e-9cd7-cb8039d56b3e} <Debug> TCPHandler: Processed in 0.002364288 sec. | ||
| 12949 | 2024.12.14 01:11:37.802667 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12950 | 2024.12.14 01:11:37.802889 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12951 | 2024.12.14 01:11:37.802988 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12952 | 2024.12.14 01:11:37.803733 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12953 | 2024.12.14 01:11:37.803773 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12954 | 2024.12.14 01:11:37.804183 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12955 | 2024.12.14 01:11:37.804445 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12956 | 2024.12.14 01:11:37.804631 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.0018 sec., 71111.11111111111 rows/sec., 4.95 MiB/sec. | ||
| 12957 | 2024.12.14 01:11:37.804682 [ 257 ] {6ee6f0f3-4f51-4592-9355-b0cbaf67cf3a} <Debug> TCPHandler: Processed in 0.002120182 sec. | ||
| 12958 | 2024.12.14 01:11:37.804824 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12959 | 2024.12.14 01:11:37.804951 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12960 | 2024.12.14 01:11:37.805009 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12961 | 2024.12.14 01:11:37.805536 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12962 | 2024.12.14 01:11:37.805582 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12963 | 2024.12.14 01:11:37.805979 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12964 | 2024.12.14 01:11:37.806217 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12965 | 2024.12.14 01:11:37.806448 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001523 sec., 31516.743269862112 rows/sec., 2.12 MiB/sec. | ||
| 12966 | 2024.12.14 01:11:37.806532 [ 4 ] {7d703e2a-316f-4134-900e-b99279ef331b} <Debug> TCPHandler: Processed in 0.001762481 sec. | ||
| 12967 | 2024.12.14 01:11:37.935020 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1820 | ||
| 12968 | 2024.12.14 01:11:37.938342 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12969 | 2024.12.14 01:11:37.938385 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12970 | 2024.12.14 01:11:37.939864 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12971 | 2024.12.14 01:11:37.940171 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12972 | 2024.12.14 01:11:37.940768 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1820 | ||
| 12973 | 2024.12.14 01:11:40.168742 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 12974 | 2024.12.14 01:11:40.169504 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12975 | 2024.12.14 01:11:40.169556 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12976 | 2024.12.14 01:11:40.170104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12977 | 2024.12.14 01:11:40.170371 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12978 | 2024.12.14 01:11:40.170650 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 12979 | 2024.12.14 01:11:42.311105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12980 | 2024.12.14 01:11:42.330325 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2024.12.14 01:11:42.330379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12982 | 2024.12.14 01:11:42.337201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12983 | 2024.12.14 01:11:42.337970 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2024.12.14 01:11:42.340631 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12985 | 2024.12.14 01:11:42.798235 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12986 | 2024.12.14 01:11:42.798446 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12987 | 2024.12.14 01:11:42.798529 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12988 | 2024.12.14 01:11:42.799328 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12989 | 2024.12.14 01:11:42.799379 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12990 | 2024.12.14 01:11:42.799820 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12991 | 2024.12.14 01:11:42.800080 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12992 | 2024.12.14 01:11:42.800318 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
| 12993 | 2024.12.14 01:11:42.800376 [ 257 ] {90160195-2505-467c-bd29-fba60c6c47cf} <Debug> TCPHandler: Processed in 0.002281606 sec. | ||
| 12994 | 2024.12.14 01:11:42.800640 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12995 | 2024.12.14 01:11:42.800850 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12996 | 2024.12.14 01:11:42.800930 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12997 | 2024.12.14 01:11:42.801750 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12998 | 2024.12.14 01:11:42.801802 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 12999 | 2024.12.14 01:11:42.802240 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13000 | 2024.12.14 01:11:42.802504 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13001 | 2024.12.14 01:11:42.802737 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 13002 | 2024.12.14 01:11:42.802799 [ 4 ] {50f2c2bc-43ba-46bf-84f5-ac22cb930b8a} <Debug> TCPHandler: Processed in 0.002297036 sec. | ||
| 13003 | 2024.12.14 01:11:42.802956 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13004 | 2024.12.14 01:11:42.803073 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13005 | 2024.12.14 01:11:42.803126 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13006 | 2024.12.14 01:11:42.803708 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13007 | 2024.12.14 01:11:42.803748 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13008 | 2024.12.14 01:11:42.804159 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13009 | 2024.12.14 01:11:42.804406 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13010 | 2024.12.14 01:11:42.804632 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 13011 | 2024.12.14 01:11:42.804685 [ 257 ] {5239329c-58c1-4775-82c7-46b0367184a3} <Debug> TCPHandler: Processed in 0.001784832 sec. | ||
| 13012 | 2024.12.14 01:11:42.804833 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13013 | 2024.12.14 01:11:42.804963 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13014 | 2024.12.14 01:11:42.805018 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13015 | 2024.12.14 01:11:42.805535 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13016 | 2024.12.14 01:11:42.805576 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13017 | 2024.12.14 01:11:42.805968 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13018 | 2024.12.14 01:11:42.806210 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13019 | 2024.12.14 01:11:42.806450 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 13020 | 2024.12.14 01:11:42.806552 [ 4 ] {bccd0a20-30e1-4836-8bd1-99417b504464} <Debug> TCPHandler: Processed in 0.001777242 sec. | ||
| 13021 | 2024.12.14 01:11:46.683838 [ 100 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 13022 | 2024.12.14 01:11:46.683923 [ 100 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13023 | 2024.12.14 01:11:46.683950 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13024 | 2024.12.14 01:11:46.684107 [ 204 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 13025 | 2024.12.14 01:11:46.684271 [ 204 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13026 | 2024.12.14 01:11:46.684316 [ 204 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 13027 | 2024.12.14 01:11:46.684409 [ 204 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 13028 | 2024.12.14 01:11:46.684547 [ 204 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 13029 | 2024.12.14 01:11:46.684652 [ 204 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 13030 | 2024.12.14 01:11:46.684761 [ 204 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 13031 | 2024.12.14 01:11:46.685709 [ 190 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001686769 sec., 29642.470308619613 rows/sec., 2.47 MiB/sec. | ||
| 13032 | 2024.12.14 01:11:46.685922 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 13033 | 2024.12.14 01:11:46.686317 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13034 | 2024.12.14 01:11:46.686424 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_22_5} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 13035 | 2024.12.14 01:11:46.686539 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13036 | 2024.12.14 01:11:47.363114 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13037 | 2024.12.14 01:11:47.363169 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13038 | 2024.12.14 01:11:47.670810 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 13039 | 2024.12.14 01:11:47.671946 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13040 | 2024.12.14 01:11:47.672049 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13041 | 2024.12.14 01:11:47.672601 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13042 | 2024.12.14 01:11:47.672868 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13043 | 2024.12.14 01:11:47.673135 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13044 | 2024.12.14 01:11:47.804915 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13045 | 2024.12.14 01:11:47.805088 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13046 | 2024.12.14 01:11:47.805156 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13047 | 2024.12.14 01:11:47.805868 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13048 | 2024.12.14 01:11:47.805911 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13049 | 2024.12.14 01:11:47.806295 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13050 | 2024.12.14 01:11:47.806546 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13051 | 2024.12.14 01:11:47.806745 [ 99 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 13052 | 2024.12.14 01:11:47.806795 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001748 sec., 8009.153318077803 rows/sec., 576.55 KiB/sec. | ||
| 13053 | 2024.12.14 01:11:47.806841 [ 99 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13054 | 2024.12.14 01:11:47.806916 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13055 | 2024.12.14 01:11:47.806972 [ 257 ] {2d0841ef-b23d-45b3-86e4-893421677731} <Debug> TCPHandler: Processed in 0.002174593 sec. | ||
| 13056 | 2024.12.14 01:11:47.807278 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13057 | 2024.12.14 01:11:47.807296 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 13058 | 2024.12.14 01:11:47.807742 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13059 | 2024.12.14 01:11:47.807921 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13060 | 2024.12.14 01:11:47.807945 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13061 | 2024.12.14 01:11:47.808113 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 13062 | 2024.12.14 01:11:47.808669 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 13063 | 2024.12.14 01:11:47.808856 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 13064 | 2024.12.14 01:11:47.809112 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 13065 | 2024.12.14 01:11:47.809329 [ 192 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 13066 | 2024.12.14 01:11:47.810249 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13067 | 2024.12.14 01:11:47.810297 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13068 | 2024.12.14 01:11:47.810779 [ 200 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003750549 sec., 18663.934266690023 rows/sec., 1.38 MiB/sec. | ||
| 13069 | 2024.12.14 01:11:47.810964 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13070 | 2024.12.14 01:11:47.810994 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 13071 | 2024.12.14 01:11:47.811421 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13072 | 2024.12.14 01:11:47.811587 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13073 | 2024.12.14 01:11:47.811880 [ 190 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_49_12} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 13074 | 2024.12.14 01:11:47.811900 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.004326 sec., 65880.72122052705 rows/sec., 5.82 MiB/sec. | ||
| 13075 | 2024.12.14 01:11:47.812114 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13076 | 2024.12.14 01:11:47.812130 [ 4 ] {d7e2f085-8995-4e3f-8939-1ffedaf98fec} <Debug> TCPHandler: Processed in 0.005035476 sec. | ||
| 13077 | 2024.12.14 01:11:47.812304 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13078 | 2024.12.14 01:11:47.812444 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13079 | 2024.12.14 01:11:47.812504 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13080 | 2024.12.14 01:11:47.813120 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13081 | 2024.12.14 01:11:47.813160 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13082 | 2024.12.14 01:11:47.813524 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13083 | 2024.12.14 01:11:47.813771 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13084 | 2024.12.14 01:11:47.814007 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001593 sec., 30131.826741996232 rows/sec., 2.17 MiB/sec. | ||
| 13085 | 2024.12.14 01:11:47.814071 [ 257 ] {221a56ea-f5a1-4e1b-a3ba-b4e2886cfd68} <Debug> TCPHandler: Processed in 0.001833193 sec. | ||
| 13086 | 2024.12.14 01:11:47.814273 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13087 | 2024.12.14 01:11:47.814421 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13088 | 2024.12.14 01:11:47.814474 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13089 | 2024.12.14 01:11:47.815078 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2024.12.14 01:11:47.815117 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13091 | 2024.12.14 01:11:47.815476 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13092 | 2024.12.14 01:11:47.815714 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13093 | 2024.12.14 01:11:47.815927 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001534 sec., 9126.466753585397 rows/sec., 639.16 KiB/sec. | ||
| 13094 | 2024.12.14 01:11:47.815982 [ 4 ] {b17d06f6-05a1-419e-9172-3900ea2ba9eb} <Debug> TCPHandler: Processed in 0.001832223 sec. | ||
| 13095 | 2024.12.14 01:11:47.816155 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13096 | 2024.12.14 01:11:47.816290 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13097 | 2024.12.14 01:11:47.816346 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13098 | 2024.12.14 01:11:47.816983 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13099 | 2024.12.14 01:11:47.817023 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13100 | 2024.12.14 01:11:47.817380 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13101 | 2024.12.14 01:11:47.817624 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13102 | 2024.12.14 01:11:47.817799 [ 99 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 13103 | 2024.12.14 01:11:47.817864 [ 99 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13104 | 2024.12.14 01:11:47.817875 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec. | ||
| 13105 | 2024.12.14 01:11:47.817900 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13106 | 2024.12.14 01:11:47.818065 [ 257 ] {72dc6aca-e4ba-496a-ad5e-21336f73274f} <Debug> TCPHandler: Processed in 0.001973847 sec. | ||
| 13107 | 2024.12.14 01:11:47.818138 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 13108 | 2024.12.14 01:11:47.818280 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13109 | 2024.12.14 01:11:47.818299 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13110 | 2024.12.14 01:11:47.818342 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 13111 | 2024.12.14 01:11:47.818506 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13112 | 2024.12.14 01:11:47.818523 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 13113 | 2024.12.14 01:11:47.818597 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13114 | 2024.12.14 01:11:47.818709 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 13115 | 2024.12.14 01:11:47.819018 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 13116 | 2024.12.14 01:11:47.819364 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 13117 | 2024.12.14 01:11:47.820678 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13118 | 2024.12.14 01:11:47.820725 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13119 | 2024.12.14 01:11:47.820949 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002924355 sec., 22227.123587936487 rows/sec., 1.44 MiB/sec. | ||
| 13120 | 2024.12.14 01:11:47.821075 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 13121 | 2024.12.14 01:11:47.821259 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13122 | 2024.12.14 01:11:47.821386 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2024.12.14 01:11:47.821487 [ 192 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_49_12} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 13124 | 2024.12.14 01:11:47.821555 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13125 | 2024.12.14 01:11:47.821598 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13126 | 2024.12.14 01:11:47.821822 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003412 sec., 123974.20867526377 rows/sec., 8.86 MiB/sec. | ||
| 13127 | 2024.12.14 01:11:47.821887 [ 4 ] {1cab77cf-959a-4110-ab01-effa44ab4fc6} <Debug> TCPHandler: Processed in 0.003695687 sec. | ||
| 13128 | 2024.12.14 01:11:47.822046 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13129 | 2024.12.14 01:11:47.822185 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13130 | 2024.12.14 01:11:47.822247 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13131 | 2024.12.14 01:11:47.822811 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13132 | 2024.12.14 01:11:47.822851 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13133 | 2024.12.14 01:11:47.823228 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13134 | 2024.12.14 01:11:47.823474 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13135 | 2024.12.14 01:11:47.823654 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 13136 | 2024.12.14 01:11:47.823710 [ 257 ] {24d73790-c0b0-44b1-8f34-af6be22e8120} <Debug> TCPHandler: Processed in 0.00173141 sec. | ||
| 13137 | 2024.12.14 01:11:47.823875 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13138 | 2024.12.14 01:11:47.824010 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13139 | 2024.12.14 01:11:47.824072 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13140 | 2024.12.14 01:11:47.824738 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13141 | 2024.12.14 01:11:47.824777 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13142 | 2024.12.14 01:11:47.825179 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13143 | 2024.12.14 01:11:47.825425 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13144 | 2024.12.14 01:11:47.825596 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 13145 | 2024.12.14 01:11:47.825664 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13146 | 2024.12.14 01:11:47.825664 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec. | ||
| 13147 | 2024.12.14 01:11:47.825737 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13148 | 2024.12.14 01:11:47.825800 [ 4 ] {4d64858f-ba4a-4cbb-8c5a-24b34103de90} <Debug> TCPHandler: Processed in 0.001991368 sec. | ||
| 13149 | 2024.12.14 01:11:47.826061 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 13150 | 2024.12.14 01:11:47.826124 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13151 | 2024.12.14 01:11:47.826226 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13152 | 2024.12.14 01:11:47.826283 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 32510 rows starting from the beginning of the part | ||
| 13153 | 2024.12.14 01:11:47.826563 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13154 | 2024.12.14 01:11:47.826584 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 13155 | 2024.12.14 01:11:47.826812 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13156 | 2024.12.14 01:11:47.826858 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 962 rows starting from the beginning of the part | ||
| 13157 | 2024.12.14 01:11:47.827176 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 128 rows starting from the beginning of the part | ||
| 13158 | 2024.12.14 01:11:47.827521 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 13159 | 2024.12.14 01:11:47.827849 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 13160 | 2024.12.14 01:11:47.829042 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13161 | 2024.12.14 01:11:47.829084 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13162 | 2024.12.14 01:11:47.829618 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13163 | 2024.12.14 01:11:47.829976 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13164 | 2024.12.14 01:11:47.830574 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004215 sec., 237.2479240806643 rows/sec., 15.99 KiB/sec. | ||
| 13165 | 2024.12.14 01:11:47.830903 [ 257 ] {c789ab2c-66d2-4517-a840-d4f5b5471dbe} <Debug> TCPHandler: Processed in 0.004986074 sec. | ||
| 13166 | 2024.12.14 01:11:47.831203 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13167 | 2024.12.14 01:11:47.831700 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13168 | 2024.12.14 01:11:47.832062 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13169 | 2024.12.14 01:11:47.833433 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13170 | 2024.12.14 01:11:47.833472 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13171 | 2024.12.14 01:11:47.834743 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13172 | 2024.12.14 01:11:47.835052 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13173 | 2024.12.14 01:11:47.835388 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003852 sec., 10643.821391484944 rows/sec., 19.07 MiB/sec. | ||
| 13174 | 2024.12.14 01:11:47.836098 [ 4 ] {c8ab25d0-4754-4dad-8d93-3a3f6b8e6c95} <Debug> TCPHandler: Processed in 0.005058696 sec. | ||
| 13175 | 2024.12.14 01:11:47.836431 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13176 | 2024.12.14 01:11:47.836651 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13177 | 2024.12.14 01:11:47.836825 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13178 | 2024.12.14 01:11:47.838496 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34157 rows, containing 5 columns (5 merged, 0 gathered) in 0.012607655 sec., 2709227.052929351 rows/sec., 182.88 MiB/sec. | ||
| 13179 | 2024.12.14 01:11:47.838612 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13180 | 2024.12.14 01:11:47.838667 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13181 | 2024.12.14 01:11:47.838788 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 13182 | 2024.12.14 01:11:47.839327 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13183 | 2024.12.14 01:11:47.839355 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13184 | 2024.12.14 01:11:47.839482 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 13185 | 2024.12.14 01:11:47.839610 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 13186 | 2024.12.14 01:11:47.839671 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13187 | 2024.12.14 01:11:47.839864 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003275 sec., 25038.167938931296 rows/sec., 1.59 MiB/sec. | ||
| 13188 | 2024.12.14 01:11:47.839925 [ 257 ] {8648ef10-f1bb-40ea-818f-45666652fbae} <Debug> TCPHandler: Processed in 0.003715377 sec. | ||
| 13189 | 2024.12.14 01:11:47.941035 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1850 | ||
| 13190 | 2024.12.14 01:11:47.944604 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13191 | 2024.12.14 01:11:47.944646 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13192 | 2024.12.14 01:11:47.946154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13193 | 2024.12.14 01:11:47.946468 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13194 | 2024.12.14 01:11:47.947047 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1850 | ||
| 13195 | 2024.12.14 01:11:49.840683 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13196 | 2024.12.14 01:11:49.863567 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13197 | 2024.12.14 01:11:49.863617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13198 | 2024.12.14 01:11:49.870847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13199 | 2024.12.14 01:11:49.871615 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13200 | 2024.12.14 01:11:49.874259 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13201 | 2024.12.14 01:11:52.798187 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13202 | 2024.12.14 01:11:52.798401 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13203 | 2024.12.14 01:11:52.798481 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13204 | 2024.12.14 01:11:52.799245 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13205 | 2024.12.14 01:11:52.799299 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13206 | 2024.12.14 01:11:52.799724 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13207 | 2024.12.14 01:11:52.799993 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13208 | 2024.12.14 01:11:52.800241 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001897 sec., 1054.2962572482868 rows/sec., 85.97 KiB/sec. | ||
| 13209 | 2024.12.14 01:11:52.800385 [ 257 ] {8b974b96-17d0-455a-9b74-41fa312601b2} <Debug> TCPHandler: Processed in 0.002336017 sec. | ||
| 13210 | 2024.12.14 01:11:52.800622 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13211 | 2024.12.14 01:11:52.800815 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13212 | 2024.12.14 01:11:52.800890 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13213 | 2024.12.14 01:11:52.801647 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13214 | 2024.12.14 01:11:52.801698 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13215 | 2024.12.14 01:11:52.802135 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13216 | 2024.12.14 01:11:52.802393 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13217 | 2024.12.14 01:11:52.802578 [ 88 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13218 | 2024.12.14 01:11:52.802605 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001843 sec., 30927.83505154639 rows/sec., 2.37 MiB/sec. | ||
| 13219 | 2024.12.14 01:11:52.802627 [ 88 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13220 | 2024.12.14 01:11:52.802670 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13221 | 2024.12.14 01:11:52.802691 [ 4 ] {01a453ff-986a-49e6-b49f-f7bb8a903dca} <Debug> TCPHandler: Processed in 0.002200864 sec. | ||
| 13222 | 2024.12.14 01:11:52.802935 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13223 | 2024.12.14 01:11:52.803004 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13224 | 2024.12.14 01:11:52.803197 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13225 | 2024.12.14 01:11:52.803324 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13226 | 2024.12.14 01:11:52.803351 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13227 | 2024.12.14 01:11:52.803515 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1434 rows starting from the beginning of the part | ||
| 13228 | 2024.12.14 01:11:52.804067 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1432 rows starting from the beginning of the part | ||
| 13229 | 2024.12.14 01:11:52.804610 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 13230 | 2024.12.14 01:11:52.805339 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 13231 | 2024.12.14 01:11:52.805975 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 285 rows starting from the beginning of the part | ||
| 13232 | 2024.12.14 01:11:52.806543 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 57 rows starting from the beginning of the part | ||
| 13233 | 2024.12.14 01:11:52.807968 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13234 | 2024.12.14 01:11:52.808019 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13235 | 2024.12.14 01:11:52.808505 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 13236 | 2024.12.14 01:11:52.808826 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13237 | 2024.12.14 01:11:52.809021 [ 88 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 | ||
| 13238 | 2024.12.14 01:11:52.809085 [ 88 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13239 | 2024.12.14 01:11:52.809120 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005957 sec., 335.73946617424883 rows/sec., 23.44 KiB/sec. | ||
| 13240 | 2024.12.14 01:11:52.809127 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13241 | 2024.12.14 01:11:52.809355 [ 257 ] {1807d36d-6f37-4383-bfe8-beca3c8cbb71} <Debug> TCPHandler: Processed in 0.00657293 sec. | ||
| 13242 | 2024.12.14 01:11:52.809419 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full | ||
| 13243 | 2024.12.14 01:11:52.809672 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13244 | 2024.12.14 01:11:52.809958 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13245 | 2024.12.14 01:11:52.810093 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 66 rows starting from the beginning of the part | ||
| 13246 | 2024.12.14 01:11:52.810119 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.007346752 sec., 451900.3772007004 rows/sec., 39.60 MiB/sec. | ||
| 13247 | 2024.12.14 01:11:52.810136 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13248 | 2024.12.14 01:11:52.810289 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13249 | 2024.12.14 01:11:52.810351 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part | ||
| 13250 | 2024.12.14 01:11:52.810828 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part | ||
| 13251 | 2024.12.14 01:11:52.811232 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 62 rows starting from the beginning of the part | ||
| 13252 | 2024.12.14 01:11:52.811679 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part | ||
| 13253 | 2024.12.14 01:11:52.812044 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 2 rows starting from the beginning of the part | ||
| 13254 | 2024.12.14 01:11:52.812520 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13255 | 2024.12.14 01:11:52.813927 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13256 | 2024.12.14 01:11:52.814279 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13257 | 2024.12.14 01:11:52.814383 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_116_23} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13258 | 2024.12.14 01:11:52.814399 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13259 | 2024.12.14 01:11:52.814771 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 13260 | 2024.12.14 01:11:52.815631 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13261 | 2024.12.14 01:11:52.815808 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.006544939 sec., 41864.40851473177 rows/sec., 3.15 MiB/sec. | ||
| 13262 | 2024.12.14 01:11:52.815982 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) | ||
| 13263 | 2024.12.14 01:11:52.816153 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13264 | 2024.12.14 01:11:52.816435 [ 88 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13265 | 2024.12.14 01:11:52.816515 [ 88 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13266 | 2024.12.14 01:11:52.816547 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13267 | 2024.12.14 01:11:52.816601 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.006582 sec., 10027.347310847766 rows/sec., 801.93 KiB/sec. | ||
| 13268 | 2024.12.14 01:11:52.816667 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13269 | 2024.12.14 01:11:52.817059 [ 4 ] {7c9ba3d2-e5f9-436d-95f6-913af1d38248} <Debug> TCPHandler: Processed in 0.00760062 sec. | ||
| 13270 | 2024.12.14 01:11:52.817128 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13271 | 2024.12.14 01:11:52.817281 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_57_12} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 | ||
| 13272 | 2024.12.14 01:11:52.817472 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13273 | 2024.12.14 01:11:52.817805 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13274 | 2024.12.14 01:11:52.817995 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13275 | 2024.12.14 01:11:52.818087 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13276 | 2024.12.14 01:11:52.818151 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 13277 | 2024.12.14 01:11:52.818239 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13278 | 2024.12.14 01:11:52.818698 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 893 rows starting from the beginning of the part | ||
| 13279 | 2024.12.14 01:11:52.819399 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 13280 | 2024.12.14 01:11:52.820060 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 13281 | 2024.12.14 01:11:52.820641 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 423 rows starting from the beginning of the part | ||
| 13282 | 2024.12.14 01:11:52.821214 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 66 rows starting from the beginning of the part | ||
| 13283 | 2024.12.14 01:11:52.822352 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13284 | 2024.12.14 01:11:52.822456 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13285 | 2024.12.14 01:11:52.823486 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13286 | 2024.12.14 01:11:52.823780 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13287 | 2024.12.14 01:11:52.824272 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.006315 sec., 25494.853523357084 rows/sec., 1.78 MiB/sec. | ||
| 13288 | 2024.12.14 01:11:52.824298 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.007643351 sec., 317269.2186974012 rows/sec., 24.34 MiB/sec. | ||
| 13289 | 2024.12.14 01:11:52.824394 [ 257 ] {a0998adb-5570-4f80-a26f-e7804c976ea8} <Debug> TCPHandler: Processed in 0.007183578 sec. | ||
| 13290 | 2024.12.14 01:11:52.824546 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13291 | 2024.12.14 01:11:52.824554 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13292 | 2024.12.14 01:11:52.824693 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13293 | 2024.12.14 01:11:52.824755 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13294 | 2024.12.14 01:11:52.824884 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2024.12.14 01:11:52.825014 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_116_23} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13296 | 2024.12.14 01:11:52.825111 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13297 | 2024.12.14 01:11:52.825827 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13298 | 2024.12.14 01:11:52.825906 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13299 | 2024.12.14 01:11:52.826349 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13300 | 2024.12.14 01:11:52.826596 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13301 | 2024.12.14 01:11:52.826733 [ 88 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13302 | 2024.12.14 01:11:52.826767 [ 88 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13303 | 2024.12.14 01:11:52.826782 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002124 sec., 28248.58757062147 rows/sec., 1.90 MiB/sec. | ||
| 13304 | 2024.12.14 01:11:52.826792 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13305 | 2024.12.14 01:11:52.826912 [ 4 ] {6c9d57b2-49d4-4214-bc69-0b4913c5d1bd} <Debug> TCPHandler: Processed in 0.00241579 sec. | ||
| 13306 | 2024.12.14 01:11:52.827057 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13307 | 2024.12.14 01:11:52.827212 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13308 | 2024.12.14 01:11:52.827255 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6692 rows starting from the beginning of the part | ||
| 13309 | 2024.12.14 01:11:52.827379 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 34 rows starting from the beginning of the part | ||
| 13310 | 2024.12.14 01:11:52.827605 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 48 rows starting from the beginning of the part | ||
| 13311 | 2024.12.14 01:11:52.827745 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 13312 | 2024.12.14 01:11:52.827954 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 13313 | 2024.12.14 01:11:52.828086 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 13314 | 2024.12.14 01:11:52.830340 [ 188 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6976 rows, containing 4 columns (4 merged, 0 gathered) in 0.003428389 sec., 2034774.9336495947 rows/sec., 132.55 MiB/sec. | ||
| 13315 | 2024.12.14 01:11:52.830847 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13316 | 2024.12.14 01:11:52.831165 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13317 | 2024.12.14 01:11:52.831254 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_116_23} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13318 | 2024.12.14 01:11:52.831341 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 13319 | 2024.12.14 01:11:55.173260 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 13320 | 2024.12.14 01:11:55.174055 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13321 | 2024.12.14 01:11:55.174107 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13322 | 2024.12.14 01:11:55.174723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13323 | 2024.12.14 01:11:55.175001 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13324 | 2024.12.14 01:11:55.175273 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 13325 | 2024.12.14 01:11:57.375135 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13326 | 2024.12.14 01:11:57.396004 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2024.12.14 01:11:57.396061 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13328 | 2024.12.14 01:11:57.403309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13329 | 2024.12.14 01:11:57.404081 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13330 | 2024.12.14 01:11:57.406846 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13331 | 2024.12.14 01:11:57.804742 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13332 | 2024.12.14 01:11:57.804956 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13333 | 2024.12.14 01:11:57.805041 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13334 | 2024.12.14 01:11:57.805907 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13335 | 2024.12.14 01:11:57.805960 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13336 | 2024.12.14 01:11:57.806395 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13337 | 2024.12.14 01:11:57.806647 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13338 | 2024.12.14 01:11:57.806926 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 497.93 KiB/sec. | ||
| 13339 | 2024.12.14 01:11:57.807051 [ 257 ] {066a99dc-97f1-4941-a43c-69f1477154ef} <Debug> TCPHandler: Processed in 0.002442091 sec. | ||
| 13340 | 2024.12.14 01:11:57.807365 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13341 | 2024.12.14 01:11:57.807562 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13342 | 2024.12.14 01:11:57.807639 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13343 | 2024.12.14 01:11:57.808574 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13344 | 2024.12.14 01:11:57.808619 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13345 | 2024.12.14 01:11:57.809067 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13346 | 2024.12.14 01:11:57.809319 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13347 | 2024.12.14 01:11:57.809553 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002044 sec., 139432.4853228963 rows/sec., 12.32 MiB/sec. | ||
| 13348 | 2024.12.14 01:11:57.809608 [ 4 ] {89dbbc2d-03fb-40e1-82b5-34e55eb599b4} <Debug> TCPHandler: Processed in 0.00242302 sec. | ||
| 13349 | 2024.12.14 01:11:57.809773 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13350 | 2024.12.14 01:11:57.809913 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13351 | 2024.12.14 01:11:57.809973 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13352 | 2024.12.14 01:11:57.810701 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13353 | 2024.12.14 01:11:57.810751 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13354 | 2024.12.14 01:11:57.811137 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13355 | 2024.12.14 01:11:57.811381 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13356 | 2024.12.14 01:11:57.811634 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001753 sec., 27381.631488876214 rows/sec., 1.97 MiB/sec. | ||
| 13357 | 2024.12.14 01:11:57.811700 [ 257 ] {3f00e0a9-2c5d-47b8-a0b0-7d0f7ae40919} <Debug> TCPHandler: Processed in 0.001990198 sec. | ||
| 13358 | 2024.12.14 01:11:57.811932 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13359 | 2024.12.14 01:11:57.812085 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13360 | 2024.12.14 01:11:57.812140 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13361 | 2024.12.14 01:11:57.812822 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13362 | 2024.12.14 01:11:57.812870 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13363 | 2024.12.14 01:11:57.813229 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13364 | 2024.12.14 01:11:57.813471 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13365 | 2024.12.14 01:11:57.813724 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001658 sec., 8443.90832328106 rows/sec., 591.36 KiB/sec. | ||
| 13366 | 2024.12.14 01:11:57.813791 [ 4 ] {60291a3b-7c8e-455a-bc71-9ad421fa8df6} <Debug> TCPHandler: Processed in 0.001973747 sec. | ||
| 13367 | 2024.12.14 01:11:57.814029 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13368 | 2024.12.14 01:11:57.814178 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13369 | 2024.12.14 01:11:57.814226 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13370 | 2024.12.14 01:11:57.814812 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2024.12.14 01:11:57.814851 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13372 | 2024.12.14 01:11:57.815223 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13373 | 2024.12.14 01:11:57.815458 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13374 | 2024.12.14 01:11:57.815665 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec. | ||
| 13375 | 2024.12.14 01:11:57.815720 [ 257 ] {1597d2eb-6cb3-4705-b5d0-b782556224f1} <Debug> TCPHandler: Processed in 0.001807442 sec. | ||
| 13376 | 2024.12.14 01:11:57.815859 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13377 | 2024.12.14 01:11:57.815994 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13378 | 2024.12.14 01:11:57.816048 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13379 | 2024.12.14 01:11:57.816875 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13380 | 2024.12.14 01:11:57.816914 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13381 | 2024.12.14 01:11:57.817293 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13382 | 2024.12.14 01:11:57.817550 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13383 | 2024.12.14 01:11:57.817752 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001788 sec., 236577.1812080537 rows/sec., 16.91 MiB/sec. | ||
| 13384 | 2024.12.14 01:11:57.817803 [ 4 ] {45dd4529-5a1e-410a-af60-bc7094ef27bb} <Debug> TCPHandler: Processed in 0.001998547 sec. | ||
| 13385 | 2024.12.14 01:11:57.817945 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13386 | 2024.12.14 01:11:57.818080 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13387 | 2024.12.14 01:11:57.818139 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13388 | 2024.12.14 01:11:57.818715 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13389 | 2024.12.14 01:11:57.818762 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13390 | 2024.12.14 01:11:57.819143 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13391 | 2024.12.14 01:11:57.819380 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13392 | 2024.12.14 01:11:57.819592 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec. | ||
| 13393 | 2024.12.14 01:11:57.819643 [ 257 ] {6297f786-bbd8-43bb-8570-c7cef9e168fb} <Debug> TCPHandler: Processed in 0.001763202 sec. | ||
| 13394 | 2024.12.14 01:11:57.819781 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13395 | 2024.12.14 01:11:57.819903 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13396 | 2024.12.14 01:11:57.819964 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13397 | 2024.12.14 01:11:57.820631 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2024.12.14 01:11:57.820678 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13399 | 2024.12.14 01:11:57.821104 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13400 | 2024.12.14 01:11:57.821365 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2024.12.14 01:11:57.821567 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001696 sec., 139740.56603773584 rows/sec., 9.37 MiB/sec. | ||
| 13402 | 2024.12.14 01:11:57.821618 [ 4 ] {7c4f682f-228f-43c0-b06f-60876366c7c1} <Debug> TCPHandler: Processed in 0.001890015 sec. | ||
| 13403 | 2024.12.14 01:11:57.821758 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13404 | 2024.12.14 01:11:57.821876 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13405 | 2024.12.14 01:11:57.821939 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13406 | 2024.12.14 01:11:57.822493 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13407 | 2024.12.14 01:11:57.822539 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13408 | 2024.12.14 01:11:57.822953 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13409 | 2024.12.14 01:11:57.823187 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13410 | 2024.12.14 01:11:57.823354 [ 44 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
| 13411 | 2024.12.14 01:11:57.823413 [ 44 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13412 | 2024.12.14 01:11:57.823427 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001567 sec., 638.1620931716656 rows/sec., 43.00 KiB/sec. | ||
| 13413 | 2024.12.14 01:11:57.823447 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13414 | 2024.12.14 01:11:57.823547 [ 257 ] {0ffa4936-d7bb-45b4-ba2a-5daadbf4721e} <Debug> TCPHandler: Processed in 0.001839364 sec. | ||
| 13415 | 2024.12.14 01:11:57.823837 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13416 | 2024.12.14 01:11:57.823905 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full | ||
| 13417 | 2024.12.14 01:11:57.824271 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13418 | 2024.12.14 01:11:57.824308 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13419 | 2024.12.14 01:11:57.824400 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 45 rows starting from the beginning of the part | ||
| 13420 | 2024.12.14 01:11:57.824476 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13421 | 2024.12.14 01:11:57.824631 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13422 | 2024.12.14 01:11:57.825161 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13423 | 2024.12.14 01:11:57.825697 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 13424 | 2024.12.14 01:11:57.826101 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 13425 | 2024.12.14 01:11:57.826471 [ 195 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 13426 | 2024.12.14 01:11:57.830043 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.006443426 sec., 7759.847013064167 rows/sec., 522.88 KiB/sec. | ||
| 13427 | 2024.12.14 01:11:57.830293 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13428 | 2024.12.14 01:11:57.830350 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13429 | 2024.12.14 01:11:57.830467 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 13430 | 2024.12.14 01:11:57.831347 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13431 | 2024.12.14 01:11:57.831613 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_50_11} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
| 13432 | 2024.12.14 01:11:57.831795 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13433 | 2024.12.14 01:11:57.831936 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13434 | 2024.12.14 01:11:57.832230 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13435 | 2024.12.14 01:11:57.832447 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008301 sec., 4939.163956149861 rows/sec., 8.85 MiB/sec. | ||
| 13436 | 2024.12.14 01:11:57.832552 [ 4 ] {e2e4c00f-68b5-4833-85b1-781a4a04bf55} <Debug> TCPHandler: Processed in 0.008900808 sec. | ||
| 13437 | 2024.12.14 01:11:57.832699 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13438 | 2024.12.14 01:11:57.832812 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13439 | 2024.12.14 01:11:57.832861 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13440 | 2024.12.14 01:11:57.833456 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13441 | 2024.12.14 01:11:57.833503 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13442 | 2024.12.14 01:11:57.833931 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13443 | 2024.12.14 01:11:57.834172 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13444 | 2024.12.14 01:11:57.834386 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001595 sec., 51410.658307210026 rows/sec., 3.27 MiB/sec. | ||
| 13445 | 2024.12.14 01:11:57.834444 [ 257 ] {94977af8-5c8c-4c8b-9163-cd9dafaf4347} <Debug> TCPHandler: Processed in 0.001793822 sec. | ||
| 13446 | 2024.12.14 01:11:57.948038 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1884 | ||
| 13447 | 2024.12.14 01:11:57.951163 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13448 | 2024.12.14 01:11:57.951211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13449 | 2024.12.14 01:11:57.952731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13450 | 2024.12.14 01:11:57.953053 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13451 | 2024.12.14 01:11:57.953303 [ 44 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13452 | 2024.12.14 01:11:57.953405 [ 44 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13453 | 2024.12.14 01:11:57.953477 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. | ||
| 13454 | 2024.12.14 01:11:57.953835 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 13455 | 2024.12.14 01:11:57.954116 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1884 | ||
| 13456 | 2024.12.14 01:11:57.954531 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13457 | 2024.12.14 01:11:57.954655 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1720 rows starting from the beginning of the part | ||
| 13458 | 2024.12.14 01:11:57.955253 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part | ||
| 13459 | 2024.12.14 01:11:57.955882 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
| 13460 | 2024.12.14 01:11:57.956481 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 13461 | 2024.12.14 01:11:57.957017 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 30 rows starting from the beginning of the part | ||
| 13462 | 2024.12.14 01:11:57.957635 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 13463 | 2024.12.14 01:11:57.966557 [ 197 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1884 rows, containing 72 columns (72 merged, 0 gathered) in 0.012908804 sec., 145946.90569319978 rows/sec., 110.95 MiB/sec. | ||
| 13464 | 2024.12.14 01:11:57.968387 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13465 | 2024.12.14 01:11:57.969166 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13466 | 2024.12.14 01:11:57.969261 [ 204 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_51_10} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13467 | 2024.12.14 01:11:57.969584 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 13468 | 2024.12.14 01:11:58.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.76 MiB, peak 269.31 MiB, free memory in arenas 0.00 B, will set to 256.35 MiB (RSS), difference: -1.41 MiB | ||
| 13469 | 2024.12.14 01:12:02.052242 [ 221 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13470 | 2024.12.14 01:12:02.052315 [ 221 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13471 | 2024.12.14 01:12:02.059756 [ 221 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13472 | 2024.12.14 01:12:02.363213 [ 13 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13473 | 2024.12.14 01:12:02.363263 [ 13 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13474 | 2024.12.14 01:12:02.676212 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 13475 | 2024.12.14 01:12:02.676852 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13476 | 2024.12.14 01:12:02.676890 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13477 | 2024.12.14 01:12:02.677404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13478 | 2024.12.14 01:12:02.677653 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13479 | 2024.12.14 01:12:02.677828 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13480 | 2024.12.14 01:12:02.747944 [ 222 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13481 | 2024.12.14 01:12:02.747985 [ 222 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13482 | 2024.12.14 01:12:02.750008 [ 222 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13483 | 2024.12.14 01:12:02.798084 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13484 | 2024.12.14 01:12:02.798240 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13485 | 2024.12.14 01:12:02.798304 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13486 | 2024.12.14 01:12:02.799012 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13487 | 2024.12.14 01:12:02.799052 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13488 | 2024.12.14 01:12:02.799453 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13489 | 2024.12.14 01:12:02.799697 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13490 | 2024.12.14 01:12:02.799893 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001699 sec., 32960.5650382578 rows/sec., 2.53 MiB/sec. | ||
| 13491 | 2024.12.14 01:12:02.799946 [ 257 ] {e80422cc-4e22-4dfc-8de7-433440b37cc5} <Debug> TCPHandler: Processed in 0.001982918 sec. | ||
| 13492 | 2024.12.14 01:12:02.800205 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13493 | 2024.12.14 01:12:02.800419 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13494 | 2024.12.14 01:12:02.800503 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13495 | 2024.12.14 01:12:02.801335 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13496 | 2024.12.14 01:12:02.801389 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13497 | 2024.12.14 01:12:02.801838 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13498 | 2024.12.14 01:12:02.802088 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13499 | 2024.12.14 01:12:02.802320 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00196 sec., 32653.061224489797 rows/sec., 2.55 MiB/sec. | ||
| 13500 | 2024.12.14 01:12:02.802387 [ 4 ] {f5ed5b2a-90c6-4553-9145-18ed4d0c76bb} <Debug> TCPHandler: Processed in 0.002325157 sec. | ||
| 13501 | 2024.12.14 01:12:02.802552 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13502 | 2024.12.14 01:12:02.802690 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13503 | 2024.12.14 01:12:02.802752 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13504 | 2024.12.14 01:12:02.803372 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13505 | 2024.12.14 01:12:02.803410 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13506 | 2024.12.14 01:12:02.803800 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13507 | 2024.12.14 01:12:02.804051 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13508 | 2024.12.14 01:12:02.804248 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 13509 | 2024.12.14 01:12:02.804317 [ 257 ] {9a01736d-8df2-4158-b17c-8fd44f211949} <Debug> TCPHandler: Processed in 0.001832063 sec. | ||
| 13510 | 2024.12.14 01:12:02.804372 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13511 | 2024.12.14 01:12:02.804454 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13512 | 2024.12.14 01:12:02.804505 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13513 | 2024.12.14 01:12:02.804801 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13514 | 2024.12.14 01:12:02.804866 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13515 | 2024.12.14 01:12:02.805942 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13516 | 2024.12.14 01:12:02.805994 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13517 | 2024.12.14 01:12:02.806380 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13518 | 2024.12.14 01:12:02.806792 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13519 | 2024.12.14 01:12:02.807212 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002511 sec., 23894.862604540023 rows/sec., 1.61 MiB/sec. | ||
| 13520 | 2024.12.14 01:12:02.807308 [ 217 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13521 | 2024.12.14 01:12:02.807367 [ 4 ] {1a842855-1d4d-4b1b-aebf-0c0088deb79b} <Debug> TCPHandler: Processed in 0.002945225 sec. | ||
| 13522 | 2024.12.14 01:12:02.807419 [ 217 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13523 | 2024.12.14 01:12:02.808404 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13524 | 2024.12.14 01:12:02.810298 [ 217 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13525 | 2024.12.14 01:12:02.878492 [ 219 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13526 | 2024.12.14 01:12:02.878539 [ 219 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13527 | 2024.12.14 01:12:02.880618 [ 219 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13528 | 2024.12.14 01:12:03.479064 [ 225 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13529 | 2024.12.14 01:12:03.479110 [ 225 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13530 | 2024.12.14 01:12:03.481092 [ 225 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13531 | 2024.12.14 01:12:03.545715 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13532 | 2024.12.14 01:12:03.545905 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13533 | 2024.12.14 01:12:03.545977 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13534 | 2024.12.14 01:12:03.546702 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13535 | 2024.12.14 01:12:03.546754 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13536 | 2024.12.14 01:12:03.547188 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13537 | 2024.12.14 01:12:03.547458 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13538 | 2024.12.14 01:12:03.547688 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001836 sec., 7625.272331154684 rows/sec., 548.92 KiB/sec. | ||
| 13539 | 2024.12.14 01:12:03.547743 [ 257 ] {508d5a29-b89e-4789-8053-0efb6dfd8038} <Debug> TCPHandler: Processed in 0.002157743 sec. | ||
| 13540 | 2024.12.14 01:12:03.548024 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13541 | 2024.12.14 01:12:03.548230 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13542 | 2024.12.14 01:12:03.548310 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13543 | 2024.12.14 01:12:03.549104 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2024.12.14 01:12:03.549145 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13545 | 2024.12.14 01:12:03.549555 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13546 | 2024.12.14 01:12:03.549805 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2024.12.14 01:12:03.550003 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001829 sec., 1093.4937124111536 rows/sec., 89.17 KiB/sec. | ||
| 13548 | 2024.12.14 01:12:03.550057 [ 4 ] {f09b7b04-60f6-4e9c-a592-173ad9a49e3f} <Debug> TCPHandler: Processed in 0.002171863 sec. | ||
| 13549 | 2024.12.14 01:12:03.550212 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13550 | 2024.12.14 01:12:03.550333 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13551 | 2024.12.14 01:12:03.550383 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13552 | 2024.12.14 01:12:03.551526 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13553 | 2024.12.14 01:12:03.551566 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13554 | 2024.12.14 01:12:03.552040 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13555 | 2024.12.14 01:12:03.552296 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13556 | 2024.12.14 01:12:03.552508 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.002201 sec., 647887.323943662 rows/sec., 54.32 MiB/sec. | ||
| 13557 | 2024.12.14 01:12:03.552562 [ 257 ] {1cc4b029-2790-4e5a-9beb-00e7770341d4} <Debug> TCPHandler: Processed in 0.002408559 sec. | ||
| 13558 | 2024.12.14 01:12:03.552712 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13559 | 2024.12.14 01:12:03.552828 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13560 | 2024.12.14 01:12:03.552876 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13561 | 2024.12.14 01:12:03.553477 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13562 | 2024.12.14 01:12:03.553514 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13563 | 2024.12.14 01:12:03.553878 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13564 | 2024.12.14 01:12:03.554127 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2024.12.14 01:12:03.554338 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001529 sec., 32701.111837802488 rows/sec., 2.35 MiB/sec. | ||
| 13566 | 2024.12.14 01:12:03.554415 [ 4 ] {c9c9245a-edf8-417f-bb63-f9cf0c0623f6} <Debug> TCPHandler: Processed in 0.001760781 sec. | ||
| 13567 | 2024.12.14 01:12:03.554651 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13568 | 2024.12.14 01:12:03.554808 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13569 | 2024.12.14 01:12:03.554867 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13570 | 2024.12.14 01:12:03.555587 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2024.12.14 01:12:03.555627 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13572 | 2024.12.14 01:12:03.556018 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13573 | 2024.12.14 01:12:03.556258 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2024.12.14 01:12:03.556502 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001718 sec., 140861.46682188593 rows/sec., 9.54 MiB/sec. | ||
| 13575 | 2024.12.14 01:12:03.556579 [ 257 ] {7594a987-df9a-4084-8755-af39fb833fd6} <Debug> TCPHandler: Processed in 0.00206147 sec. | ||
| 13576 | 2024.12.14 01:12:03.556824 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13577 | 2024.12.14 01:12:03.557005 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13578 | 2024.12.14 01:12:03.557061 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13579 | 2024.12.14 01:12:03.557646 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13580 | 2024.12.14 01:12:03.557683 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13581 | 2024.12.14 01:12:03.558040 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13582 | 2024.12.14 01:12:03.558274 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13583 | 2024.12.14 01:12:03.558452 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001478 sec., 8795.669824086604 rows/sec., 548.41 KiB/sec. | ||
| 13584 | 2024.12.14 01:12:03.558504 [ 4 ] {1f474746-82f8-4bd4-b37e-eaba00609814} <Debug> TCPHandler: Processed in 0.001829803 sec. | ||
| 13585 | 2024.12.14 01:12:03.558647 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13586 | 2024.12.14 01:12:03.558769 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13587 | 2024.12.14 01:12:03.558819 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13588 | 2024.12.14 01:12:03.559655 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13589 | 2024.12.14 01:12:03.559694 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13590 | 2024.12.14 01:12:03.560105 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13591 | 2024.12.14 01:12:03.560349 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13592 | 2024.12.14 01:12:03.560557 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001811 sec., 486471.5626725566 rows/sec., 35.28 MiB/sec. | ||
| 13593 | 2024.12.14 01:12:03.560607 [ 257 ] {9732b120-73b9-464b-ba4a-6b490fe45a52} <Debug> TCPHandler: Processed in 0.002017998 sec. | ||
| 13594 | 2024.12.14 01:12:03.560763 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13595 | 2024.12.14 01:12:03.560901 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13596 | 2024.12.14 01:12:03.560958 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13597 | 2024.12.14 01:12:03.561445 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13598 | 2024.12.14 01:12:03.561481 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13599 | 2024.12.14 01:12:03.561842 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13600 | 2024.12.14 01:12:03.562080 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13601 | 2024.12.14 01:12:03.562260 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. | ||
| 13602 | 2024.12.14 01:12:03.562309 [ 4 ] {5fdd05ec-af6c-4296-ae2d-6ea4680a0e93} <Debug> TCPHandler: Processed in 0.001614417 sec. | ||
| 13603 | 2024.12.14 01:12:03.562456 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13604 | 2024.12.14 01:12:03.562599 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13605 | 2024.12.14 01:12:03.562662 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13606 | 2024.12.14 01:12:03.563476 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13607 | 2024.12.14 01:12:03.563515 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13608 | 2024.12.14 01:12:03.563989 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13609 | 2024.12.14 01:12:03.564239 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2024.12.14 01:12:03.564454 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001878 sec., 509052.18317358894 rows/sec., 33.82 MiB/sec. | ||
| 13611 | 2024.12.14 01:12:03.564508 [ 257 ] {cb6ee226-6028-4150-a21a-adc067bae29c} <Debug> TCPHandler: Processed in 0.002117101 sec. | ||
| 13612 | 2024.12.14 01:12:03.564664 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13613 | 2024.12.14 01:12:03.564801 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13614 | 2024.12.14 01:12:03.564861 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13615 | 2024.12.14 01:12:03.565369 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13616 | 2024.12.14 01:12:03.565408 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13617 | 2024.12.14 01:12:03.565772 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13618 | 2024.12.14 01:12:03.566018 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13619 | 2024.12.14 01:12:03.566238 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec. | ||
| 13620 | 2024.12.14 01:12:03.566289 [ 4 ] {0ecd04e3-905a-4f4f-be3f-e4ede481027f} <Debug> TCPHandler: Processed in 0.001690689 sec. | ||
| 13621 | 2024.12.14 01:12:03.566440 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13622 | 2024.12.14 01:12:03.566579 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13623 | 2024.12.14 01:12:03.566669 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13624 | 2024.12.14 01:12:03.567880 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13625 | 2024.12.14 01:12:03.567920 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13626 | 2024.12.14 01:12:03.568625 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13627 | 2024.12.14 01:12:03.568886 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13628 | 2024.12.14 01:12:03.569092 [ 15 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13629 | 2024.12.14 01:12:03.569156 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002602 sec., 15757.109915449653 rows/sec., 28.24 MiB/sec. | ||
| 13630 | 2024.12.14 01:12:03.569186 [ 15 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13631 | 2024.12.14 01:12:03.569256 [ 15 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13632 | 2024.12.14 01:12:03.569571 [ 257 ] {d1631249-6c7c-4e42-bf95-1c602586e721} <Debug> TCPHandler: Processed in 0.003185342 sec. | ||
| 13633 | 2024.12.14 01:12:03.569694 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 13634 | 2024.12.14 01:12:03.569876 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13635 | 2024.12.14 01:12:03.570304 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13636 | 2024.12.14 01:12:03.570514 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13637 | 2024.12.14 01:12:03.571379 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13638 | 2024.12.14 01:12:03.571590 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1754 rows starting from the beginning of the part | ||
| 13639 | 2024.12.14 01:12:03.572207 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part | ||
| 13640 | 2024.12.14 01:12:03.572959 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part | ||
| 13641 | 2024.12.14 01:12:03.572987 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13642 | 2024.12.14 01:12:03.573068 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13643 | 2024.12.14 01:12:03.573557 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part | ||
| 13644 | 2024.12.14 01:12:03.574231 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part | ||
| 13645 | 2024.12.14 01:12:03.574521 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13646 | 2024.12.14 01:12:03.574835 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part | ||
| 13647 | 2024.12.14 01:12:03.575445 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13648 | 2024.12.14 01:12:03.576024 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005875 sec., 5787.234042553191 rows/sec., 343.92 KiB/sec. | ||
| 13649 | 2024.12.14 01:12:03.576166 [ 4 ] {9b5016b3-095b-41cb-a82b-ddc924093975} <Debug> TCPHandler: Processed in 0.006456827 sec. | ||
| 13650 | 2024.12.14 01:12:03.589362 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 19 columns (19 merged, 0 gathered) in 0.019954857 sec., 98171.58799985387 rows/sec., 175.92 MiB/sec. | ||
| 13651 | 2024.12.14 01:12:03.591201 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13652 | 2024.12.14 01:12:03.591659 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13653 | 2024.12.14 01:12:03.591750 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13654 | 2024.12.14 01:12:03.591922 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.55 MiB. | ||
| 13655 | 2024.12.14 01:12:04.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.41 MiB, peak 274.93 MiB, free memory in arenas 0.00 B, will set to 263.36 MiB (RSS), difference: 5.95 MiB | ||
| 13656 | 2024.12.14 01:12:04.906893 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13657 | 2024.12.14 01:12:04.927091 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13658 | 2024.12.14 01:12:04.927137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13659 | 2024.12.14 01:12:04.933960 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13660 | 2024.12.14 01:12:04.934728 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13661 | 2024.12.14 01:12:04.937259 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13662 | 2024.12.14 01:12:07.796684 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13663 | 2024.12.14 01:12:07.796873 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13664 | 2024.12.14 01:12:07.796943 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13665 | 2024.12.14 01:12:07.797704 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13666 | 2024.12.14 01:12:07.797755 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13667 | 2024.12.14 01:12:07.798190 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13668 | 2024.12.14 01:12:07.798441 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13669 | 2024.12.14 01:12:07.798689 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec. | ||
| 13670 | 2024.12.14 01:12:07.798747 [ 257 ] {4e654512-67d1-43dc-81bc-bf6d26840f55} <Debug> TCPHandler: Processed in 0.002191133 sec. | ||
| 13671 | 2024.12.14 01:12:07.799007 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13672 | 2024.12.14 01:12:07.799220 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13673 | 2024.12.14 01:12:07.799296 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13674 | 2024.12.14 01:12:07.800066 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.12.14 01:12:07.800112 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13676 | 2024.12.14 01:12:07.800567 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13677 | 2024.12.14 01:12:07.800823 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.12.14 01:12:07.801069 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001904 sec., 33613.44537815126 rows/sec., 2.62 MiB/sec. | ||
| 13679 | 2024.12.14 01:12:07.801135 [ 4 ] {92dc2d59-5bde-4f14-93ee-e53becac653b} <Debug> TCPHandler: Processed in 0.002266256 sec. | ||
| 13680 | 2024.12.14 01:12:07.801442 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13681 | 2024.12.14 01:12:07.801665 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13682 | 2024.12.14 01:12:07.801762 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13683 | 2024.12.14 01:12:07.802535 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13684 | 2024.12.14 01:12:07.802573 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13685 | 2024.12.14 01:12:07.802964 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13686 | 2024.12.14 01:12:07.803205 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13687 | 2024.12.14 01:12:07.803358 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 13688 | 2024.12.14 01:12:07.803383 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001773 sec., 72194.02143260012 rows/sec., 5.03 MiB/sec. | ||
| 13689 | 2024.12.14 01:12:07.803405 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13690 | 2024.12.14 01:12:07.803455 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13691 | 2024.12.14 01:12:07.803460 [ 257 ] {f10bfe49-5839-4108-9a11-54aa7bd843fc} <Debug> TCPHandler: Processed in 0.002219584 sec. | ||
| 13692 | 2024.12.14 01:12:07.803675 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 13693 | 2024.12.14 01:12:07.803680 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13694 | 2024.12.14 01:12:07.803877 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13695 | 2024.12.14 01:12:07.803885 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13696 | 2024.12.14 01:12:07.803925 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34157 rows starting from the beginning of the part | ||
| 13697 | 2024.12.14 01:12:07.803962 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13698 | 2024.12.14 01:12:07.804151 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 161 rows starting from the beginning of the part | ||
| 13699 | 2024.12.14 01:12:07.804411 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 13700 | 2024.12.14 01:12:07.804632 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 13701 | 2024.12.14 01:12:07.805161 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 956 rows starting from the beginning of the part | ||
| 13702 | 2024.12.14 01:12:07.805753 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13703 | 2024.12.14 01:12:07.805795 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13704 | 2024.12.14 01:12:07.806286 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13705 | 2024.12.14 01:12:07.806578 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13706 | 2024.12.14 01:12:07.806955 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003125 sec., 15360 rows/sec., 1.04 MiB/sec. | ||
| 13707 | 2024.12.14 01:12:07.807115 [ 4 ] {5389e391-b1cc-4ed5-9793-027e9faba7a6} <Debug> TCPHandler: Processed in 0.003537382 sec. | ||
| 13708 | 2024.12.14 01:12:07.812523 [ 193 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35671 rows, containing 5 columns (5 merged, 0 gathered) in 0.008952729 sec., 3984371.692698394 rows/sec., 268.91 MiB/sec. | ||
| 13709 | 2024.12.14 01:12:07.812839 [ 192 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 13710 | 2024.12.14 01:12:07.813140 [ 192 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13711 | 2024.12.14 01:12:07.813219 [ 192 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 13712 | 2024.12.14 01:12:07.813295 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13713 | 2024.12.14 01:12:07.954372 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1924 | ||
| 13714 | 2024.12.14 01:12:07.958026 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13715 | 2024.12.14 01:12:07.958070 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13716 | 2024.12.14 01:12:07.959627 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13717 | 2024.12.14 01:12:07.959937 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13718 | 2024.12.14 01:12:07.960477 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1924 | ||
| 13719 | 2024.12.14 01:12:10.177942 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 13720 | 2024.12.14 01:12:10.178713 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13721 | 2024.12.14 01:12:10.178766 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13722 | 2024.12.14 01:12:10.179327 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13723 | 2024.12.14 01:12:10.179593 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13724 | 2024.12.14 01:12:10.179826 [ 40 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13725 | 2024.12.14 01:12:10.179851 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 13726 | 2024.12.14 01:12:10.179916 [ 40 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13727 | 2024.12.14 01:12:10.179948 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13728 | 2024.12.14 01:12:10.180166 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 13729 | 2024.12.14 01:12:10.180421 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13730 | 2024.12.14 01:12:10.180467 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 13731 | 2024.12.14 01:12:10.180551 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 13732 | 2024.12.14 01:12:10.180773 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 13733 | 2024.12.14 01:12:10.180998 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 13734 | 2024.12.14 01:12:10.181123 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 13735 | 2024.12.14 01:12:10.181285 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 13736 | 2024.12.14 01:12:10.184117 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004072368 sec., 7998785.964333283 rows/sec., 114.42 MiB/sec. | ||
| 13737 | 2024.12.14 01:12:10.184398 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13738 | 2024.12.14 01:12:10.184701 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13739 | 2024.12.14 01:12:10.184788 [ 193 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_71_14} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13740 | 2024.12.14 01:12:10.184888 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 13741 | 2024.12.14 01:12:12.437311 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 13742 | 2024.12.14 01:12:12.458974 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13743 | 2024.12.14 01:12:12.459032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13744 | 2024.12.14 01:12:12.468947 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13745 | 2024.12.14 01:12:12.469843 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13746 | 2024.12.14 01:12:12.470243 [ 58 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13747 | 2024.12.14 01:12:12.470389 [ 58 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13748 | 2024.12.14 01:12:12.470471 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13749 | 2024.12.14 01:12:12.470923 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 13750 | 2024.12.14 01:12:12.487079 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 13751 | 2024.12.14 01:12:12.488546 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13752 | 2024.12.14 01:12:12.490153 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 13753 | 2024.12.14 01:12:12.495838 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 13754 | 2024.12.14 01:12:12.501437 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 13755 | 2024.12.14 01:12:12.507258 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 13756 | 2024.12.14 01:12:12.513156 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 13757 | 2024.12.14 01:12:12.519058 [ 191 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 13758 | 2024.12.14 01:12:12.580850 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.110191169 sec., 4864.273651548247 rows/sec., 25.15 MiB/sec. | ||
| 13759 | 2024.12.14 01:12:12.584295 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13760 | 2024.12.14 01:12:12.587350 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13761 | 2024.12.14 01:12:12.587474 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_71_14} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13762 | 2024.12.14 01:12:12.590087 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 13763 | 2024.12.14 01:12:12.798957 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13764 | 2024.12.14 01:12:12.799213 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13765 | 2024.12.14 01:12:12.799327 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13766 | 2024.12.14 01:12:12.800223 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13767 | 2024.12.14 01:12:12.800275 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13768 | 2024.12.14 01:12:12.800713 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13769 | 2024.12.14 01:12:12.800972 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13770 | 2024.12.14 01:12:12.801144 [ 58 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13771 | 2024.12.14 01:12:12.801173 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002028 sec., 27613.412228796846 rows/sec., 2.12 MiB/sec. | ||
| 13772 | 2024.12.14 01:12:12.801186 [ 58 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13773 | 2024.12.14 01:12:12.801219 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13774 | 2024.12.14 01:12:12.801249 [ 257 ] {369aff6f-f27c-465a-a4a5-0081ba120832} <Debug> TCPHandler: Processed in 0.00244119 sec. | ||
| 13775 | 2024.12.14 01:12:12.801411 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13776 | 2024.12.14 01:12:12.801519 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13777 | 2024.12.14 01:12:12.801575 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13778 | 2024.12.14 01:12:12.801614 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1434 rows starting from the beginning of the part | ||
| 13779 | 2024.12.14 01:12:12.801728 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13780 | 2024.12.14 01:12:12.801743 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 285 rows starting from the beginning of the part | ||
| 13781 | 2024.12.14 01:12:12.801842 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13782 | 2024.12.14 01:12:12.801934 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part | ||
| 13783 | 2024.12.14 01:12:12.802170 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1426 rows starting from the beginning of the part | ||
| 13784 | 2024.12.14 01:12:12.802300 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 13785 | 2024.12.14 01:12:12.802502 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 13786 | 2024.12.14 01:12:12.803637 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13787 | 2024.12.14 01:12:12.803681 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13788 | 2024.12.14 01:12:12.804239 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13789 | 2024.12.14 01:12:12.804525 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13790 | 2024.12.14 01:12:12.804784 [ 58 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13791 | 2024.12.14 01:12:12.804916 [ 58 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2024.12.14 01:12:12.805025 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13793 | 2024.12.14 01:12:12.805104 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003424 sec., 18691.58878504673 rows/sec., 1.46 MiB/sec. | ||
| 13794 | 2024.12.14 01:12:12.805230 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.003895203 sec., 850533.335489832 rows/sec., 74.56 MiB/sec. | ||
| 13795 | 2024.12.14 01:12:12.805451 [ 4 ] {5016fa8d-20c0-420a-b2fa-04497b9861d1} <Debug> TCPHandler: Processed in 0.004053527 sec. | ||
| 13796 | 2024.12.14 01:12:12.805590 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13797 | 2024.12.14 01:12:12.805592 [ 188 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13798 | 2024.12.14 01:12:12.805704 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13799 | 2024.12.14 01:12:12.805988 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13800 | 2024.12.14 01:12:12.806038 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13801 | 2024.12.14 01:12:12.806113 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13802 | 2024.12.14 01:12:12.806156 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 13803 | 2024.12.14 01:12:12.806590 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13804 | 2024.12.14 01:12:12.806619 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 423 rows starting from the beginning of the part | ||
| 13805 | 2024.12.14 01:12:12.807079 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_121_24} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13806 | 2024.12.14 01:12:12.807265 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 13807 | 2024.12.14 01:12:12.807444 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 13808 | 2024.12.14 01:12:12.807740 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 881 rows starting from the beginning of the part | ||
| 13809 | 2024.12.14 01:12:12.808003 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 13810 | 2024.12.14 01:12:12.808292 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 13811 | 2024.12.14 01:12:12.809024 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13812 | 2024.12.14 01:12:12.809073 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13813 | 2024.12.14 01:12:12.809674 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13814 | 2024.12.14 01:12:12.809975 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13815 | 2024.12.14 01:12:12.810224 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004313 sec., 37097.14815673545 rows/sec., 2.58 MiB/sec. | ||
| 13816 | 2024.12.14 01:12:12.810492 [ 257 ] {422f0d6f-3399-4ac2-926f-2ab44d7b0b42} <Debug> TCPHandler: Processed in 0.004879601 sec. | ||
| 13817 | 2024.12.14 01:12:12.810798 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13818 | 2024.12.14 01:12:12.810814 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005642584 sec., 427286.5056151579 rows/sec., 32.76 MiB/sec. | ||
| 13819 | 2024.12.14 01:12:12.811135 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13820 | 2024.12.14 01:12:12.811173 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13821 | 2024.12.14 01:12:12.811426 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13822 | 2024.12.14 01:12:12.812154 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13823 | 2024.12.14 01:12:12.812602 [ 198 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_121_24} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13824 | 2024.12.14 01:12:12.812888 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13825 | 2024.12.14 01:12:12.813461 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13826 | 2024.12.14 01:12:12.813506 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13827 | 2024.12.14 01:12:12.813963 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13828 | 2024.12.14 01:12:12.814296 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2024.12.14 01:12:12.814503 [ 58 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13830 | 2024.12.14 01:12:12.814552 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003525 sec., 17021.276595744683 rows/sec., 1.15 MiB/sec. | ||
| 13831 | 2024.12.14 01:12:12.814559 [ 58 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13832 | 2024.12.14 01:12:12.814624 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13833 | 2024.12.14 01:12:12.814708 [ 4 ] {e8590c7b-8253-4044-b286-6f0bf83a738c} <Debug> TCPHandler: Processed in 0.004094869 sec. | ||
| 13834 | 2024.12.14 01:12:12.814808 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13835 | 2024.12.14 01:12:12.814924 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13836 | 2024.12.14 01:12:12.814953 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6976 rows starting from the beginning of the part | ||
| 13837 | 2024.12.14 01:12:12.815022 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 13838 | 2024.12.14 01:12:12.815233 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 13839 | 2024.12.14 01:12:12.815387 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
| 13840 | 2024.12.14 01:12:12.815583 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 48 rows starting from the beginning of the part | ||
| 13841 | 2024.12.14 01:12:12.815695 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 13842 | 2024.12.14 01:12:12.817887 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7260 rows, containing 4 columns (4 merged, 0 gathered) in 0.003150161 sec., 2304644.111840633 rows/sec., 150.13 MiB/sec. | ||
| 13843 | 2024.12.14 01:12:12.818387 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13844 | 2024.12.14 01:12:12.818768 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13845 | 2024.12.14 01:12:12.818873 [ 195 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_121_24} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13846 | 2024.12.14 01:12:12.818994 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 13847 | 2024.12.14 01:12:14.951681 [ 68 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13848 | 2024.12.14 01:12:14.951759 [ 68 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13849 | 2024.12.14 01:12:14.951781 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13850 | 2024.12.14 01:12:14.951992 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13851 | 2024.12.14 01:12:14.952352 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13852 | 2024.12.14 01:12:14.952395 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 242 rows starting from the beginning of the part | ||
| 13853 | 2024.12.14 01:12:14.952493 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part | ||
| 13854 | 2024.12.14 01:12:14.952760 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 13855 | 2024.12.14 01:12:14.952969 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 13856 | 2024.12.14 01:12:14.953157 [ 199 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part | ||
| 13857 | 2024.12.14 01:12:14.954406 [ 210 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002543074 sec., 296491.56886508217 rows/sec., 21.23 MiB/sec. | ||
| 13858 | 2024.12.14 01:12:14.954666 [ 210 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13859 | 2024.12.14 01:12:14.955008 [ 210 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13860 | 2024.12.14 01:12:14.955105 [ 210 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_51_11} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13861 | 2024.12.14 01:12:14.955209 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13862 | 2024.12.14 01:12:15.472626 [ 61 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13863 | 2024.12.14 01:12:15.472690 [ 61 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13864 | 2024.12.14 01:12:15.472712 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13865 | 2024.12.14 01:12:15.472931 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13866 | 2024.12.14 01:12:15.473215 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13867 | 2024.12.14 01:12:15.473264 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part | ||
| 13868 | 2024.12.14 01:12:15.473360 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 13869 | 2024.12.14 01:12:15.473580 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 13870 | 2024.12.14 01:12:15.473779 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 13871 | 2024.12.14 01:12:15.473995 [ 199 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 13872 | 2024.12.14 01:12:15.475176 [ 210 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002365059 sec., 129383.6644244393 rows/sec., 6.60 MiB/sec. | ||
| 13873 | 2024.12.14 01:12:15.475486 [ 210 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13874 | 2024.12.14 01:12:15.475868 [ 210 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13875 | 2024.12.14 01:12:15.475963 [ 210 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_51_11} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13876 | 2024.12.14 01:12:15.476065 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13877 | 2024.12.14 01:12:17.363306 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13878 | 2024.12.14 01:12:17.363370 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13879 | 2024.12.14 01:12:17.680019 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 13880 | 2024.12.14 01:12:17.680946 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13881 | 2024.12.14 01:12:17.680994 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13882 | 2024.12.14 01:12:17.681585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13883 | 2024.12.14 01:12:17.681849 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13884 | 2024.12.14 01:12:17.682128 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13885 | 2024.12.14 01:12:17.804495 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13886 | 2024.12.14 01:12:17.804646 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13887 | 2024.12.14 01:12:17.804707 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13888 | 2024.12.14 01:12:17.805336 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13889 | 2024.12.14 01:12:17.805380 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13890 | 2024.12.14 01:12:17.805754 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13891 | 2024.12.14 01:12:17.806006 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13892 | 2024.12.14 01:12:17.806236 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001633 sec., 8573.178199632579 rows/sec., 617.15 KiB/sec. | ||
| 13893 | 2024.12.14 01:12:17.806297 [ 257 ] {781f24ab-4376-4979-9677-10ad9f360d37} <Debug> TCPHandler: Processed in 0.001913895 sec. | ||
| 13894 | 2024.12.14 01:12:17.806520 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13895 | 2024.12.14 01:12:17.806708 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13896 | 2024.12.14 01:12:17.806780 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13897 | 2024.12.14 01:12:17.807669 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13898 | 2024.12.14 01:12:17.807726 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13899 | 2024.12.14 01:12:17.808198 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13900 | 2024.12.14 01:12:17.808479 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13901 | 2024.12.14 01:12:17.808740 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002083 sec., 136821.8915026404 rows/sec., 12.09 MiB/sec. | ||
| 13902 | 2024.12.14 01:12:17.808867 [ 4 ] {501a76ee-6372-41e1-88aa-f0ae440da8b6} <Debug> TCPHandler: Processed in 0.002474892 sec. | ||
| 13903 | 2024.12.14 01:12:17.809074 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13904 | 2024.12.14 01:12:17.809295 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13905 | 2024.12.14 01:12:17.809358 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13906 | 2024.12.14 01:12:17.810044 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13907 | 2024.12.14 01:12:17.810084 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13908 | 2024.12.14 01:12:17.810459 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13909 | 2024.12.14 01:12:17.810701 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13910 | 2024.12.14 01:12:17.810920 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001668 sec., 28776.978417266186 rows/sec., 2.07 MiB/sec. | ||
| 13911 | 2024.12.14 01:12:17.810980 [ 257 ] {e5094a24-671f-4d91-ba0c-b601c137b61f} <Debug> TCPHandler: Processed in 0.002021949 sec. | ||
| 13912 | 2024.12.14 01:12:17.811147 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13913 | 2024.12.14 01:12:17.811278 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13914 | 2024.12.14 01:12:17.811336 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13915 | 2024.12.14 01:12:17.811943 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13916 | 2024.12.14 01:12:17.811987 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13917 | 2024.12.14 01:12:17.812360 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13918 | 2024.12.14 01:12:17.812602 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13919 | 2024.12.14 01:12:17.812818 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001572 sec., 8905.852417302798 rows/sec., 623.71 KiB/sec. | ||
| 13920 | 2024.12.14 01:12:17.812878 [ 4 ] {7969bc5f-680d-4fc4-93b2-f84be72a2d45} <Debug> TCPHandler: Processed in 0.001791892 sec. | ||
| 13921 | 2024.12.14 01:12:17.813060 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13922 | 2024.12.14 01:12:17.813178 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13923 | 2024.12.14 01:12:17.813228 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13924 | 2024.12.14 01:12:17.813819 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13925 | 2024.12.14 01:12:17.813859 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13926 | 2024.12.14 01:12:17.814216 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13927 | 2024.12.14 01:12:17.814453 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13928 | 2024.12.14 01:12:17.814671 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec. | ||
| 13929 | 2024.12.14 01:12:17.814726 [ 257 ] {742f01e0-0ed9-4c90-990e-acb2632bc443} <Debug> TCPHandler: Processed in 0.001722239 sec. | ||
| 13930 | 2024.12.14 01:12:17.814894 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13931 | 2024.12.14 01:12:17.815042 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13932 | 2024.12.14 01:12:17.815102 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13933 | 2024.12.14 01:12:17.815926 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13934 | 2024.12.14 01:12:17.815967 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13935 | 2024.12.14 01:12:17.816374 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13936 | 2024.12.14 01:12:17.816618 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13937 | 2024.12.14 01:12:17.816837 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001831 sec., 231021.2998361551 rows/sec., 16.52 MiB/sec. | ||
| 13938 | 2024.12.14 01:12:17.816894 [ 4 ] {9c94a90f-a77c-4874-bedf-7f36141cff10} <Debug> TCPHandler: Processed in 0.00207933 sec. | ||
| 13939 | 2024.12.14 01:12:17.817054 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13940 | 2024.12.14 01:12:17.817193 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13941 | 2024.12.14 01:12:17.817255 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13942 | 2024.12.14 01:12:17.817802 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13943 | 2024.12.14 01:12:17.817841 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13944 | 2024.12.14 01:12:17.818202 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13945 | 2024.12.14 01:12:17.818446 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13946 | 2024.12.14 01:12:17.818660 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 13947 | 2024.12.14 01:12:17.818716 [ 257 ] {c8606558-94dc-4703-a4f0-5ff8f4820225} <Debug> TCPHandler: Processed in 0.00173193 sec. | ||
| 13948 | 2024.12.14 01:12:17.818863 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13949 | 2024.12.14 01:12:17.819004 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13950 | 2024.12.14 01:12:17.819068 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13951 | 2024.12.14 01:12:17.819737 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13952 | 2024.12.14 01:12:17.819777 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13953 | 2024.12.14 01:12:17.820185 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13954 | 2024.12.14 01:12:17.820437 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13955 | 2024.12.14 01:12:17.820694 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec. | ||
| 13956 | 2024.12.14 01:12:17.820811 [ 4 ] {23f47f97-3a52-4de6-b978-e3bfae2a6a93} <Debug> TCPHandler: Processed in 0.002013508 sec. | ||
| 13957 | 2024.12.14 01:12:17.821029 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13958 | 2024.12.14 01:12:17.821359 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13959 | 2024.12.14 01:12:17.821453 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13960 | 2024.12.14 01:12:17.821961 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13961 | 2024.12.14 01:12:17.822002 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13962 | 2024.12.14 01:12:17.822366 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13963 | 2024.12.14 01:12:17.822628 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13964 | 2024.12.14 01:12:17.822886 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001628 sec., 614.2506142506143 rows/sec., 41.39 KiB/sec. | ||
| 13965 | 2024.12.14 01:12:17.823003 [ 257 ] {944f235a-aa3c-45fa-b0ee-7037f1041880} <Debug> TCPHandler: Processed in 0.002098631 sec. | ||
| 13966 | 2024.12.14 01:12:17.823283 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13967 | 2024.12.14 01:12:17.823429 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13968 | 2024.12.14 01:12:17.823524 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13969 | 2024.12.14 01:12:17.824763 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13970 | 2024.12.14 01:12:17.824805 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13971 | 2024.12.14 01:12:17.825483 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13972 | 2024.12.14 01:12:17.825752 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13973 | 2024.12.14 01:12:17.826001 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002604 sec., 15745.007680491552 rows/sec., 28.21 MiB/sec. | ||
| 13974 | 2024.12.14 01:12:17.826135 [ 4 ] {3a3537d7-3ff0-47b9-bb18-05ac68dcde3f} <Debug> TCPHandler: Processed in 0.003015378 sec. | ||
| 13975 | 2024.12.14 01:12:17.826297 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13976 | 2024.12.14 01:12:17.826434 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13977 | 2024.12.14 01:12:17.826493 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13978 | 2024.12.14 01:12:17.827026 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13979 | 2024.12.14 01:12:17.827066 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13980 | 2024.12.14 01:12:17.827440 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13981 | 2024.12.14 01:12:17.827672 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13982 | 2024.12.14 01:12:17.827868 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec. | ||
| 13983 | 2024.12.14 01:12:17.827921 [ 257 ] {88bcb36b-a96a-4c2f-beb8-d3bdb3f4dc4f} <Debug> TCPHandler: Processed in 0.001693039 sec. | ||
| 13984 | 2024.12.14 01:12:17.960668 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1954 | ||
| 13985 | 2024.12.14 01:12:17.964112 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13986 | 2024.12.14 01:12:17.964156 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. | ||
| 13987 | 2024.12.14 01:12:17.965651 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13988 | 2024.12.14 01:12:17.965957 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13989 | 2024.12.14 01:12:17.966519 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1954 | ||
| 13990 | 2024.12.14 01:12:19.987144 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 13991 | 2024.12.14 01:12:20.011930 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13992 | 2024.12.14 01:12:20.011986 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 13993 | 2024.12.14 01:12:20.019461 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13994 | 2024.12.14 01:12:20.020285 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13995 | 2024.12.14 01:12:20.023622 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13996 | 2024.12.14 01:12:22.326293 [ 222 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13997 | 2024.12.14 01:12:22.326348 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13998 | 2024.12.14 01:12:22.328306 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13999 | 2024.12.14 01:12:22.458328 [ 219 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14000 | 2024.12.14 01:12:22.458410 [ 219 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14001 | 2024.12.14 01:12:22.460426 [ 219 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14002 | 2024.12.14 01:12:22.797629 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14003 | 2024.12.14 01:12:22.797823 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14004 | 2024.12.14 01:12:22.797896 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14005 | 2024.12.14 01:12:22.798670 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14006 | 2024.12.14 01:12:22.798721 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14007 | 2024.12.14 01:12:22.799164 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14008 | 2024.12.14 01:12:22.799433 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14009 | 2024.12.14 01:12:22.799669 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec. | ||
| 14010 | 2024.12.14 01:12:22.799728 [ 257 ] {11b0a558-b463-47bb-a411-56b2655ca45e} <Debug> TCPHandler: Processed in 0.002230984 sec. | ||
| 14011 | 2024.12.14 01:12:22.799987 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14012 | 2024.12.14 01:12:22.800206 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14013 | 2024.12.14 01:12:22.800295 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14014 | 2024.12.14 01:12:22.801127 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14015 | 2024.12.14 01:12:22.801181 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14016 | 2024.12.14 01:12:22.801628 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14017 | 2024.12.14 01:12:22.801891 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14018 | 2024.12.14 01:12:22.802140 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002002 sec., 31968.03196803197 rows/sec., 2.50 MiB/sec. | ||
| 14019 | 2024.12.14 01:12:22.802208 [ 4 ] {808d60b5-aabe-4c17-990f-e1f7547edc0c} <Debug> TCPHandler: Processed in 0.002357938 sec. | ||
| 14020 | 2024.12.14 01:12:22.802382 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14021 | 2024.12.14 01:12:22.802526 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14022 | 2024.12.14 01:12:22.802591 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14023 | 2024.12.14 01:12:22.803250 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14024 | 2024.12.14 01:12:22.803291 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14025 | 2024.12.14 01:12:22.803709 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14026 | 2024.12.14 01:12:22.803958 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14027 | 2024.12.14 01:12:22.804199 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. | ||
| 14028 | 2024.12.14 01:12:22.804256 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14029 | 2024.12.14 01:12:22.804294 [ 257 ] {54cb85c9-26f1-45fb-891b-5f2f8c262ecc} <Debug> TCPHandler: Processed in 0.001981727 sec. | ||
| 14030 | 2024.12.14 01:12:22.804322 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14031 | 2024.12.14 01:12:22.804531 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14032 | 2024.12.14 01:12:22.804704 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14033 | 2024.12.14 01:12:22.804795 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14034 | 2024.12.14 01:12:22.806081 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14035 | 2024.12.14 01:12:22.806136 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14036 | 2024.12.14 01:12:22.806993 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14037 | 2024.12.14 01:12:22.807384 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14038 | 2024.12.14 01:12:22.807775 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003104 sec., 19329.896907216495 rows/sec., 1.30 MiB/sec. | ||
| 14039 | 2024.12.14 01:12:22.807843 [ 224 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14040 | 2024.12.14 01:12:22.807919 [ 224 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14041 | 2024.12.14 01:12:22.808013 [ 4 ] {712ede06-0ee8-4633-83e6-3bb61788b42a} <Debug> TCPHandler: Processed in 0.003590514 sec. | ||
| 14042 | 2024.12.14 01:12:22.808064 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14043 | 2024.12.14 01:12:22.810492 [ 224 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14044 | 2024.12.14 01:12:25.182280 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 14045 | 2024.12.14 01:12:25.183048 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14046 | 2024.12.14 01:12:25.183101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14047 | 2024.12.14 01:12:25.183805 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14048 | 2024.12.14 01:12:25.184075 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14049 | 2024.12.14 01:12:25.184358 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 14050 | 2024.12.14 01:12:27.155024 [ 224 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14051 | 2024.12.14 01:12:27.155105 [ 224 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14052 | 2024.12.14 01:12:27.156812 [ 224 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14053 | 2024.12.14 01:12:27.472993 [ 224 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14054 | 2024.12.14 01:12:27.473046 [ 224 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14055 | 2024.12.14 01:12:27.474979 [ 224 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14056 | 2024.12.14 01:12:27.523671 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 14057 | 2024.12.14 01:12:27.544952 [ 222 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14058 | 2024.12.14 01:12:27.545116 [ 222 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14059 | 2024.12.14 01:12:27.546744 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14060 | 2024.12.14 01:12:27.546810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14061 | 2024.12.14 01:12:27.549261 [ 222 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14062 | 2024.12.14 01:12:27.557049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14063 | 2024.12.14 01:12:27.557845 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14064 | 2024.12.14 01:12:27.563418 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 14065 | 2024.12.14 01:12:27.706436 [ 225 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14066 | 2024.12.14 01:12:27.706496 [ 225 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14067 | 2024.12.14 01:12:27.708021 [ 225 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14068 | 2024.12.14 01:12:27.805314 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14069 | 2024.12.14 01:12:27.805529 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14070 | 2024.12.14 01:12:27.805610 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14071 | 2024.12.14 01:12:27.806431 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14072 | 2024.12.14 01:12:27.806481 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14073 | 2024.12.14 01:12:27.806919 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14074 | 2024.12.14 01:12:27.807168 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14075 | 2024.12.14 01:12:27.807325 [ 66 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 14076 | 2024.12.14 01:12:27.807371 [ 66 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14077 | 2024.12.14 01:12:27.807377 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 14078 | 2024.12.14 01:12:27.807396 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14079 | 2024.12.14 01:12:27.807470 [ 257 ] {edd81381-b682-4a16-a4d9-526110c350e3} <Debug> TCPHandler: Processed in 0.002296987 sec. | ||
| 14080 | 2024.12.14 01:12:27.807526 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 14081 | 2024.12.14 01:12:27.807658 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14082 | 2024.12.14 01:12:27.807691 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 14083 | 2024.12.14 01:12:27.807769 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14084 | 2024.12.14 01:12:27.807831 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 14085 | 2024.12.14 01:12:27.808194 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 14086 | 2024.12.14 01:12:27.808245 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14087 | 2024.12.14 01:12:27.808447 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14088 | 2024.12.14 01:12:27.808528 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 14089 | 2024.12.14 01:12:27.808869 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 14090 | 2024.12.14 01:12:27.811085 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14091 | 2024.12.14 01:12:27.811193 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14092 | 2024.12.14 01:12:27.811267 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00380149 sec., 18413.83247095218 rows/sec., 1.36 MiB/sec. | ||
| 14093 | 2024.12.14 01:12:27.811470 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 14094 | 2024.12.14 01:12:27.811994 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14095 | 2024.12.14 01:12:27.812053 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14096 | 2024.12.14 01:12:27.812106 [ 194 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_53_13} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 14097 | 2024.12.14 01:12:27.812218 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14098 | 2024.12.14 01:12:27.812413 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14099 | 2024.12.14 01:12:27.812671 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.004575 sec., 62295.08196721311 rows/sec., 5.50 MiB/sec. | ||
| 14100 | 2024.12.14 01:12:27.812758 [ 4 ] {3e000107-88b4-46a3-8223-4dc4c98813ef} <Debug> TCPHandler: Processed in 0.00516094 sec. | ||
| 14101 | 2024.12.14 01:12:27.812980 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14102 | 2024.12.14 01:12:27.813298 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14103 | 2024.12.14 01:12:27.813380 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14104 | 2024.12.14 01:12:27.813989 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14105 | 2024.12.14 01:12:27.814028 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14106 | 2024.12.14 01:12:27.814405 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 14107 | 2024.12.14 01:12:27.814649 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14108 | 2024.12.14 01:12:27.814822 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001642 sec., 29232.6431181486 rows/sec., 2.10 MiB/sec. | ||
| 14109 | 2024.12.14 01:12:27.814873 [ 257 ] {81bcd6e1-6e7e-4c0d-9f1e-1aab6dc4bff1} <Debug> TCPHandler: Processed in 0.002003618 sec. | ||
| 14110 | 2024.12.14 01:12:27.815038 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14111 | 2024.12.14 01:12:27.815180 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14112 | 2024.12.14 01:12:27.815239 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14113 | 2024.12.14 01:12:27.815913 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14114 | 2024.12.14 01:12:27.815961 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14115 | 2024.12.14 01:12:27.816329 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14116 | 2024.12.14 01:12:27.816572 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14117 | 2024.12.14 01:12:27.816781 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec. | ||
| 14118 | 2024.12.14 01:12:27.816835 [ 4 ] {be0549cc-a770-4759-8bef-f21ad1d6fb43} <Debug> TCPHandler: Processed in 0.001855244 sec. | ||
| 14119 | 2024.12.14 01:12:27.816976 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14120 | 2024.12.14 01:12:27.817105 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14121 | 2024.12.14 01:12:27.817161 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14122 | 2024.12.14 01:12:27.817836 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14123 | 2024.12.14 01:12:27.817881 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14124 | 2024.12.14 01:12:27.818256 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14125 | 2024.12.14 01:12:27.818494 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14126 | 2024.12.14 01:12:27.818614 [ 66 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 14127 | 2024.12.14 01:12:27.818655 [ 66 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14128 | 2024.12.14 01:12:27.818676 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0016 sec., 8125 rows/sec., 506.59 KiB/sec. | ||
| 14129 | 2024.12.14 01:12:27.818679 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14130 | 2024.12.14 01:12:27.818774 [ 257 ] {f0ddc3fd-8ccf-4311-ac7d-1f0896f66d14} <Debug> TCPHandler: Processed in 0.001854194 sec. | ||
| 14131 | 2024.12.14 01:12:27.818825 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 14132 | 2024.12.14 01:12:27.818951 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14133 | 2024.12.14 01:12:27.818990 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14134 | 2024.12.14 01:12:27.819041 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 14135 | 2024.12.14 01:12:27.819213 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14136 | 2024.12.14 01:12:27.819383 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 14137 | 2024.12.14 01:12:27.819395 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14138 | 2024.12.14 01:12:27.819767 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 14139 | 2024.12.14 01:12:27.820014 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 14140 | 2024.12.14 01:12:27.820423 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 14141 | 2024.12.14 01:12:27.822438 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14142 | 2024.12.14 01:12:27.822513 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14143 | 2024.12.14 01:12:27.822878 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004117499 sec., 15786.281915308296 rows/sec., 1.02 MiB/sec. | ||
| 14144 | 2024.12.14 01:12:27.823056 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 14145 | 2024.12.14 01:12:27.823364 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14146 | 2024.12.14 01:12:27.823526 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14147 | 2024.12.14 01:12:27.823655 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_53_13} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 14148 | 2024.12.14 01:12:27.823776 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14149 | 2024.12.14 01:12:27.823837 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14150 | 2024.12.14 01:12:27.824081 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004971 sec., 85093.54254677128 rows/sec., 6.08 MiB/sec. | ||
| 14151 | 2024.12.14 01:12:27.824162 [ 4 ] {f497f719-817b-4d7b-bafa-63529085ec9c} <Debug> TCPHandler: Processed in 0.005292934 sec. | ||
| 14152 | 2024.12.14 01:12:27.824351 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14153 | 2024.12.14 01:12:27.824687 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14154 | 2024.12.14 01:12:27.824835 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14155 | 2024.12.14 01:12:27.825393 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14156 | 2024.12.14 01:12:27.825432 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14157 | 2024.12.14 01:12:27.825811 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14158 | 2024.12.14 01:12:27.826052 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14159 | 2024.12.14 01:12:27.826226 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 188.50 KiB/sec. | ||
| 14160 | 2024.12.14 01:12:27.826276 [ 257 ] {c7d2c9a1-75d8-4f9f-881d-821ae35c0fca} <Debug> TCPHandler: Processed in 0.002021169 sec. | ||
| 14161 | 2024.12.14 01:12:27.826434 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14162 | 2024.12.14 01:12:27.826573 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14163 | 2024.12.14 01:12:27.826635 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14164 | 2024.12.14 01:12:27.827261 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14165 | 2024.12.14 01:12:27.827300 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14166 | 2024.12.14 01:12:27.827702 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14167 | 2024.12.14 01:12:27.827941 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14168 | 2024.12.14 01:12:27.828128 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 14169 | 2024.12.14 01:12:27.828153 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec. | ||
| 14170 | 2024.12.14 01:12:27.828215 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14171 | 2024.12.14 01:12:27.828269 [ 4 ] {680609eb-3281-4096-ab23-71a65076bfef} <Debug> TCPHandler: Processed in 0.001901535 sec. | ||
| 14172 | 2024.12.14 01:12:27.828291 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14173 | 2024.12.14 01:12:27.828496 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 14174 | 2024.12.14 01:12:27.828556 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14175 | 2024.12.14 01:12:27.828672 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14176 | 2024.12.14 01:12:27.828712 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 35671 rows starting from the beginning of the part | ||
| 14177 | 2024.12.14 01:12:27.829008 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 128 rows starting from the beginning of the part | ||
| 14178 | 2024.12.14 01:12:27.829076 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14179 | 2024.12.14 01:12:27.829238 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 14180 | 2024.12.14 01:12:27.829294 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14181 | 2024.12.14 01:12:27.829605 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
| 14182 | 2024.12.14 01:12:27.829967 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 14183 | 2024.12.14 01:12:27.830304 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 14184 | 2024.12.14 01:12:27.831524 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14185 | 2024.12.14 01:12:27.831600 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14186 | 2024.12.14 01:12:27.832101 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14187 | 2024.12.14 01:12:27.832400 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14188 | 2024.12.14 01:12:27.832912 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004088 sec., 244.61839530332682 rows/sec., 16.48 KiB/sec. | ||
| 14189 | 2024.12.14 01:12:27.833062 [ 257 ] {6905a41c-0a9f-4ef0-ab04-7efe7bf4fae7} <Debug> TCPHandler: Processed in 0.004684306 sec. | ||
| 14190 | 2024.12.14 01:12:27.833258 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14191 | 2024.12.14 01:12:27.833419 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14192 | 2024.12.14 01:12:27.833521 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14193 | 2024.12.14 01:12:27.834960 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14194 | 2024.12.14 01:12:27.834999 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14195 | 2024.12.14 01:12:27.835739 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14196 | 2024.12.14 01:12:27.836033 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14197 | 2024.12.14 01:12:27.836338 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002958 sec., 13860.716700473293 rows/sec., 24.84 MiB/sec. | ||
| 14198 | 2024.12.14 01:12:27.837020 [ 4 ] {0b1356f6-637f-41a3-97ee-ca53c2c4e83e} <Debug> TCPHandler: Processed in 0.003840211 sec. | ||
| 14199 | 2024.12.14 01:12:27.837395 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14200 | 2024.12.14 01:12:27.837769 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14201 | 2024.12.14 01:12:27.837838 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14202 | 2024.12.14 01:12:27.838468 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14203 | 2024.12.14 01:12:27.838539 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14204 | 2024.12.14 01:12:27.839041 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14205 | 2024.12.14 01:12:27.839474 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14206 | 2024.12.14 01:12:27.839684 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36593 rows, containing 5 columns (5 merged, 0 gathered) in 0.011240136 sec., 3255565.591021319 rows/sec., 219.79 MiB/sec. | ||
| 14207 | 2024.12.14 01:12:27.839882 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002204 sec., 37205.08166969147 rows/sec., 2.36 MiB/sec. | ||
| 14208 | 2024.12.14 01:12:27.839955 [ 257 ] {d21e184e-0bb8-4e7b-bab0-c8e70113d9d9} <Debug> TCPHandler: Processed in 0.002811052 sec. | ||
| 14209 | 2024.12.14 01:12:27.840085 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 14210 | 2024.12.14 01:12:27.840379 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2024.12.14 01:12:27.840452 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 14212 | 2024.12.14 01:12:27.840526 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14213 | 2024.12.14 01:12:27.966704 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1984 | ||
| 14214 | 2024.12.14 01:12:27.969946 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14215 | 2024.12.14 01:12:27.969997 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14216 | 2024.12.14 01:12:27.971543 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14217 | 2024.12.14 01:12:27.971853 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14218 | 2024.12.14 01:12:27.973492 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1984 | ||
| 14219 | 2024.12.14 01:12:28.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.99 MiB, peak 282.00 MiB, free memory in arenas 0.00 B, will set to 264.56 MiB (RSS), difference: -1.43 MiB | ||
| 14220 | 2024.12.14 01:12:32.363426 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14221 | 2024.12.14 01:12:32.363496 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14222 | 2024.12.14 01:12:32.684469 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 14223 | 2024.12.14 01:12:32.685185 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14224 | 2024.12.14 01:12:32.685227 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14225 | 2024.12.14 01:12:32.685762 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14226 | 2024.12.14 01:12:32.686021 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14227 | 2024.12.14 01:12:32.686206 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14228 | 2024.12.14 01:12:32.798562 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14229 | 2024.12.14 01:12:32.798717 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14230 | 2024.12.14 01:12:32.798774 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14231 | 2024.12.14 01:12:32.799441 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14232 | 2024.12.14 01:12:32.799480 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14233 | 2024.12.14 01:12:32.799848 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14234 | 2024.12.14 01:12:32.800085 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14235 | 2024.12.14 01:12:32.800297 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001612 sec., 34739.45409429281 rows/sec., 2.67 MiB/sec. | ||
| 14236 | 2024.12.14 01:12:32.800357 [ 257 ] {41ca234a-dc69-4100-ac18-72cd1173c048} <Debug> TCPHandler: Processed in 0.001908456 sec. | ||
| 14237 | 2024.12.14 01:12:32.800662 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14238 | 2024.12.14 01:12:32.800891 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14239 | 2024.12.14 01:12:32.800967 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14240 | 2024.12.14 01:12:32.801757 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14241 | 2024.12.14 01:12:32.801805 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14242 | 2024.12.14 01:12:32.802261 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14243 | 2024.12.14 01:12:32.802539 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14244 | 2024.12.14 01:12:32.802801 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 14245 | 2024.12.14 01:12:32.802885 [ 4 ] {b28b45fc-8d66-4a84-8afc-92d489085ee5} <Debug> TCPHandler: Processed in 0.002390479 sec. | ||
| 14246 | 2024.12.14 01:12:32.803097 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14247 | 2024.12.14 01:12:32.803306 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14248 | 2024.12.14 01:12:32.803359 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14249 | 2024.12.14 01:12:32.803927 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14250 | 2024.12.14 01:12:32.803967 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14251 | 2024.12.14 01:12:32.804374 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14252 | 2024.12.14 01:12:32.804620 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14253 | 2024.12.14 01:12:32.804820 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 14254 | 2024.12.14 01:12:32.804881 [ 257 ] {0aab7cfe-09b5-4ee8-979e-0a390d3b3706} <Debug> TCPHandler: Processed in 0.001893655 sec. | ||
| 14255 | 2024.12.14 01:12:32.805050 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14256 | 2024.12.14 01:12:32.805381 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14257 | 2024.12.14 01:12:32.805542 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14258 | 2024.12.14 01:12:32.806345 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14259 | 2024.12.14 01:12:32.806387 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14260 | 2024.12.14 01:12:32.806787 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14261 | 2024.12.14 01:12:32.807032 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2024.12.14 01:12:32.807218 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001959 sec., 30627.871362940277 rows/sec., 2.06 MiB/sec. | ||
| 14263 | 2024.12.14 01:12:32.807299 [ 4 ] {f8e06b15-dd8a-41ef-8d91-1b4b854e250a} <Debug> TCPHandler: Processed in 0.002325288 sec. | ||
| 14264 | 2024.12.14 01:12:33.168227 [ 220 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14265 | 2024.12.14 01:12:33.168269 [ 220 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14266 | 2024.12.14 01:12:33.170154 [ 220 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14267 | 2024.12.14 01:12:33.529105 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14268 | 2024.12.14 01:12:33.529162 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14269 | 2024.12.14 01:12:33.531099 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14270 | 2024.12.14 01:12:33.554449 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14271 | 2024.12.14 01:12:33.554658 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14272 | 2024.12.14 01:12:33.554739 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14273 | 2024.12.14 01:12:33.555572 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14274 | 2024.12.14 01:12:33.555628 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14275 | 2024.12.14 01:12:33.556065 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14276 | 2024.12.14 01:12:33.556339 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14277 | 2024.12.14 01:12:33.556578 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 14278 | 2024.12.14 01:12:33.556645 [ 257 ] {cf3a651d-bbd8-4955-9225-4fa2b403e402} <Debug> TCPHandler: Processed in 0.002336588 sec. | ||
| 14279 | 2024.12.14 01:12:33.556905 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14280 | 2024.12.14 01:12:33.557088 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14281 | 2024.12.14 01:12:33.557157 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14282 | 2024.12.14 01:12:33.557874 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14283 | 2024.12.14 01:12:33.557913 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14284 | 2024.12.14 01:12:33.558354 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14285 | 2024.12.14 01:12:33.558381 [ 217 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14286 | 2024.12.14 01:12:33.558450 [ 217 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14287 | 2024.12.14 01:12:33.558765 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14288 | 2024.12.14 01:12:33.559474 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.002393 sec., 5850.396991224404 rows/sec., 477.06 KiB/sec. | ||
| 14289 | 2024.12.14 01:12:33.560190 [ 4 ] {048d6d03-7b58-45d3-9082-afd99312f7f3} <Debug> TCPHandler: Processed in 0.003404278 sec. | ||
| 14290 | 2024.12.14 01:12:33.560556 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14291 | 2024.12.14 01:12:33.560905 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14292 | 2024.12.14 01:12:33.561035 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14293 | 2024.12.14 01:12:33.562900 [ 217 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14294 | 2024.12.14 01:12:33.563129 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14295 | 2024.12.14 01:12:33.563213 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14296 | 2024.12.14 01:12:33.563993 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14297 | 2024.12.14 01:12:33.564252 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14298 | 2024.12.14 01:12:33.564431 [ 56 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14299 | 2024.12.14 01:12:33.564495 [ 56 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14300 | 2024.12.14 01:12:33.564506 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.003661 sec., 391149.9590275881 rows/sec., 32.77 MiB/sec. | ||
| 14301 | 2024.12.14 01:12:33.564528 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14302 | 2024.12.14 01:12:33.564666 [ 257 ] {a9952f4c-9518-475a-9213-27d529985bc7} <Debug> TCPHandler: Processed in 0.004334116 sec. | ||
| 14303 | 2024.12.14 01:12:33.564771 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14304 | 2024.12.14 01:12:33.564873 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14305 | 2024.12.14 01:12:33.564960 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14306 | 2024.12.14 01:12:33.565038 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1434 rows starting from the beginning of the part | ||
| 14307 | 2024.12.14 01:12:33.565100 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14308 | 2024.12.14 01:12:33.565250 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14309 | 2024.12.14 01:12:33.565298 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 285 rows starting from the beginning of the part | ||
| 14310 | 2024.12.14 01:12:33.565784 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 14311 | 2024.12.14 01:12:33.566121 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 285 rows starting from the beginning of the part | ||
| 14312 | 2024.12.14 01:12:33.566535 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part | ||
| 14313 | 2024.12.14 01:12:33.566963 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1432 rows starting from the beginning of the part | ||
| 14314 | 2024.12.14 01:12:33.568471 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14315 | 2024.12.14 01:12:33.568530 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14316 | 2024.12.14 01:12:33.569614 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 14317 | 2024.12.14 01:12:33.569980 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14318 | 2024.12.14 01:12:33.570128 [ 56 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_57_12 to all_62_62_0 | ||
| 14319 | 2024.12.14 01:12:33.570187 [ 56 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14320 | 2024.12.14 01:12:33.570207 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.005185 sec., 11957.569913211186 rows/sec., 871.09 KiB/sec. | ||
| 14321 | 2024.12.14 01:12:33.570211 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14322 | 2024.12.14 01:12:33.570356 [ 4 ] {f725f336-6632-45fd-a7f3-c96cdabf777e} <Debug> TCPHandler: Processed in 0.005557521 sec. | ||
| 14323 | 2024.12.14 01:12:33.570669 [ 222 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14324 | 2024.12.14 01:12:33.570818 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_57_12 to all_62_62_0 into Compact with storage Full | ||
| 14325 | 2024.12.14 01:12:33.570869 [ 222 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14326 | 2024.12.14 01:12:33.570900 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14327 | 2024.12.14 01:12:33.571571 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14328 | 2024.12.14 01:12:33.571602 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14329 | 2024.12.14 01:12:33.571802 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14330 | 2024.12.14 01:12:33.571827 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 66 rows starting from the beginning of the part | ||
| 14331 | 2024.12.14 01:12:33.572522 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part | ||
| 14332 | 2024.12.14 01:12:33.572853 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3548 rows, containing 5 columns (5 merged, 0 gathered) in 0.008144486 sec., 435632.15652896947 rows/sec., 38.38 MiB/sec. | ||
| 14333 | 2024.12.14 01:12:33.573164 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 50 rows starting from the beginning of the part | ||
| 14334 | 2024.12.14 01:12:33.573687 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part | ||
| 14335 | 2024.12.14 01:12:33.574254 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 48 rows starting from the beginning of the part | ||
| 14336 | 2024.12.14 01:12:33.574389 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14337 | 2024.12.14 01:12:33.574790 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 62 rows starting from the beginning of the part | ||
| 14338 | 2024.12.14 01:12:33.576712 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14339 | 2024.12.14 01:12:33.577241 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_126_25} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14340 | 2024.12.14 01:12:33.577794 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 14341 | 2024.12.14 01:12:33.578517 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14342 | 2024.12.14 01:12:33.578612 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14343 | 2024.12.14 01:12:33.580375 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14344 | 2024.12.14 01:12:33.581284 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14345 | 2024.12.14 01:12:33.581522 [ 222 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14346 | 2024.12.14 01:12:33.581552 [ 195 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.011233965 sec., 28663.076660822782 rows/sec., 2.16 MiB/sec. | ||
| 14347 | 2024.12.14 01:12:33.581972 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.010606 sec., 22817.27324156138 rows/sec., 1.55 MiB/sec. | ||
| 14348 | 2024.12.14 01:12:33.581977 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Trace> MergedBlockOutputStream: filled checksums all_1_62_13 (state Temporary) | ||
| 14349 | 2024.12.14 01:12:33.582226 [ 257 ] {c3f666a0-c779-4f8c-a403-310124098273} <Debug> TCPHandler: Processed in 0.011694349 sec. | ||
| 14350 | 2024.12.14 01:12:33.582516 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14351 | 2024.12.14 01:12:33.582794 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14352 | 2024.12.14 01:12:33.582829 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_62_13 to all_1_62_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14353 | 2024.12.14 01:12:33.582876 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14354 | 2024.12.14 01:12:33.583032 [ 198 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_62_13} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_57_12, all_62_62_0] -> all_1_62_13 | ||
| 14355 | 2024.12.14 01:12:33.583193 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14356 | 2024.12.14 01:12:33.583685 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14357 | 2024.12.14 01:12:33.583728 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14358 | 2024.12.14 01:12:33.584088 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14359 | 2024.12.14 01:12:33.584336 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14360 | 2024.12.14 01:12:33.584513 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001795 sec., 7242.339832869081 rows/sec., 451.56 KiB/sec. | ||
| 14361 | 2024.12.14 01:12:33.584565 [ 4 ] {629bcaff-a011-48a1-93a5-7831bd28bd22} <Debug> TCPHandler: Processed in 0.002218845 sec. | ||
| 14362 | 2024.12.14 01:12:33.584725 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14363 | 2024.12.14 01:12:33.584865 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14364 | 2024.12.14 01:12:33.584923 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14365 | 2024.12.14 01:12:33.585935 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14366 | 2024.12.14 01:12:33.585974 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14367 | 2024.12.14 01:12:33.586374 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14368 | 2024.12.14 01:12:33.586627 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14369 | 2024.12.14 01:12:33.586794 [ 56 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14370 | 2024.12.14 01:12:33.586857 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002016 sec., 442956.34920634923 rows/sec., 32.16 MiB/sec. | ||
| 14371 | 2024.12.14 01:12:33.586858 [ 56 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14372 | 2024.12.14 01:12:33.586941 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14373 | 2024.12.14 01:12:33.586983 [ 257 ] {9c8a58b8-f023-4068-8b00-acb55faff3bb} <Debug> TCPHandler: Processed in 0.002324228 sec. | ||
| 14374 | 2024.12.14 01:12:33.587173 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14375 | 2024.12.14 01:12:33.587181 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14376 | 2024.12.14 01:12:33.587306 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14377 | 2024.12.14 01:12:33.587338 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14378 | 2024.12.14 01:12:33.587344 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part | ||
| 14379 | 2024.12.14 01:12:33.587400 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14380 | 2024.12.14 01:12:33.587582 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 423 rows starting from the beginning of the part | ||
| 14381 | 2024.12.14 01:12:33.587980 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 14382 | 2024.12.14 01:12:33.588299 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 423 rows starting from the beginning of the part | ||
| 14383 | 2024.12.14 01:12:33.588600 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part | ||
| 14384 | 2024.12.14 01:12:33.588881 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 893 rows starting from the beginning of the part | ||
| 14385 | 2024.12.14 01:12:33.589518 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14386 | 2024.12.14 01:12:33.589567 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14387 | 2024.12.14 01:12:33.590113 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14388 | 2024.12.14 01:12:33.590413 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14389 | 2024.12.14 01:12:33.590605 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003303 sec., 1816.5304268846503 rows/sec., 94.91 KiB/sec. | ||
| 14390 | 2024.12.14 01:12:33.590655 [ 4 ] {d4075b7d-371b-42c9-afa6-99b084ef7427} <Debug> TCPHandler: Processed in 0.003570523 sec. | ||
| 14391 | 2024.12.14 01:12:33.590862 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14392 | 2024.12.14 01:12:33.590924 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2782 rows, containing 5 columns (5 merged, 0 gathered) in 0.003894533 sec., 714334.684030152 rows/sec., 54.56 MiB/sec. | ||
| 14393 | 2024.12.14 01:12:33.591045 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14394 | 2024.12.14 01:12:33.591131 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14395 | 2024.12.14 01:12:33.591200 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14396 | 2024.12.14 01:12:33.591789 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14397 | 2024.12.14 01:12:33.591911 [ 193 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_126_25} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14398 | 2024.12.14 01:12:33.592012 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 14399 | 2024.12.14 01:12:33.592461 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14400 | 2024.12.14 01:12:33.592507 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14401 | 2024.12.14 01:12:33.592979 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14402 | 2024.12.14 01:12:33.593224 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14403 | 2024.12.14 01:12:33.593439 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.002434 sec., 395234.1824157765 rows/sec., 26.26 MiB/sec. | ||
| 14404 | 2024.12.14 01:12:33.593498 [ 257 ] {b491c3df-66e3-4b0e-9381-e76800b07ebb} <Debug> TCPHandler: Processed in 0.00276287 sec. | ||
| 14405 | 2024.12.14 01:12:33.593638 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14406 | 2024.12.14 01:12:33.593756 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14407 | 2024.12.14 01:12:33.593807 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14408 | 2024.12.14 01:12:33.594273 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14409 | 2024.12.14 01:12:33.594318 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14410 | 2024.12.14 01:12:33.594683 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14411 | 2024.12.14 01:12:33.594912 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14412 | 2024.12.14 01:12:33.595087 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 14413 | 2024.12.14 01:12:33.595137 [ 4 ] {21872c8e-c7a0-417e-a7cf-23dcaba02fd3} <Debug> TCPHandler: Processed in 0.001554215 sec. | ||
| 14414 | 2024.12.14 01:12:33.595283 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14415 | 2024.12.14 01:12:33.595425 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14416 | 2024.12.14 01:12:33.595518 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14417 | 2024.12.14 01:12:33.596847 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14418 | 2024.12.14 01:12:33.596887 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14419 | 2024.12.14 01:12:33.597582 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14420 | 2024.12.14 01:12:33.597844 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14421 | 2024.12.14 01:12:33.598085 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002694 sec., 15219.00519673348 rows/sec., 27.27 MiB/sec. | ||
| 14422 | 2024.12.14 01:12:33.598194 [ 257 ] {d8c0f6f9-6f5b-4b06-8ecb-e7bf59764ff7} <Debug> TCPHandler: Processed in 0.002974196 sec. | ||
| 14423 | 2024.12.14 01:12:33.598336 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14424 | 2024.12.14 01:12:33.598453 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14425 | 2024.12.14 01:12:33.598501 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14426 | 2024.12.14 01:12:33.598967 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14427 | 2024.12.14 01:12:33.599006 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14428 | 2024.12.14 01:12:33.599370 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14429 | 2024.12.14 01:12:33.599605 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14430 | 2024.12.14 01:12:33.599734 [ 56 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14431 | 2024.12.14 01:12:33.599766 [ 56 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14432 | 2024.12.14 01:12:33.599786 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001355 sec., 25092.25092250922 rows/sec., 1.46 MiB/sec. | ||
| 14433 | 2024.12.14 01:12:33.599793 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14434 | 2024.12.14 01:12:33.599891 [ 4 ] {70fa2efa-177d-457e-95ce-6979d728b40d} <Debug> TCPHandler: Processed in 0.001614387 sec. | ||
| 14435 | 2024.12.14 01:12:33.600052 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14436 | 2024.12.14 01:12:33.600202 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14437 | 2024.12.14 01:12:33.600240 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7260 rows starting from the beginning of the part | ||
| 14438 | 2024.12.14 01:12:33.600341 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 14439 | 2024.12.14 01:12:33.600560 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 14440 | 2024.12.14 01:12:33.600776 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 14441 | 2024.12.14 01:12:33.600951 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 14442 | 2024.12.14 01:12:33.601142 [ 191 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 34 rows starting from the beginning of the part | ||
| 14443 | 2024.12.14 01:12:33.603403 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7578 rows, containing 4 columns (4 merged, 0 gathered) in 0.003495691 sec., 2167811.743085988 rows/sec., 141.15 MiB/sec. | ||
| 14444 | 2024.12.14 01:12:33.604158 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14445 | 2024.12.14 01:12:33.604498 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14446 | 2024.12.14 01:12:33.604581 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_126_25} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14447 | 2024.12.14 01:12:33.604668 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 14448 | 2024.12.14 01:12:34.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.53 MiB, peak 282.00 MiB, free memory in arenas 0.00 B, will set to 264.56 MiB (RSS), difference: 3.03 MiB | ||
| 14449 | 2024.12.14 01:12:35.063478 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14450 | 2024.12.14 01:12:35.085785 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14451 | 2024.12.14 01:12:35.085841 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14452 | 2024.12.14 01:12:35.093233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14453 | 2024.12.14 01:12:35.095476 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14454 | 2024.12.14 01:12:35.098329 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14455 | 2024.12.14 01:12:37.798048 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14456 | 2024.12.14 01:12:37.798258 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14457 | 2024.12.14 01:12:37.798337 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14458 | 2024.12.14 01:12:37.799114 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14459 | 2024.12.14 01:12:37.799158 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14460 | 2024.12.14 01:12:37.799592 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14461 | 2024.12.14 01:12:37.799861 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14462 | 2024.12.14 01:12:37.800068 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00187 sec., 29946.524064171124 rows/sec., 2.30 MiB/sec. | ||
| 14463 | 2024.12.14 01:12:37.800132 [ 257 ] {662d4caa-a56c-49d7-9ad7-74ae05a83b99} <Debug> TCPHandler: Processed in 0.002218194 sec. | ||
| 14464 | 2024.12.14 01:12:37.800396 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14465 | 2024.12.14 01:12:37.800585 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14466 | 2024.12.14 01:12:37.800656 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14467 | 2024.12.14 01:12:37.801431 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14468 | 2024.12.14 01:12:37.801478 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14469 | 2024.12.14 01:12:37.801916 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14470 | 2024.12.14 01:12:37.802175 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14471 | 2024.12.14 01:12:37.802410 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001877 sec., 34096.96323921151 rows/sec., 2.66 MiB/sec. | ||
| 14472 | 2024.12.14 01:12:37.802476 [ 4 ] {b0b3f887-e2b6-4870-85cc-7444ee231cd4} <Debug> TCPHandler: Processed in 0.002216534 sec. | ||
| 14473 | 2024.12.14 01:12:37.802694 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14474 | 2024.12.14 01:12:37.802926 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14475 | 2024.12.14 01:12:37.803025 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14476 | 2024.12.14 01:12:37.803793 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14477 | 2024.12.14 01:12:37.803831 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14478 | 2024.12.14 01:12:37.804230 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14479 | 2024.12.14 01:12:37.804471 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14480 | 2024.12.14 01:12:37.804656 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001793 sec., 71388.73396542108 rows/sec., 4.97 MiB/sec. | ||
| 14481 | 2024.12.14 01:12:37.804711 [ 257 ] {6f8d4591-2c47-4a05-8011-73e6e89e156d} <Debug> TCPHandler: Processed in 0.002127302 sec. | ||
| 14482 | 2024.12.14 01:12:37.804849 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14483 | 2024.12.14 01:12:37.804972 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14484 | 2024.12.14 01:12:37.805027 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14485 | 2024.12.14 01:12:37.805524 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14486 | 2024.12.14 01:12:37.805565 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14487 | 2024.12.14 01:12:37.805960 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14488 | 2024.12.14 01:12:37.806204 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14489 | 2024.12.14 01:12:37.806427 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001484 sec., 32345.013477088945 rows/sec., 2.18 MiB/sec. | ||
| 14490 | 2024.12.14 01:12:37.806491 [ 4 ] {3c0e9e7f-14c6-415a-a4a3-ec76a5668733} <Debug> TCPHandler: Processed in 0.001696639 sec. | ||
| 14491 | 2024.12.14 01:12:37.973673 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2024 | ||
| 14492 | 2024.12.14 01:12:37.977055 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14493 | 2024.12.14 01:12:37.977108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14494 | 2024.12.14 01:12:37.978666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14495 | 2024.12.14 01:12:37.978975 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2024.12.14 01:12:37.979524 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2024 | ||
| 14497 | 2024.12.14 01:12:40.186347 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 14498 | 2024.12.14 01:12:40.187575 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14499 | 2024.12.14 01:12:40.187626 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14500 | 2024.12.14 01:12:40.188164 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14501 | 2024.12.14 01:12:40.188419 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14502 | 2024.12.14 01:12:40.188625 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 14503 | 2024.12.14 01:12:41.227915 [ 222 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14504 | 2024.12.14 01:12:41.228006 [ 222 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14505 | 2024.12.14 01:12:41.230129 [ 222 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14506 | 2024.12.14 01:12:41.387628 [ 221 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14507 | 2024.12.14 01:12:41.387719 [ 221 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14508 | 2024.12.14 01:12:41.389846 [ 221 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14509 | 2024.12.14 01:12:42.019241 [ 222 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14510 | 2024.12.14 01:12:42.019324 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14511 | 2024.12.14 01:12:42.021582 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14512 | 2024.12.14 01:12:42.528947 [ 219 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14513 | 2024.12.14 01:12:42.529037 [ 219 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14514 | 2024.12.14 01:12:42.531343 [ 219 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14515 | 2024.12.14 01:12:42.598389 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14516 | 2024.12.14 01:12:42.619818 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14517 | 2024.12.14 01:12:42.619879 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14518 | 2024.12.14 01:12:42.627400 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14519 | 2024.12.14 01:12:42.628211 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14520 | 2024.12.14 01:12:42.631121 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14521 | 2024.12.14 01:12:42.798457 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14522 | 2024.12.14 01:12:42.798650 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14523 | 2024.12.14 01:12:42.798726 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14524 | 2024.12.14 01:12:42.799504 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14525 | 2024.12.14 01:12:42.799556 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14526 | 2024.12.14 01:12:42.799992 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14527 | 2024.12.14 01:12:42.800247 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14528 | 2024.12.14 01:12:42.800458 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec. | ||
| 14529 | 2024.12.14 01:12:42.800523 [ 257 ] {5684ebb9-9428-46bc-9044-273dd0578fc4} <Debug> TCPHandler: Processed in 0.002195424 sec. | ||
| 14530 | 2024.12.14 01:12:42.800787 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14531 | 2024.12.14 01:12:42.800993 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14532 | 2024.12.14 01:12:42.801073 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14533 | 2024.12.14 01:12:42.801879 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14534 | 2024.12.14 01:12:42.801928 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14535 | 2024.12.14 01:12:42.802357 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14536 | 2024.12.14 01:12:42.802622 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14537 | 2024.12.14 01:12:42.802860 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec. | ||
| 14538 | 2024.12.14 01:12:42.802915 [ 4 ] {2d766a2b-13c7-478f-97fe-769a127d79a5} <Debug> TCPHandler: Processed in 0.002266046 sec. | ||
| 14539 | 2024.12.14 01:12:42.803067 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14540 | 2024.12.14 01:12:42.803184 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14541 | 2024.12.14 01:12:42.803238 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14542 | 2024.12.14 01:12:42.803816 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14543 | 2024.12.14 01:12:42.803857 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14544 | 2024.12.14 01:12:42.804256 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14545 | 2024.12.14 01:12:42.804516 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14546 | 2024.12.14 01:12:42.804736 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
| 14547 | 2024.12.14 01:12:42.804789 [ 257 ] {c23d084b-7f6e-4163-ab3d-c8fe30659e32} <Debug> TCPHandler: Processed in 0.001777541 sec. | ||
| 14548 | 2024.12.14 01:12:42.804942 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14549 | 2024.12.14 01:12:42.805078 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14550 | 2024.12.14 01:12:42.805138 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14551 | 2024.12.14 01:12:42.805689 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14552 | 2024.12.14 01:12:42.805727 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14553 | 2024.12.14 01:12:42.806104 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14554 | 2024.12.14 01:12:42.806337 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14555 | 2024.12.14 01:12:42.806537 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
| 14556 | 2024.12.14 01:12:42.806585 [ 4 ] {d1403abc-7e9b-43e6-9b03-a735b47c3a90} <Debug> TCPHandler: Processed in 0.001711409 sec. | ||
| 14557 | 2024.12.14 01:12:43.129990 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14558 | 2024.12.14 01:12:43.130079 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14559 | 2024.12.14 01:12:43.132337 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14560 | 2024.12.14 01:12:43.594698 [ 220 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14561 | 2024.12.14 01:12:43.594750 [ 220 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14562 | 2024.12.14 01:12:43.596661 [ 220 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14563 | 2024.12.14 01:12:44.650535 [ 38 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_50_11 to all_54_54_0 | ||
| 14564 | 2024.12.14 01:12:44.650656 [ 38 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14565 | 2024.12.14 01:12:44.650707 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14566 | 2024.12.14 01:12:44.651000 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_11 to all_54_54_0 into Compact with storage Full | ||
| 14567 | 2024.12.14 01:12:44.651547 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14568 | 2024.12.14 01:12:44.651644 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 50 rows starting from the beginning of the part | ||
| 14569 | 2024.12.14 01:12:44.651764 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14570 | 2024.12.14 01:12:44.651857 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 14571 | 2024.12.14 01:12:44.652138 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 14572 | 2024.12.14 01:12:44.652286 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 14573 | 2024.12.14 01:12:44.653411 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002554064 sec., 21142.774809088573 rows/sec., 1.39 MiB/sec. | ||
| 14574 | 2024.12.14 01:12:44.653606 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Trace> MergedBlockOutputStream: filled checksums all_1_54_12 (state Temporary) | ||
| 14575 | 2024.12.14 01:12:44.653959 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_54_12 to all_1_54_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14576 | 2024.12.14 01:12:44.654056 [ 191 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_54_12} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_50_11, all_54_54_0] -> all_1_54_12 | ||
| 14577 | 2024.12.14 01:12:44.654163 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14578 | 2024.12.14 01:12:47.363742 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14579 | 2024.12.14 01:12:47.363802 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14580 | 2024.12.14 01:12:47.688758 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 14581 | 2024.12.14 01:12:47.689611 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14582 | 2024.12.14 01:12:47.689652 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14583 | 2024.12.14 01:12:47.690171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14584 | 2024.12.14 01:12:47.690439 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14585 | 2024.12.14 01:12:47.690649 [ 32 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14586 | 2024.12.14 01:12:47.690685 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14587 | 2024.12.14 01:12:47.690731 [ 32 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2024.12.14 01:12:47.690763 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14589 | 2024.12.14 01:12:47.690955 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 14590 | 2024.12.14 01:12:47.691193 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14591 | 2024.12.14 01:12:47.691266 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 14592 | 2024.12.14 01:12:47.691403 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 14593 | 2024.12.14 01:12:47.691853 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 14594 | 2024.12.14 01:12:47.691982 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 14595 | 2024.12.14 01:12:47.692209 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 14596 | 2024.12.14 01:12:47.692306 [ 199 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 14597 | 2024.12.14 01:12:47.695430 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004576732 sec., 7610452.174171439 rows/sec., 108.87 MiB/sec. | ||
| 14598 | 2024.12.14 01:12:47.695792 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14599 | 2024.12.14 01:12:47.696125 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14600 | 2024.12.14 01:12:47.696215 [ 200 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_76_15} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14601 | 2024.12.14 01:12:47.696332 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 14602 | 2024.12.14 01:12:47.804298 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14603 | 2024.12.14 01:12:47.804485 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14604 | 2024.12.14 01:12:47.804558 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14605 | 2024.12.14 01:12:47.805283 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14606 | 2024.12.14 01:12:47.805329 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14607 | 2024.12.14 01:12:47.805729 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14608 | 2024.12.14 01:12:47.805985 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14609 | 2024.12.14 01:12:47.806214 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 566.51 KiB/sec. | ||
| 14610 | 2024.12.14 01:12:47.806280 [ 257 ] {96357c94-9861-45e6-9515-be62cfbb5863} <Debug> TCPHandler: Processed in 0.002111031 sec. | ||
| 14611 | 2024.12.14 01:12:47.806498 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14612 | 2024.12.14 01:12:47.806671 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14613 | 2024.12.14 01:12:47.806738 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14614 | 2024.12.14 01:12:47.807561 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14615 | 2024.12.14 01:12:47.807603 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14616 | 2024.12.14 01:12:47.808041 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14617 | 2024.12.14 01:12:47.808292 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14618 | 2024.12.14 01:12:47.808488 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001868 sec., 152569.5931477516 rows/sec., 13.48 MiB/sec. | ||
| 14619 | 2024.12.14 01:12:47.808552 [ 4 ] {387141bb-78d6-40bd-a93c-b4a1762440d5} <Debug> TCPHandler: Processed in 0.002175803 sec. | ||
| 14620 | 2024.12.14 01:12:47.808702 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14621 | 2024.12.14 01:12:47.808851 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14622 | 2024.12.14 01:12:47.808913 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14623 | 2024.12.14 01:12:47.809629 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14624 | 2024.12.14 01:12:47.809678 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14625 | 2024.12.14 01:12:47.810076 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14626 | 2024.12.14 01:12:47.810318 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14627 | 2024.12.14 01:12:47.810529 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001719 sec., 27923.211169284466 rows/sec., 2.01 MiB/sec. | ||
| 14628 | 2024.12.14 01:12:47.810588 [ 257 ] {e85c1faf-ac08-4fc1-9227-21def8a98ff7} <Debug> TCPHandler: Processed in 0.001955487 sec. | ||
| 14629 | 2024.12.14 01:12:47.810730 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14630 | 2024.12.14 01:12:47.810853 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14631 | 2024.12.14 01:12:47.810906 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14632 | 2024.12.14 01:12:47.811572 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14633 | 2024.12.14 01:12:47.811611 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14634 | 2024.12.14 01:12:47.811978 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14635 | 2024.12.14 01:12:47.812341 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14636 | 2024.12.14 01:12:47.812533 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001707 sec., 8201.523140011717 rows/sec., 574.38 KiB/sec. | ||
| 14637 | 2024.12.14 01:12:47.812598 [ 4 ] {4878727c-ac12-40c4-a46c-24eab5327838} <Debug> TCPHandler: Processed in 0.001925446 sec. | ||
| 14638 | 2024.12.14 01:12:47.812761 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14639 | 2024.12.14 01:12:47.812900 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14640 | 2024.12.14 01:12:47.812959 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14641 | 2024.12.14 01:12:47.813682 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14642 | 2024.12.14 01:12:47.813730 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14643 | 2024.12.14 01:12:47.814101 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14644 | 2024.12.14 01:12:47.814341 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14645 | 2024.12.14 01:12:47.814583 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec. | ||
| 14646 | 2024.12.14 01:12:47.814664 [ 257 ] {4b74a6da-327b-4839-8d36-788ee0664559} <Debug> TCPHandler: Processed in 0.001958097 sec. | ||
| 14647 | 2024.12.14 01:12:47.814908 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14648 | 2024.12.14 01:12:47.815084 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14649 | 2024.12.14 01:12:47.815143 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14650 | 2024.12.14 01:12:47.815993 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14651 | 2024.12.14 01:12:47.816031 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14652 | 2024.12.14 01:12:47.816425 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14653 | 2024.12.14 01:12:47.816670 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14654 | 2024.12.14 01:12:47.816853 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001802 sec., 234739.17869034407 rows/sec., 16.78 MiB/sec. | ||
| 14655 | 2024.12.14 01:12:47.816923 [ 4 ] {002dc0f1-9eff-467e-9229-6492790eaced} <Debug> TCPHandler: Processed in 0.002158702 sec. | ||
| 14656 | 2024.12.14 01:12:47.817145 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14657 | 2024.12.14 01:12:47.817332 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14658 | 2024.12.14 01:12:47.817394 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14659 | 2024.12.14 01:12:47.817943 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14660 | 2024.12.14 01:12:47.817982 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14661 | 2024.12.14 01:12:47.818358 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14662 | 2024.12.14 01:12:47.818594 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14663 | 2024.12.14 01:12:47.818809 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 14664 | 2024.12.14 01:12:47.818863 [ 257 ] {a5dcb07a-14ef-4cb0-a684-1a227af848f7} <Debug> TCPHandler: Processed in 0.001829833 sec. | ||
| 14665 | 2024.12.14 01:12:47.819016 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14666 | 2024.12.14 01:12:47.819157 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14667 | 2024.12.14 01:12:47.819217 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14668 | 2024.12.14 01:12:47.819861 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14669 | 2024.12.14 01:12:47.819899 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14670 | 2024.12.14 01:12:47.820287 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14671 | 2024.12.14 01:12:47.820520 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14672 | 2024.12.14 01:12:47.820659 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 | ||
| 14673 | 2024.12.14 01:12:47.820701 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14674 | 2024.12.14 01:12:47.820701 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec. | ||
| 14675 | 2024.12.14 01:12:47.820723 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14676 | 2024.12.14 01:12:47.820813 [ 4 ] {cbf7e64b-6cd0-4c1d-8d29-65577308dee7} <Debug> TCPHandler: Processed in 0.001860394 sec. | ||
| 14677 | 2024.12.14 01:12:47.821027 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full | ||
| 14678 | 2024.12.14 01:12:47.821113 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14679 | 2024.12.14 01:12:47.821234 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14680 | 2024.12.14 01:12:47.821318 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 36593 rows starting from the beginning of the part | ||
| 14681 | 2024.12.14 01:12:47.821635 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14682 | 2024.12.14 01:12:47.821656 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 14683 | 2024.12.14 01:12:47.821906 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14684 | 2024.12.14 01:12:47.821959 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 962 rows starting from the beginning of the part | ||
| 14685 | 2024.12.14 01:12:47.822401 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 128 rows starting from the beginning of the part | ||
| 14686 | 2024.12.14 01:12:47.822810 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 14687 | 2024.12.14 01:12:47.823192 [ 199 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 14688 | 2024.12.14 01:12:47.824183 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14689 | 2024.12.14 01:12:47.824263 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14690 | 2024.12.14 01:12:47.824992 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14691 | 2024.12.14 01:12:47.825325 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14692 | 2024.12.14 01:12:47.825865 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004474 sec., 223.51363433169425 rows/sec., 15.06 KiB/sec. | ||
| 14693 | 2024.12.14 01:12:47.826102 [ 257 ] {29e6f005-6e5a-483e-9639-ad39f129f553} <Debug> TCPHandler: Processed in 0.00517224 sec. | ||
| 14694 | 2024.12.14 01:12:47.826376 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14695 | 2024.12.14 01:12:47.826739 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14696 | 2024.12.14 01:12:47.826946 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14697 | 2024.12.14 01:12:47.829172 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14698 | 2024.12.14 01:12:47.829244 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14699 | 2024.12.14 01:12:47.830191 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14700 | 2024.12.14 01:12:47.830538 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14701 | 2024.12.14 01:12:47.830958 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004323 sec., 9484.154522322462 rows/sec., 17.00 MiB/sec. | ||
| 14702 | 2024.12.14 01:12:47.831647 [ 4 ] {99184cf3-d0a2-4ec4-9731-f81460fc9abb} <Debug> TCPHandler: Processed in 0.005441057 sec. | ||
| 14703 | 2024.12.14 01:12:47.831883 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14704 | 2024.12.14 01:12:47.832164 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14705 | 2024.12.14 01:12:47.832259 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14706 | 2024.12.14 01:12:47.833268 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14707 | 2024.12.14 01:12:47.833319 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14708 | 2024.12.14 01:12:47.833936 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14709 | 2024.12.14 01:12:47.834263 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14710 | 2024.12.14 01:12:47.834564 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002501 sec., 32786.885245901634 rows/sec., 2.08 MiB/sec. | ||
| 14711 | 2024.12.14 01:12:47.834739 [ 257 ] {dd96ab40-7ef7-4336-b7b0-0293d7ec3305} <Debug> TCPHandler: Processed in 0.002984827 sec. | ||
| 14712 | 2024.12.14 01:12:47.836466 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38240 rows, containing 5 columns (5 merged, 0 gathered) in 0.015636483 sec., 2445562.726605465 rows/sec., 165.09 MiB/sec. | ||
| 14713 | 2024.12.14 01:12:47.837002 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) | ||
| 14714 | 2024.12.14 01:12:47.837318 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14715 | 2024.12.14 01:12:47.837403 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 | ||
| 14716 | 2024.12.14 01:12:47.837503 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 14717 | 2024.12.14 01:12:47.979726 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2054 | ||
| 14718 | 2024.12.14 01:12:47.983206 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14719 | 2024.12.14 01:12:47.983252 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14720 | 2024.12.14 01:12:47.984770 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14721 | 2024.12.14 01:12:47.985084 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14722 | 2024.12.14 01:12:47.985330 [ 32 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14723 | 2024.12.14 01:12:47.985434 [ 32 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14724 | 2024.12.14 01:12:47.985504 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14725 | 2024.12.14 01:12:47.986161 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 14726 | 2024.12.14 01:12:47.987724 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2054 | ||
| 14727 | 2024.12.14 01:12:47.988078 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14728 | 2024.12.14 01:12:47.988242 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1884 rows starting from the beginning of the part | ||
| 14729 | 2024.12.14 01:12:47.988845 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 14730 | 2024.12.14 01:12:47.989461 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part | ||
| 14731 | 2024.12.14 01:12:47.990079 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
| 14732 | 2024.12.14 01:12:47.990698 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
| 14733 | 2024.12.14 01:12:47.991296 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part | ||
| 14734 | 2024.12.14 01:12:48.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.28 MiB, peak 282.00 MiB, free memory in arenas 0.00 B, will set to 264.56 MiB (RSS), difference: -6.72 MiB | ||
| 14735 | 2024.12.14 01:12:48.001861 [ 195 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2054 rows, containing 72 columns (72 merged, 0 gathered) in 0.016171018 sec., 127017.35908030033 rows/sec., 96.00 MiB/sec. | ||
| 14736 | 2024.12.14 01:12:48.003813 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14737 | 2024.12.14 01:12:48.004708 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14738 | 2024.12.14 01:12:48.004814 [ 193 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_56_11} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14739 | 2024.12.14 01:12:48.005211 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.55 MiB. | ||
| 14740 | 2024.12.14 01:12:49.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.77 MiB, peak 282.00 MiB, free memory in arenas 0.00 B, will set to 264.56 MiB (RSS), difference: 5.79 MiB | ||
| 14741 | 2024.12.14 01:12:50.131177 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14742 | 2024.12.14 01:12:50.153780 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14743 | 2024.12.14 01:12:50.153845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14744 | 2024.12.14 01:12:50.161376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14745 | 2024.12.14 01:12:50.162178 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14746 | 2024.12.14 01:12:50.162679 [ 57 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14747 | 2024.12.14 01:12:50.162817 [ 57 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14748 | 2024.12.14 01:12:50.162895 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14749 | 2024.12.14 01:12:50.163377 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 14750 | 2024.12.14 01:12:50.178998 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14751 | 2024.12.14 01:12:50.180707 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14752 | 2024.12.14 01:12:50.182463 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 14753 | 2024.12.14 01:12:50.188599 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 14754 | 2024.12.14 01:12:50.195155 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 14755 | 2024.12.14 01:12:50.201573 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 14756 | 2024.12.14 01:12:50.208173 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 14757 | 2024.12.14 01:12:50.214291 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 14758 | 2024.12.14 01:12:50.282260 [ 195 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.1192283 sec., 4805.905980375464 rows/sec., 24.85 MiB/sec. | ||
| 14759 | 2024.12.14 01:12:50.285543 [ 188 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14760 | 2024.12.14 01:12:50.288539 [ 188 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14761 | 2024.12.14 01:12:50.288638 [ 188 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_76_15} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14762 | 2024.12.14 01:12:50.291226 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14763 | 2024.12.14 01:12:51.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.63 MiB, peak 283.04 MiB, free memory in arenas 0.00 B, will set to 264.56 MiB (RSS), difference: -1.07 MiB | ||
| 14764 | 2024.12.14 01:12:52.799198 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14765 | 2024.12.14 01:12:52.799399 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14766 | 2024.12.14 01:12:52.799480 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14767 | 2024.12.14 01:12:52.800247 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14768 | 2024.12.14 01:12:52.800295 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14769 | 2024.12.14 01:12:52.800744 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14770 | 2024.12.14 01:12:52.801020 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14771 | 2024.12.14 01:12:52.801274 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001917 sec., 1043.2968179447053 rows/sec., 85.07 KiB/sec. | ||
| 14772 | 2024.12.14 01:12:52.801418 [ 257 ] {043fc261-8723-4a8f-b76b-7c4190541c98} <Debug> TCPHandler: Processed in 0.002348217 sec. | ||
| 14773 | 2024.12.14 01:12:52.801723 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14774 | 2024.12.14 01:12:52.801948 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14775 | 2024.12.14 01:12:52.802039 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14776 | 2024.12.14 01:12:52.802807 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14777 | 2024.12.14 01:12:52.802858 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14778 | 2024.12.14 01:12:52.803377 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14779 | 2024.12.14 01:12:52.803648 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14780 | 2024.12.14 01:12:52.803882 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002022 sec., 28189.910979228487 rows/sec., 2.16 MiB/sec. | ||
| 14781 | 2024.12.14 01:12:52.803940 [ 4 ] {f0b18eda-950c-4071-a470-dd92f1a64a7f} <Debug> TCPHandler: Processed in 0.00239098 sec. | ||
| 14782 | 2024.12.14 01:12:52.804096 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14783 | 2024.12.14 01:12:52.804233 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14784 | 2024.12.14 01:12:52.804290 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14785 | 2024.12.14 01:12:52.804908 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14786 | 2024.12.14 01:12:52.804952 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14787 | 2024.12.14 01:12:52.805332 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14788 | 2024.12.14 01:12:52.805586 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14789 | 2024.12.14 01:12:52.805837 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001635 sec., 1223.2415902140674 rows/sec., 85.41 KiB/sec. | ||
| 14790 | 2024.12.14 01:12:52.805908 [ 257 ] {19110a76-8d41-46e5-aafe-72d166d7f971} <Debug> TCPHandler: Processed in 0.001875855 sec. | ||
| 14791 | 2024.12.14 01:12:52.806119 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14792 | 2024.12.14 01:12:52.806241 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14793 | 2024.12.14 01:12:52.806290 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14794 | 2024.12.14 01:12:52.806893 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14795 | 2024.12.14 01:12:52.806933 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14796 | 2024.12.14 01:12:52.807306 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14797 | 2024.12.14 01:12:52.807554 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14798 | 2024.12.14 01:12:52.807777 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00156 sec., 42307.692307692305 rows/sec., 3.30 MiB/sec. | ||
| 14799 | 2024.12.14 01:12:52.807829 [ 4 ] {b299f2fa-e65f-4b66-8670-b643ab3c7567} <Debug> TCPHandler: Processed in 0.001830603 sec. | ||
| 14800 | 2024.12.14 01:12:52.807969 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14801 | 2024.12.14 01:12:52.808094 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14802 | 2024.12.14 01:12:52.808150 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14803 | 2024.12.14 01:12:52.808753 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14804 | 2024.12.14 01:12:52.808794 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14805 | 2024.12.14 01:12:52.809219 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14806 | 2024.12.14 01:12:52.809488 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14807 | 2024.12.14 01:12:52.809708 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001643 sec., 97991.47900182594 rows/sec., 6.82 MiB/sec. | ||
| 14808 | 2024.12.14 01:12:52.809769 [ 257 ] {af8144db-3317-4b9a-8f0e-134404c1c765} <Debug> TCPHandler: Processed in 0.001857753 sec. | ||
| 14809 | 2024.12.14 01:12:52.809908 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14810 | 2024.12.14 01:12:52.810024 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14811 | 2024.12.14 01:12:52.810076 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14812 | 2024.12.14 01:12:52.810600 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14813 | 2024.12.14 01:12:52.810639 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. | ||
| 14814 | 2024.12.14 01:12:52.811025 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14815 | 2024.12.14 01:12:52.811258 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14816 | 2024.12.14 01:12:52.811491 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 14817 | 2024.12.14 01:12:52.811539 [ 4 ] {999e95ff-4524-4d1e-b985-46c0529b3ac6} <Debug> TCPHandler: Processed in 0.001686029 sec. | ||
| 14818 | 2024.12.14 01:12:55.190799 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 14819 | 2024.12.14 01:12:55.191497 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14820 | 2024.12.14 01:12:55.191542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14821 | 2024.12.14 01:12:55.192067 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14822 | 2024.12.14 01:12:55.192394 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14823 | 2024.12.14 01:12:55.192623 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 14824 | 2024.12.14 01:12:57.679068 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14825 | 2024.12.14 01:12:57.701514 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14826 | 2024.12.14 01:12:57.701586 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14827 | 2024.12.14 01:12:57.709257 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14828 | 2024.12.14 01:12:57.710111 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14829 | 2024.12.14 01:12:57.716357 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14830 | 2024.12.14 01:12:57.804243 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14831 | 2024.12.14 01:12:57.804431 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14832 | 2024.12.14 01:12:57.804503 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14833 | 2024.12.14 01:12:57.805248 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14834 | 2024.12.14 01:12:57.805298 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14835 | 2024.12.14 01:12:57.805737 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14836 | 2024.12.14 01:12:57.805997 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14837 | 2024.12.14 01:12:57.806270 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 14838 | 2024.12.14 01:12:57.806335 [ 257 ] {58ae4e56-fa74-4d90-96c9-4f2870193064} <Debug> TCPHandler: Processed in 0.002225075 sec. | ||
| 14839 | 2024.12.14 01:12:57.806580 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14840 | 2024.12.14 01:12:57.806746 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14841 | 2024.12.14 01:12:57.806816 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14842 | 2024.12.14 01:12:57.807673 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14843 | 2024.12.14 01:12:57.807721 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14844 | 2024.12.14 01:12:57.808188 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14845 | 2024.12.14 01:12:57.808457 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14846 | 2024.12.14 01:12:57.808651 [ 95 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14847 | 2024.12.14 01:12:57.808717 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002012 sec., 141650.09940357853 rows/sec., 12.52 MiB/sec. | ||
| 14848 | 2024.12.14 01:12:57.808733 [ 95 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14849 | 2024.12.14 01:12:57.808812 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14850 | 2024.12.14 01:12:57.808845 [ 4 ] {b8001268-86fe-4615-b2d9-39f087941270} <Debug> TCPHandler: Processed in 0.002394579 sec. | ||
| 14851 | 2024.12.14 01:12:57.809056 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14852 | 2024.12.14 01:12:57.809063 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14853 | 2024.12.14 01:12:57.809210 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14854 | 2024.12.14 01:12:57.809220 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14855 | 2024.12.14 01:12:57.809269 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1434 rows starting from the beginning of the part | ||
| 14856 | 2024.12.14 01:12:57.809274 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14857 | 2024.12.14 01:12:57.809502 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 14858 | 2024.12.14 01:12:57.809907 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part | ||
| 14859 | 2024.12.14 01:12:57.810278 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 285 rows starting from the beginning of the part | ||
| 14860 | 2024.12.14 01:12:57.810680 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 57 rows starting from the beginning of the part | ||
| 14861 | 2024.12.14 01:12:57.811031 [ 198 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 285 rows starting from the beginning of the part | ||
| 14862 | 2024.12.14 01:12:57.811950 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14863 | 2024.12.14 01:12:57.811996 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14864 | 2024.12.14 01:12:57.812588 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14865 | 2024.12.14 01:12:57.812884 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14866 | 2024.12.14 01:12:57.813403 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004196 sec., 11439.466158245948 rows/sec., 843.44 KiB/sec. | ||
| 14867 | 2024.12.14 01:12:57.813553 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.004623304 sec., 470010.1918454854 rows/sec., 41.48 MiB/sec. | ||
| 14868 | 2024.12.14 01:12:57.813710 [ 257 ] {4e13edbe-428f-4abb-b624-173c55477da6} <Debug> TCPHandler: Processed in 0.004747537 sec. | ||
| 14869 | 2024.12.14 01:12:57.814044 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14870 | 2024.12.14 01:12:57.814100 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14871 | 2024.12.14 01:12:57.814333 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14872 | 2024.12.14 01:12:57.814423 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14873 | 2024.12.14 01:12:57.814807 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14874 | 2024.12.14 01:12:57.815090 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_131_26} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14875 | 2024.12.14 01:12:57.815264 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 14876 | 2024.12.14 01:12:57.815552 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14877 | 2024.12.14 01:12:57.815598 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14878 | 2024.12.14 01:12:57.815968 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14879 | 2024.12.14 01:12:57.816215 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14880 | 2024.12.14 01:12:57.816384 [ 95 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14881 | 2024.12.14 01:12:57.816447 [ 95 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14882 | 2024.12.14 01:12:57.816476 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002224 sec., 6294.964028776979 rows/sec., 440.86 KiB/sec. | ||
| 14883 | 2024.12.14 01:12:57.816485 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14884 | 2024.12.14 01:12:57.816686 [ 4 ] {8d6c2ff5-bf10-4979-8503-8c8b82cc4974} <Debug> TCPHandler: Processed in 0.002823102 sec. | ||
| 14885 | 2024.12.14 01:12:57.816888 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14886 | 2024.12.14 01:12:57.816981 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14887 | 2024.12.14 01:12:57.817406 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14888 | 2024.12.14 01:12:57.817411 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14889 | 2024.12.14 01:12:57.817552 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 242 rows starting from the beginning of the part | ||
| 14890 | 2024.12.14 01:12:57.817562 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14891 | 2024.12.14 01:12:57.817961 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 14892 | 2024.12.14 01:12:57.818404 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 14893 | 2024.12.14 01:12:57.818704 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 242 rows starting from the beginning of the part | ||
| 14894 | 2024.12.14 01:12:57.819110 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 14895 | 2024.12.14 01:12:57.819406 [ 192 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 14896 | 2024.12.14 01:12:57.820916 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14897 | 2024.12.14 01:12:57.821004 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14898 | 2024.12.14 01:12:57.821991 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14899 | 2024.12.14 01:12:57.822161 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.0055388 sec., 97494.04203076479 rows/sec., 6.98 MiB/sec. | ||
| 14900 | 2024.12.14 01:12:57.822314 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14901 | 2024.12.14 01:12:57.822398 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14902 | 2024.12.14 01:12:57.822777 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005502 sec., 2362.7771719374773 rows/sec., 147.32 KiB/sec. | ||
| 14903 | 2024.12.14 01:12:57.822920 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14904 | 2024.12.14 01:12:57.823239 [ 257 ] {0f15be90-50c9-4ce9-a680-a741552f140f} <Debug> TCPHandler: Processed in 0.006426006 sec. | ||
| 14905 | 2024.12.14 01:12:57.823390 [ 202 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_56_12} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14906 | 2024.12.14 01:12:57.823590 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14907 | 2024.12.14 01:12:57.823705 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 14908 | 2024.12.14 01:12:57.823933 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14909 | 2024.12.14 01:12:57.824016 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14910 | 2024.12.14 01:12:57.824787 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14911 | 2024.12.14 01:12:57.824829 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14912 | 2024.12.14 01:12:57.825265 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14913 | 2024.12.14 01:12:57.825512 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14914 | 2024.12.14 01:12:57.825704 [ 95 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14915 | 2024.12.14 01:12:57.825761 [ 95 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14916 | 2024.12.14 01:12:57.825766 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00192 sec., 220312.5 rows/sec., 15.75 MiB/sec. | ||
| 14917 | 2024.12.14 01:12:57.825799 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14918 | 2024.12.14 01:12:57.825953 [ 4 ] {8184a898-fc75-437e-8589-c6e65c2f28a6} <Debug> TCPHandler: Processed in 0.002580184 sec. | ||
| 14919 | 2024.12.14 01:12:57.826107 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14920 | 2024.12.14 01:12:57.826158 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14921 | 2024.12.14 01:12:57.826235 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14922 | 2024.12.14 01:12:57.826286 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part | ||
| 14923 | 2024.12.14 01:12:57.826298 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14924 | 2024.12.14 01:12:57.826396 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14925 | 2024.12.14 01:12:57.826495 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 14926 | 2024.12.14 01:12:57.826902 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part | ||
| 14927 | 2024.12.14 01:12:57.827266 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 423 rows starting from the beginning of the part | ||
| 14928 | 2024.12.14 01:12:57.827622 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 66 rows starting from the beginning of the part | ||
| 14929 | 2024.12.14 01:12:57.827924 [ 190 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 423 rows starting from the beginning of the part | ||
| 14930 | 2024.12.14 01:12:57.828639 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14931 | 2024.12.14 01:12:57.828679 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14932 | 2024.12.14 01:12:57.829249 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14933 | 2024.12.14 01:12:57.829565 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14934 | 2024.12.14 01:12:57.829782 [ 95 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14935 | 2024.12.14 01:12:57.829902 [ 95 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14936 | 2024.12.14 01:12:57.830024 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14937 | 2024.12.14 01:12:57.830072 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003768 sec., 1592.3566878980891 rows/sec., 83.19 KiB/sec. | ||
| 14938 | 2024.12.14 01:12:57.830816 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14939 | 2024.12.14 01:12:57.830896 [ 257 ] {10c6b4a8-1be5-4d94-8122-21b5dc8298ba} <Debug> TCPHandler: Processed in 0.004825309 sec. | ||
| 14940 | 2024.12.14 01:12:57.831307 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14941 | 2024.12.14 01:12:57.831484 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14942 | 2024.12.14 01:12:57.831601 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part | ||
| 14943 | 2024.12.14 01:12:57.831714 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14944 | 2024.12.14 01:12:57.831938 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 14945 | 2024.12.14 01:12:57.831932 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14946 | 2024.12.14 01:12:57.832361 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 14947 | 2024.12.14 01:12:57.832769 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 14948 | 2024.12.14 01:12:57.833178 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 14949 | 2024.12.14 01:12:57.833347 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.007418285 sec., 263538.0010339317 rows/sec., 20.17 MiB/sec. | ||
| 14950 | 2024.12.14 01:12:57.833640 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 14951 | 2024.12.14 01:12:57.834517 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14952 | 2024.12.14 01:12:57.835832 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14953 | 2024.12.14 01:12:57.836088 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14954 | 2024.12.14 01:12:57.836202 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14955 | 2024.12.14 01:12:57.836215 [ 191 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_131_26} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14956 | 2024.12.14 01:12:57.836655 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14957 | 2024.12.14 01:12:57.837433 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.007229949 sec., 46473.35686600279 rows/sec., 2.37 MiB/sec. | ||
| 14958 | 2024.12.14 01:12:57.837529 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14959 | 2024.12.14 01:12:57.837597 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14960 | 2024.12.14 01:12:57.838042 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14961 | 2024.12.14 01:12:57.838151 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14962 | 2024.12.14 01:12:57.838350 [ 202 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_56_12} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14963 | 2024.12.14 01:12:57.838504 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14964 | 2024.12.14 01:12:57.838503 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006918 sec., 34258.45620121423 rows/sec., 2.30 MiB/sec. | ||
| 14965 | 2024.12.14 01:12:57.838606 [ 4 ] {30abe1db-9611-4b9d-ac28-9ae6caab3615} <Debug> TCPHandler: Processed in 0.007506827 sec. | ||
| 14966 | 2024.12.14 01:12:57.838764 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14967 | 2024.12.14 01:12:57.838883 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14968 | 2024.12.14 01:12:57.838934 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14969 | 2024.12.14 01:12:57.839421 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14970 | 2024.12.14 01:12:57.839460 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14971 | 2024.12.14 01:12:57.839849 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14972 | 2024.12.14 01:12:57.840090 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14973 | 2024.12.14 01:12:57.840307 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 14974 | 2024.12.14 01:12:57.840358 [ 257 ] {1d2d0012-e935-4e8c-b4fa-e772374e6384} <Debug> TCPHandler: Processed in 0.001650437 sec. | ||
| 14975 | 2024.12.14 01:12:57.840523 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14976 | 2024.12.14 01:12:57.840681 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14977 | 2024.12.14 01:12:57.840775 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14978 | 2024.12.14 01:12:57.842005 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14979 | 2024.12.14 01:12:57.842047 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14980 | 2024.12.14 01:12:57.842754 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14981 | 2024.12.14 01:12:57.843111 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14982 | 2024.12.14 01:12:57.843300 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14983 | 2024.12.14 01:12:57.843373 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14984 | 2024.12.14 01:12:57.843403 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14985 | 2024.12.14 01:12:57.843438 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00278 sec., 14748.20143884892 rows/sec., 26.43 MiB/sec. | ||
| 14986 | 2024.12.14 01:12:57.843684 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 14987 | 2024.12.14 01:12:57.843813 [ 4 ] {04c16e68-bc8a-477e-a98b-42b6a58133ff} <Debug> TCPHandler: Processed in 0.003357597 sec. | ||
| 14988 | 2024.12.14 01:12:57.844057 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14989 | 2024.12.14 01:12:57.844348 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14990 | 2024.12.14 01:12:57.844368 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14991 | 2024.12.14 01:12:57.844506 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1959 rows starting from the beginning of the part | ||
| 14992 | 2024.12.14 01:12:57.844516 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14993 | 2024.12.14 01:12:57.845399 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part | ||
| 14994 | 2024.12.14 01:12:57.846147 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 41 rows starting from the beginning of the part | ||
| 14995 | 2024.12.14 01:12:57.846925 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part | ||
| 14996 | 2024.12.14 01:12:57.847061 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14997 | 2024.12.14 01:12:57.847181 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 14998 | 2024.12.14 01:12:57.847601 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 41 rows starting from the beginning of the part | ||
| 14999 | 2024.12.14 01:12:57.848289 [ 191 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part | ||
| 15000 | 2024.12.14 01:12:57.848879 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15001 | 2024.12.14 01:12:57.849506 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15002 | 2024.12.14 01:12:57.849769 [ 95 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 15003 | 2024.12.14 01:12:57.849862 [ 95 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15004 | 2024.12.14 01:12:57.849928 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15005 | 2024.12.14 01:12:57.850081 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005787 sec., 14169.69068602039 rows/sec., 921.55 KiB/sec. | ||
| 15006 | 2024.12.14 01:12:57.850419 [ 257 ] {a2ac8bc5-d9ef-49ce-9568-a498e2985f00} <Debug> TCPHandler: Processed in 0.006476287 sec. | ||
| 15007 | 2024.12.14 01:12:57.850436 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 15008 | 2024.12.14 01:12:57.850835 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15009 | 2024.12.14 01:12:57.850899 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7578 rows starting from the beginning of the part | ||
| 15010 | 2024.12.14 01:12:57.851103 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 48 rows starting from the beginning of the part | ||
| 15011 | 2024.12.14 01:12:57.851234 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 15012 | 2024.12.14 01:12:57.851392 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 15013 | 2024.12.14 01:12:57.851553 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 15014 | 2024.12.14 01:12:57.851658 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 15015 | 2024.12.14 01:12:57.855371 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7910 rows, containing 4 columns (4 merged, 0 gathered) in 0.005284463 sec., 1496840.8332123815 rows/sec., 97.49 MiB/sec. | ||
| 15016 | 2024.12.14 01:12:57.855866 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 15017 | 2024.12.14 01:12:57.856365 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15018 | 2024.12.14 01:12:57.856460 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_131_26} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 15019 | 2024.12.14 01:12:57.856542 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 15020 | 2024.12.14 01:12:57.861865 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 19 columns (19 merged, 0 gathered) in 0.018392742 sec., 117655.10547584477 rows/sec., 210.83 MiB/sec. | ||
| 15021 | 2024.12.14 01:12:57.863782 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15022 | 2024.12.14 01:12:57.864250 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15023 | 2024.12.14 01:12:57.864337 [ 197 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15024 | 2024.12.14 01:12:57.864494 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.12 MiB. | ||
| 15025 | 2024.12.14 01:12:57.987898 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2088 | ||
| 15026 | 2024.12.14 01:12:57.990943 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15027 | 2024.12.14 01:12:57.990994 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15028 | 2024.12.14 01:12:57.992510 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15029 | 2024.12.14 01:12:57.992822 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15030 | 2024.12.14 01:12:57.994314 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2088 | ||
| 15031 | 2024.12.14 01:12:59.245266 [ 219 ] {} <Trace> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15032 | 2024.12.14 01:12:59.245356 [ 219 ] {} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15033 | 2024.12.14 01:12:59.246927 [ 219 ] {} <Debug> oximeter.timeseries_schema (180f70b3-7e57-472f-97fa-e31823012d99): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15034 | 2024.12.14 01:13:02.364051 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15035 | 2024.12.14 01:13:02.364111 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15036 | 2024.12.14 01:13:02.692774 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 15037 | 2024.12.14 01:13:02.693397 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15038 | 2024.12.14 01:13:02.693440 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15039 | 2024.12.14 01:13:02.693976 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15040 | 2024.12.14 01:13:02.694240 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15041 | 2024.12.14 01:13:02.694479 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 15042 | 2024.12.14 01:13:02.798070 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15043 | 2024.12.14 01:13:02.798337 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15044 | 2024.12.14 01:13:02.798436 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15045 | 2024.12.14 01:13:02.799130 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15046 | 2024.12.14 01:13:02.799175 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15047 | 2024.12.14 01:13:02.799571 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15048 | 2024.12.14 01:13:02.799825 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2024.12.14 01:13:02.800035 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001774 sec., 31567.08004509583 rows/sec., 2.43 MiB/sec. | ||
| 15050 | 2024.12.14 01:13:02.800095 [ 257 ] {acec6564-0347-4bb9-969a-3f8dec9f0a11} <Debug> TCPHandler: Processed in 0.002201033 sec. | ||
| 15051 | 2024.12.14 01:13:02.800353 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15052 | 2024.12.14 01:13:02.800547 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15053 | 2024.12.14 01:13:02.800620 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15054 | 2024.12.14 01:13:02.801400 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2024.12.14 01:13:02.801445 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15056 | 2024.12.14 01:13:02.801930 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15057 | 2024.12.14 01:13:02.802192 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15058 | 2024.12.14 01:13:02.802437 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec. | ||
| 15059 | 2024.12.14 01:13:02.802541 [ 4 ] {910a7b24-2e49-4442-a152-afce8fb190f1} <Debug> TCPHandler: Processed in 0.002323257 sec. | ||
| 15060 | 2024.12.14 01:13:02.802726 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15061 | 2024.12.14 01:13:02.803026 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15062 | 2024.12.14 01:13:02.803172 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15063 | 2024.12.14 01:13:02.803880 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2024.12.14 01:13:02.803920 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15065 | 2024.12.14 01:13:02.804329 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15066 | 2024.12.14 01:13:02.804583 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15067 | 2024.12.14 01:13:02.804800 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001867 sec., 85698.9823245849 rows/sec., 5.97 MiB/sec. | ||
| 15068 | 2024.12.14 01:13:02.804898 [ 257 ] {0a70019d-641c-4691-b8da-65c009ee8d3a} <Debug> TCPHandler: Processed in 0.002253065 sec. | ||
| 15069 | 2024.12.14 01:13:02.805080 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15070 | 2024.12.14 01:13:02.805248 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15071 | 2024.12.14 01:13:02.805310 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15072 | 2024.12.14 01:13:02.805820 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15073 | 2024.12.14 01:13:02.805858 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15074 | 2024.12.14 01:13:02.806252 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15075 | 2024.12.14 01:13:02.806516 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2024.12.14 01:13:02.806712 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec. | ||
| 15077 | 2024.12.14 01:13:02.806775 [ 4 ] {f9f046b4-878b-4fd0-a3b7-16164c1c7acc} <Debug> TCPHandler: Processed in 0.001782431 sec. | ||
| 15078 | 2024.12.14 01:13:03.548805 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15079 | 2024.12.14 01:13:03.548991 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15080 | 2024.12.14 01:13:03.549066 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15081 | 2024.12.14 01:13:03.549828 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15082 | 2024.12.14 01:13:03.549883 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15083 | 2024.12.14 01:13:03.550317 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15084 | 2024.12.14 01:13:03.550575 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15085 | 2024.12.14 01:13:03.550792 [ 125 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 15086 | 2024.12.14 01:13:03.550821 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 15087 | 2024.12.14 01:13:03.550871 [ 125 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15088 | 2024.12.14 01:13:03.550943 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15089 | 2024.12.14 01:13:03.550964 [ 257 ] {6a45fe3c-7d89-4539-a1f3-24008418557c} <Debug> TCPHandler: Processed in 0.002281806 sec. | ||
| 15090 | 2024.12.14 01:13:03.551192 [ 220 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15091 | 2024.12.14 01:13:03.551262 [ 220 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15092 | 2024.12.14 01:13:03.551290 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 15093 | 2024.12.14 01:13:03.551314 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15094 | 2024.12.14 01:13:03.551727 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15095 | 2024.12.14 01:13:03.551778 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15096 | 2024.12.14 01:13:03.551868 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 15097 | 2024.12.14 01:13:03.551865 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15098 | 2024.12.14 01:13:03.552613 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 15099 | 2024.12.14 01:13:03.553147 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 15100 | 2024.12.14 01:13:03.553728 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 15101 | 2024.12.14 01:13:03.554197 [ 199 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 15102 | 2024.12.14 01:13:03.556477 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15103 | 2024.12.14 01:13:03.556569 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15104 | 2024.12.14 01:13:03.558009 [ 220 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15105 | 2024.12.14 01:13:03.558140 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15106 | 2024.12.14 01:13:03.559157 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15107 | 2024.12.14 01:13:03.559708 [ 125 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
| 15108 | 2024.12.14 01:13:03.559890 [ 125 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15109 | 2024.12.14 01:13:03.560004 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15110 | 2024.12.14 01:13:03.559995 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008922149 sec., 7845.64346549245 rows/sec., 595.43 KiB/sec. | ||
| 15111 | 2024.12.14 01:13:03.560005 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.008404 sec., 237.98191337458354 rows/sec., 19.41 KiB/sec. | ||
| 15112 | 2024.12.14 01:13:03.560397 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 15113 | 2024.12.14 01:13:03.560552 [ 4 ] {9149b8b3-701b-4f1b-a7e3-33d2b7f20e63} <Debug> TCPHandler: Processed in 0.009440054 sec. | ||
| 15114 | 2024.12.14 01:13:03.560923 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15115 | 2024.12.14 01:13:03.560957 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
| 15116 | 2024.12.14 01:13:03.561475 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15117 | 2024.12.14 01:13:03.561572 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15118 | 2024.12.14 01:13:03.561595 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15119 | 2024.12.14 01:13:03.561666 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 18 rows starting from the beginning of the part | ||
| 15120 | 2024.12.14 01:13:03.561749 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15121 | 2024.12.14 01:13:03.562113 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 15122 | 2024.12.14 01:13:03.562321 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_57_14} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 15123 | 2024.12.14 01:13:03.562590 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 15124 | 2024.12.14 01:13:03.562826 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15125 | 2024.12.14 01:13:03.563070 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 15126 | 2024.12.14 01:13:03.563329 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 15127 | 2024.12.14 01:13:03.563629 [ 194 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 15128 | 2024.12.14 01:13:03.565126 [ 195 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.004949443 sec., 8081.717478108142 rows/sec., 690.58 KiB/sec. | ||
| 15129 | 2024.12.14 01:13:03.565291 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15130 | 2024.12.14 01:13:03.565351 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15131 | 2024.12.14 01:13:03.565401 [ 195 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 15132 | 2024.12.14 01:13:03.566072 [ 195 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15133 | 2024.12.14 01:13:03.566197 [ 195 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_27_6} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
| 15134 | 2024.12.14 01:13:03.566279 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15135 | 2024.12.14 01:13:03.566345 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15136 | 2024.12.14 01:13:03.566606 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15137 | 2024.12.14 01:13:03.566835 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.00554 sec., 257400.72202166065 rows/sec., 21.58 MiB/sec. | ||
| 15138 | 2024.12.14 01:13:03.566894 [ 257 ] {be6d2e27-0abe-4b20-aab7-58847d553f59} <Debug> TCPHandler: Processed in 0.006193779 sec. | ||
| 15139 | 2024.12.14 01:13:03.566916 [ 222 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15140 | 2024.12.14 01:13:03.566955 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15141 | 2024.12.14 01:13:03.567062 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15142 | 2024.12.14 01:13:03.567220 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15143 | 2024.12.14 01:13:03.567274 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15144 | 2024.12.14 01:13:03.568689 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15145 | 2024.12.14 01:13:03.568730 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15146 | 2024.12.14 01:13:03.569427 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 15147 | 2024.12.14 01:13:03.569848 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15148 | 2024.12.14 01:13:03.570259 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.003044 sec., 16425.7555847569 rows/sec., 1.18 MiB/sec. | ||
| 15149 | 2024.12.14 01:13:03.570490 [ 4 ] {55b0a2d6-5978-499a-84a1-752dd41d54e3} <Debug> TCPHandler: Processed in 0.003504602 sec. | ||
| 15150 | 2024.12.14 01:13:03.570807 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15151 | 2024.12.14 01:13:03.571215 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15152 | 2024.12.14 01:13:03.571410 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15153 | 2024.12.14 01:13:03.571785 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15154 | 2024.12.14 01:13:03.572613 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15155 | 2024.12.14 01:13:03.572653 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15156 | 2024.12.14 01:13:03.573025 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15157 | 2024.12.14 01:13:03.573264 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15158 | 2024.12.14 01:13:03.573528 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002433 sec., 99465.68023016852 rows/sec., 6.74 MiB/sec. | ||
| 15159 | 2024.12.14 01:13:03.573607 [ 257 ] {adc959b0-d9ae-4eee-83e8-9c3065bdfd90} <Debug> TCPHandler: Processed in 0.002965856 sec. | ||
| 15160 | 2024.12.14 01:13:03.573857 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15161 | 2024.12.14 01:13:03.574033 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15162 | 2024.12.14 01:13:03.574092 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15163 | 2024.12.14 01:13:03.574723 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15164 | 2024.12.14 01:13:03.574762 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15165 | 2024.12.14 01:13:03.575112 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15166 | 2024.12.14 01:13:03.575345 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15167 | 2024.12.14 01:13:03.575506 [ 125 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 15168 | 2024.12.14 01:13:03.575577 [ 125 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15169 | 2024.12.14 01:13:03.575588 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00158 sec., 8227.848101265823 rows/sec., 513.00 KiB/sec. | ||
| 15170 | 2024.12.14 01:13:03.575618 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15171 | 2024.12.14 01:13:03.575757 [ 4 ] {66a357ce-8456-4e48-b7a5-78dcacfca18d} <Debug> TCPHandler: Processed in 0.002045719 sec. | ||
| 15172 | 2024.12.14 01:13:03.575866 [ 225 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15173 | 2024.12.14 01:13:03.576004 [ 225 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15174 | 2024.12.14 01:13:03.576033 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15175 | 2024.12.14 01:13:03.576052 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 15176 | 2024.12.14 01:13:03.576443 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15177 | 2024.12.14 01:13:03.576568 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15178 | 2024.12.14 01:13:03.576580 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15179 | 2024.12.14 01:13:03.576631 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 15180 | 2024.12.14 01:13:03.577058 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 15181 | 2024.12.14 01:13:03.577483 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 15182 | 2024.12.14 01:13:03.577992 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 15183 | 2024.12.14 01:13:03.578454 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 15184 | 2024.12.14 01:13:03.581135 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15185 | 2024.12.14 01:13:03.581229 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15186 | 2024.12.14 01:13:03.582241 [ 188 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006478618 sec., 10033.003952386141 rows/sec., 664.75 KiB/sec. | ||
| 15187 | 2024.12.14 01:13:03.582522 [ 193 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 15188 | 2024.12.14 01:13:03.582741 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15189 | 2024.12.14 01:13:03.583146 [ 193 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15190 | 2024.12.14 01:13:03.583317 [ 193 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_57_14} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 15191 | 2024.12.14 01:13:03.583549 [ 225 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15192 | 2024.12.14 01:13:03.583562 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15193 | 2024.12.14 01:13:03.583579 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15194 | 2024.12.14 01:13:03.584250 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.007945 sec., 110887.35053492762 rows/sec., 8.04 MiB/sec. | ||
| 15195 | 2024.12.14 01:13:03.584411 [ 257 ] {f8c5757c-072e-4c38-9261-400a70f36787} <Debug> TCPHandler: Processed in 0.008530387 sec. | ||
| 15196 | 2024.12.14 01:13:03.584575 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15197 | 2024.12.14 01:13:03.584716 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15198 | 2024.12.14 01:13:03.584776 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15199 | 2024.12.14 01:13:03.585361 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15200 | 2024.12.14 01:13:03.585408 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15201 | 2024.12.14 01:13:03.585775 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15202 | 2024.12.14 01:13:03.586012 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15203 | 2024.12.14 01:13:03.586225 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec. | ||
| 15204 | 2024.12.14 01:13:03.586284 [ 4 ] {9c8bf0db-1ab5-4d40-8722-5e7b8455fda9} <Debug> TCPHandler: Processed in 0.001775582 sec. | ||
| 15205 | 2024.12.14 01:13:03.586429 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15206 | 2024.12.14 01:13:03.586570 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15207 | 2024.12.14 01:13:03.586633 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15208 | 2024.12.14 01:13:03.587507 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15209 | 2024.12.14 01:13:03.587547 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15210 | 2024.12.14 01:13:03.588021 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15211 | 2024.12.14 01:13:03.588262 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15212 | 2024.12.14 01:13:03.588449 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001912 sec., 500000 rows/sec., 33.22 MiB/sec. | ||
| 15213 | 2024.12.14 01:13:03.588501 [ 257 ] {ae6deb38-4166-43f2-852c-9a34101e7a36} <Debug> TCPHandler: Processed in 0.002129332 sec. | ||
| 15214 | 2024.12.14 01:13:03.588651 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15215 | 2024.12.14 01:13:03.588789 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15216 | 2024.12.14 01:13:03.588850 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15217 | 2024.12.14 01:13:03.589410 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15218 | 2024.12.14 01:13:03.589448 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15219 | 2024.12.14 01:13:03.589810 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15220 | 2024.12.14 01:13:03.590053 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15221 | 2024.12.14 01:13:03.590294 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec. | ||
| 15222 | 2024.12.14 01:13:03.590373 [ 4 ] {007ba492-2646-4c33-9347-6e7df47b0005} <Debug> TCPHandler: Processed in 0.001778352 sec. | ||
| 15223 | 2024.12.14 01:13:03.590627 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15224 | 2024.12.14 01:13:03.590874 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15225 | 2024.12.14 01:13:03.590968 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15226 | 2024.12.14 01:13:03.592253 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15227 | 2024.12.14 01:13:03.592291 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15228 | 2024.12.14 01:13:03.592981 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15229 | 2024.12.14 01:13:03.593235 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15230 | 2024.12.14 01:13:03.593433 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002612 sec., 15696.78407350689 rows/sec., 28.13 MiB/sec. | ||
| 15231 | 2024.12.14 01:13:03.593525 [ 257 ] {0571431c-9d15-46e6-8fd3-a24cd0e6eb47} <Debug> TCPHandler: Processed in 0.003047349 sec. | ||
| 15232 | 2024.12.14 01:13:03.593686 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15233 | 2024.12.14 01:13:03.593823 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15234 | 2024.12.14 01:13:03.593883 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15235 | 2024.12.14 01:13:03.594450 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15236 | 2024.12.14 01:13:03.594488 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. | ||
| 15237 | 2024.12.14 01:13:03.594847 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15238 | 2024.12.14 01:13:03.595079 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15239 | 2024.12.14 01:13:03.595282 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001489 sec., 22834.116856950972 rows/sec., 1.33 MiB/sec. | ||
| 15240 | 2024.12.14 01:13:03.595334 [ 4 ] {df574470-ed47-4b9b-87a3-1d3674366b95} <Debug> TCPHandler: Processed in 0.00171368 sec. | ||
| 15241 | 2024.12.14 01:13:03.972697 [ 221 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15242 | 2024.12.14 01:13:03.972769 [ 221 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15243 | 2024.12.14 01:13:03.975096 [ 221 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15244 | 2024.12.14 01:13:04.152849 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15245 | 2024.12.14 01:13:04.152903 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15246 | 2024.12.14 01:13:04.154815 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15247 | 2024.12.14 01:13:04.292212 [ 224 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15248 | 2024.12.14 01:13:04.292267 [ 224 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15249 | 2024.12.14 01:13:04.294212 [ 224 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15250 | 2024.12.14 01:13:05.216412 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15251 | 2024.12.14 01:13:05.239560 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15252 | 2024.12.14 01:13:05.239623 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15253 | 2024.12.14 01:13:05.247107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15254 | 2024.12.14 01:13:05.247919 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15255 | 2024.12.14 01:13:05.252454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15256 | 2024.12.14 01:13:07.797014 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15257 | 2024.12.14 01:13:07.797204 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15258 | 2024.12.14 01:13:07.797279 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15259 | 2024.12.14 01:13:07.798083 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15260 | 2024.12.14 01:13:07.798140 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15261 | 2024.12.14 01:13:07.798582 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15262 | 2024.12.14 01:13:07.798841 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15263 | 2024.12.14 01:13:07.799083 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec. | ||
| 15264 | 2024.12.14 01:13:07.799154 [ 257 ] {64a8442f-a209-4490-923b-1ae9f543ce36} <Debug> TCPHandler: Processed in 0.002269765 sec. | ||
| 15265 | 2024.12.14 01:13:07.799410 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15266 | 2024.12.14 01:13:07.799606 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15267 | 2024.12.14 01:13:07.799682 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15268 | 2024.12.14 01:13:07.800457 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15269 | 2024.12.14 01:13:07.800506 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15270 | 2024.12.14 01:13:07.800946 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15271 | 2024.12.14 01:13:07.801203 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15272 | 2024.12.14 01:13:07.801458 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001904 sec., 33613.44537815126 rows/sec., 2.62 MiB/sec. | ||
| 15273 | 2024.12.14 01:13:07.801562 [ 4 ] {3bc5ffb0-1ddb-4ce3-8a18-4f3eaa73a9c7} <Debug> TCPHandler: Processed in 0.002288976 sec. | ||
| 15274 | 2024.12.14 01:13:07.801798 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15275 | 2024.12.14 01:13:07.802007 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15276 | 2024.12.14 01:13:07.802088 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15277 | 2024.12.14 01:13:07.802824 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15278 | 2024.12.14 01:13:07.802908 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15279 | 2024.12.14 01:13:07.803525 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15280 | 2024.12.14 01:13:07.803776 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15281 | 2024.12.14 01:13:07.803939 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 | ||
| 15282 | 2024.12.14 01:13:07.803976 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002012 sec., 63618.290258449306 rows/sec., 4.43 MiB/sec. | ||
| 15283 | 2024.12.14 01:13:07.803978 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15284 | 2024.12.14 01:13:07.804024 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15285 | 2024.12.14 01:13:07.804056 [ 257 ] {26cf5883-0183-44c2-b148-df577cde6e3e} <Debug> TCPHandler: Processed in 0.002396299 sec. | ||
| 15286 | 2024.12.14 01:13:07.804261 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15287 | 2024.12.14 01:13:07.804259 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full | ||
| 15288 | 2024.12.14 01:13:07.804461 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15289 | 2024.12.14 01:13:07.804598 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15290 | 2024.12.14 01:13:07.804609 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15291 | 2024.12.14 01:13:07.804694 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 38240 rows starting from the beginning of the part | ||
| 15292 | 2024.12.14 01:13:07.805074 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 161 rows starting from the beginning of the part | ||
| 15293 | 2024.12.14 01:13:07.805534 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 15294 | 2024.12.14 01:13:07.805929 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 15295 | 2024.12.14 01:13:07.806193 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 956 rows starting from the beginning of the part | ||
| 15296 | 2024.12.14 01:13:07.807271 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15297 | 2024.12.14 01:13:07.807344 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15298 | 2024.12.14 01:13:07.807989 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15299 | 2024.12.14 01:13:07.808322 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15300 | 2024.12.14 01:13:07.808840 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004442 sec., 10805.943268797839 rows/sec., 745.72 KiB/sec. | ||
| 15301 | 2024.12.14 01:13:07.809040 [ 4 ] {ce4af105-65ad-4826-9a89-ac9c6d6d97bb} <Debug> TCPHandler: Processed in 0.004863931 sec. | ||
| 15302 | 2024.12.14 01:13:07.814776 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39754 rows, containing 5 columns (5 merged, 0 gathered) in 0.010645498 sec., 3734348.54809047 rows/sec., 252.05 MiB/sec. | ||
| 15303 | 2024.12.14 01:13:07.815381 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 15304 | 2024.12.14 01:13:07.815699 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15305 | 2024.12.14 01:13:07.815785 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 | ||
| 15306 | 2024.12.14 01:13:07.815912 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 15307 | 2024.12.14 01:13:07.994493 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2128 | ||
| 15308 | 2024.12.14 01:13:07.997764 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15309 | 2024.12.14 01:13:07.997810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15310 | 2024.12.14 01:13:07.999372 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15311 | 2024.12.14 01:13:07.999688 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15312 | 2024.12.14 01:13:08.001877 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2128 | ||
| 15313 | 2024.12.14 01:13:10.194601 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 15314 | 2024.12.14 01:13:10.195720 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15315 | 2024.12.14 01:13:10.195768 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15316 | 2024.12.14 01:13:10.196330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15317 | 2024.12.14 01:13:10.196588 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15318 | 2024.12.14 01:13:10.196873 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 15319 | 2024.12.14 01:13:12.752511 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15320 | 2024.12.14 01:13:12.776178 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15321 | 2024.12.14 01:13:12.776246 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15322 | 2024.12.14 01:13:12.783906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15323 | 2024.12.14 01:13:12.784740 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15324 | 2024.12.14 01:13:12.789389 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15325 | 2024.12.14 01:13:12.798354 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15326 | 2024.12.14 01:13:12.798569 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15327 | 2024.12.14 01:13:12.798652 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15328 | 2024.12.14 01:13:12.799446 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15329 | 2024.12.14 01:13:12.799501 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15330 | 2024.12.14 01:13:12.799944 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15331 | 2024.12.14 01:13:12.800204 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15332 | 2024.12.14 01:13:12.800456 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec. | ||
| 15333 | 2024.12.14 01:13:12.800525 [ 257 ] {430cac59-00ab-4581-a97e-bb67b43987bd} <Debug> TCPHandler: Processed in 0.002308847 sec. | ||
| 15334 | 2024.12.14 01:13:12.800763 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15335 | 2024.12.14 01:13:12.800947 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15336 | 2024.12.14 01:13:12.801016 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15337 | 2024.12.14 01:13:12.801784 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15338 | 2024.12.14 01:13:12.801826 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15339 | 2024.12.14 01:13:12.802222 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15340 | 2024.12.14 01:13:12.802465 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15341 | 2024.12.14 01:13:12.802718 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001821 sec., 35145.52443712246 rows/sec., 2.74 MiB/sec. | ||
| 15342 | 2024.12.14 01:13:12.802807 [ 4 ] {8fadc4e1-a6eb-42b7-887c-5a824d3d937c} <Debug> TCPHandler: Processed in 0.002170323 sec. | ||
| 15343 | 2024.12.14 01:13:12.803008 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15344 | 2024.12.14 01:13:12.803338 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15345 | 2024.12.14 01:13:12.803424 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15346 | 2024.12.14 01:13:12.804052 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15347 | 2024.12.14 01:13:12.804094 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15348 | 2024.12.14 01:13:12.804502 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15349 | 2024.12.14 01:13:12.804744 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15350 | 2024.12.14 01:13:12.804959 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001732 sec., 92378.75288683602 rows/sec., 6.43 MiB/sec. | ||
| 15351 | 2024.12.14 01:13:12.805017 [ 257 ] {388ae58d-aa5b-47b7-8398-598c34e7a89d} <Debug> TCPHandler: Processed in 0.002126821 sec. | ||
| 15352 | 2024.12.14 01:13:12.805169 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15353 | 2024.12.14 01:13:12.805316 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15354 | 2024.12.14 01:13:12.805378 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15355 | 2024.12.14 01:13:12.805923 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15356 | 2024.12.14 01:13:12.805962 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15357 | 2024.12.14 01:13:12.806342 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15358 | 2024.12.14 01:13:12.806583 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15359 | 2024.12.14 01:13:12.806806 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 15360 | 2024.12.14 01:13:12.806866 [ 4 ] {a34d7110-8f19-4e83-af7b-02d184933828} <Debug> TCPHandler: Processed in 0.001764042 sec. | ||
| 15361 | 2024.12.14 01:13:14.029306 [ 138 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 5 parts from all_1_62_13 to all_66_66_0 | ||
| 15362 | 2024.12.14 01:13:14.029426 [ 138 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15363 | 2024.12.14 01:13:14.029468 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15364 | 2024.12.14 01:13:14.029716 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_62_13 to all_66_66_0 into Compact with storage Full | ||
| 15365 | 2024.12.14 01:13:14.030229 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15366 | 2024.12.14 01:13:14.030318 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_62_13, total 66 rows starting from the beginning of the part | ||
| 15367 | 2024.12.14 01:13:14.030423 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 48 rows starting from the beginning of the part | ||
| 15368 | 2024.12.14 01:13:14.030729 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 2 rows starting from the beginning of the part | ||
| 15369 | 2024.12.14 01:13:14.031019 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part | ||
| 15370 | 2024.12.14 01:13:14.031201 [ 210 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part | ||
| 15371 | 2024.12.14 01:13:14.032324 [ 200 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.00275726 sec., 77613.28275171728 rows/sec., 5.85 MiB/sec. | ||
| 15372 | 2024.12.14 01:13:14.032561 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Trace> MergedBlockOutputStream: filled checksums all_1_66_14 (state Temporary) | ||
| 15373 | 2024.12.14 01:13:14.032952 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_66_14 to all_1_66_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15374 | 2024.12.14 01:13:14.033047 [ 191 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_66_14} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 5 parts: [all_1_62_13, all_66_66_0] -> all_1_66_14 | ||
| 15375 | 2024.12.14 01:13:14.033156 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15376 | 2024.12.14 01:13:15.303070 [ 220 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15377 | 2024.12.14 01:13:15.303144 [ 220 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15378 | 2024.12.14 01:13:15.304984 [ 220 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15379 | 2024.12.14 01:13:16.072734 [ 221 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15380 | 2024.12.14 01:13:16.072794 [ 221 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15381 | 2024.12.14 01:13:16.074456 [ 221 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 15382 | 2024.12.14 01:13:17.364378 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15383 | 2024.12.14 01:13:17.364456 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15384 | 2024.12.14 01:13:17.697029 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 15385 | 2024.12.14 01:13:17.698043 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15386 | 2024.12.14 01:13:17.698085 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15387 | 2024.12.14 01:13:17.698614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15388 | 2024.12.14 01:13:17.698871 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15389 | 2024.12.14 01:13:17.699109 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15390 | 2024.12.14 01:13:17.699170 [ 221 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15391 | 2024.12.14 01:13:17.699234 [ 221 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15392 | 2024.12.14 01:13:17.701215 [ 221 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15393 | 2024.12.14 01:13:17.804480 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15394 | 2024.12.14 01:13:17.804755 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15395 | 2024.12.14 01:13:17.804857 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15396 | 2024.12.14 01:13:17.805593 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15397 | 2024.12.14 01:13:17.805633 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15398 | 2024.12.14 01:13:17.806010 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15399 | 2024.12.14 01:13:17.806264 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15400 | 2024.12.14 01:13:17.806496 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec. | ||
| 15401 | 2024.12.14 01:13:17.806659 [ 257 ] {75a3bf45-d855-4577-bcbf-cc2832bd2903} <Debug> TCPHandler: Processed in 0.002342878 sec. | ||
| 15402 | 2024.12.14 01:13:17.806952 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15403 | 2024.12.14 01:13:17.807144 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15404 | 2024.12.14 01:13:17.807219 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15405 | 2024.12.14 01:13:17.808341 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15406 | 2024.12.14 01:13:17.808406 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15407 | 2024.12.14 01:13:17.808992 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15408 | 2024.12.14 01:13:17.809252 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15409 | 2024.12.14 01:13:17.809438 [ 134 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15410 | 2024.12.14 01:13:17.809495 [ 134 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15411 | 2024.12.14 01:13:17.809513 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002412 sec., 118159.2039800995 rows/sec., 10.44 MiB/sec. | ||
| 15412 | 2024.12.14 01:13:17.809530 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15413 | 2024.12.14 01:13:17.809706 [ 4 ] {6c2c2d86-b420-4d5f-ac42-2118272ab422} <Debug> TCPHandler: Processed in 0.002918055 sec. | ||
| 15414 | 2024.12.14 01:13:17.809772 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15415 | 2024.12.14 01:13:17.809893 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15416 | 2024.12.14 01:13:17.809921 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15417 | 2024.12.14 01:13:17.809956 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1434 rows starting from the beginning of the part | ||
| 15418 | 2024.12.14 01:13:17.810059 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15419 | 2024.12.14 01:13:17.810093 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 15420 | 2024.12.14 01:13:17.810242 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15421 | 2024.12.14 01:13:17.810471 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1426 rows starting from the beginning of the part | ||
| 15422 | 2024.12.14 01:13:17.810888 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 15423 | 2024.12.14 01:13:17.811308 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 15424 | 2024.12.14 01:13:17.811640 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 285 rows starting from the beginning of the part | ||
| 15425 | 2024.12.14 01:13:17.812727 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15426 | 2024.12.14 01:13:17.812775 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15427 | 2024.12.14 01:13:17.813325 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 15428 | 2024.12.14 01:13:17.813689 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15429 | 2024.12.14 01:13:17.814969 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004899 sec., 9797.917942437232 rows/sec., 722.41 KiB/sec. | ||
| 15430 | 2024.12.14 01:13:17.815280 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.005633553 sec., 588083.5770960173 rows/sec., 51.55 MiB/sec. | ||
| 15431 | 2024.12.14 01:13:17.815422 [ 257 ] {3bfa5ef0-3ec0-4802-b7bb-e7769c3f9994} <Debug> TCPHandler: Processed in 0.005598712 sec. | ||
| 15432 | 2024.12.14 01:13:17.815745 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15433 | 2024.12.14 01:13:17.815787 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15434 | 2024.12.14 01:13:17.816262 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15435 | 2024.12.14 01:13:17.816458 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15436 | 2024.12.14 01:13:17.816684 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15437 | 2024.12.14 01:13:17.816979 [ 210 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_136_27} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15438 | 2024.12.14 01:13:17.817169 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 15439 | 2024.12.14 01:13:17.817652 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15440 | 2024.12.14 01:13:17.817699 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15441 | 2024.12.14 01:13:17.818086 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15442 | 2024.12.14 01:13:17.818331 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15443 | 2024.12.14 01:13:17.818578 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002481 sec., 5642.885933091495 rows/sec., 395.19 KiB/sec. | ||
| 15444 | 2024.12.14 01:13:17.818684 [ 4 ] {9f010e47-ae87-42c7-bd62-48dc9f8c32a3} <Debug> TCPHandler: Processed in 0.00310412 sec. | ||
| 15445 | 2024.12.14 01:13:17.818929 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15446 | 2024.12.14 01:13:17.819104 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15447 | 2024.12.14 01:13:17.819163 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15448 | 2024.12.14 01:13:17.819850 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15449 | 2024.12.14 01:13:17.819896 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15450 | 2024.12.14 01:13:17.820263 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15451 | 2024.12.14 01:13:17.820499 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15452 | 2024.12.14 01:13:17.820711 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 15453 | 2024.12.14 01:13:17.820808 [ 257 ] {4c0df04c-bf91-4e97-bbae-894884303b0d} <Debug> TCPHandler: Processed in 0.001995208 sec. | ||
| 15454 | 2024.12.14 01:13:17.821012 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15455 | 2024.12.14 01:13:17.821143 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15456 | 2024.12.14 01:13:17.821192 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15457 | 2024.12.14 01:13:17.821928 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15458 | 2024.12.14 01:13:17.821970 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15459 | 2024.12.14 01:13:17.822386 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15460 | 2024.12.14 01:13:17.822640 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15461 | 2024.12.14 01:13:17.822819 [ 134 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15462 | 2024.12.14 01:13:17.822867 [ 134 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15463 | 2024.12.14 01:13:17.822883 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001761 sec., 240204.42930153324 rows/sec., 17.17 MiB/sec. | ||
| 15464 | 2024.12.14 01:13:17.822898 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15465 | 2024.12.14 01:13:17.823037 [ 4 ] {8e062747-5eb3-4bf9-afdb-e8e8c9948c8e} <Debug> TCPHandler: Processed in 0.002119892 sec. | ||
| 15466 | 2024.12.14 01:13:17.823088 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15467 | 2024.12.14 01:13:17.823204 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15468 | 2024.12.14 01:13:17.823231 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15469 | 2024.12.14 01:13:17.823252 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part | ||
| 15470 | 2024.12.14 01:13:17.823517 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 15471 | 2024.12.14 01:13:17.823542 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15472 | 2024.12.14 01:13:17.823788 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15473 | 2024.12.14 01:13:17.823884 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 881 rows starting from the beginning of the part | ||
| 15474 | 2024.12.14 01:13:17.824261 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 15475 | 2024.12.14 01:13:17.824552 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 15476 | 2024.12.14 01:13:17.824957 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 423 rows starting from the beginning of the part | ||
| 15477 | 2024.12.14 01:13:17.826215 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15478 | 2024.12.14 01:13:17.826287 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15479 | 2024.12.14 01:13:17.827247 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15480 | 2024.12.14 01:13:17.827599 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15481 | 2024.12.14 01:13:17.828044 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004621 sec., 1298.4202553559835 rows/sec., 67.84 KiB/sec. | ||
| 15482 | 2024.12.14 01:13:17.828237 [ 257 ] {c9d1dbdd-b4b3-4b63-b835-05f5475953d7} <Debug> TCPHandler: Processed in 0.005072157 sec. | ||
| 15483 | 2024.12.14 01:13:17.828243 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.005232291 sec., 460792.4138775921 rows/sec., 35.33 MiB/sec. | ||
| 15484 | 2024.12.14 01:13:17.828400 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15485 | 2024.12.14 01:13:17.828435 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15486 | 2024.12.14 01:13:17.828534 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15487 | 2024.12.14 01:13:17.828596 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15488 | 2024.12.14 01:13:17.828780 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15489 | 2024.12.14 01:13:17.828899 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_136_27} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15490 | 2024.12.14 01:13:17.828987 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15491 | 2024.12.14 01:13:17.829326 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15492 | 2024.12.14 01:13:17.829367 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15493 | 2024.12.14 01:13:17.829775 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15494 | 2024.12.14 01:13:17.830016 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15495 | 2024.12.14 01:13:17.830233 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001726 sec., 137311.7033603708 rows/sec., 9.20 MiB/sec. | ||
| 15496 | 2024.12.14 01:13:17.830294 [ 4 ] {7306f91f-efd6-476c-9f9a-e7e4e70685bf} <Debug> TCPHandler: Processed in 0.001965067 sec. | ||
| 15497 | 2024.12.14 01:13:17.830492 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15498 | 2024.12.14 01:13:17.830822 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15499 | 2024.12.14 01:13:17.830920 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15500 | 2024.12.14 01:13:17.831407 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15501 | 2024.12.14 01:13:17.831447 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15502 | 2024.12.14 01:13:17.831804 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15503 | 2024.12.14 01:13:17.832054 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15504 | 2024.12.14 01:13:17.832278 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 42.84 KiB/sec. | ||
| 15505 | 2024.12.14 01:13:17.832338 [ 257 ] {379d4c1f-5d02-450d-9002-695cfd1725e6} <Debug> TCPHandler: Processed in 0.001939386 sec. | ||
| 15506 | 2024.12.14 01:13:17.832483 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15507 | 2024.12.14 01:13:17.832621 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15508 | 2024.12.14 01:13:17.832716 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15509 | 2024.12.14 01:13:17.834011 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15510 | 2024.12.14 01:13:17.834052 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15511 | 2024.12.14 01:13:17.834733 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15512 | 2024.12.14 01:13:17.834997 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15513 | 2024.12.14 01:13:17.835279 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002687 sec., 15258.652772608857 rows/sec., 27.34 MiB/sec. | ||
| 15514 | 2024.12.14 01:13:17.835629 [ 4 ] {f8d6c015-4a69-483c-bff2-ae3c4865afb1} <Debug> TCPHandler: Processed in 0.003210553 sec. | ||
| 15515 | 2024.12.14 01:13:17.835823 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15516 | 2024.12.14 01:13:17.835959 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15517 | 2024.12.14 01:13:17.836018 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15518 | 2024.12.14 01:13:17.836583 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15519 | 2024.12.14 01:13:17.836630 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15520 | 2024.12.14 01:13:17.837049 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15521 | 2024.12.14 01:13:17.837289 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15522 | 2024.12.14 01:13:17.837481 [ 133 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15523 | 2024.12.14 01:13:17.837541 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00161 sec., 50931.677018633534 rows/sec., 3.23 MiB/sec. | ||
| 15524 | 2024.12.14 01:13:17.837564 [ 133 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15525 | 2024.12.14 01:13:17.837627 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15526 | 2024.12.14 01:13:17.837656 [ 257 ] {4f65bff6-c503-445d-9d69-7fa33732d807} <Debug> TCPHandler: Processed in 0.001919956 sec. | ||
| 15527 | 2024.12.14 01:13:17.837847 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15528 | 2024.12.14 01:13:17.837982 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15529 | 2024.12.14 01:13:17.838017 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7910 rows starting from the beginning of the part | ||
| 15530 | 2024.12.14 01:13:17.838108 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 15531 | 2024.12.14 01:13:17.838247 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 34 rows starting from the beginning of the part | ||
| 15532 | 2024.12.14 01:13:17.838433 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part | ||
| 15533 | 2024.12.14 01:13:17.838548 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 15534 | 2024.12.14 01:13:17.838738 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 15535 | 2024.12.14 01:13:17.841166 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8194 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430479 sec., 2388587.716176079 rows/sec., 155.56 MiB/sec. | ||
| 15536 | 2024.12.14 01:13:17.841423 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15537 | 2024.12.14 01:13:17.841899 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15538 | 2024.12.14 01:13:17.842012 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_136_27} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15539 | 2024.12.14 01:13:17.842093 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 15540 | 2024.12.14 01:13:18.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.89 MiB, peak 284.12 MiB, free memory in arenas 0.00 B, will set to 266.98 MiB (RSS), difference: 3.09 MiB | ||
| 15541 | 2024.12.14 01:13:18.002073 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2158 | ||
| 15542 | 2024.12.14 01:13:18.004237 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003756328 sec. | ||
| 15543 | 2024.12.14 01:13:18.005532 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15544 | 2024.12.14 01:13:18.005576 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. | ||
| 15545 | 2024.12.14 01:13:18.007095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15546 | 2024.12.14 01:13:18.007415 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15547 | 2024.12.14 01:13:18.007814 [ 224 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15548 | 2024.12.14 01:13:18.007912 [ 224 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15549 | 2024.12.14 01:13:18.008533 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2158 | ||
| 15550 | 2024.12.14 01:13:18.010241 [ 224 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15551 | 2024.12.14 01:13:19.631862 [ 217 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15552 | 2024.12.14 01:13:19.631942 [ 217 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15553 | 2024.12.14 01:13:19.633834 [ 217 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15554 | 2024.12.14 01:13:20.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.98 MiB, peak 284.12 MiB, free memory in arenas 0.00 B, will set to 266.98 MiB (RSS), difference: 4.00 MiB | ||
| 15555 | 2024.12.14 01:13:20.289441 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15556 | 2024.12.14 01:13:20.311397 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15557 | 2024.12.14 01:13:20.311461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15558 | 2024.12.14 01:13:20.318987 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15559 | 2024.12.14 01:13:20.319811 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15560 | 2024.12.14 01:13:20.323252 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15561 | 2024.12.14 01:13:22.798247 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15562 | 2024.12.14 01:13:22.798557 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15563 | 2024.12.14 01:13:22.798674 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15564 | 2024.12.14 01:13:22.799661 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15565 | 2024.12.14 01:13:22.799712 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15566 | 2024.12.14 01:13:22.800160 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15567 | 2024.12.14 01:13:22.800419 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15568 | 2024.12.14 01:13:22.800666 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002193 sec., 25535.79571363429 rows/sec., 1.96 MiB/sec. | ||
| 15569 | 2024.12.14 01:13:22.800733 [ 257 ] {d5ae6e06-c52a-49ad-bcfd-4186539ab554} <Debug> TCPHandler: Processed in 0.002670137 sec. | ||
| 15570 | 2024.12.14 01:13:22.800993 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15571 | 2024.12.14 01:13:22.801195 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15572 | 2024.12.14 01:13:22.801264 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15573 | 2024.12.14 01:13:22.802005 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15574 | 2024.12.14 01:13:22.802048 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15575 | 2024.12.14 01:13:22.802480 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15576 | 2024.12.14 01:13:22.802724 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15577 | 2024.12.14 01:13:22.802963 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001818 sec., 35203.52035203521 rows/sec., 2.75 MiB/sec. | ||
| 15578 | 2024.12.14 01:13:22.803036 [ 4 ] {a27779fb-ae58-4a0d-bba2-0eb44b784904} <Debug> TCPHandler: Processed in 0.002169593 sec. | ||
| 15579 | 2024.12.14 01:13:22.803266 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15580 | 2024.12.14 01:13:22.803796 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15581 | 2024.12.14 01:13:22.804072 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15582 | 2024.12.14 01:13:22.805386 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15583 | 2024.12.14 01:13:22.805429 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15584 | 2024.12.14 01:13:22.805844 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15585 | 2024.12.14 01:13:22.806104 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15586 | 2024.12.14 01:13:22.806323 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002734 sec., 58522.311631309436 rows/sec., 4.08 MiB/sec. | ||
| 15587 | 2024.12.14 01:13:22.806381 [ 257 ] {63d19fb8-ec12-401d-94b5-3e397d9f3210} <Debug> TCPHandler: Processed in 0.003249304 sec. | ||
| 15588 | 2024.12.14 01:13:22.806534 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15589 | 2024.12.14 01:13:22.806651 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15590 | 2024.12.14 01:13:22.806703 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15591 | 2024.12.14 01:13:22.807212 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2024.12.14 01:13:22.807251 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15593 | 2024.12.14 01:13:22.807630 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15594 | 2024.12.14 01:13:22.807865 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15595 | 2024.12.14 01:13:22.808061 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
| 15596 | 2024.12.14 01:13:22.808109 [ 4 ] {8da5891b-669d-4322-981f-30a5bdf18a58} <Debug> TCPHandler: Processed in 0.001629277 sec. | ||
| 15597 | 2024.12.14 01:13:25.199424 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 15598 | 2024.12.14 01:13:25.200122 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15599 | 2024.12.14 01:13:25.200173 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15600 | 2024.12.14 01:13:25.200726 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15601 | 2024.12.14 01:13:25.200986 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15602 | 2024.12.14 01:13:25.201237 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 15603 | 2024.12.14 01:13:25.201250 [ 123 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15604 | 2024.12.14 01:13:25.201334 [ 123 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15605 | 2024.12.14 01:13:25.201358 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15606 | 2024.12.14 01:13:25.201555 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 15607 | 2024.12.14 01:13:25.201831 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15608 | 2024.12.14 01:13:25.201884 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 15609 | 2024.12.14 01:13:25.201974 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 15610 | 2024.12.14 01:13:25.202076 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 15611 | 2024.12.14 01:13:25.202320 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 15612 | 2024.12.14 01:13:25.202468 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 15613 | 2024.12.14 01:13:25.202564 [ 192 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 15614 | 2024.12.14 01:13:25.205521 [ 198 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004069528 sec., 9128577.073311696 rows/sec., 130.59 MiB/sec. | ||
| 15615 | 2024.12.14 01:13:25.205904 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15616 | 2024.12.14 01:13:25.206228 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15617 | 2024.12.14 01:13:25.206310 [ 202 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_81_16} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15618 | 2024.12.14 01:13:25.206422 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 15619 | 2024.12.14 01:13:27.049872 [ 220 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15620 | 2024.12.14 01:13:27.049924 [ 220 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15621 | 2024.12.14 01:13:27.051915 [ 220 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15622 | 2024.12.14 01:13:27.059870 [ 224 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15623 | 2024.12.14 01:13:27.059909 [ 224 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15624 | 2024.12.14 01:13:27.061714 [ 224 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15625 | 2024.12.14 01:13:27.142253 [ 219 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15626 | 2024.12.14 01:13:27.142335 [ 219 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15627 | 2024.12.14 01:13:27.144213 [ 219 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15628 | 2024.12.14 01:13:27.367309 [ 217 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15629 | 2024.12.14 01:13:27.367367 [ 217 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15630 | 2024.12.14 01:13:27.369310 [ 217 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15631 | 2024.12.14 01:13:27.804930 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15632 | 2024.12.14 01:13:27.805115 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15633 | 2024.12.14 01:13:27.805187 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15634 | 2024.12.14 01:13:27.805937 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15635 | 2024.12.14 01:13:27.805979 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15636 | 2024.12.14 01:13:27.806414 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15637 | 2024.12.14 01:13:27.806666 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15638 | 2024.12.14 01:13:27.806880 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001812 sec., 7726.269315673289 rows/sec., 556.19 KiB/sec. | ||
| 15639 | 2024.12.14 01:13:27.807094 [ 257 ] {4931228b-ac96-48fe-b44c-8bed8ec46612} <Debug> TCPHandler: Processed in 0.002286606 sec. | ||
| 15640 | 2024.12.14 01:13:27.807409 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15641 | 2024.12.14 01:13:27.807595 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15642 | 2024.12.14 01:13:27.807666 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15643 | 2024.12.14 01:13:27.808579 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15644 | 2024.12.14 01:13:27.808628 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15645 | 2024.12.14 01:13:27.809084 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15646 | 2024.12.14 01:13:27.809349 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15647 | 2024.12.14 01:13:27.809578 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002036 sec., 139980.3536345776 rows/sec., 12.37 MiB/sec. | ||
| 15648 | 2024.12.14 01:13:27.809636 [ 4 ] {a54a0e48-da4a-404b-8dca-695dbddc7983} <Debug> TCPHandler: Processed in 0.00240614 sec. | ||
| 15649 | 2024.12.14 01:13:27.809802 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15650 | 2024.12.14 01:13:27.809939 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15651 | 2024.12.14 01:13:27.809998 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15652 | 2024.12.14 01:13:27.810655 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15653 | 2024.12.14 01:13:27.810693 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15654 | 2024.12.14 01:13:27.811066 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15655 | 2024.12.14 01:13:27.811314 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15656 | 2024.12.14 01:13:27.811492 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001584 sec., 30303.030303030304 rows/sec., 2.18 MiB/sec. | ||
| 15657 | 2024.12.14 01:13:27.811543 [ 257 ] {2a090309-2dd5-405a-9232-c15459f4564a} <Debug> TCPHandler: Processed in 0.001809432 sec. | ||
| 15658 | 2024.12.14 01:13:27.811705 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15659 | 2024.12.14 01:13:27.811822 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15660 | 2024.12.14 01:13:27.811870 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15661 | 2024.12.14 01:13:27.812454 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15662 | 2024.12.14 01:13:27.812495 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15663 | 2024.12.14 01:13:27.812855 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15664 | 2024.12.14 01:13:27.813091 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15665 | 2024.12.14 01:13:27.813291 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec. | ||
| 15666 | 2024.12.14 01:13:27.813343 [ 4 ] {31ac913e-9f18-47ac-a799-516eb71cfaa1} <Debug> TCPHandler: Processed in 0.001692999 sec. | ||
| 15667 | 2024.12.14 01:13:27.813498 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15668 | 2024.12.14 01:13:27.813635 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15669 | 2024.12.14 01:13:27.813692 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15670 | 2024.12.14 01:13:27.814357 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15671 | 2024.12.14 01:13:27.814395 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15672 | 2024.12.14 01:13:27.814750 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15673 | 2024.12.14 01:13:27.814981 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15674 | 2024.12.14 01:13:27.815154 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec. | ||
| 15675 | 2024.12.14 01:13:27.815204 [ 257 ] {43ae0348-160c-4828-a230-0168b0bf3b62} <Debug> TCPHandler: Processed in 0.001775211 sec. | ||
| 15676 | 2024.12.14 01:13:27.815352 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15677 | 2024.12.14 01:13:27.815464 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15678 | 2024.12.14 01:13:27.815512 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15679 | 2024.12.14 01:13:27.816259 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15680 | 2024.12.14 01:13:27.816304 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15681 | 2024.12.14 01:13:27.816685 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15682 | 2024.12.14 01:13:27.816919 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15683 | 2024.12.14 01:13:27.817118 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001677 sec., 252236.13595706617 rows/sec., 18.03 MiB/sec. | ||
| 15684 | 2024.12.14 01:13:27.817169 [ 4 ] {25bd4f94-d345-40c4-90a0-28c9e0e8897f} <Debug> TCPHandler: Processed in 0.001872874 sec. | ||
| 15685 | 2024.12.14 01:13:27.817314 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15686 | 2024.12.14 01:13:27.817456 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15687 | 2024.12.14 01:13:27.817515 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15688 | 2024.12.14 01:13:27.818070 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15689 | 2024.12.14 01:13:27.818115 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15690 | 2024.12.14 01:13:27.818521 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15691 | 2024.12.14 01:13:27.818758 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15692 | 2024.12.14 01:13:27.818934 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec. | ||
| 15693 | 2024.12.14 01:13:27.818984 [ 257 ] {a46ca9ea-f0b9-472e-aed2-5d558656f65c} <Debug> TCPHandler: Processed in 0.00173069 sec. | ||
| 15694 | 2024.12.14 01:13:27.819124 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15695 | 2024.12.14 01:13:27.819239 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15696 | 2024.12.14 01:13:27.819293 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15697 | 2024.12.14 01:13:27.819887 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15698 | 2024.12.14 01:13:27.819925 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15699 | 2024.12.14 01:13:27.820320 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15700 | 2024.12.14 01:13:27.820560 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15701 | 2024.12.14 01:13:27.820728 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 15702 | 2024.12.14 01:13:27.820790 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001569 sec., 151051.62523900572 rows/sec., 10.12 MiB/sec. | ||
| 15703 | 2024.12.14 01:13:27.820791 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15704 | 2024.12.14 01:13:27.820867 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15705 | 2024.12.14 01:13:27.820899 [ 4 ] {3235f701-0673-4f72-aece-e7ceb7aa4392} <Debug> TCPHandler: Processed in 0.001825042 sec. | ||
| 15706 | 2024.12.14 01:13:27.821122 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15707 | 2024.12.14 01:13:27.821244 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full | ||
| 15708 | 2024.12.14 01:13:27.821245 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15709 | 2024.12.14 01:13:27.821337 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15710 | 2024.12.14 01:13:27.821358 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15711 | 2024.12.14 01:13:27.821515 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15712 | 2024.12.14 01:13:27.821570 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15713 | 2024.12.14 01:13:27.821682 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 39754 rows starting from the beginning of the part | ||
| 15714 | 2024.12.14 01:13:27.822168 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 128 rows starting from the beginning of the part | ||
| 15715 | 2024.12.14 01:13:27.822701 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 15716 | 2024.12.14 01:13:27.823233 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 15717 | 2024.12.14 01:13:27.823318 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15718 | 2024.12.14 01:13:27.823780 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part | ||
| 15719 | 2024.12.14 01:13:27.824361 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 15720 | 2024.12.14 01:13:27.825739 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15721 | 2024.12.14 01:13:27.825853 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15722 | 2024.12.14 01:13:27.827821 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15723 | 2024.12.14 01:13:27.829335 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15724 | 2024.12.14 01:13:27.829906 [ 118 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 6 parts from all_1_54_12 to all_59_59_0 | ||
| 15725 | 2024.12.14 01:13:27.830057 [ 118 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15726 | 2024.12.14 01:13:27.830220 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15727 | 2024.12.14 01:13:27.830821 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.009474 sec., 105.55203715431708 rows/sec., 7.11 KiB/sec. | ||
| 15728 | 2024.12.14 01:13:27.831712 [ 257 ] {a8a73928-b8d4-40d8-bd93-9d8b95f02ad7} <Debug> TCPHandler: Processed in 0.0106977 sec. | ||
| 15729 | 2024.12.14 01:13:27.832062 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15730 | 2024.12.14 01:13:27.832775 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15731 | 2024.12.14 01:13:27.833290 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_12 to all_59_59_0 into Compact with storage Full | ||
| 15732 | 2024.12.14 01:13:27.833809 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15733 | 2024.12.14 01:13:27.834297 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15734 | 2024.12.14 01:13:27.834520 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_12, total 54 rows starting from the beginning of the part | ||
| 15735 | 2024.12.14 01:13:27.835021 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 15736 | 2024.12.14 01:13:27.835588 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 15737 | 2024.12.14 01:13:27.836129 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 15738 | 2024.12.14 01:13:27.836611 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 15739 | 2024.12.14 01:13:27.837037 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 15740 | 2024.12.14 01:13:27.848591 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.017605419 sec., 3351.240887819824 rows/sec., 225.82 KiB/sec. | ||
| 15741 | 2024.12.14 01:13:27.849326 [ 193 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 15742 | 2024.12.14 01:13:27.851374 [ 193 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15743 | 2024.12.14 01:13:27.852877 [ 193 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_59_13} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 6 parts: [all_1_54_12, all_59_59_0] -> all_1_59_13 | ||
| 15744 | 2024.12.14 01:13:27.853561 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15745 | 2024.12.14 01:13:27.853789 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15746 | 2024.12.14 01:13:27.853884 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15747 | 2024.12.14 01:13:27.854281 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15748 | 2024.12.14 01:13:27.856896 [ 189 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40676 rows, containing 5 columns (5 merged, 0 gathered) in 0.035899239 sec., 1133060.230051116 rows/sec., 76.50 MiB/sec. | ||
| 15749 | 2024.12.14 01:13:27.858323 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 15750 | 2024.12.14 01:13:27.860437 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15751 | 2024.12.14 01:13:27.860752 [ 204 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 15752 | 2024.12.14 01:13:27.860904 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15753 | 2024.12.14 01:13:27.860970 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 15754 | 2024.12.14 01:13:27.861476 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15755 | 2024.12.14 01:13:27.861932 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15756 | 2024.12.14 01:13:27.862034 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15757 | 2024.12.14 01:13:27.862216 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.029656 sec., 1382.5195575937416 rows/sec., 2.48 MiB/sec. | ||
| 15758 | 2024.12.14 01:13:27.863274 [ 4 ] {22fac6aa-9e63-489f-b860-2737fa709be0} <Debug> TCPHandler: Processed in 0.031382109 sec. | ||
| 15759 | 2024.12.14 01:13:27.863671 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15760 | 2024.12.14 01:13:27.864114 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15761 | 2024.12.14 01:13:27.864308 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15762 | 2024.12.14 01:13:27.867820 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15763 | 2024.12.14 01:13:27.867904 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15764 | 2024.12.14 01:13:27.869492 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15765 | 2024.12.14 01:13:27.870376 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15766 | 2024.12.14 01:13:27.871245 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007258 sec., 11297.878203361808 rows/sec., 734.78 KiB/sec. | ||
| 15767 | 2024.12.14 01:13:27.871462 [ 257 ] {03f6d629-3a9b-43d5-9fe5-7ba7cb624a4f} <Debug> TCPHandler: Processed in 0.008061203 sec. | ||
| 15768 | 2024.12.14 01:13:27.872194 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15769 | 2024.12.14 01:13:27.893033 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15770 | 2024.12.14 01:13:27.893078 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15771 | 2024.12.14 01:13:27.900534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15772 | 2024.12.14 01:13:27.901319 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15773 | 2024.12.14 01:13:27.901625 [ 120 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15774 | 2024.12.14 01:13:27.901692 [ 120 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15775 | 2024.12.14 01:13:27.901736 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15776 | 2024.12.14 01:13:27.902125 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 15777 | 2024.12.14 01:13:27.917059 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15778 | 2024.12.14 01:13:27.918771 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15779 | 2024.12.14 01:13:27.920429 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 15780 | 2024.12.14 01:13:27.926442 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 15781 | 2024.12.14 01:13:27.932627 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 15782 | 2024.12.14 01:13:27.939000 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 15783 | 2024.12.14 01:13:27.945429 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 15784 | 2024.12.14 01:13:27.951618 [ 193 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 15785 | 2024.12.14 01:13:28.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 282.26 MiB, peak 284.12 MiB, free memory in arenas 0.00 B, will set to 266.98 MiB (RSS), difference: -15.28 MiB | ||
| 15786 | 2024.12.14 01:13:28.008903 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2188 | ||
| 15787 | 2024.12.14 01:13:28.020949 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15788 | 2024.12.14 01:13:28.020999 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15789 | 2024.12.14 01:13:28.027921 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15790 | 2024.12.14 01:13:28.029243 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15791 | 2024.12.14 01:13:28.033846 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2188 | ||
| 15792 | 2024.12.14 01:13:28.038706 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.136854521 sec., 4464.594925585249 rows/sec., 23.09 MiB/sec. | ||
| 15793 | 2024.12.14 01:13:28.042212 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15794 | 2024.12.14 01:13:28.045382 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15795 | 2024.12.14 01:13:28.045500 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_81_16} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15796 | 2024.12.14 01:13:28.048263 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 15797 | 2024.12.14 01:13:28.658785 [ 221 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15798 | 2024.12.14 01:13:28.658872 [ 221 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15799 | 2024.12.14 01:13:28.661015 [ 221 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15800 | 2024.12.14 01:13:29.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.56 MiB, peak 284.12 MiB, free memory in arenas 0.00 B, will set to 266.98 MiB (RSS), difference: 13.42 MiB | ||
| 15801 | 2024.12.14 01:13:32.364524 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15802 | 2024.12.14 01:13:32.364625 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15803 | 2024.12.14 01:13:32.701364 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 15804 | 2024.12.14 01:13:32.702356 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15805 | 2024.12.14 01:13:32.702446 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15806 | 2024.12.14 01:13:32.703041 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15807 | 2024.12.14 01:13:32.703307 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15808 | 2024.12.14 01:13:32.703559 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15809 | 2024.12.14 01:13:32.798185 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15810 | 2024.12.14 01:13:32.798370 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15811 | 2024.12.14 01:13:32.798442 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15812 | 2024.12.14 01:13:32.799156 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15813 | 2024.12.14 01:13:32.799198 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15814 | 2024.12.14 01:13:32.799595 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15815 | 2024.12.14 01:13:32.799837 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15816 | 2024.12.14 01:13:32.800051 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001719 sec., 32577.079697498546 rows/sec., 2.50 MiB/sec. | ||
| 15817 | 2024.12.14 01:13:32.800118 [ 257 ] {a6e37cc5-6249-4a36-8af9-8b3e974a7937} <Debug> TCPHandler: Processed in 0.00206007 sec. | ||
| 15818 | 2024.12.14 01:13:32.800418 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15819 | 2024.12.14 01:13:32.800665 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15820 | 2024.12.14 01:13:32.800739 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15821 | 2024.12.14 01:13:32.801606 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15822 | 2024.12.14 01:13:32.801665 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15823 | 2024.12.14 01:13:32.802174 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15824 | 2024.12.14 01:13:32.802500 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15825 | 2024.12.14 01:13:32.802743 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002135 sec., 29976.580796252925 rows/sec., 2.34 MiB/sec. | ||
| 15826 | 2024.12.14 01:13:32.802811 [ 4 ] {dc8280c7-2e78-4eb6-97d8-b816d848c7b5} <Debug> TCPHandler: Processed in 0.002567664 sec. | ||
| 15827 | 2024.12.14 01:13:32.802973 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15828 | 2024.12.14 01:13:32.803116 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15829 | 2024.12.14 01:13:32.803181 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15830 | 2024.12.14 01:13:32.803815 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15831 | 2024.12.14 01:13:32.803853 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15832 | 2024.12.14 01:13:32.804256 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15833 | 2024.12.14 01:13:32.804502 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15834 | 2024.12.14 01:13:32.804685 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 15835 | 2024.12.14 01:13:32.804739 [ 257 ] {33f0f0e9-6994-418c-975b-b64877203d3a} <Debug> TCPHandler: Processed in 0.001830663 sec. | ||
| 15836 | 2024.12.14 01:13:32.804915 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15837 | 2024.12.14 01:13:32.805073 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15838 | 2024.12.14 01:13:32.805141 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15839 | 2024.12.14 01:13:32.805718 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15840 | 2024.12.14 01:13:32.805759 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15841 | 2024.12.14 01:13:32.806150 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15842 | 2024.12.14 01:13:32.806397 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15843 | 2024.12.14 01:13:32.806616 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 15844 | 2024.12.14 01:13:32.806671 [ 4 ] {c03e3ee4-c9c5-4b8e-a1e7-0122e2ce89df} <Debug> TCPHandler: Processed in 0.001823523 sec. | ||
| 15845 | 2024.12.14 01:13:33.548828 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15846 | 2024.12.14 01:13:33.549036 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15847 | 2024.12.14 01:13:33.549117 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15848 | 2024.12.14 01:13:33.549951 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15849 | 2024.12.14 01:13:33.550003 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15850 | 2024.12.14 01:13:33.550437 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15851 | 2024.12.14 01:13:33.550694 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15852 | 2024.12.14 01:13:33.550894 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 15853 | 2024.12.14 01:13:33.550950 [ 257 ] {75b0ab0e-dffd-4ef6-abe1-cc2cd2f03f98} <Debug> TCPHandler: Processed in 0.002261725 sec. | ||
| 15854 | 2024.12.14 01:13:33.551239 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15855 | 2024.12.14 01:13:33.551456 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15856 | 2024.12.14 01:13:33.551541 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15857 | 2024.12.14 01:13:33.552303 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15858 | 2024.12.14 01:13:33.552355 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15859 | 2024.12.14 01:13:33.552786 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 15860 | 2024.12.14 01:13:33.553045 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15861 | 2024.12.14 01:13:33.553323 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 595.51 KiB/sec. | ||
| 15862 | 2024.12.14 01:13:33.553485 [ 4 ] {1badf2ee-2bb5-41cf-bcb1-4e9b67374a15} <Debug> TCPHandler: Processed in 0.002381329 sec. | ||
| 15863 | 2024.12.14 01:13:33.553710 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15864 | 2024.12.14 01:13:33.553846 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15865 | 2024.12.14 01:13:33.553906 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15866 | 2024.12.14 01:13:33.555295 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15867 | 2024.12.14 01:13:33.555334 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15868 | 2024.12.14 01:13:33.555786 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15869 | 2024.12.14 01:13:33.556027 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15870 | 2024.12.14 01:13:33.556241 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002422 sec., 591246.9033856317 rows/sec., 49.54 MiB/sec. | ||
| 15871 | 2024.12.14 01:13:33.556296 [ 257 ] {31148199-d103-4775-b671-a46a6a9d1e21} <Debug> TCPHandler: Processed in 0.002691208 sec. | ||
| 15872 | 2024.12.14 01:13:33.556473 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15873 | 2024.12.14 01:13:33.556624 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15874 | 2024.12.14 01:13:33.556687 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15875 | 2024.12.14 01:13:33.557417 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15876 | 2024.12.14 01:13:33.557467 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15877 | 2024.12.14 01:13:33.557866 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15878 | 2024.12.14 01:13:33.558109 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15879 | 2024.12.14 01:13:33.558331 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001744 sec., 35550.45871559633 rows/sec., 2.53 MiB/sec. | ||
| 15880 | 2024.12.14 01:13:33.558394 [ 4 ] {24759c05-0948-46f2-b27c-3cffcd82f114} <Debug> TCPHandler: Processed in 0.001992037 sec. | ||
| 15881 | 2024.12.14 01:13:33.558535 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15882 | 2024.12.14 01:13:33.558670 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15883 | 2024.12.14 01:13:33.558726 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15884 | 2024.12.14 01:13:33.559549 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2024.12.14 01:13:33.559595 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15886 | 2024.12.14 01:13:33.559995 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15887 | 2024.12.14 01:13:33.560241 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15888 | 2024.12.14 01:13:33.560466 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001828 sec., 132385.1203501094 rows/sec., 8.97 MiB/sec. | ||
| 15889 | 2024.12.14 01:13:33.560523 [ 257 ] {2f77a46b-3cdf-41e4-a0e2-d438de2d4f0d} <Debug> TCPHandler: Processed in 0.002044489 sec. | ||
| 15890 | 2024.12.14 01:13:33.560677 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15891 | 2024.12.14 01:13:33.560821 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15892 | 2024.12.14 01:13:33.560881 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15893 | 2024.12.14 01:13:33.561574 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15894 | 2024.12.14 01:13:33.561615 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15895 | 2024.12.14 01:13:33.561972 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15896 | 2024.12.14 01:13:33.562209 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15897 | 2024.12.14 01:13:33.562423 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 15898 | 2024.12.14 01:13:33.562478 [ 4 ] {64d7a3e5-cd46-4808-8e9c-386010047dcb} <Debug> TCPHandler: Processed in 0.001866074 sec. | ||
| 15899 | 2024.12.14 01:13:33.562683 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15900 | 2024.12.14 01:13:33.562905 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15901 | 2024.12.14 01:13:33.562994 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15902 | 2024.12.14 01:13:33.564198 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15903 | 2024.12.14 01:13:33.564238 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15904 | 2024.12.14 01:13:33.564649 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15905 | 2024.12.14 01:13:33.564891 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15906 | 2024.12.14 01:13:33.565113 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002264 sec., 394434.628975265 rows/sec., 28.64 MiB/sec. | ||
| 15907 | 2024.12.14 01:13:33.565169 [ 257 ] {553c6dcc-a71b-482b-9055-d404972acef7} <Debug> TCPHandler: Processed in 0.002599455 sec. | ||
| 15908 | 2024.12.14 01:13:33.565312 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15909 | 2024.12.14 01:13:33.565450 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15910 | 2024.12.14 01:13:33.565510 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15911 | 2024.12.14 01:13:33.565996 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15912 | 2024.12.14 01:13:33.566035 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15913 | 2024.12.14 01:13:33.566396 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15914 | 2024.12.14 01:13:33.566641 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15915 | 2024.12.14 01:13:33.566896 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
| 15916 | 2024.12.14 01:13:33.566987 [ 4 ] {93bdd677-37dc-446a-adfd-38480d569d34} <Debug> TCPHandler: Processed in 0.00174009 sec. | ||
| 15917 | 2024.12.14 01:13:33.567205 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15918 | 2024.12.14 01:13:33.567387 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15919 | 2024.12.14 01:13:33.567440 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15920 | 2024.12.14 01:13:33.568209 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15921 | 2024.12.14 01:13:33.568251 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15922 | 2024.12.14 01:13:33.568703 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15923 | 2024.12.14 01:13:33.568946 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15924 | 2024.12.14 01:13:33.569159 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001798 sec., 535038.9321468298 rows/sec., 35.55 MiB/sec. | ||
| 15925 | 2024.12.14 01:13:33.569215 [ 257 ] {1cb387f8-4236-464f-9966-1c6c0baba18f} <Debug> TCPHandler: Processed in 0.002143742 sec. | ||
| 15926 | 2024.12.14 01:13:33.569363 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15927 | 2024.12.14 01:13:33.569501 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15928 | 2024.12.14 01:13:33.569561 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15929 | 2024.12.14 01:13:33.570108 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15930 | 2024.12.14 01:13:33.570154 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15931 | 2024.12.14 01:13:33.570575 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15932 | 2024.12.14 01:13:33.570808 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15933 | 2024.12.14 01:13:33.571056 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001577 sec., 634.1154090044388 rows/sec., 42.73 KiB/sec. | ||
| 15934 | 2024.12.14 01:13:33.571188 [ 4 ] {f1359941-0d53-4c39-a845-94041f54a1bf} <Debug> TCPHandler: Processed in 0.001885414 sec. | ||
| 15935 | 2024.12.14 01:13:33.571406 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15936 | 2024.12.14 01:13:33.571569 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15937 | 2024.12.14 01:13:33.571663 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15938 | 2024.12.14 01:13:33.573012 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15939 | 2024.12.14 01:13:33.573052 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15940 | 2024.12.14 01:13:33.573746 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15941 | 2024.12.14 01:13:33.574005 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15942 | 2024.12.14 01:13:33.574304 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002757 sec., 14871.236851650345 rows/sec., 26.65 MiB/sec. | ||
| 15943 | 2024.12.14 01:13:33.574872 [ 257 ] {7f9ff1df-c57d-4d26-be95-c1294b667290} <Debug> TCPHandler: Processed in 0.003588774 sec. | ||
| 15944 | 2024.12.14 01:13:33.575071 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15945 | 2024.12.14 01:13:33.575208 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15946 | 2024.12.14 01:13:33.575267 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15947 | 2024.12.14 01:13:33.575782 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15948 | 2024.12.14 01:13:33.575821 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15949 | 2024.12.14 01:13:33.576183 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15950 | 2024.12.14 01:13:33.576421 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15951 | 2024.12.14 01:13:33.576666 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001487 sec., 22864.828513786146 rows/sec., 1.33 MiB/sec. | ||
| 15952 | 2024.12.14 01:13:33.576761 [ 4 ] {1693df90-a84e-4eaf-800e-cd97b8918136} <Debug> TCPHandler: Processed in 0.001786212 sec. | ||
| 15953 | 2024.12.14 01:13:35.417125 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619 | ||
| 15954 | 2024.12.14 01:13:35.439704 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15955 | 2024.12.14 01:13:35.439754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15956 | 2024.12.14 01:13:35.447557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15957 | 2024.12.14 01:13:35.448394 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15958 | 2024.12.14 01:13:35.451645 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619 | ||
| 15959 | 2024.12.14 01:13:37.796975 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15960 | 2024.12.14 01:13:37.797270 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15961 | 2024.12.14 01:13:37.797389 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15962 | 2024.12.14 01:13:37.798322 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15963 | 2024.12.14 01:13:37.798374 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15964 | 2024.12.14 01:13:37.798815 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15965 | 2024.12.14 01:13:37.799072 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15966 | 2024.12.14 01:13:37.799270 [ 107 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15967 | 2024.12.14 01:13:37.799337 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002149 sec., 26058.631921824104 rows/sec., 2.00 MiB/sec. | ||
| 15968 | 2024.12.14 01:13:37.799355 [ 107 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15969 | 2024.12.14 01:13:37.799422 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15970 | 2024.12.14 01:13:37.799478 [ 257 ] {d838a414-a303-4be0-8365-c40c6677b207} <Debug> TCPHandler: Processed in 0.002691178 sec. | ||
| 15971 | 2024.12.14 01:13:37.799685 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15972 | 2024.12.14 01:13:37.799760 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15973 | 2024.12.14 01:13:37.799879 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15974 | 2024.12.14 01:13:37.799928 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1434 rows starting from the beginning of the part | ||
| 15975 | 2024.12.14 01:13:37.799966 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15976 | 2024.12.14 01:13:37.800073 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 15977 | 2024.12.14 01:13:37.800088 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15978 | 2024.12.14 01:13:37.800472 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 285 rows starting from the beginning of the part | ||
| 15979 | 2024.12.14 01:13:37.800931 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part | ||
| 15980 | 2024.12.14 01:13:37.801106 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1432 rows starting from the beginning of the part | ||
| 15981 | 2024.12.14 01:13:37.801328 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 15982 | 2024.12.14 01:13:37.802299 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15983 | 2024.12.14 01:13:37.802351 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15984 | 2024.12.14 01:13:37.802942 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15985 | 2024.12.14 01:13:37.803241 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15986 | 2024.12.14 01:13:37.803569 [ 107 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15987 | 2024.12.14 01:13:37.803678 [ 107 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15988 | 2024.12.14 01:13:37.803673 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.004129129 sec., 803801.4796825191 rows/sec., 70.44 MiB/sec. | ||
| 15989 | 2024.12.14 01:13:37.803735 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 15990 | 2024.12.14 01:13:37.803779 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003861 sec., 16576.016576016576 rows/sec., 1.29 MiB/sec. | ||
| 15991 | 2024.12.14 01:13:37.804092 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15992 | 2024.12.14 01:13:37.804244 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15993 | 2024.12.14 01:13:37.804297 [ 4 ] {d4dc8e41-12a0-4b0d-87b9-99d2592648a3} <Debug> TCPHandler: Processed in 0.004679545 sec. | ||
| 15994 | 2024.12.14 01:13:37.804771 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15995 | 2024.12.14 01:13:37.804849 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15996 | 2024.12.14 01:13:37.804996 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 915 rows starting from the beginning of the part | ||
| 15997 | 2024.12.14 01:13:37.805161 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15998 | 2024.12.14 01:13:37.805418 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15999 | 2024.12.14 01:13:37.805736 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 16000 | 2024.12.14 01:13:37.805828 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16001 | 2024.12.14 01:13:37.805898 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_141_28} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16002 | 2024.12.14 01:13:37.806420 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 16003 | 2024.12.14 01:13:37.806450 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 423 rows starting from the beginning of the part | ||
| 16004 | 2024.12.14 01:13:37.806870 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 16005 | 2024.12.14 01:13:37.807402 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 893 rows starting from the beginning of the part | ||
| 16006 | 2024.12.14 01:13:37.807840 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 16007 | 2024.12.14 01:13:37.810116 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16008 | 2024.12.14 01:13:37.810216 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 16009 | 2024.12.14 01:13:37.811557 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16010 | 2024.12.14 01:13:37.811874 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16011 | 2024.12.14 01:13:37.812270 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.008434864 sec., 287260.11468590365 rows/sec., 22.04 MiB/sec. | ||
| 16012 | 2024.12.14 01:13:37.812422 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.007285 sec., 17570.35003431709 rows/sec., 1.22 MiB/sec. | ||
| 16013 | 2024.12.14 01:13:37.812577 [ 257 ] {7dcb2202-91fe-4535-b976-1bf1fd10c4d5} <Debug> TCPHandler: Processed in 0.008114285 sec. | ||
| 16014 | 2024.12.14 01:13:37.812577 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16015 | 2024.12.14 01:13:37.812905 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16016 | 2024.12.14 01:13:37.813413 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16017 | 2024.12.14 01:13:37.813659 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16018 | 2024.12.14 01:13:37.813715 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16019 | 2024.12.14 01:13:37.814131 [ 200 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_141_28} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16020 | 2024.12.14 01:13:37.814453 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 16021 | 2024.12.14 01:13:37.815057 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16022 | 2024.12.14 01:13:37.815097 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 16023 | 2024.12.14 01:13:37.815488 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16024 | 2024.12.14 01:13:37.815725 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16025 | 2024.12.14 01:13:37.815903 [ 110 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16026 | 2024.12.14 01:13:37.815964 [ 110 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16027 | 2024.12.14 01:13:37.815969 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002739 sec., 17524.644030668125 rows/sec., 1.18 MiB/sec. | ||
| 16028 | 2024.12.14 01:13:37.815995 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 16029 | 2024.12.14 01:13:37.816114 [ 4 ] {705e42da-a9bd-4d38-93a2-e447747d857b} <Debug> TCPHandler: Processed in 0.003409958 sec. | ||
| 16030 | 2024.12.14 01:13:37.816327 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16031 | 2024.12.14 01:13:37.816626 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16032 | 2024.12.14 01:13:37.816729 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8194 rows starting from the beginning of the part | ||
| 16033 | 2024.12.14 01:13:37.817034 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 16034 | 2024.12.14 01:13:37.817331 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 16035 | 2024.12.14 01:13:37.817618 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 16036 | 2024.12.14 01:13:37.817905 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 34 rows starting from the beginning of the part | ||
| 16037 | 2024.12.14 01:13:37.818156 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 48 rows starting from the beginning of the part | ||
| 16038 | 2024.12.14 01:13:37.821292 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8478 rows, containing 4 columns (4 merged, 0 gathered) in 0.00517543 sec., 1638124.7548512877 rows/sec., 106.69 MiB/sec. | ||
| 16039 | 2024.12.14 01:13:37.821550 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16040 | 2024.12.14 01:13:37.821990 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16041 | 2024.12.14 01:13:37.822070 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_141_28} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16042 | 2024.12.14 01:13:37.822154 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 16043 | 2024.12.14 01:13:38.034074 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2228 | ||
| 16044 | 2024.12.14 01:13:38.037664 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16045 | 2024.12.14 01:13:38.037711 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 16046 | 2024.12.14 01:13:38.039290 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16047 | 2024.12.14 01:13:38.039613 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16048 | 2024.12.14 01:13:38.039833 [ 110 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16049 | 2024.12.14 01:13:38.039945 [ 110 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16050 | 2024.12.14 01:13:38.040014 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. | ||
| 16051 | 2024.12.14 01:13:38.040407 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 16052 | 2024.12.14 01:13:38.041385 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2228 | ||
| 16053 | 2024.12.14 01:13:38.041781 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16054 | 2024.12.14 01:13:38.041957 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2054 rows starting from the beginning of the part | ||
| 16055 | 2024.12.14 01:13:38.042591 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 16056 | 2024.12.14 01:13:38.043236 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part | ||
| 16057 | 2024.12.14 01:13:38.043813 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part | ||
| 16058 | 2024.12.14 01:13:38.044425 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
| 16059 | 2024.12.14 01:13:38.045057 [ 194 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
| 16060 | 2024.12.14 01:13:38.054692 [ 189 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2228 rows, containing 72 columns (72 merged, 0 gathered) in 0.014554191 sec., 153083.05353420193 rows/sec., 115.12 MiB/sec. | ||
| 16061 | 2024.12.14 01:13:38.056847 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16062 | 2024.12.14 01:13:38.057676 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16063 | 2024.12.14 01:13:38.057766 [ 191 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_61_12} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16064 | 2024.12.14 01:13:38.058117 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16065 | 2024.12.14 01:13:40.203693 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 16066 | 2024.12.14 01:13:40.204929 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16067 | 2024.12.14 01:13:40.205040 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16068 | 2024.12.14 01:13:40.205662 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16069 | 2024.12.14 01:13:40.205922 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16070 | 2024.12.14 01:13:40.206225 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 16071 | 2024.12.14 01:13:42.798249 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16072 | 2024.12.14 01:13:42.798443 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16073 | 2024.12.14 01:13:42.798515 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16074 | 2024.12.14 01:13:42.799273 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16075 | 2024.12.14 01:13:42.799330 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16076 | 2024.12.14 01:13:42.799768 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16077 | 2024.12.14 01:13:42.800036 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16078 | 2024.12.14 01:13:42.800292 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec. | ||
| 16079 | 2024.12.14 01:13:42.800364 [ 257 ] {1aa4a1a9-ae8a-4e0f-9492-fa777a1d7f3f} <Debug> TCPHandler: Processed in 0.002243605 sec. | ||
| 16080 | 2024.12.14 01:13:42.800595 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16081 | 2024.12.14 01:13:42.800777 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16082 | 2024.12.14 01:13:42.800844 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16083 | 2024.12.14 01:13:42.801584 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16084 | 2024.12.14 01:13:42.801629 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16085 | 2024.12.14 01:13:42.802057 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16086 | 2024.12.14 01:13:42.802322 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16087 | 2024.12.14 01:13:42.802549 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001823 sec., 35106.96653867252 rows/sec., 2.74 MiB/sec. | ||
| 16088 | 2024.12.14 01:13:42.802605 [ 4 ] {b2c95b0d-6d5d-4f45-9f53-f2e5fbd903a1} <Debug> TCPHandler: Processed in 0.002137522 sec. | ||
| 16089 | 2024.12.14 01:13:42.802752 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16090 | 2024.12.14 01:13:42.802895 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16091 | 2024.12.14 01:13:42.802985 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16092 | 2024.12.14 01:13:42.803987 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16093 | 2024.12.14 01:13:42.804028 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16094 | 2024.12.14 01:13:42.804432 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16095 | 2024.12.14 01:13:42.804672 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16096 | 2024.12.14 01:13:42.804894 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002033 sec., 78701.42646335464 rows/sec., 5.48 MiB/sec. | ||
| 16097 | 2024.12.14 01:13:42.804950 [ 257 ] {a0a03008-151e-45da-ae8b-eb7674474a4a} <Debug> TCPHandler: Processed in 0.002268155 sec. | ||
| 16098 | 2024.12.14 01:13:42.805089 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16099 | 2024.12.14 01:13:42.805204 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16100 | 2024.12.14 01:13:42.805255 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16101 | 2024.12.14 01:13:42.805750 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16102 | 2024.12.14 01:13:42.805789 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16103 | 2024.12.14 01:13:42.806175 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16104 | 2024.12.14 01:13:42.806420 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16105 | 2024.12.14 01:13:42.806621 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 16106 | 2024.12.14 01:13:42.806672 [ 4 ] {ea9f2647-62f9-4c5e-84fa-204a4652cac1} <Debug> TCPHandler: Processed in 0.001641807 sec. | ||
| 16107 | 2024.12.14 01:13:42.951692 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626 | ||
| 16108 | 2024.12.14 01:13:42.974359 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16109 | 2024.12.14 01:13:42.974398 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16110 | 2024.12.14 01:13:42.981833 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16111 | 2024.12.14 01:13:42.982643 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16112 | 2024.12.14 01:13:42.986668 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 16113 | 2024.12.14 01:13:44.032070 [ 102 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 16114 | 2024.12.14 01:13:44.032186 [ 102 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16115 | 2024.12.14 01:13:44.032236 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16116 | 2024.12.14 01:13:44.032582 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 16117 | 2024.12.14 01:13:44.033176 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16118 | 2024.12.14 01:13:44.033254 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 242 rows starting from the beginning of the part | ||
| 16119 | 2024.12.14 01:13:44.033345 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 242 rows starting from the beginning of the part | ||
| 16120 | 2024.12.14 01:13:44.033437 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 16121 | 2024.12.14 01:13:44.033736 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 16122 | 2024.12.14 01:13:44.033931 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 242 rows starting from the beginning of the part | ||
| 16123 | 2024.12.14 01:13:44.035149 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00277029 sec., 272173.67134848697 rows/sec., 19.48 MiB/sec. | ||
| 16124 | 2024.12.14 01:13:44.035316 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 16125 | 2024.12.14 01:13:44.035608 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16126 | 2024.12.14 01:13:44.035692 [ 197 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_60_13} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 16127 | 2024.12.14 01:13:44.035777 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 16128 | 2024.12.14 01:13:45.599947 [ 100 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 16129 | 2024.12.14 01:13:45.600037 [ 100 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16130 | 2024.12.14 01:13:45.600078 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16131 | 2024.12.14 01:13:45.600279 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 16132 | 2024.12.14 01:13:45.600816 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16133 | 2024.12.14 01:13:45.600911 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 336 rows starting from the beginning of the part | ||
| 16134 | 2024.12.14 01:13:45.601023 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 16135 | 2024.12.14 01:13:45.601130 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 16136 | 2024.12.14 01:13:45.601415 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 16137 | 2024.12.14 01:13:45.601545 [ 188 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 16138 | 2024.12.14 01:13:45.602735 [ 197 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002570894 sec., 140029.11049619317 rows/sec., 7.14 MiB/sec. | ||
| 16139 | 2024.12.14 01:13:45.602969 [ 191 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 16140 | 2024.12.14 01:13:45.603341 [ 191 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16141 | 2024.12.14 01:13:45.603426 [ 191 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_60_13} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 16142 | 2024.12.14 01:13:45.603529 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 16143 | 2024.12.14 01:13:47.244153 [ 222 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16144 | 2024.12.14 01:13:47.244255 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16145 | 2024.12.14 01:13:47.246694 [ 222 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16146 | 2024.12.14 01:13:47.364693 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16147 | 2024.12.14 01:13:47.364780 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16148 | 2024.12.14 01:13:47.706333 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 16149 | 2024.12.14 01:13:47.706966 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16150 | 2024.12.14 01:13:47.707015 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16151 | 2024.12.14 01:13:47.707543 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16152 | 2024.12.14 01:13:47.707813 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16153 | 2024.12.14 01:13:47.708016 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 16154 | 2024.12.14 01:13:47.805470 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16155 | 2024.12.14 01:13:47.805739 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16156 | 2024.12.14 01:13:47.805843 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16157 | 2024.12.14 01:13:47.806641 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16158 | 2024.12.14 01:13:47.806683 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16159 | 2024.12.14 01:13:47.807070 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16160 | 2024.12.14 01:13:47.807332 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16161 | 2024.12.14 01:13:47.807483 [ 98 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 16162 | 2024.12.14 01:13:47.807532 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 16163 | 2024.12.14 01:13:47.807535 [ 98 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16164 | 2024.12.14 01:13:47.807584 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16165 | 2024.12.14 01:13:47.807609 [ 257 ] {d2102988-0027-4f29-8750-595d0e7fec3b} <Debug> TCPHandler: Processed in 0.002308427 sec. | ||
| 16166 | 2024.12.14 01:13:47.807802 [ 221 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16167 | 2024.12.14 01:13:47.807882 [ 221 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16168 | 2024.12.14 01:13:47.807891 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 16169 | 2024.12.14 01:13:47.807983 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16170 | 2024.12.14 01:13:47.808320 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16171 | 2024.12.14 01:13:47.808399 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 16172 | 2024.12.14 01:13:47.808417 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16173 | 2024.12.14 01:13:47.808635 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16174 | 2024.12.14 01:13:47.808767 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 16175 | 2024.12.14 01:13:47.809452 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 16176 | 2024.12.14 01:13:47.810059 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 16177 | 2024.12.14 01:13:47.810644 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 16178 | 2024.12.14 01:13:47.814058 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16179 | 2024.12.14 01:13:47.814086 [ 221 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16180 | 2024.12.14 01:13:47.814227 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16181 | 2024.12.14 01:13:47.815259 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007560938 sec., 9258.11056776289 rows/sec., 702.62 KiB/sec. | ||
| 16182 | 2024.12.14 01:13:47.815579 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 16183 | 2024.12.14 01:13:47.816089 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16184 | 2024.12.14 01:13:47.816193 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16185 | 2024.12.14 01:13:47.816361 [ 197 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_61_15} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 16186 | 2024.12.14 01:13:47.816513 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16187 | 2024.12.14 01:13:47.816597 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16188 | 2024.12.14 01:13:47.816848 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.008522 sec., 33442.85379019009 rows/sec., 2.96 MiB/sec. | ||
| 16189 | 2024.12.14 01:13:47.816925 [ 4 ] {cfacf18b-a7f1-4693-a9d1-9f1d92afd90c} <Debug> TCPHandler: Processed in 0.009191976 sec. | ||
| 16190 | 2024.12.14 01:13:47.817091 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16191 | 2024.12.14 01:13:47.817214 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16192 | 2024.12.14 01:13:47.817265 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16193 | 2024.12.14 01:13:47.817897 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16194 | 2024.12.14 01:13:47.817938 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16195 | 2024.12.14 01:13:47.818326 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 16196 | 2024.12.14 01:13:47.818590 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16197 | 2024.12.14 01:13:47.818803 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001617 sec., 29684.601113172543 rows/sec., 2.14 MiB/sec. | ||
| 16198 | 2024.12.14 01:13:47.818893 [ 257 ] {93c628e2-6dd3-4df2-9952-0a5aefc98550} <Debug> TCPHandler: Processed in 0.001862664 sec. | ||
| 16199 | 2024.12.14 01:13:47.819119 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16200 | 2024.12.14 01:13:47.819287 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16201 | 2024.12.14 01:13:47.819339 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16202 | 2024.12.14 01:13:47.819936 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16203 | 2024.12.14 01:13:47.819978 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16204 | 2024.12.14 01:13:47.820348 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16205 | 2024.12.14 01:13:47.820587 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16206 | 2024.12.14 01:13:47.820786 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001536 sec., 9114.583333333334 rows/sec., 638.33 KiB/sec. | ||
| 16207 | 2024.12.14 01:13:47.820842 [ 4 ] {b913726e-6415-4c5a-9001-1151c102fc84} <Debug> TCPHandler: Processed in 0.001844003 sec. | ||
| 16208 | 2024.12.14 01:13:47.820990 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16209 | 2024.12.14 01:13:47.821108 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16210 | 2024.12.14 01:13:47.821166 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16211 | 2024.12.14 01:13:47.821860 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16212 | 2024.12.14 01:13:47.821908 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16213 | 2024.12.14 01:13:47.822329 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16214 | 2024.12.14 01:13:47.822590 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16215 | 2024.12.14 01:13:47.822730 [ 98 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 16216 | 2024.12.14 01:13:47.822773 [ 98 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16217 | 2024.12.14 01:13:47.822780 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001696 sec., 7665.094339622641 rows/sec., 477.92 KiB/sec. | ||
| 16218 | 2024.12.14 01:13:47.822801 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16219 | 2024.12.14 01:13:47.822881 [ 257 ] {a15e2c77-1e51-41c9-9d44-347ceae25a46} <Debug> TCPHandler: Processed in 0.001948436 sec. | ||
| 16220 | 2024.12.14 01:13:47.823026 [ 224 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16221 | 2024.12.14 01:13:47.823062 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 16222 | 2024.12.14 01:13:47.823094 [ 224 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16223 | 2024.12.14 01:13:47.823137 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16224 | 2024.12.14 01:13:47.823474 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16225 | 2024.12.14 01:13:47.823519 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16226 | 2024.12.14 01:13:47.823594 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16227 | 2024.12.14 01:13:47.823605 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 16228 | 2024.12.14 01:13:47.824053 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 16229 | 2024.12.14 01:13:47.824539 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 16230 | 2024.12.14 01:13:47.825018 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 16231 | 2024.12.14 01:13:47.825495 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 16232 | 2024.12.14 01:13:47.828580 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16233 | 2024.12.14 01:13:47.828666 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16234 | 2024.12.14 01:13:47.830152 [ 224 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16235 | 2024.12.14 01:13:47.830168 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16236 | 2024.12.14 01:13:47.830325 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007425155 sec., 8754.026010231437 rows/sec., 580.01 KiB/sec. | ||
| 16237 | 2024.12.14 01:13:47.830684 [ 202 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 16238 | 2024.12.14 01:13:47.831026 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16239 | 2024.12.14 01:13:47.831658 [ 224 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16240 | 2024.12.14 01:13:47.831708 [ 224 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16241 | 2024.12.14 01:13:47.831741 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.008393 sec., 50399.142142261415 rows/sec., 3.60 MiB/sec. | ||
| 16242 | 2024.12.14 01:13:47.831909 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16243 | 2024.12.14 01:13:47.831977 [ 4 ] {c7bd166d-ed07-4694-bb25-42a89583e8a2} <Debug> TCPHandler: Processed in 0.008984589 sec. | ||
| 16244 | 2024.12.14 01:13:47.832270 [ 195 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_61_15} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 16245 | 2024.12.14 01:13:47.832278 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16246 | 2024.12.14 01:13:47.832595 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16247 | 2024.12.14 01:13:47.832655 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16248 | 2024.12.14 01:13:47.832784 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16249 | 2024.12.14 01:13:47.833816 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16250 | 2024.12.14 01:13:47.833870 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16251 | 2024.12.14 01:13:47.834489 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16252 | 2024.12.14 01:13:47.834906 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16253 | 2024.12.14 01:13:47.835257 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002732 sec., 2196.1932650073204 rows/sec., 114.74 KiB/sec. | ||
| 16254 | 2024.12.14 01:13:47.835262 [ 224 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16255 | 2024.12.14 01:13:47.835473 [ 257 ] {60b0f8cf-7874-4b3d-a2a5-4d0f14b1b804} <Debug> TCPHandler: Processed in 0.003330136 sec. | ||
| 16256 | 2024.12.14 01:13:47.835679 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16257 | 2024.12.14 01:13:47.835845 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16258 | 2024.12.14 01:13:47.835932 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16259 | 2024.12.14 01:13:47.836757 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16260 | 2024.12.14 01:13:47.836796 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16261 | 2024.12.14 01:13:47.837197 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16262 | 2024.12.14 01:13:47.837450 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16263 | 2024.12.14 01:13:47.837630 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_138_28 to all_143_143_0 | ||
| 16264 | 2024.12.14 01:13:47.837693 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16265 | 2024.12.14 01:13:47.837700 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001893 sec., 125198.09825673535 rows/sec., 8.39 MiB/sec. | ||
| 16266 | 2024.12.14 01:13:47.837733 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16267 | 2024.12.14 01:13:47.837839 [ 4 ] {56b5f8bd-614e-43e3-afdb-1eab0e9d0004} <Debug> TCPHandler: Processed in 0.002234745 sec. | ||
| 16268 | 2024.12.14 01:13:47.838061 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16269 | 2024.12.14 01:13:47.838086 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_28 to all_143_143_0 into Compact with storage Full | ||
| 16270 | 2024.12.14 01:13:47.838110 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16271 | 2024.12.14 01:13:47.838305 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16272 | 2024.12.14 01:13:47.838621 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16273 | 2024.12.14 01:13:47.838672 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16274 | 2024.12.14 01:13:47.838680 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_138_28, total 40676 rows starting from the beginning of the part | ||
| 16275 | 2024.12.14 01:13:47.838771 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16276 | 2024.12.14 01:13:47.839150 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 16277 | 2024.12.14 01:13:47.839801 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 962 rows starting from the beginning of the part | ||
| 16278 | 2024.12.14 01:13:47.840369 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 128 rows starting from the beginning of the part | ||
| 16279 | 2024.12.14 01:13:47.840904 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 16280 | 2024.12.14 01:13:47.841507 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part | ||
| 16281 | 2024.12.14 01:13:47.842423 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16282 | 2024.12.14 01:13:47.842522 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16283 | 2024.12.14 01:13:47.843537 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16284 | 2024.12.14 01:13:47.844089 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16285 | 2024.12.14 01:13:47.844719 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006117 sec., 163.47882949158083 rows/sec., 11.02 KiB/sec. | ||
| 16286 | 2024.12.14 01:13:47.844983 [ 257 ] {17a22037-cbba-42ff-b719-9b3ced5dc01c} <Debug> TCPHandler: Processed in 0.006786947 sec. | ||
| 16287 | 2024.12.14 01:13:47.845280 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16288 | 2024.12.14 01:13:47.845316 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16289 | 2024.12.14 01:13:47.845723 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16290 | 2024.12.14 01:13:47.846097 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16291 | 2024.12.14 01:13:47.850039 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16292 | 2024.12.14 01:13:47.850080 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16293 | 2024.12.14 01:13:47.850931 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16294 | 2024.12.14 01:13:47.851321 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16295 | 2024.12.14 01:13:47.851533 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16296 | 2024.12.14 01:13:47.851610 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16297 | 2024.12.14 01:13:47.851653 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16298 | 2024.12.14 01:13:47.851661 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006124 sec., 6694.970607446114 rows/sec., 12.00 MiB/sec. | ||
| 16299 | 2024.12.14 01:13:47.852158 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 16300 | 2024.12.14 01:13:47.852193 [ 4 ] {5e79e8c0-25ca-48eb-bcad-df42c0caa554} <Debug> TCPHandler: Processed in 0.007093486 sec. | ||
| 16301 | 2024.12.14 01:13:47.852428 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16302 | 2024.12.14 01:13:47.852824 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16303 | 2024.12.14 01:13:47.852966 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16304 | 2024.12.14 01:13:47.853404 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16305 | 2024.12.14 01:13:47.853690 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2164 rows starting from the beginning of the part | ||
| 16306 | 2024.12.14 01:13:47.854991 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 41 rows starting from the beginning of the part | ||
| 16307 | 2024.12.14 01:13:47.855731 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42323 rows, containing 5 columns (5 merged, 0 gathered) in 0.017860316 sec., 2369666.919667043 rows/sec., 159.98 MiB/sec. | ||
| 16308 | 2024.12.14 01:13:47.856178 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16309 | 2024.12.14 01:13:47.856279 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16310 | 2024.12.14 01:13:47.856292 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part | ||
| 16311 | 2024.12.14 01:13:47.856330 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Trace> MergedBlockOutputStream: filled checksums all_1_143_29 (state Temporary) | ||
| 16312 | 2024.12.14 01:13:47.857530 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_143_29 to all_1_143_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16313 | 2024.12.14 01:13:47.857673 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 41 rows starting from the beginning of the part | ||
| 16314 | 2024.12.14 01:13:47.857873 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_138_28, all_143_143_0] -> all_1_143_29 | ||
| 16315 | 2024.12.14 01:13:47.858141 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16316 | 2024.12.14 01:13:47.858159 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 16317 | 2024.12.14 01:13:47.858696 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part | ||
| 16318 | 2024.12.14 01:13:47.859034 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16319 | 2024.12.14 01:13:47.859388 [ 195 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 41 rows starting from the beginning of the part | ||
| 16320 | 2024.12.14 01:13:47.859687 [ 219 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16321 | 2024.12.14 01:13:47.859739 [ 219 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16322 | 2024.12.14 01:13:47.859854 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007112 sec., 11529.808773903262 rows/sec., 749.86 KiB/sec. | ||
| 16323 | 2024.12.14 01:13:47.860307 [ 257 ] {f3a2cc9d-5af7-475a-a411-4c5356534d13} <Debug> TCPHandler: Processed in 0.007988081 sec. | ||
| 16324 | 2024.12.14 01:13:47.862503 [ 219 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16325 | 2024.12.14 01:13:47.870485 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2369 rows, containing 19 columns (19 merged, 0 gathered) in 0.018627349 sec., 127178.59100615981 rows/sec., 227.90 MiB/sec. | ||
| 16326 | 2024.12.14 01:13:47.872934 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16327 | 2024.12.14 01:13:47.873390 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16328 | 2024.12.14 01:13:47.873480 [ 190 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16329 | 2024.12.14 01:13:47.873650 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.70 MiB. | ||
| 16330 | 2024.12.14 01:13:48.041588 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2258 | ||
| 16331 | 2024.12.14 01:13:48.044669 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16332 | 2024.12.14 01:13:48.044722 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16333 | 2024.12.14 01:13:48.046263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16334 | 2024.12.14 01:13:48.046583 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16335 | 2024.12.14 01:13:48.047216 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2258 | ||
| 16336 | 2024.12.14 01:13:50.486714 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 16337 | 2024.12.14 01:13:50.510344 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16338 | 2024.12.14 01:13:50.510407 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16339 | 2024.12.14 01:13:50.517968 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16340 | 2024.12.14 01:13:50.518793 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16341 | 2024.12.14 01:13:50.521886 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 16342 | 2024.12.14 01:13:52.506105 [ 224 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16343 | 2024.12.14 01:13:52.506155 [ 224 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16344 | 2024.12.14 01:13:52.508037 [ 224 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16345 | 2024.12.14 01:13:52.798144 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16346 | 2024.12.14 01:13:52.798340 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16347 | 2024.12.14 01:13:52.798422 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16348 | 2024.12.14 01:13:52.799691 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16349 | 2024.12.14 01:13:52.799743 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16350 | 2024.12.14 01:13:52.800177 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16351 | 2024.12.14 01:13:52.800439 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16352 | 2024.12.14 01:13:52.800723 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002438 sec., 820.3445447087777 rows/sec., 66.89 KiB/sec. | ||
| 16353 | 2024.12.14 01:13:52.800930 [ 257 ] {a40f9676-664d-4399-954c-e6bc7a46a403} <Debug> TCPHandler: Processed in 0.002914594 sec. | ||
| 16354 | 2024.12.14 01:13:52.801191 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16355 | 2024.12.14 01:13:52.801369 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16356 | 2024.12.14 01:13:52.801446 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16357 | 2024.12.14 01:13:52.802299 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16358 | 2024.12.14 01:13:52.802342 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16359 | 2024.12.14 01:13:52.802764 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16360 | 2024.12.14 01:13:52.803020 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16361 | 2024.12.14 01:13:52.803245 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001935 sec., 29457.36434108527 rows/sec., 2.26 MiB/sec. | ||
| 16362 | 2024.12.14 01:13:52.803302 [ 4 ] {da747020-1bd2-434e-ab5f-f1554f59ef65} <Debug> TCPHandler: Processed in 0.002233075 sec. | ||
| 16363 | 2024.12.14 01:13:52.803516 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16364 | 2024.12.14 01:13:52.803744 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16365 | 2024.12.14 01:13:52.803835 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16366 | 2024.12.14 01:13:52.804654 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16367 | 2024.12.14 01:13:52.804697 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16368 | 2024.12.14 01:13:52.805066 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 16369 | 2024.12.14 01:13:52.805313 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16370 | 2024.12.14 01:13:52.805527 [ 87 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_66_14 to all_71_71_0 | ||
| 16371 | 2024.12.14 01:13:52.805563 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001879 sec., 1064.39595529537 rows/sec., 74.32 KiB/sec. | ||
| 16372 | 2024.12.14 01:13:52.805655 [ 87 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16373 | 2024.12.14 01:13:52.805708 [ 257 ] {b910af30-f3e0-4a0c-903c-3913d98f2b34} <Debug> TCPHandler: Processed in 0.002301827 sec. | ||
| 16374 | 2024.12.14 01:13:52.805732 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16375 | 2024.12.14 01:13:52.805913 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16376 | 2024.12.14 01:13:52.805954 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_14 to all_71_71_0 into Compact with storage Full | ||
| 16377 | 2024.12.14 01:13:52.806096 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16378 | 2024.12.14 01:13:52.806134 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16379 | 2024.12.14 01:13:52.806172 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16380 | 2024.12.14 01:13:52.806186 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_14, total 66 rows starting from the beginning of the part | ||
| 16381 | 2024.12.14 01:13:52.806424 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part | ||
| 16382 | 2024.12.14 01:13:52.806643 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part | ||
| 16383 | 2024.12.14 01:13:52.806892 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 62 rows starting from the beginning of the part | ||
| 16384 | 2024.12.14 01:13:52.807128 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part | ||
| 16385 | 2024.12.14 01:13:52.807352 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part | ||
| 16386 | 2024.12.14 01:13:52.807979 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16387 | 2024.12.14 01:13:52.808024 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16388 | 2024.12.14 01:13:52.808626 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16389 | 2024.12.14 01:13:52.808902 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.003031858 sec., 90373.62567771973 rows/sec., 6.81 MiB/sec. | ||
| 16390 | 2024.12.14 01:13:52.809026 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16391 | 2024.12.14 01:13:52.809159 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Trace> MergedBlockOutputStream: filled checksums all_1_71_15 (state Temporary) | ||
| 16392 | 2024.12.14 01:13:52.809414 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00337 sec., 19584.569732937685 rows/sec., 1.53 MiB/sec. | ||
| 16393 | 2024.12.14 01:13:52.809530 [ 4 ] {395175d0-d01f-45cf-b44a-9a75aaa7d22b} <Debug> TCPHandler: Processed in 0.003696187 sec. | ||
| 16394 | 2024.12.14 01:13:52.809785 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_71_15 to all_1_71_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16395 | 2024.12.14 01:13:52.809807 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16396 | 2024.12.14 01:13:52.809905 [ 199 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_71_15} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_66_14, all_71_71_0] -> all_1_71_15 | ||
| 16397 | 2024.12.14 01:13:52.810082 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16398 | 2024.12.14 01:13:52.810159 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16399 | 2024.12.14 01:13:52.810260 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16400 | 2024.12.14 01:13:52.810887 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16401 | 2024.12.14 01:13:52.810928 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16402 | 2024.12.14 01:13:52.811352 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16403 | 2024.12.14 01:13:52.811598 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16404 | 2024.12.14 01:13:52.811815 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001753 sec., 91842.55561893896 rows/sec., 6.40 MiB/sec. | ||
| 16405 | 2024.12.14 01:13:52.811873 [ 257 ] {a867122b-2d63-40c6-ac3d-3776332ac118} <Debug> TCPHandler: Processed in 0.002204114 sec. | ||
| 16406 | 2024.12.14 01:13:52.812030 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16407 | 2024.12.14 01:13:52.812169 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16408 | 2024.12.14 01:13:52.812231 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16409 | 2024.12.14 01:13:52.812747 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16410 | 2024.12.14 01:13:52.812786 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16411 | 2024.12.14 01:13:52.813167 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16412 | 2024.12.14 01:13:52.813411 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16413 | 2024.12.14 01:13:52.813629 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.71 MiB/sec. | ||
| 16414 | 2024.12.14 01:13:52.813679 [ 4 ] {47d17991-3507-4b10-9017-a0993325285f} <Debug> TCPHandler: Processed in 0.001715839 sec. | ||
| 16415 | 2024.12.14 01:13:55.208131 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 16416 | 2024.12.14 01:13:55.208860 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16417 | 2024.12.14 01:13:55.208914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16418 | 2024.12.14 01:13:55.209444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16419 | 2024.12.14 01:13:55.209707 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16420 | 2024.12.14 01:13:55.209966 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 16421 | 2024.12.14 01:13:55.705364 [ 217 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16422 | 2024.12.14 01:13:55.705422 [ 217 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16423 | 2024.12.14 01:13:55.707402 [ 217 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16424 | 2024.12.14 01:13:56.441008 [ 220 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16425 | 2024.12.14 01:13:56.441067 [ 220 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16426 | 2024.12.14 01:13:56.442945 [ 220 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16427 | 2024.12.14 01:13:57.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.99 MiB, peak 286.60 MiB, free memory in arenas 0.00 B, will set to 267.99 MiB (RSS), difference: 4.00 MiB | ||
| 16428 | 2024.12.14 01:13:57.027640 [ 222 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16429 | 2024.12.14 01:13:57.027725 [ 222 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16430 | 2024.12.14 01:13:57.029765 [ 222 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16431 | 2024.12.14 01:13:57.805386 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16432 | 2024.12.14 01:13:57.805585 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16433 | 2024.12.14 01:13:57.805664 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16434 | 2024.12.14 01:13:57.806523 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16435 | 2024.12.14 01:13:57.806565 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16436 | 2024.12.14 01:13:57.807002 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16437 | 2024.12.14 01:13:57.807263 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16438 | 2024.12.14 01:13:57.807510 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec. | ||
| 16439 | 2024.12.14 01:13:57.807635 [ 257 ] {db13f051-eeb4-4531-bc3c-c1ba583fd3cb} <Debug> TCPHandler: Processed in 0.002378419 sec. | ||
| 16440 | 2024.12.14 01:13:57.807940 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16441 | 2024.12.14 01:13:57.808148 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16442 | 2024.12.14 01:13:57.808227 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16443 | 2024.12.14 01:13:57.809157 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16444 | 2024.12.14 01:13:57.809201 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16445 | 2024.12.14 01:13:57.809659 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16446 | 2024.12.14 01:13:57.809914 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16447 | 2024.12.14 01:13:57.810170 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002078 sec., 137151.10683349374 rows/sec., 12.12 MiB/sec. | ||
| 16448 | 2024.12.14 01:13:57.810273 [ 4 ] {d8018b68-470c-4093-9940-ce9ef319a4b6} <Debug> TCPHandler: Processed in 0.002493222 sec. | ||
| 16449 | 2024.12.14 01:13:57.810505 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16450 | 2024.12.14 01:13:57.810706 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16451 | 2024.12.14 01:13:57.810769 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16452 | 2024.12.14 01:13:57.811512 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16453 | 2024.12.14 01:13:57.811552 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16454 | 2024.12.14 01:13:57.811933 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 16455 | 2024.12.14 01:13:57.812183 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16456 | 2024.12.14 01:13:57.812410 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001731 sec., 27729.636048526863 rows/sec., 2.00 MiB/sec. | ||
| 16457 | 2024.12.14 01:13:57.812552 [ 257 ] {3c8886c7-63a4-4dcd-8e41-75e8a3ca8aa5} <Debug> TCPHandler: Processed in 0.002167673 sec. | ||
| 16458 | 2024.12.14 01:13:57.812784 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16459 | 2024.12.14 01:13:57.812930 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16460 | 2024.12.14 01:13:57.812989 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16461 | 2024.12.14 01:13:57.813645 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16462 | 2024.12.14 01:13:57.813685 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16463 | 2024.12.14 01:13:57.814072 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16464 | 2024.12.14 01:13:57.814317 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16465 | 2024.12.14 01:13:57.814521 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001626 sec., 8610.086100861008 rows/sec., 602.99 KiB/sec. | ||
| 16466 | 2024.12.14 01:13:57.814575 [ 4 ] {ec29d4f8-dfc4-470e-b9ee-f409f114d301} <Debug> TCPHandler: Processed in 0.001899725 sec. | ||
| 16467 | 2024.12.14 01:13:57.814743 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16468 | 2024.12.14 01:13:57.814887 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16469 | 2024.12.14 01:13:57.814947 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16470 | 2024.12.14 01:13:57.815615 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16471 | 2024.12.14 01:13:57.815656 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16472 | 2024.12.14 01:13:57.816037 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16473 | 2024.12.14 01:13:57.816283 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16474 | 2024.12.14 01:13:57.816465 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec. | ||
| 16475 | 2024.12.14 01:13:57.816523 [ 257 ] {f0768748-22b9-4dbb-a9bf-bb8fd5a43711} <Debug> TCPHandler: Processed in 0.001849233 sec. | ||
| 16476 | 2024.12.14 01:13:57.816683 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16477 | 2024.12.14 01:13:57.816820 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16478 | 2024.12.14 01:13:57.816878 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16479 | 2024.12.14 01:13:57.817733 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16480 | 2024.12.14 01:13:57.817773 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16481 | 2024.12.14 01:13:57.818161 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16482 | 2024.12.14 01:13:57.818403 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16483 | 2024.12.14 01:13:57.818618 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00183 sec., 231147.54098360657 rows/sec., 16.52 MiB/sec. | ||
| 16484 | 2024.12.14 01:13:57.818673 [ 4 ] {c62940ad-f8cc-4b18-8ac0-4489e4df6d98} <Debug> TCPHandler: Processed in 0.00205944 sec. | ||
| 16485 | 2024.12.14 01:13:57.818824 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16486 | 2024.12.14 01:13:57.818963 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16487 | 2024.12.14 01:13:57.819024 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16488 | 2024.12.14 01:13:57.819580 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16489 | 2024.12.14 01:13:57.819618 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16490 | 2024.12.14 01:13:57.819993 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16491 | 2024.12.14 01:13:57.820236 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16492 | 2024.12.14 01:13:57.820421 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 16493 | 2024.12.14 01:13:57.820473 [ 257 ] {082da40b-6fad-44ca-92cd-090f4d60bd15} <Debug> TCPHandler: Processed in 0.00171574 sec. | ||
| 16494 | 2024.12.14 01:13:57.820628 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16495 | 2024.12.14 01:13:57.820770 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16496 | 2024.12.14 01:13:57.820833 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16497 | 2024.12.14 01:13:57.821518 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16498 | 2024.12.14 01:13:57.821557 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16499 | 2024.12.14 01:13:57.821959 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16500 | 2024.12.14 01:13:57.822207 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16501 | 2024.12.14 01:13:57.822422 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec. | ||
| 16502 | 2024.12.14 01:13:57.822479 [ 4 ] {74407e5f-5dbf-4752-bd91-f198ec8d003e} <Debug> TCPHandler: Processed in 0.001918436 sec. | ||
| 16503 | 2024.12.14 01:13:57.822633 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16504 | 2024.12.14 01:13:57.822770 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16505 | 2024.12.14 01:13:57.822832 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16506 | 2024.12.14 01:13:57.823383 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16507 | 2024.12.14 01:13:57.823429 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16508 | 2024.12.14 01:13:57.823797 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16509 | 2024.12.14 01:13:57.824039 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16510 | 2024.12.14 01:13:57.824218 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 16511 | 2024.12.14 01:13:57.824269 [ 257 ] {60869a3a-5745-4ec8-a89b-1423a4173994} <Debug> TCPHandler: Processed in 0.0017041 sec. | ||
| 16512 | 2024.12.14 01:13:57.824413 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16513 | 2024.12.14 01:13:57.824541 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16514 | 2024.12.14 01:13:57.824635 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16515 | 2024.12.14 01:13:57.825952 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16516 | 2024.12.14 01:13:57.825991 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16517 | 2024.12.14 01:13:57.826690 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16518 | 2024.12.14 01:13:57.826951 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16519 | 2024.12.14 01:13:57.827228 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002716 sec., 15095.729013254786 rows/sec., 27.05 MiB/sec. | ||
| 16520 | 2024.12.14 01:13:57.827510 [ 4 ] {28450921-bd96-4156-a942-5e815c5e7559} <Debug> TCPHandler: Processed in 0.003151551 sec. | ||
| 16521 | 2024.12.14 01:13:57.827695 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16522 | 2024.12.14 01:13:57.827833 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16523 | 2024.12.14 01:13:57.827893 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16524 | 2024.12.14 01:13:57.828464 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16525 | 2024.12.14 01:13:57.828510 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16526 | 2024.12.14 01:13:57.828884 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16527 | 2024.12.14 01:13:57.829132 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16528 | 2024.12.14 01:13:57.829320 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec. | ||
| 16529 | 2024.12.14 01:13:57.829371 [ 257 ] {4cf3878e-d9bb-4e8b-8fd1-c6a0417e4574} <Debug> TCPHandler: Processed in 0.00175583 sec. | ||
| 16530 | 2024.12.14 01:13:58.021930 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 16531 | 2024.12.14 01:13:58.044856 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16532 | 2024.12.14 01:13:58.044916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16533 | 2024.12.14 01:13:58.047618 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2292 | ||
| 16534 | 2024.12.14 01:13:58.062285 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16535 | 2024.12.14 01:13:58.062368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16536 | 2024.12.14 01:13:58.068857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16537 | 2024.12.14 01:13:58.069736 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16538 | 2024.12.14 01:13:58.073399 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2292 | ||
| 16539 | 2024.12.14 01:13:58.073827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16540 | 2024.12.14 01:13:58.074699 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16541 | 2024.12.14 01:13:58.078504 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 16542 | 2024.12.14 01:14:02.364828 [ 12 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16543 | 2024.12.14 01:14:02.364903 [ 12 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16544 | 2024.12.14 01:14:02.710095 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 16545 | 2024.12.14 01:14:02.710956 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16546 | 2024.12.14 01:14:02.710996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16547 | 2024.12.14 01:14:02.711562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16548 | 2024.12.14 01:14:02.711820 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16549 | 2024.12.14 01:14:02.712037 [ 12 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16550 | 2024.12.14 01:14:02.712068 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 16551 | 2024.12.14 01:14:02.712114 [ 12 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16552 | 2024.12.14 01:14:02.712141 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16553 | 2024.12.14 01:14:02.712324 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::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 | ||
| 16554 | 2024.12.14 01:14:02.712747 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16555 | 2024.12.14 01:14:02.712860 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 16556 | 2024.12.14 01:14:02.713035 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 16557 | 2024.12.14 01:14:02.713112 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 16558 | 2024.12.14 01:14:02.713363 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 16559 | 2024.12.14 01:14:02.713561 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 16560 | 2024.12.14 01:14:02.713640 [ 196 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 16561 | 2024.12.14 01:14:02.716545 [ 188 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004338225 sec., 9083438.503074413 rows/sec., 129.94 MiB/sec. | ||
| 16562 | 2024.12.14 01:14:02.717027 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16563 | 2024.12.14 01:14:02.717448 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16564 | 2024.12.14 01:14:02.717555 [ 189 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_86_17} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16565 | 2024.12.14 01:14:02.717693 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 16566 | 2024.12.14 01:14:02.798574 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16567 | 2024.12.14 01:14:02.798735 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16568 | 2024.12.14 01:14:02.798796 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16569 | 2024.12.14 01:14:02.799489 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16570 | 2024.12.14 01:14:02.799531 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16571 | 2024.12.14 01:14:02.799925 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16572 | 2024.12.14 01:14:02.800172 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16573 | 2024.12.14 01:14:02.800388 [ 15 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16574 | 2024.12.14 01:14:02.800400 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001698 sec., 32979.976442873965 rows/sec., 2.53 MiB/sec. | ||
| 16575 | 2024.12.14 01:14:02.800468 [ 15 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16576 | 2024.12.14 01:14:02.800539 [ 15 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16577 | 2024.12.14 01:14:02.800551 [ 257 ] {097dcd03-ad97-4b3b-a46f-5ec73ea445c4} <Debug> TCPHandler: Processed in 0.00209034 sec. | ||
| 16578 | 2024.12.14 01:14:02.800805 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16579 | 2024.12.14 01:14:02.800891 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16580 | 2024.12.14 01:14:02.800972 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16581 | 2024.12.14 01:14:02.801111 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1434 rows starting from the beginning of the part | ||
| 16582 | 2024.12.14 01:14:02.801429 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16583 | 2024.12.14 01:14:02.801720 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part | ||
| 16584 | 2024.12.14 01:14:02.801748 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16585 | 2024.12.14 01:14:02.802404 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 285 rows starting from the beginning of the part | ||
| 16586 | 2024.12.14 01:14:02.803079 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 57 rows starting from the beginning of the part | ||
| 16587 | 2024.12.14 01:14:02.803738 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 285 rows starting from the beginning of the part | ||
| 16588 | 2024.12.14 01:14:02.804473 [ 196 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 16589 | 2024.12.14 01:14:02.806191 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16590 | 2024.12.14 01:14:02.806241 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16591 | 2024.12.14 01:14:02.806800 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16592 | 2024.12.14 01:14:02.807162 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16593 | 2024.12.14 01:14:02.807228 [ 189 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.00658947 sec., 329768.5549824189 rows/sec., 29.10 MiB/sec. | ||
| 16594 | 2024.12.14 01:14:02.807421 [ 15 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16595 | 2024.12.14 01:14:02.807479 [ 15 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16596 | 2024.12.14 01:14:02.807511 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006347 sec., 10083.504017646132 rows/sec., 805.93 KiB/sec. | ||
| 16597 | 2024.12.14 01:14:02.807527 [ 15 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16598 | 2024.12.14 01:14:02.807662 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16599 | 2024.12.14 01:14:02.807826 [ 4 ] {a7e2ae66-5e7a-47ab-acca-5c9508c937b8} <Debug> TCPHandler: Processed in 0.007134647 sec. | ||
| 16600 | 2024.12.14 01:14:02.808029 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16601 | 2024.12.14 01:14:02.808317 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16602 | 2024.12.14 01:14:02.808401 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16603 | 2024.12.14 01:14:02.808455 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 915 rows starting from the beginning of the part | ||
| 16604 | 2024.12.14 01:14:02.808836 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part | ||
| 16605 | 2024.12.14 01:14:02.808816 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16606 | 2024.12.14 01:14:02.809006 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16607 | 2024.12.14 01:14:02.809357 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 423 rows starting from the beginning of the part | ||
| 16608 | 2024.12.14 01:14:02.809351 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16609 | 2024.12.14 01:14:02.810040 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 66 rows starting from the beginning of the part | ||
| 16610 | 2024.12.14 01:14:02.810561 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 423 rows starting from the beginning of the part | ||
| 16611 | 2024.12.14 01:14:02.811027 [ 204 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
| 16612 | 2024.12.14 01:14:02.811504 [ 191 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_146_29} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16613 | 2024.12.14 01:14:02.811836 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 16614 | 2024.12.14 01:14:02.812790 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16615 | 2024.12.14 01:14:02.812867 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16616 | 2024.12.14 01:14:02.813817 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16617 | 2024.12.14 01:14:02.814168 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006508048 sec., 300397.29270589276 rows/sec., 22.99 MiB/sec. | ||
| 16618 | 2024.12.14 01:14:02.814271 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16619 | 2024.12.14 01:14:02.814429 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16620 | 2024.12.14 01:14:02.814771 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005964 sec., 26827.632461435278 rows/sec., 1.87 MiB/sec. | ||
| 16621 | 2024.12.14 01:14:02.815083 [ 257 ] {e85ae44f-a4b1-41e3-8d3e-c5117a330d13} <Debug> TCPHandler: Processed in 0.007050433 sec. | ||
| 16622 | 2024.12.14 01:14:02.815407 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16623 | 2024.12.14 01:14:02.815522 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16624 | 2024.12.14 01:14:02.815863 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16625 | 2024.12.14 01:14:02.816038 [ 189 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_146_29} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16626 | 2024.12.14 01:14:02.816059 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16627 | 2024.12.14 01:14:02.816772 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 16628 | 2024.12.14 01:14:02.817284 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16629 | 2024.12.14 01:14:02.817328 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16630 | 2024.12.14 01:14:02.817717 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16631 | 2024.12.14 01:14:02.817960 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16632 | 2024.12.14 01:14:02.818154 [ 15 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16633 | 2024.12.14 01:14:02.818217 [ 15 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16634 | 2024.12.14 01:14:02.818223 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002523 sec., 23781.212841854933 rows/sec., 1.60 MiB/sec. | ||
| 16635 | 2024.12.14 01:14:02.818246 [ 15 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16636 | 2024.12.14 01:14:02.818379 [ 4 ] {80c50072-bc8b-4291-832f-89a94f9816db} <Debug> TCPHandler: Processed in 0.003147581 sec. | ||
| 16637 | 2024.12.14 01:14:02.818631 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16638 | 2024.12.14 01:14:02.818943 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16639 | 2024.12.14 01:14:02.819033 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8478 rows starting from the beginning of the part | ||
| 16640 | 2024.12.14 01:14:02.819386 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 16641 | 2024.12.14 01:14:02.819708 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part | ||
| 16642 | 2024.12.14 01:14:02.819989 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 16643 | 2024.12.14 01:14:02.820170 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 16644 | 2024.12.14 01:14:02.820581 [ 189 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 16645 | 2024.12.14 01:14:02.824206 [ 204 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8822 rows, containing 4 columns (4 merged, 0 gathered) in 0.005828809 sec., 1513516.740726965 rows/sec., 98.60 MiB/sec. | ||
| 16646 | 2024.12.14 01:14:02.824388 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16647 | 2024.12.14 01:14:02.824685 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16648 | 2024.12.14 01:14:02.824765 [ 193 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_146_29} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16649 | 2024.12.14 01:14:02.824843 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 16650 | 2024.12.14 01:14:03.548985 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16651 | 2024.12.14 01:14:03.549172 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16652 | 2024.12.14 01:14:03.549244 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16653 | 2024.12.14 01:14:03.550004 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16654 | 2024.12.14 01:14:03.550060 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16655 | 2024.12.14 01:14:03.550514 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16656 | 2024.12.14 01:14:03.550792 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16657 | 2024.12.14 01:14:03.551066 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec. | ||
| 16658 | 2024.12.14 01:14:03.551164 [ 257 ] {3efab7c2-dcfa-449d-87be-7c07222358b4} <Debug> TCPHandler: Processed in 0.002307896 sec. | ||
| 16659 | 2024.12.14 01:14:03.551480 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16660 | 2024.12.14 01:14:03.551658 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16661 | 2024.12.14 01:14:03.551758 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16662 | 2024.12.14 01:14:03.552486 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16663 | 2024.12.14 01:14:03.552529 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16664 | 2024.12.14 01:14:03.552948 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 16665 | 2024.12.14 01:14:03.553216 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16666 | 2024.12.14 01:14:03.553421 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001814 sec., 1102.5358324145534 rows/sec., 89.90 KiB/sec. | ||
| 16667 | 2024.12.14 01:14:03.553488 [ 4 ] {56402a6b-1343-4398-a015-4cf0b826c170} <Debug> TCPHandler: Processed in 0.002175013 sec. | ||
| 16668 | 2024.12.14 01:14:03.553660 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16669 | 2024.12.14 01:14:03.553845 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16670 | 2024.12.14 01:14:03.553908 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16671 | 2024.12.14 01:14:03.555387 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16672 | 2024.12.14 01:14:03.555432 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16673 | 2024.12.14 01:14:03.555908 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16674 | 2024.12.14 01:14:03.556161 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16675 | 2024.12.14 01:14:03.556382 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Debug> executeQuery: Read 1426 rows, 122.42 KiB in 0.002574 sec., 554001.554001554 rows/sec., 46.45 MiB/sec. | ||
| 16676 | 2024.12.14 01:14:03.556442 [ 257 ] {342b4e7d-b9e6-45c4-84b3-9781a99ecf25} <Debug> TCPHandler: Processed in 0.002851292 sec. | ||
| 16677 | 2024.12.14 01:14:03.556612 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16678 | 2024.12.14 01:14:03.556758 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16679 | 2024.12.14 01:14:03.556818 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16680 | 2024.12.14 01:14:03.557530 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16681 | 2024.12.14 01:14:03.557576 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16682 | 2024.12.14 01:14:03.557964 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16683 | 2024.12.14 01:14:03.558204 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16684 | 2024.12.14 01:14:03.558403 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.001673 sec., 29886.431560071727 rows/sec., 2.15 MiB/sec. | ||
| 16685 | 2024.12.14 01:14:03.558504 [ 4 ] {a880410f-eabb-4dbf-9f36-1f6b123c9b79} <Debug> TCPHandler: Processed in 0.001958597 sec. | ||
| 16686 | 2024.12.14 01:14:03.558713 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16687 | 2024.12.14 01:14:03.558972 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16688 | 2024.12.14 01:14:03.559064 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16689 | 2024.12.14 01:14:03.560039 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16690 | 2024.12.14 01:14:03.560079 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16691 | 2024.12.14 01:14:03.560461 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16692 | 2024.12.14 01:14:03.560703 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16693 | 2024.12.14 01:14:03.560921 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002006 sec., 120638.08574277168 rows/sec., 8.17 MiB/sec. | ||
| 16694 | 2024.12.14 01:14:03.560975 [ 257 ] {a8f13245-7e0d-4e40-bb0a-d7720213127d} <Debug> TCPHandler: Processed in 0.002384429 sec. | ||
| 16695 | 2024.12.14 01:14:03.561126 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16696 | 2024.12.14 01:14:03.561246 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16697 | 2024.12.14 01:14:03.561302 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16698 | 2024.12.14 01:14:03.561875 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16699 | 2024.12.14 01:14:03.561913 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16700 | 2024.12.14 01:14:03.562274 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16701 | 2024.12.14 01:14:03.562510 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16702 | 2024.12.14 01:14:03.562709 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001483 sec., 8766.014834794336 rows/sec., 546.56 KiB/sec. | ||
| 16703 | 2024.12.14 01:14:03.562809 [ 4 ] {894f4f9e-52b9-4eef-a3b5-dd1c584f912c} <Debug> TCPHandler: Processed in 0.001740951 sec. | ||
| 16704 | 2024.12.14 01:14:03.563043 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16705 | 2024.12.14 01:14:03.563225 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16706 | 2024.12.14 01:14:03.563289 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16707 | 2024.12.14 01:14:03.564227 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16708 | 2024.12.14 01:14:03.564269 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16709 | 2024.12.14 01:14:03.564678 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16710 | 2024.12.14 01:14:03.564929 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16711 | 2024.12.14 01:14:03.565143 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.001951 sec., 451563.300871348 rows/sec., 32.74 MiB/sec. | ||
| 16712 | 2024.12.14 01:14:03.565198 [ 257 ] {9b1be807-2f54-45ab-8c75-21a865aa8fc1} <Debug> TCPHandler: Processed in 0.002292127 sec. | ||
| 16713 | 2024.12.14 01:14:03.565358 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16714 | 2024.12.14 01:14:03.565500 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16715 | 2024.12.14 01:14:03.565559 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16716 | 2024.12.14 01:14:03.566073 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16717 | 2024.12.14 01:14:03.566110 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16718 | 2024.12.14 01:14:03.566470 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16719 | 2024.12.14 01:14:03.566716 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16720 | 2024.12.14 01:14:03.566935 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 16721 | 2024.12.14 01:14:03.566995 [ 4 ] {18dd2542-6610-491c-93ab-07faffd5c8ba} <Debug> TCPHandler: Processed in 0.001698509 sec. | ||
| 16722 | 2024.12.14 01:14:03.567249 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16723 | 2024.12.14 01:14:03.567399 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16724 | 2024.12.14 01:14:03.567452 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16725 | 2024.12.14 01:14:03.568189 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16726 | 2024.12.14 01:14:03.568228 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16727 | 2024.12.14 01:14:03.568674 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16728 | 2024.12.14 01:14:03.568918 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16729 | 2024.12.14 01:14:03.569134 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001761 sec., 542873.3674048836 rows/sec., 36.07 MiB/sec. | ||
| 16730 | 2024.12.14 01:14:03.569189 [ 257 ] {5ab8e593-b2ac-4749-8f7a-ab6ee42ac013} <Debug> TCPHandler: Processed in 0.00207283 sec. | ||
| 16731 | 2024.12.14 01:14:03.569341 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16732 | 2024.12.14 01:14:03.569478 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16733 | 2024.12.14 01:14:03.569539 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16734 | 2024.12.14 01:14:03.570032 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16735 | 2024.12.14 01:14:03.570070 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16736 | 2024.12.14 01:14:03.570421 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16737 | 2024.12.14 01:14:03.570655 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16738 | 2024.12.14 01:14:03.570839 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
| 16739 | 2024.12.14 01:14:03.570893 [ 4 ] {865e80be-4347-40b3-b1f5-dbbaac405377} <Debug> TCPHandler: Processed in 0.001614686 sec. | ||
| 16740 | 2024.12.14 01:14:03.571038 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16741 | 2024.12.14 01:14:03.571179 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16742 | 2024.12.14 01:14:03.571276 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16743 | 2024.12.14 01:14:03.572539 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16744 | 2024.12.14 01:14:03.572578 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16745 | 2024.12.14 01:14:03.573237 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16746 | 2024.12.14 01:14:03.573505 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16747 | 2024.12.14 01:14:03.573746 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002599 sec., 15775.298191612157 rows/sec., 28.27 MiB/sec. | ||
| 16748 | 2024.12.14 01:14:03.573853 [ 257 ] {0a6b0602-9821-4c30-a2a1-f1f515ab59a5} <Debug> TCPHandler: Processed in 0.002883503 sec. | ||
| 16749 | 2024.12.14 01:14:03.574008 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16750 | 2024.12.14 01:14:03.574145 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16751 | 2024.12.14 01:14:03.574205 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16752 | 2024.12.14 01:14:03.574757 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16753 | 2024.12.14 01:14:03.574795 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16754 | 2024.12.14 01:14:03.575156 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16755 | 2024.12.14 01:14:03.575396 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16756 | 2024.12.14 01:14:03.575575 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00146 sec., 23287.671232876713 rows/sec., 1.35 MiB/sec. | ||
| 16757 | 2024.12.14 01:14:03.575624 [ 4 ] {3b4902c5-04e3-4489-9b3a-af7657986995} <Debug> TCPHandler: Processed in 0.001680058 sec. | ||
| 16758 | 2024.12.14 01:14:04.868491 [ 220 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16759 | 2024.12.14 01:14:04.868560 [ 220 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16760 | 2024.12.14 01:14:04.870090 [ 220 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 16761 | 2024.12.14 01:14:05.578555 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 16762 | 2024.12.14 01:14:05.600915 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16763 | 2024.12.14 01:14:05.600971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16764 | 2024.12.14 01:14:05.608455 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16765 | 2024.12.14 01:14:05.609236 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16766 | 2024.12.14 01:14:05.609645 [ 31 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16767 | 2024.12.14 01:14:05.609799 [ 31 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16768 | 2024.12.14 01:14:05.609872 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16769 | 2024.12.14 01:14:05.610424 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::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 | ||
| 16770 | 2024.12.14 01:14:05.625393 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 16771 | 2024.12.14 01:14:05.627022 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16772 | 2024.12.14 01:14:05.628262 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 16773 | 2024.12.14 01:14:05.633983 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 16774 | 2024.12.14 01:14:05.639977 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
| 16775 | 2024.12.14 01:14:05.645738 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 16776 | 2024.12.14 01:14:05.652061 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 16777 | 2024.12.14 01:14:05.658112 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 16778 | 2024.12.14 01:14:05.724653 [ 204 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.114610997 sec., 5662.632879809954 rows/sec., 29.28 MiB/sec. | ||
| 16779 | 2024.12.14 01:14:05.727122 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16780 | 2024.12.14 01:14:05.729565 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16781 | 2024.12.14 01:14:05.729666 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_86_17} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16782 | 2024.12.14 01:14:05.731155 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 16783 | 2024.12.14 01:14:06.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.05 MiB, peak 286.60 MiB, free memory in arenas 0.00 B, will set to 267.99 MiB (RSS), difference: -1.06 MiB | ||
| 16784 | 2024.12.14 01:14:07.082083 [ 219 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16785 | 2024.12.14 01:14:07.082141 [ 219 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16786 | 2024.12.14 01:14:07.084093 [ 219 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16787 | 2024.12.14 01:14:07.125784 [ 220 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16788 | 2024.12.14 01:14:07.125859 [ 220 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16789 | 2024.12.14 01:14:07.128424 [ 220 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16790 | 2024.12.14 01:14:07.796812 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16791 | 2024.12.14 01:14:07.797100 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16792 | 2024.12.14 01:14:07.797216 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16793 | 2024.12.14 01:14:07.798282 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16794 | 2024.12.14 01:14:07.798335 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16795 | 2024.12.14 01:14:07.798788 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16796 | 2024.12.14 01:14:07.799066 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16797 | 2024.12.14 01:14:07.799327 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002312 sec., 24221.453287197233 rows/sec., 1.86 MiB/sec. | ||
| 16798 | 2024.12.14 01:14:07.799396 [ 257 ] {24bc412d-167f-4fb3-86f8-f75d1a3ecf14} <Debug> TCPHandler: Processed in 0.002717489 sec. | ||
| 16799 | 2024.12.14 01:14:07.799656 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16800 | 2024.12.14 01:14:07.799856 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16801 | 2024.12.14 01:14:07.799931 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16802 | 2024.12.14 01:14:07.800686 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16803 | 2024.12.14 01:14:07.800734 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16804 | 2024.12.14 01:14:07.801168 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16805 | 2024.12.14 01:14:07.801437 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16806 | 2024.12.14 01:14:07.801691 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 16807 | 2024.12.14 01:14:07.801748 [ 4 ] {23913d59-209e-48c6-b748-a95ff11c3d78} <Debug> TCPHandler: Processed in 0.002228625 sec. | ||
| 16808 | 2024.12.14 01:14:07.801941 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16809 | 2024.12.14 01:14:07.802173 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16810 | 2024.12.14 01:14:07.802272 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16811 | 2024.12.14 01:14:07.803135 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16812 | 2024.12.14 01:14:07.803177 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16813 | 2024.12.14 01:14:07.803610 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16814 | 2024.12.14 01:14:07.803865 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16815 | 2024.12.14 01:14:07.804086 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 5 parts from all_1_143_29 to all_147_147_0 | ||
| 16816 | 2024.12.14 01:14:07.804111 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002001 sec., 63968.015992003995 rows/sec., 4.46 MiB/sec. | ||
| 16817 | 2024.12.14 01:14:07.804200 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16818 | 2024.12.14 01:14:07.804270 [ 257 ] {54479134-ac06-4ead-9129-cc67d6ebda0b} <Debug> TCPHandler: Processed in 0.0024228 sec. | ||
| 16819 | 2024.12.14 01:14:07.804295 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16820 | 2024.12.14 01:14:07.804523 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16821 | 2024.12.14 01:14:07.804624 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_143_29 to all_147_147_0 into Compact with storage Full | ||
| 16822 | 2024.12.14 01:14:07.804668 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16823 | 2024.12.14 01:14:07.804871 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16824 | 2024.12.14 01:14:07.804857 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16825 | 2024.12.14 01:14:07.805063 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16826 | 2024.12.14 01:14:07.805068 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16827 | 2024.12.14 01:14:07.805161 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_143_29, total 42323 rows starting from the beginning of the part | ||
| 16828 | 2024.12.14 01:14:07.805538 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 161 rows starting from the beginning of the part | ||
| 16829 | 2024.12.14 01:14:07.806006 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 16830 | 2024.12.14 01:14:07.806479 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 16831 | 2024.12.14 01:14:07.806821 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 956 rows starting from the beginning of the part | ||
| 16832 | 2024.12.14 01:14:07.808353 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16833 | 2024.12.14 01:14:07.808456 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16834 | 2024.12.14 01:14:07.809842 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16835 | 2024.12.14 01:14:07.810738 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16836 | 2024.12.14 01:14:07.811311 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006548 sec., 7330.482590103848 rows/sec., 505.88 KiB/sec. | ||
| 16837 | 2024.12.14 01:14:07.811506 [ 4 ] {c5033ee4-e151-4524-9db5-0045b4cefb7a} <Debug> TCPHandler: Processed in 0.007131316 sec. | ||
| 16838 | 2024.12.14 01:14:07.812204 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16839 | 2024.12.14 01:14:07.817840 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43837 rows, containing 5 columns (5 merged, 0 gathered) in 0.013396598 sec., 3272248.6708939094 rows/sec., 220.88 MiB/sec. | ||
| 16840 | 2024.12.14 01:14:07.818515 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 16841 | 2024.12.14 01:14:07.819079 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16842 | 2024.12.14 01:14:07.819179 [ 197 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 5 parts: [all_1_143_29, all_147_147_0] -> all_1_147_30 | ||
| 16843 | 2024.12.14 01:14:07.819294 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 16844 | 2024.12.14 01:14:08.058736 [ 225 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16845 | 2024.12.14 01:14:08.058779 [ 225 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16846 | 2024.12.14 01:14:08.060700 [ 225 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16847 | 2024.12.14 01:14:08.074580 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2332 | ||
| 16848 | 2024.12.14 01:14:08.077986 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16849 | 2024.12.14 01:14:08.078038 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. | ||
| 16850 | 2024.12.14 01:14:08.079691 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16851 | 2024.12.14 01:14:08.080021 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16852 | 2024.12.14 01:14:08.080718 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2332 | ||
| 16853 | 2024.12.14 01:14:08.465344 [ 217 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16854 | 2024.12.14 01:14:08.465390 [ 217 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16855 | 2024.12.14 01:14:08.467351 [ 217 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16856 | 2024.12.14 01:14:10.213158 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 16857 | 2024.12.14 01:14:10.213857 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16858 | 2024.12.14 01:14:10.213909 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16859 | 2024.12.14 01:14:10.214455 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16860 | 2024.12.14 01:14:10.214718 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16861 | 2024.12.14 01:14:10.215004 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 16862 | 2024.12.14 01:14:12.798802 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16863 | 2024.12.14 01:14:12.799019 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16864 | 2024.12.14 01:14:12.799092 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16865 | 2024.12.14 01:14:12.799878 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16866 | 2024.12.14 01:14:12.799931 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16867 | 2024.12.14 01:14:12.800382 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16868 | 2024.12.14 01:14:12.800641 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16869 | 2024.12.14 01:14:12.800888 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec. | ||
| 16870 | 2024.12.14 01:14:12.800988 [ 257 ] {8d338fdf-2153-460d-8064-a1af6fae001d} <Debug> TCPHandler: Processed in 0.002322607 sec. | ||
| 16871 | 2024.12.14 01:14:12.801276 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16872 | 2024.12.14 01:14:12.801689 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16873 | 2024.12.14 01:14:12.801862 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16874 | 2024.12.14 01:14:12.802945 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16875 | 2024.12.14 01:14:12.802989 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16876 | 2024.12.14 01:14:12.803440 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16877 | 2024.12.14 01:14:12.803698 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16878 | 2024.12.14 01:14:12.803904 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002366 sec., 27049.87320371936 rows/sec., 2.11 MiB/sec. | ||
| 16879 | 2024.12.14 01:14:12.803972 [ 4 ] {a95e9f4b-25a1-4090-91ea-9195eb85b98b} <Debug> TCPHandler: Processed in 0.002864583 sec. | ||
| 16880 | 2024.12.14 01:14:12.804138 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16881 | 2024.12.14 01:14:12.804284 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16882 | 2024.12.14 01:14:12.804348 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16883 | 2024.12.14 01:14:12.805104 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16884 | 2024.12.14 01:14:12.805146 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16885 | 2024.12.14 01:14:12.805570 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16886 | 2024.12.14 01:14:12.805815 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16887 | 2024.12.14 01:14:12.806028 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00178 sec., 89887.6404494382 rows/sec., 6.26 MiB/sec. | ||
| 16888 | 2024.12.14 01:14:12.806083 [ 257 ] {64c3316d-6b5a-4d1e-a4fe-bc40d5cf66d3} <Debug> TCPHandler: Processed in 0.002015688 sec. | ||
| 16889 | 2024.12.14 01:14:12.806255 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16890 | 2024.12.14 01:14:12.806400 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16891 | 2024.12.14 01:14:12.806462 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16892 | 2024.12.14 01:14:12.807037 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16893 | 2024.12.14 01:14:12.807074 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16894 | 2024.12.14 01:14:12.807460 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16895 | 2024.12.14 01:14:12.807700 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16896 | 2024.12.14 01:14:12.807879 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 16897 | 2024.12.14 01:14:12.807933 [ 4 ] {be5c107e-722f-40f3-b374-5561fcd46b60} <Debug> TCPHandler: Processed in 0.001748711 sec. | ||
| 16898 | 2024.12.14 01:14:13.126409 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16899 | 2024.12.14 01:14:13.150114 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16900 | 2024.12.14 01:14:13.150176 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16901 | 2024.12.14 01:14:13.158789 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16902 | 2024.12.14 01:14:13.159610 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16903 | 2024.12.14 01:14:13.164205 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 16904 | 2024.12.14 01:14:14.606146 [ 75 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 5 parts from all_1_59_13 to all_63_63_0 | ||
| 16905 | 2024.12.14 01:14:14.606233 [ 75 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16906 | 2024.12.14 01:14:14.606256 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16907 | 2024.12.14 01:14:14.606434 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_59_13 to all_63_63_0 into Compact with storage Full | ||
| 16908 | 2024.12.14 01:14:14.606663 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16909 | 2024.12.14 01:14:14.606709 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 59 rows starting from the beginning of the part | ||
| 16910 | 2024.12.14 01:14:14.606811 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 16911 | 2024.12.14 01:14:14.606910 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 16912 | 2024.12.14 01:14:14.607166 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 16913 | 2024.12.14 01:14:14.607389 [ 197 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 16914 | 2024.12.14 01:14:14.608596 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254835 sec., 27939.960130120384 rows/sec., 1.84 MiB/sec. | ||
| 16915 | 2024.12.14 01:14:14.608786 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Trace> MergedBlockOutputStream: filled checksums all_1_63_14 (state Temporary) | ||
| 16916 | 2024.12.14 01:14:14.609132 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_63_14 to all_1_63_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16917 | 2024.12.14 01:14:14.609231 [ 202 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_63_14} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 5 parts: [all_1_59_13, all_63_63_0] -> all_1_63_14 | ||
| 16918 | 2024.12.14 01:14:14.609336 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 16919 | 2024.12.14 01:14:14.961097 [ 217 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16920 | 2024.12.14 01:14:14.961144 [ 217 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16921 | 2024.12.14 01:14:14.962684 [ 217 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16922 | 2024.12.14 01:14:15.347775 [ 221 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16923 | 2024.12.14 01:14:15.347854 [ 221 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16924 | 2024.12.14 01:14:15.350171 [ 221 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16925 | 2024.12.14 01:14:17.365180 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16926 | 2024.12.14 01:14:17.365267 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16927 | 2024.12.14 01:14:17.716092 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 16928 | 2024.12.14 01:14:17.716727 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16929 | 2024.12.14 01:14:17.716772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16930 | 2024.12.14 01:14:17.717304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16931 | 2024.12.14 01:14:17.717566 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16932 | 2024.12.14 01:14:17.717831 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 16933 | 2024.12.14 01:14:17.805876 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16934 | 2024.12.14 01:14:17.806159 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16935 | 2024.12.14 01:14:17.806260 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16936 | 2024.12.14 01:14:17.806923 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16937 | 2024.12.14 01:14:17.806969 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16938 | 2024.12.14 01:14:17.807395 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16939 | 2024.12.14 01:14:17.807646 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16940 | 2024.12.14 01:14:17.807899 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 16941 | 2024.12.14 01:14:17.807969 [ 257 ] {a7ef54f0-51d7-42d7-bf7e-95120d2abd25} <Debug> TCPHandler: Processed in 0.002262925 sec. | ||
| 16942 | 2024.12.14 01:14:17.808290 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16943 | 2024.12.14 01:14:17.808495 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16944 | 2024.12.14 01:14:17.808585 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16945 | 2024.12.14 01:14:17.809521 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16946 | 2024.12.14 01:14:17.809569 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16947 | 2024.12.14 01:14:17.810042 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16948 | 2024.12.14 01:14:17.810304 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16949 | 2024.12.14 01:14:17.810563 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002126 sec., 134054.56255879588 rows/sec., 11.85 MiB/sec. | ||
| 16950 | 2024.12.14 01:14:17.810641 [ 4 ] {097d0e4a-e157-44e6-9507-152ed519698b} <Debug> TCPHandler: Processed in 0.002533373 sec. | ||
| 16951 | 2024.12.14 01:14:17.810850 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16952 | 2024.12.14 01:14:17.811048 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16953 | 2024.12.14 01:14:17.811104 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16954 | 2024.12.14 01:14:17.811723 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16955 | 2024.12.14 01:14:17.811763 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16956 | 2024.12.14 01:14:17.812132 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 16957 | 2024.12.14 01:14:17.812373 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16958 | 2024.12.14 01:14:17.812616 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001597 sec., 30056.35566687539 rows/sec., 2.16 MiB/sec. | ||
| 16959 | 2024.12.14 01:14:17.812792 [ 257 ] {bec6abcf-47c0-4a78-8089-6e93a476c450} <Debug> TCPHandler: Processed in 0.002051469 sec. | ||
| 16960 | 2024.12.14 01:14:17.813027 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16961 | 2024.12.14 01:14:17.813169 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16962 | 2024.12.14 01:14:17.813230 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16963 | 2024.12.14 01:14:17.813848 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16964 | 2024.12.14 01:14:17.813891 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16965 | 2024.12.14 01:14:17.814280 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16966 | 2024.12.14 01:14:17.814538 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16967 | 2024.12.14 01:14:17.814748 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001609 sec., 8701.05655686762 rows/sec., 609.37 KiB/sec. | ||
| 16968 | 2024.12.14 01:14:17.814806 [ 4 ] {4022a33f-03ec-468d-872e-69a95609064a} <Debug> TCPHandler: Processed in 0.001906665 sec. | ||
| 16969 | 2024.12.14 01:14:17.814964 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16970 | 2024.12.14 01:14:17.815078 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16971 | 2024.12.14 01:14:17.815126 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16972 | 2024.12.14 01:14:17.815791 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16973 | 2024.12.14 01:14:17.815838 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16974 | 2024.12.14 01:14:17.816251 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16975 | 2024.12.14 01:14:17.816482 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16976 | 2024.12.14 01:14:17.816714 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec. | ||
| 16977 | 2024.12.14 01:14:17.816817 [ 257 ] {e143988f-9523-457a-a274-7cc8de7d9714} <Debug> TCPHandler: Processed in 0.001903925 sec. | ||
| 16978 | 2024.12.14 01:14:17.817010 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16979 | 2024.12.14 01:14:17.817131 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16980 | 2024.12.14 01:14:17.817189 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16981 | 2024.12.14 01:14:17.817931 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16982 | 2024.12.14 01:14:17.817971 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16983 | 2024.12.14 01:14:17.818373 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16984 | 2024.12.14 01:14:17.818622 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16985 | 2024.12.14 01:14:17.818848 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00174 sec., 243103.44827586206 rows/sec., 17.38 MiB/sec. | ||
| 16986 | 2024.12.14 01:14:17.818903 [ 4 ] {2673d336-3e32-4553-8cf2-146919ac037b} <Debug> TCPHandler: Processed in 0.001985307 sec. | ||
| 16987 | 2024.12.14 01:14:17.819042 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16988 | 2024.12.14 01:14:17.819156 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16989 | 2024.12.14 01:14:17.819209 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16990 | 2024.12.14 01:14:17.819772 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16991 | 2024.12.14 01:14:17.819819 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 16992 | 2024.12.14 01:14:17.820246 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16993 | 2024.12.14 01:14:17.820483 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16994 | 2024.12.14 01:14:17.820697 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001564 sec., 3836.317135549872 rows/sec., 200.43 KiB/sec. | ||
| 16995 | 2024.12.14 01:14:17.820747 [ 257 ] {7344ea2d-8696-4f2a-8946-c2c6ac3a6a72} <Debug> TCPHandler: Processed in 0.001758361 sec. | ||
| 16996 | 2024.12.14 01:14:17.820878 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16997 | 2024.12.14 01:14:17.820994 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16998 | 2024.12.14 01:14:17.821047 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16999 | 2024.12.14 01:14:17.821648 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17000 | 2024.12.14 01:14:17.821689 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17001 | 2024.12.14 01:14:17.822097 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17002 | 2024.12.14 01:14:17.822351 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17003 | 2024.12.14 01:14:17.822565 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec. | ||
| 17004 | 2024.12.14 01:14:17.822620 [ 4 ] {236fa8d1-d5c2-4777-9505-c6c4c92cd9af} <Debug> TCPHandler: Processed in 0.001796272 sec. | ||
| 17005 | 2024.12.14 01:14:17.822774 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17006 | 2024.12.14 01:14:17.822911 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17007 | 2024.12.14 01:14:17.822969 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17008 | 2024.12.14 01:14:17.823475 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17009 | 2024.12.14 01:14:17.823513 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17010 | 2024.12.14 01:14:17.823870 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 17011 | 2024.12.14 01:14:17.824106 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17012 | 2024.12.14 01:14:17.824317 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 17013 | 2024.12.14 01:14:17.824366 [ 257 ] {90143260-ce73-4921-b542-86075840a495} <Debug> TCPHandler: Processed in 0.001660838 sec. | ||
| 17014 | 2024.12.14 01:14:17.824505 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17015 | 2024.12.14 01:14:17.824622 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17016 | 2024.12.14 01:14:17.824699 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17017 | 2024.12.14 01:14:17.825871 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17018 | 2024.12.14 01:14:17.825908 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17019 | 2024.12.14 01:14:17.826592 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 17020 | 2024.12.14 01:14:17.826860 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17021 | 2024.12.14 01:14:17.827070 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002474 sec., 16572.35246564268 rows/sec., 29.70 MiB/sec. | ||
| 17022 | 2024.12.14 01:14:17.827197 [ 4 ] {8adafd7d-4425-4925-866a-34b21df76ee9} <Debug> TCPHandler: Processed in 0.002745779 sec. | ||
| 17023 | 2024.12.14 01:14:17.827400 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17024 | 2024.12.14 01:14:17.827620 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17025 | 2024.12.14 01:14:17.827714 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17026 | 2024.12.14 01:14:17.828438 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17027 | 2024.12.14 01:14:17.828476 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17028 | 2024.12.14 01:14:17.828839 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17029 | 2024.12.14 01:14:17.829071 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17030 | 2024.12.14 01:14:17.829286 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00172 sec., 47674.41860465116 rows/sec., 3.03 MiB/sec. | ||
| 17031 | 2024.12.14 01:14:17.829336 [ 257 ] {826422ec-1bbe-4b33-9a23-cc6627af954a} <Debug> TCPHandler: Processed in 0.002043689 sec. | ||
| 17032 | 2024.12.14 01:14:18.081887 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2362 | ||
| 17033 | 2024.12.14 01:14:18.085023 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17034 | 2024.12.14 01:14:18.085069 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17035 | 2024.12.14 01:14:18.086645 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17036 | 2024.12.14 01:14:18.086971 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17037 | 2024.12.14 01:14:18.087543 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2362 | ||
| 17038 | 2024.12.14 01:14:19.162494 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17039 | 2024.12.14 01:14:19.162603 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17040 | 2024.12.14 01:14:19.164577 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17041 | 2024.12.14 01:14:20.665258 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 17042 | 2024.12.14 01:14:20.688977 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17043 | 2024.12.14 01:14:20.689045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17044 | 2024.12.14 01:14:20.696543 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 17045 | 2024.12.14 01:14:20.697407 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17046 | 2024.12.14 01:14:20.700543 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 17047 | 2024.12.14 01:14:22.798232 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17048 | 2024.12.14 01:14:22.798503 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17049 | 2024.12.14 01:14:22.798571 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17050 | 2024.12.14 01:14:22.799312 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17051 | 2024.12.14 01:14:22.799354 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17052 | 2024.12.14 01:14:22.800002 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17053 | 2024.12.14 01:14:22.800874 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17054 | 2024.12.14 01:14:22.801389 [ 69 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17055 | 2024.12.14 01:14:22.801587 [ 69 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17056 | 2024.12.14 01:14:22.801758 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17057 | 2024.12.14 01:14:22.801752 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003273 sec., 17109.685304002443 rows/sec., 1.31 MiB/sec. | ||
| 17058 | 2024.12.14 01:14:22.802370 [ 257 ] {e1347326-12e3-481f-be30-1ade7c524b9c} <Debug> TCPHandler: Processed in 0.004306815 sec. | ||
| 17059 | 2024.12.14 01:14:22.802500 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17060 | 2024.12.14 01:14:22.802780 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17061 | 2024.12.14 01:14:22.803148 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17062 | 2024.12.14 01:14:22.803227 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17063 | 2024.12.14 01:14:22.803335 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1434 rows starting from the beginning of the part | ||
| 17064 | 2024.12.14 01:14:22.803423 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17065 | 2024.12.14 01:14:22.803819 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1426 rows starting from the beginning of the part | ||
| 17066 | 2024.12.14 01:14:22.804175 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part | ||
| 17067 | 2024.12.14 01:14:22.804625 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part | ||
| 17068 | 2024.12.14 01:14:22.805116 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 285 rows starting from the beginning of the part | ||
| 17069 | 2024.12.14 01:14:22.805530 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part | ||
| 17070 | 2024.12.14 01:14:22.807105 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17071 | 2024.12.14 01:14:22.807182 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17072 | 2024.12.14 01:14:22.808246 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17073 | 2024.12.14 01:14:22.808534 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17074 | 2024.12.14 01:14:22.808820 [ 69 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17075 | 2024.12.14 01:14:22.808975 [ 69 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17076 | 2024.12.14 01:14:22.809066 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00595 sec., 10756.302521008403 rows/sec., 859.70 KiB/sec. | ||
| 17077 | 2024.12.14 01:14:22.809092 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17078 | 2024.12.14 01:14:22.809432 [ 4 ] {263d37ca-1ce1-475e-9dd0-40c8bd70e865} <Debug> TCPHandler: Processed in 0.0069139 sec. | ||
| 17079 | 2024.12.14 01:14:22.809505 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.007555068 sec., 438513.5911417343 rows/sec., 38.44 MiB/sec. | ||
| 17080 | 2024.12.14 01:14:22.809774 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17081 | 2024.12.14 01:14:22.809883 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17082 | 2024.12.14 01:14:22.810221 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17083 | 2024.12.14 01:14:22.810337 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17084 | 2024.12.14 01:14:22.810661 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17085 | 2024.12.14 01:14:22.810791 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17086 | 2024.12.14 01:14:22.810960 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 915 rows starting from the beginning of the part | ||
| 17087 | 2024.12.14 01:14:22.811791 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17088 | 2024.12.14 01:14:22.812304 [ 202 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_151_30} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17089 | 2024.12.14 01:14:22.812360 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 881 rows starting from the beginning of the part | ||
| 17090 | 2024.12.14 01:14:22.812753 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 17091 | 2024.12.14 01:14:22.813357 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 17092 | 2024.12.14 01:14:22.813909 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part | ||
| 17093 | 2024.12.14 01:14:22.814628 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 423 rows starting from the beginning of the part | ||
| 17094 | 2024.12.14 01:14:22.815076 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part | ||
| 17095 | 2024.12.14 01:14:22.815542 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17096 | 2024.12.14 01:14:22.815655 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17097 | 2024.12.14 01:14:22.817598 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17098 | 2024.12.14 01:14:22.818446 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17099 | 2024.12.14 01:14:22.818970 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00884 sec., 18099.547511312216 rows/sec., 1.26 MiB/sec. | ||
| 17100 | 2024.12.14 01:14:22.819124 [ 257 ] {433578df-3838-47fe-91f0-398f2c4e042c} <Debug> TCPHandler: Processed in 0.009535536 sec. | ||
| 17101 | 2024.12.14 01:14:22.819310 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17102 | 2024.12.14 01:14:22.819501 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17103 | 2024.12.14 01:14:22.819631 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17104 | 2024.12.14 01:14:22.819905 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.010442173 sec., 230890.6393334031 rows/sec., 17.70 MiB/sec. | ||
| 17105 | 2024.12.14 01:14:22.820194 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17106 | 2024.12.14 01:14:22.820764 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17107 | 2024.12.14 01:14:22.820789 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17108 | 2024.12.14 01:14:22.820862 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17109 | 2024.12.14 01:14:22.820911 [ 197 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_151_30} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17110 | 2024.12.14 01:14:22.821073 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 17111 | 2024.12.14 01:14:22.821407 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 17112 | 2024.12.14 01:14:22.821670 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17113 | 2024.12.14 01:14:22.821857 [ 69 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 17114 | 2024.12.14 01:14:22.821922 [ 69 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17115 | 2024.12.14 01:14:22.821924 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002471 sec., 24281.667341157427 rows/sec., 1.64 MiB/sec. | ||
| 17116 | 2024.12.14 01:14:22.821964 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17117 | 2024.12.14 01:14:22.822081 [ 4 ] {38c01674-1e8a-4ed2-b62e-ff85ca1085e6} <Debug> TCPHandler: Processed in 0.002853103 sec. | ||
| 17118 | 2024.12.14 01:14:22.822161 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 17119 | 2024.12.14 01:14:22.822267 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17120 | 2024.12.14 01:14:22.822298 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8822 rows starting from the beginning of the part | ||
| 17121 | 2024.12.14 01:14:22.822364 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 34 rows starting from the beginning of the part | ||
| 17122 | 2024.12.14 01:14:22.822447 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 48 rows starting from the beginning of the part | ||
| 17123 | 2024.12.14 01:14:22.822707 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 17124 | 2024.12.14 01:14:22.822831 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part | ||
| 17125 | 2024.12.14 01:14:22.822967 [ 192 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 17126 | 2024.12.14 01:14:22.825575 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003476171 sec., 2619548.9232261586 rows/sec., 170.65 MiB/sec. | ||
| 17127 | 2024.12.14 01:14:22.825792 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 17128 | 2024.12.14 01:14:22.826143 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17129 | 2024.12.14 01:14:22.826243 [ 194 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_151_30} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 17130 | 2024.12.14 01:14:22.826338 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 17131 | 2024.12.14 01:14:25.218933 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 17132 | 2024.12.14 01:14:25.219639 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17133 | 2024.12.14 01:14:25.219690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17134 | 2024.12.14 01:14:25.220223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 17135 | 2024.12.14 01:14:25.220490 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17136 | 2024.12.14 01:14:25.220765 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 17137 | 2024.12.14 01:14:27.305882 [ 224 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17138 | 2024.12.14 01:14:27.305931 [ 224 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17139 | 2024.12.14 01:14:27.307519 [ 224 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17140 | 2024.12.14 01:14:27.614500 [ 221 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17141 | 2024.12.14 01:14:27.614562 [ 221 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17142 | 2024.12.14 01:14:27.616260 [ 221 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17143 | 2024.12.14 01:14:27.804705 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17144 | 2024.12.14 01:14:27.804919 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17145 | 2024.12.14 01:14:27.804998 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17146 | 2024.12.14 01:14:27.805814 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17147 | 2024.12.14 01:14:27.805865 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17148 | 2024.12.14 01:14:27.806304 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17149 | 2024.12.14 01:14:27.806562 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17150 | 2024.12.14 01:14:27.806769 [ 63 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 17151 | 2024.12.14 01:14:27.806836 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001973 sec., 7095.793208312215 rows/sec., 510.80 KiB/sec. | ||
| 17152 | 2024.12.14 01:14:27.806860 [ 63 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17153 | 2024.12.14 01:14:27.806922 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17154 | 2024.12.14 01:14:27.806973 [ 257 ] {7f8f4524-0a18-48d4-a485-df51ccc2e26f} <Debug> TCPHandler: Processed in 0.002403339 sec. | ||
| 17155 | 2024.12.14 01:14:27.807286 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 17156 | 2024.12.14 01:14:27.807397 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17157 | 2024.12.14 01:14:27.807514 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17158 | 2024.12.14 01:14:27.807601 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 17159 | 2024.12.14 01:14:27.807711 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17160 | 2024.12.14 01:14:27.807858 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 17161 | 2024.12.14 01:14:27.807905 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17162 | 2024.12.14 01:14:27.808294 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 17163 | 2024.12.14 01:14:27.808641 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 17164 | 2024.12.14 01:14:27.808985 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 17165 | 2024.12.14 01:14:27.811203 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17166 | 2024.12.14 01:14:27.811292 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17167 | 2024.12.14 01:14:27.811617 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004573102 sec., 15306.896719119757 rows/sec., 1.13 MiB/sec. | ||
| 17168 | 2024.12.14 01:14:27.811820 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 17169 | 2024.12.14 01:14:27.812341 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17170 | 2024.12.14 01:14:27.812354 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17171 | 2024.12.14 01:14:27.812491 [ 189 ] {18c46b46-9204-4657-a1c6-eb0e8eeddb6b::all_1_65_16} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 17172 | 2024.12.14 01:14:27.812633 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17173 | 2024.12.14 01:14:27.812772 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17174 | 2024.12.14 01:14:27.812977 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005387 sec., 52905.14200853907 rows/sec., 4.68 MiB/sec. | ||
| 17175 | 2024.12.14 01:14:27.813047 [ 4 ] {349a280d-62fe-4f29-845b-05750d89f178} <Debug> TCPHandler: Processed in 0.005940262 sec. | ||
| 17176 | 2024.12.14 01:14:27.813218 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17177 | 2024.12.14 01:14:27.813359 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17178 | 2024.12.14 01:14:27.813419 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17179 | 2024.12.14 01:14:27.814048 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17180 | 2024.12.14 01:14:27.814089 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17181 | 2024.12.14 01:14:27.814463 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 17182 | 2024.12.14 01:14:27.814715 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17183 | 2024.12.14 01:14:27.814926 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.0016 sec., 30000 rows/sec., 2.16 MiB/sec. | ||
| 17184 | 2024.12.14 01:14:27.814981 [ 257 ] {01d681f7-0315-4ca7-acb2-f11c69ed4ff6} <Debug> TCPHandler: Processed in 0.001829943 sec. | ||
| 17185 | 2024.12.14 01:14:27.815139 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17186 | 2024.12.14 01:14:27.815274 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17187 | 2024.12.14 01:14:27.815326 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17188 | 2024.12.14 01:14:27.815910 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17189 | 2024.12.14 01:14:27.815948 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17190 | 2024.12.14 01:14:27.816326 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17191 | 2024.12.14 01:14:27.816572 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17192 | 2024.12.14 01:14:27.816719 [ 60 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 17193 | 2024.12.14 01:14:27.816762 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec. | ||
| 17194 | 2024.12.14 01:14:27.816772 [ 60 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17195 | 2024.12.14 01:14:27.816817 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17196 | 2024.12.14 01:14:27.816844 [ 4 ] {a809baba-5266-4ba7-8e3f-68bb0a4782fd} <Debug> TCPHandler: Processed in 0.001763601 sec. | ||
| 17197 | 2024.12.14 01:14:27.817034 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 17198 | 2024.12.14 01:14:27.817047 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17199 | 2024.12.14 01:14:27.817313 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17200 | 2024.12.14 01:14:27.817330 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17201 | 2024.12.14 01:14:27.817380 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 242 rows starting from the beginning of the part | ||
| 17202 | 2024.12.14 01:14:27.817452 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17203 | 2024.12.14 01:14:27.817809 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 17204 | 2024.12.14 01:14:27.818162 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 17205 | 2024.12.14 01:14:27.818575 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 242 rows starting from the beginning of the part | ||
| 17206 | 2024.12.14 01:14:27.819035 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 17207 | 2024.12.14 01:14:27.819341 [ 191 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 17208 | 2024.12.14 01:14:27.820178 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17209 | 2024.12.14 01:14:27.820239 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17210 | 2024.12.14 01:14:27.821271 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17211 | 2024.12.14 01:14:27.821802 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17212 | 2024.12.14 01:14:27.822218 [ 60 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 17213 | 2024.12.14 01:14:27.822333 [ 60 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17214 | 2024.12.14 01:14:27.822388 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17215 | 2024.12.14 01:14:27.822442 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.00551484 sec., 97917.6186435146 rows/sec., 7.01 MiB/sec. | ||
| 17216 | 2024.12.14 01:14:27.822511 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00525 sec., 2476.190476190476 rows/sec., 154.39 KiB/sec. | ||
| 17217 | 2024.12.14 01:14:27.822786 [ 257 ] {c41e169e-0edc-4848-9988-43f5795f2bf0} <Debug> TCPHandler: Processed in 0.005846119 sec. | ||
| 17218 | 2024.12.14 01:14:27.822784 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 17219 | 2024.12.14 01:14:27.822808 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 17220 | 2024.12.14 01:14:27.823013 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17221 | 2024.12.14 01:14:27.823169 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17222 | 2024.12.14 01:14:27.823290 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17223 | 2024.12.14 01:14:27.823293 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 17224 | 2024.12.14 01:14:27.823413 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17225 | 2024.12.14 01:14:27.823660 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 17226 | 2024.12.14 01:14:27.823682 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17227 | 2024.12.14 01:14:27.824141 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 17228 | 2024.12.14 01:14:27.824240 [ 196 ] {5d5ec167-cef7-40e7-bb00-642508bb7aee::all_1_65_14} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 17229 | 2024.12.14 01:14:27.824670 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 17230 | 2024.12.14 01:14:27.824868 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 17231 | 2024.12.14 01:14:27.825192 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 17232 | 2024.12.14 01:14:27.827263 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17233 | 2024.12.14 01:14:27.827333 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17234 | 2024.12.14 01:14:27.827734 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005221651 sec., 12448.170128566617 rows/sec., 824.77 KiB/sec. | ||
| 17235 | 2024.12.14 01:14:27.827906 [ 210 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 17236 | 2024.12.14 01:14:27.828203 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17237 | 2024.12.14 01:14:27.828370 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17238 | 2024.12.14 01:14:27.828541 [ 190 ] {1df93825-276f-425c-88c9-bd0336261f49::all_1_65_16} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 17239 | 2024.12.14 01:14:27.828687 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17240 | 2024.12.14 01:14:27.828700 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 17241 | 2024.12.14 01:14:27.828915 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005701 sec., 74197.50920891072 rows/sec., 5.30 MiB/sec. | ||
| 17242 | 2024.12.14 01:14:27.828979 [ 4 ] {88a30637-7817-4c11-bbe7-aa6c832ac201} <Debug> TCPHandler: Processed in 0.006094386 sec. | ||
| 17243 | 2024.12.14 01:14:27.829132 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17244 | 2024.12.14 01:14:27.829271 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17245 | 2024.12.14 01:14:27.829330 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17246 | 2024.12.14 01:14:27.829851 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17247 | 2024.12.14 01:14:27.829891 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17248 | 2024.12.14 01:14:27.830257 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17249 | 2024.12.14 01:14:27.830495 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17250 | 2024.12.14 01:14:27.830660 [ 60 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 17251 | 2024.12.14 01:14:27.830708 [ 60 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17252 | 2024.12.14 01:14:27.830738 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec. | ||
| 17253 | 2024.12.14 01:14:27.830745 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17254 | 2024.12.14 01:14:27.830897 [ 257 ] {5275b792-02ef-4e33-981d-cdfe71a88c29} <Debug> TCPHandler: Processed in 0.001824003 sec. | ||
| 17255 | 2024.12.14 01:14:27.831168 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17256 | 2024.12.14 01:14:27.831172 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 17257 | 2024.12.14 01:14:27.831585 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17258 | 2024.12.14 01:14:27.831816 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17259 | 2024.12.14 01:14:27.831852 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17260 | 2024.12.14 01:14:27.832028 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 360 rows starting from the beginning of the part | ||
| 17261 | 2024.12.14 01:14:27.832627 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 17262 | 2024.12.14 01:14:27.832995 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 17263 | 2024.12.14 01:14:27.833268 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 17264 | 2024.12.14 01:14:27.833438 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 17265 | 2024.12.14 01:14:27.833631 [ 204 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 17266 | 2024.12.14 01:14:27.834347 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17267 | 2024.12.14 01:14:27.834390 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17268 | 2024.12.14 01:14:27.834976 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17269 | 2024.12.14 01:14:27.835150 [ 190 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.004268924 sec., 91357.91595259133 rows/sec., 4.66 MiB/sec. | ||
| 17270 | 2024.12.14 01:14:27.835353 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17271 | 2024.12.14 01:14:27.835369 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 17272 | 2024.12.14 01:14:27.835613 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 17273 | 2024.12.14 01:14:27.835684 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17274 | 2024.12.14 01:14:27.835738 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17275 | 2024.12.14 01:14:27.835765 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004315 sec., 54924.68134414832 rows/sec., 3.68 MiB/sec. | ||
| 17276 | 2024.12.14 01:14:27.836250 [ 4 ] {9cd153b9-e125-45a3-8631-c135caf66e2c} <Debug> TCPHandler: Processed in 0.00520808 sec. | ||
| 17277 | 2024.12.14 01:14:27.836276 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_30 to all_152_152_0 into Compact with storage Full | ||
| 17278 | 2024.12.14 01:14:27.836366 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17279 | 2024.12.14 01:14:27.836556 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17280 | 2024.12.14 01:14:27.836730 [ 198 ] {5cf9bdd6-2a1d-4883-83a5-8a536a091628::all_1_65_14} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 17281 | 2024.12.14 01:14:27.836903 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17282 | 2024.12.14 01:14:27.836975 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17283 | 2024.12.14 01:14:27.837019 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17284 | 2024.12.14 01:14:27.837117 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 43837 rows starting from the beginning of the part | ||
| 17285 | 2024.12.14 01:14:27.837236 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17286 | 2024.12.14 01:14:27.837591 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 128 rows starting from the beginning of the part | ||
| 17287 | 2024.12.14 01:14:27.838118 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 17288 | 2024.12.14 01:14:27.838640 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part | ||
| 17289 | 2024.12.14 01:14:27.839176 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part | ||
| 17290 | 2024.12.14 01:14:27.839619 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part | ||
| 17291 | 2024.12.14 01:14:27.840979 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17292 | 2024.12.14 01:14:27.841078 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17293 | 2024.12.14 01:14:27.842182 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17294 | 2024.12.14 01:14:27.842491 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17295 | 2024.12.14 01:14:27.842927 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006111 sec., 163.63933889707084 rows/sec., 11.03 KiB/sec. | ||
| 17296 | 2024.12.14 01:14:27.843131 [ 257 ] {538d72cb-6b27-466b-8492-a05133b29722} <Debug> TCPHandler: Processed in 0.006748356 sec. | ||
| 17297 | 2024.12.14 01:14:27.843322 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17298 | 2024.12.14 01:14:27.843506 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17299 | 2024.12.14 01:14:27.843595 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17300 | 2024.12.14 01:14:27.844993 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17301 | 2024.12.14 01:14:27.845035 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17302 | 2024.12.14 01:14:27.845760 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17303 | 2024.12.14 01:14:27.846067 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17304 | 2024.12.14 01:14:27.846307 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002835 sec., 14462.081128747795 rows/sec., 25.92 MiB/sec. | ||
| 17305 | 2024.12.14 01:14:27.846949 [ 4 ] {65737697-35a3-4339-9c5f-c34f0293a3c9} <Debug> TCPHandler: Processed in 0.003708517 sec. | ||
| 17306 | 2024.12.14 01:14:27.847275 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17307 | 2024.12.14 01:14:27.847440 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17308 | 2024.12.14 01:14:27.847499 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17309 | 2024.12.14 01:14:27.848070 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17310 | 2024.12.14 01:14:27.848108 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17311 | 2024.12.14 01:14:27.848530 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17312 | 2024.12.14 01:14:27.848890 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17313 | 2024.12.14 01:14:27.849169 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001757 sec., 46670.46101309049 rows/sec., 2.96 MiB/sec. | ||
| 17314 | 2024.12.14 01:14:27.849349 [ 257 ] {9e3d3a18-05e3-4a7c-9718-905068e44850} <Debug> TCPHandler: Processed in 0.002282606 sec. | ||
| 17315 | 2024.12.14 01:14:27.853115 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44759 rows, containing 5 columns (5 merged, 0 gathered) in 0.017274869 sec., 2590989.2572846715 rows/sec., 174.93 MiB/sec. | ||
| 17316 | 2024.12.14 01:14:27.853573 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 17317 | 2024.12.14 01:14:27.853996 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17318 | 2024.12.14 01:14:27.854104 [ 200 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 17319 | 2024.12.14 01:14:27.854211 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 17320 | 2024.12.14 01:14:28.088697 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2392 | ||
| 17321 | 2024.12.14 01:14:28.091850 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17322 | 2024.12.14 01:14:28.091895 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17323 | 2024.12.14 01:14:28.093449 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17324 | 2024.12.14 01:14:28.093817 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17325 | 2024.12.14 01:14:28.094062 [ 60 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17326 | 2024.12.14 01:14:28.094165 [ 60 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17327 | 2024.12.14 01:14:28.094227 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17328 | 2024.12.14 01:14:28.095617 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::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 | ||
| 17329 | 2024.12.14 01:14:28.097967 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2392 | ||
| 17330 | 2024.12.14 01:14:28.098290 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17331 | 2024.12.14 01:14:28.098459 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2228 rows starting from the beginning of the part | ||
| 17332 | 2024.12.14 01:14:28.099103 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part | ||
| 17333 | 2024.12.14 01:14:28.099742 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 17334 | 2024.12.14 01:14:28.100356 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part | ||
| 17335 | 2024.12.14 01:14:28.100972 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part | ||
| 17336 | 2024.12.14 01:14:28.101586 [ 198 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
| 17337 | 2024.12.14 01:14:28.111326 [ 199 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2392 rows, containing 72 columns (72 merged, 0 gathered) in 0.01691168 sec., 141440.70843346138 rows/sec., 105.93 MiB/sec. | ||
| 17338 | 2024.12.14 01:14:28.113423 [ 188 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17339 | 2024.12.14 01:14:28.114224 [ 188 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17340 | 2024.12.14 01:14:28.114318 [ 188 ] {866a3225-322a-4fba-a601-b4b77f840b10::all_1_66_13} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17341 | 2024.12.14 01:14:28.114650 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 17342 | 2024.12.14 01:14:28.201571 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 17343 | 2024.12.14 01:14:28.225883 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17344 | 2024.12.14 01:14:28.225953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17345 | 2024.12.14 01:14:28.233568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 17346 | 2024.12.14 01:14:28.234359 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17347 | 2024.12.14 01:14:28.238738 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 17348 | 2024.12.14 01:14:32.365317 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17349 | 2024.12.14 01:14:32.365393 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17350 | 2024.12.14 01:14:32.413585 [ 217 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17351 | 2024.12.14 01:14:32.413642 [ 217 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17352 | 2024.12.14 01:14:32.415552 [ 217 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17353 | 2024.12.14 01:14:32.680774 [ 217 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17354 | 2024.12.14 01:14:32.680813 [ 217 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17355 | 2024.12.14 01:14:32.682989 [ 217 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17356 | 2024.12.14 01:14:32.721874 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 17357 | 2024.12.14 01:14:32.722533 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17358 | 2024.12.14 01:14:32.722581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17359 | 2024.12.14 01:14:32.723120 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17360 | 2024.12.14 01:14:32.723391 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17361 | 2024.12.14 01:14:32.723652 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 17362 | 2024.12.14 01:14:32.798340 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17363 | 2024.12.14 01:14:32.798535 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17364 | 2024.12.14 01:14:32.798604 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17365 | 2024.12.14 01:14:32.799360 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17366 | 2024.12.14 01:14:32.799412 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17367 | 2024.12.14 01:14:32.799854 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17368 | 2024.12.14 01:14:32.800110 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17369 | 2024.12.14 01:14:32.800319 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001835 sec., 30517.711171662126 rows/sec., 2.34 MiB/sec. | ||
| 17370 | 2024.12.14 01:14:32.800375 [ 257 ] {d152dd42-3ee1-4008-ab9c-32f55cd54a55} <Debug> TCPHandler: Processed in 0.002160162 sec. | ||
| 17371 | 2024.12.14 01:14:32.800639 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17372 | 2024.12.14 01:14:32.800841 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17373 | 2024.12.14 01:14:32.800914 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17374 | 2024.12.14 01:14:32.801699 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17375 | 2024.12.14 01:14:32.801745 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17376 | 2024.12.14 01:14:32.802206 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17377 | 2024.12.14 01:14:32.802467 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17378 | 2024.12.14 01:14:32.802696 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001892 sec., 33826.638477801265 rows/sec., 2.64 MiB/sec. | ||
| 17379 | 2024.12.14 01:14:32.802781 [ 4 ] {6f605edf-497f-4596-8a5f-9b0a366c11c8} <Debug> TCPHandler: Processed in 0.002275376 sec. | ||
| 17380 | 2024.12.14 01:14:32.802806 [ 223 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17381 | 2024.12.14 01:14:32.802878 [ 223 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17382 | 2024.12.14 01:14:32.802975 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17383 | 2024.12.14 01:14:32.803127 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17384 | 2024.12.14 01:14:32.803215 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17385 | 2024.12.14 01:14:32.804588 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17386 | 2024.12.14 01:14:32.804633 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17387 | 2024.12.14 01:14:32.805342 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17388 | 2024.12.14 01:14:32.805795 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17389 | 2024.12.14 01:14:32.806214 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003098 sec., 51646.22336991607 rows/sec., 3.60 MiB/sec. | ||
| 17390 | 2024.12.14 01:14:32.806286 [ 257 ] {bbee610d-3c6e-46aa-bf1e-c29ce2e375ac} <Debug> TCPHandler: Processed in 0.003399938 sec. | ||
| 17391 | 2024.12.14 01:14:32.806460 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17392 | 2024.12.14 01:14:32.806630 [ 223 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17393 | 2024.12.14 01:14:32.806649 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17394 | 2024.12.14 01:14:32.806815 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17395 | 2024.12.14 01:14:32.808129 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17396 | 2024.12.14 01:14:32.808167 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17397 | 2024.12.14 01:14:32.808564 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17398 | 2024.12.14 01:14:32.808811 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17399 | 2024.12.14 01:14:32.808994 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002406 sec., 24937.655860349125 rows/sec., 1.68 MiB/sec. | ||
| 17400 | 2024.12.14 01:14:32.809030 [ 224 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17401 | 2024.12.14 01:14:32.809066 [ 4 ] {21837ade-3230-42ae-b9ce-d85e49c9c714} <Debug> TCPHandler: Processed in 0.002689428 sec. | ||
| 17402 | 2024.12.14 01:14:32.809073 [ 224 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17403 | 2024.12.14 01:14:32.811184 [ 224 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17404 | 2024.12.14 01:14:33.182242 [ 222 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17405 | 2024.12.14 01:14:33.182288 [ 222 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17406 | 2024.12.14 01:14:33.184230 [ 222 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17407 | 2024.12.14 01:14:33.550075 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17408 | 2024.12.14 01:14:33.550257 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17409 | 2024.12.14 01:14:33.550326 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17410 | 2024.12.14 01:14:33.551062 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17411 | 2024.12.14 01:14:33.551107 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17412 | 2024.12.14 01:14:33.551542 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17413 | 2024.12.14 01:14:33.551796 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17414 | 2024.12.14 01:14:33.552010 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001798 sec., 7786.429365962181 rows/sec., 560.52 KiB/sec. | ||
| 17415 | 2024.12.14 01:14:33.552103 [ 257 ] {acc87bee-a923-4267-92f8-b99eeb17a22b} <Debug> TCPHandler: Processed in 0.002154063 sec. | ||
| 17416 | 2024.12.14 01:14:33.552371 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17417 | 2024.12.14 01:14:33.552575 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17418 | 2024.12.14 01:14:33.552654 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17419 | 2024.12.14 01:14:33.553402 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17420 | 2024.12.14 01:14:33.553448 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17421 | 2024.12.14 01:14:33.553880 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17422 | 2024.12.14 01:14:33.554146 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17423 | 2024.12.14 01:14:33.554401 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 606.27 KiB/sec. | ||
| 17424 | 2024.12.14 01:14:33.554542 [ 4 ] {fe6b2d55-006d-4a2d-98fc-23399faf5f4b} <Debug> TCPHandler: Processed in 0.002328947 sec. | ||
| 17425 | 2024.12.14 01:14:33.554697 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17426 | 2024.12.14 01:14:33.554815 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17427 | 2024.12.14 01:14:33.554864 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17428 | 2024.12.14 01:14:33.555977 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17429 | 2024.12.14 01:14:33.556015 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17430 | 2024.12.14 01:14:33.556472 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17431 | 2024.12.14 01:14:33.556717 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17432 | 2024.12.14 01:14:33.556892 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Debug> executeQuery: Read 1432 rows, 122.86 KiB in 0.002102 sec., 681255.946717412 rows/sec., 57.08 MiB/sec. | ||
| 17433 | 2024.12.14 01:14:33.556944 [ 257 ] {8f374243-7fc7-429c-bdf2-d67ac2eea06a} <Debug> TCPHandler: Processed in 0.002301467 sec. | ||
| 17434 | 2024.12.14 01:14:33.557099 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17435 | 2024.12.14 01:14:33.557245 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17436 | 2024.12.14 01:14:33.557306 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17437 | 2024.12.14 01:14:33.558010 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17438 | 2024.12.14 01:14:33.558049 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17439 | 2024.12.14 01:14:33.558431 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 17440 | 2024.12.14 01:14:33.558681 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17441 | 2024.12.14 01:14:33.558845 [ 50 ] {} <Debug> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Selected 6 parts from all_1_71_15 to all_76_76_0 | ||
| 17442 | 2024.12.14 01:14:33.558906 [ 50 ] {} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17443 | 2024.12.14 01:14:33.558922 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.0017 sec., 36470.58823529412 rows/sec., 2.59 MiB/sec. | ||
| 17444 | 2024.12.14 01:14:33.558949 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17445 | 2024.12.14 01:14:33.559052 [ 4 ] {115a910b-7908-4248-a573-b35e60b0e528} <Debug> TCPHandler: Processed in 0.002017029 sec. | ||
| 17446 | 2024.12.14 01:14:33.559161 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_15 to all_76_76_0 into Compact with storage Full | ||
| 17447 | 2024.12.14 01:14:33.559240 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17448 | 2024.12.14 01:14:33.559330 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17449 | 2024.12.14 01:14:33.559413 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_15, total 66 rows starting from the beginning of the part | ||
| 17450 | 2024.12.14 01:14:33.559485 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17451 | 2024.12.14 01:14:33.559661 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part | ||
| 17452 | 2024.12.14 01:14:33.559667 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17453 | 2024.12.14 01:14:33.560006 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 50 rows starting from the beginning of the part | ||
| 17454 | 2024.12.14 01:14:33.560309 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part | ||
| 17455 | 2024.12.14 01:14:33.560588 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part | ||
| 17456 | 2024.12.14 01:14:33.560959 [ 192 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 62 rows starting from the beginning of the part | ||
| 17457 | 2024.12.14 01:14:33.562831 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17458 | 2024.12.14 01:14:33.562917 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17459 | 2024.12.14 01:14:33.564507 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17460 | 2024.12.14 01:14:33.565170 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17461 | 2024.12.14 01:14:33.565169 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006087887 sec., 52891.91471523699 rows/sec., 3.99 MiB/sec. | ||
| 17462 | 2024.12.14 01:14:33.565489 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006081 sec., 39796.08617003782 rows/sec., 2.70 MiB/sec. | ||
| 17463 | 2024.12.14 01:14:33.565505 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Trace> MergedBlockOutputStream: filled checksums all_1_76_16 (state Temporary) | ||
| 17464 | 2024.12.14 01:14:33.565653 [ 257 ] {a3cc75be-46aa-4832-b927-e404129fbffe} <Debug> TCPHandler: Processed in 0.006492518 sec. | ||
| 17465 | 2024.12.14 01:14:33.565838 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17466 | 2024.12.14 01:14:33.566058 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17467 | 2024.12.14 01:14:33.566072 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_merge_all_1_76_16 to all_1_76_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17468 | 2024.12.14 01:14:33.566179 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17469 | 2024.12.14 01:14:33.566295 [ 197 ] {55181b96-a5ec-46b5-a607-e95a92a64b1e::all_1_76_16} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e) (MergerMutator): Merged 6 parts: [all_1_71_15, all_76_76_0] -> all_1_76_16 | ||
| 17470 | 2024.12.14 01:14:33.566465 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 17471 | 2024.12.14 01:14:33.567021 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17472 | 2024.12.14 01:14:33.567063 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17473 | 2024.12.14 01:14:33.567435 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17474 | 2024.12.14 01:14:33.567678 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17475 | 2024.12.14 01:14:33.567928 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001932 sec., 6728.778467908903 rows/sec., 419.54 KiB/sec. | ||
| 17476 | 2024.12.14 01:14:33.568020 [ 4 ] {83f37a6b-bcab-4e5f-bb12-2c543e2449e6} <Debug> TCPHandler: Processed in 0.002260946 sec. | ||
| 17477 | 2024.12.14 01:14:33.568341 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17478 | 2024.12.14 01:14:33.568570 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17479 | 2024.12.14 01:14:33.568659 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17480 | 2024.12.14 01:14:33.569592 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17481 | 2024.12.14 01:14:33.569631 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17482 | 2024.12.14 01:14:33.570053 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17483 | 2024.12.14 01:14:33.570298 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17484 | 2024.12.14 01:14:33.570498 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001982 sec., 450554.9949545914 rows/sec., 32.71 MiB/sec. | ||
| 17485 | 2024.12.14 01:14:33.570553 [ 257 ] {d12144ee-3925-43b3-bf75-d990eb87af36} <Debug> TCPHandler: Processed in 0.00242056 sec. | ||
| 17486 | 2024.12.14 01:14:33.570703 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17487 | 2024.12.14 01:14:33.570843 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17488 | 2024.12.14 01:14:33.570904 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17489 | 2024.12.14 01:14:33.571476 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17490 | 2024.12.14 01:14:33.571521 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17491 | 2024.12.14 01:14:33.571942 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17492 | 2024.12.14 01:14:33.572198 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17493 | 2024.12.14 01:14:33.572411 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec. | ||
| 17494 | 2024.12.14 01:14:33.572463 [ 4 ] {14cbbe93-f796-4518-9bda-0cb2a07b9f88} <Debug> TCPHandler: Processed in 0.001827743 sec. | ||
| 17495 | 2024.12.14 01:14:33.572600 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17496 | 2024.12.14 01:14:33.572717 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17497 | 2024.12.14 01:14:33.572771 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17498 | 2024.12.14 01:14:33.573623 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17499 | 2024.12.14 01:14:33.573671 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17500 | 2024.12.14 01:14:33.574140 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17501 | 2024.12.14 01:14:33.574388 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17502 | 2024.12.14 01:14:33.574618 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001922 sec., 500520.2913631633 rows/sec., 33.26 MiB/sec. | ||
| 17503 | 2024.12.14 01:14:33.574667 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17504 | 2024.12.14 01:14:33.574714 [ 257 ] {9f55fc47-d546-474d-864a-53f47707cd54} <Debug> TCPHandler: Processed in 0.002163712 sec. | ||
| 17505 | 2024.12.14 01:14:33.574734 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17506 | 2024.12.14 01:14:33.574947 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17507 | 2024.12.14 01:14:33.575128 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17508 | 2024.12.14 01:14:33.575217 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17509 | 2024.12.14 01:14:33.576277 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17510 | 2024.12.14 01:14:33.576343 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17511 | 2024.12.14 01:14:33.576955 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17512 | 2024.12.14 01:14:33.577316 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17513 | 2024.12.14 01:14:33.577768 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002672 sec., 374.251497005988 rows/sec., 25.22 KiB/sec. | ||
| 17514 | 2024.12.14 01:14:33.577824 [ 4 ] {6d5d731e-1ee7-4681-8d43-a4b87174b694} <Debug> TCPHandler: Processed in 0.003003807 sec. | ||
| 17515 | 2024.12.14 01:14:33.577988 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17516 | 2024.12.14 01:14:33.578246 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17517 | 2024.12.14 01:14:33.578351 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17518 | 2024.12.14 01:14:33.578779 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17519 | 2024.12.14 01:14:33.581331 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17520 | 2024.12.14 01:14:33.581386 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17521 | 2024.12.14 01:14:33.582411 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17522 | 2024.12.14 01:14:33.582786 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17523 | 2024.12.14 01:14:33.583012 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17524 | 2024.12.14 01:14:33.583096 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17525 | 2024.12.14 01:14:33.583141 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17526 | 2024.12.14 01:14:33.583211 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005023 sec., 8162.452717499503 rows/sec., 14.63 MiB/sec. | ||
| 17527 | 2024.12.14 01:14:33.583415 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::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 | ||
| 17528 | 2024.12.14 01:14:33.583651 [ 257 ] {03e21509-8332-4459-a826-4c0e069144f0} <Debug> TCPHandler: Processed in 0.005734096 sec. | ||
| 17529 | 2024.12.14 01:14:33.583910 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17530 | 2024.12.14 01:14:33.584230 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17531 | 2024.12.14 01:14:33.584250 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17532 | 2024.12.14 01:14:33.584383 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17533 | 2024.12.14 01:14:33.584423 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2369 rows starting from the beginning of the part | ||
| 17534 | 2024.12.14 01:14:33.585356 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part | ||
| 17535 | 2024.12.14 01:14:33.586109 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 41 rows starting from the beginning of the part | ||
| 17536 | 2024.12.14 01:14:33.586862 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part | ||
| 17537 | 2024.12.14 01:14:33.586974 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17538 | 2024.12.14 01:14:33.587087 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17539 | 2024.12.14 01:14:33.587554 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 41 rows starting from the beginning of the part | ||
| 17540 | 2024.12.14 01:14:33.588164 [ 199 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part | ||
| 17541 | 2024.12.14 01:14:33.589053 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17542 | 2024.12.14 01:14:33.589592 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17543 | 2024.12.14 01:14:33.590109 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005977 sec., 5688.472477831689 rows/sec., 338.05 KiB/sec. | ||
| 17544 | 2024.12.14 01:14:33.590320 [ 4 ] {ab18f797-bfa7-496f-9b18-76c6dede0b92} <Debug> TCPHandler: Processed in 0.00655608 sec. | ||
| 17545 | 2024.12.14 01:14:33.598880 [ 194 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2574 rows, containing 19 columns (19 merged, 0 gathered) in 0.015646302 sec., 164511.7165704714 rows/sec., 294.80 MiB/sec. | ||
| 17546 | 2024.12.14 01:14:33.601146 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17547 | 2024.12.14 01:14:33.601598 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17548 | 2024.12.14 01:14:33.601681 [ 193 ] {5593bf58-6d65-47c4-a085-a19f8e8c9b46::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17549 | 2024.12.14 01:14:33.601844 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.99 MiB. | ||
| 17550 | 2024.12.14 01:14:33.668671 [ 219 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17551 | 2024.12.14 01:14:33.668713 [ 219 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17552 | 2024.12.14 01:14:33.670795 [ 219 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17553 | 2024.12.14 01:14:34.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.91 MiB, peak 287.86 MiB, free memory in arenas 0.00 B, will set to 269.19 MiB (RSS), difference: 4.28 MiB | ||
| 17554 | 2024.12.14 01:14:35.739790 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 17555 | 2024.12.14 01:14:35.762525 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17556 | 2024.12.14 01:14:35.762591 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17557 | 2024.12.14 01:14:35.770177 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17558 | 2024.12.14 01:14:35.771015 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17559 | 2024.12.14 01:14:35.774063 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 17560 | 2024.12.14 01:14:37.796833 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17561 | 2024.12.14 01:14:37.797085 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17562 | 2024.12.14 01:14:37.797160 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17563 | 2024.12.14 01:14:37.797927 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17564 | 2024.12.14 01:14:37.797980 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17565 | 2024.12.14 01:14:37.798425 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17566 | 2024.12.14 01:14:37.798694 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17567 | 2024.12.14 01:14:37.798952 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.25 MiB/sec. | ||
| 17568 | 2024.12.14 01:14:37.799020 [ 257 ] {08e84d9f-b8eb-4300-b274-5d35579530e8} <Debug> TCPHandler: Processed in 0.002376629 sec. | ||
| 17569 | 2024.12.14 01:14:37.799269 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17570 | 2024.12.14 01:14:37.799489 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17571 | 2024.12.14 01:14:37.799574 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17572 | 2024.12.14 01:14:37.800391 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17573 | 2024.12.14 01:14:37.800445 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17574 | 2024.12.14 01:14:37.800895 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17575 | 2024.12.14 01:14:37.801172 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17576 | 2024.12.14 01:14:37.801441 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002015 sec., 31761.78660049628 rows/sec., 2.48 MiB/sec. | ||
| 17577 | 2024.12.14 01:14:37.801512 [ 4 ] {e46dd8f2-3126-4bbf-b7c8-a16ec1b1a4c7} <Debug> TCPHandler: Processed in 0.002391069 sec. | ||
| 17578 | 2024.12.14 01:14:37.801706 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17579 | 2024.12.14 01:14:37.801938 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17580 | 2024.12.14 01:14:37.802017 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17581 | 2024.12.14 01:14:37.802583 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17582 | 2024.12.14 01:14:37.802623 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17583 | 2024.12.14 01:14:37.803028 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17584 | 2024.12.14 01:14:37.803288 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17585 | 2024.12.14 01:14:37.803513 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001638 sec., 78144.07814407814 rows/sec., 5.44 MiB/sec. | ||
| 17586 | 2024.12.14 01:14:37.803569 [ 257 ] {f290f4d5-0677-45cd-9d6b-84a7a1c55f80} <Debug> TCPHandler: Processed in 0.001972267 sec. | ||
| 17587 | 2024.12.14 01:14:37.803709 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17588 | 2024.12.14 01:14:37.803839 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17589 | 2024.12.14 01:14:37.803894 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17590 | 2024.12.14 01:14:37.804497 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17591 | 2024.12.14 01:14:37.804546 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17592 | 2024.12.14 01:14:37.804999 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17593 | 2024.12.14 01:14:37.805249 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17594 | 2024.12.14 01:14:37.805496 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001685 sec., 28486.646884272996 rows/sec., 1.92 MiB/sec. | ||
| 17595 | 2024.12.14 01:14:37.805607 [ 4 ] {2fa086ff-9589-4675-8709-0b952ceaf371} <Debug> TCPHandler: Processed in 0.001955157 sec. | ||
| 17596 | 2024.12.14 01:14:38.098226 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2432 | ||
| 17597 | 2024.12.14 01:14:38.101883 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17598 | 2024.12.14 01:14:38.101935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. | ||
| 17599 | 2024.12.14 01:14:38.103507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17600 | 2024.12.14 01:14:38.103832 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17601 | 2024.12.14 01:14:38.104488 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2432 | ||
| 17602 | 2024.12.14 01:14:40.223753 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 17603 | 2024.12.14 01:14:40.224455 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17604 | 2024.12.14 01:14:40.224509 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17605 | 2024.12.14 01:14:40.225048 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17606 | 2024.12.14 01:14:40.225321 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17607 | 2024.12.14 01:14:40.225591 [ 41 ] {} <Debug> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17608 | 2024.12.14 01:14:40.225624 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 17609 | 2024.12.14 01:14:40.225727 [ 41 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17610 | 2024.12.14 01:14:40.225776 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17611 | 2024.12.14 01:14:40.226057 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17612 | 2024.12.14 01:14:40.226495 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17613 | 2024.12.14 01:14:40.226568 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 17614 | 2024.12.14 01:14:40.226661 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 17615 | 2024.12.14 01:14:40.226943 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 17616 | 2024.12.14 01:14:40.227122 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 17617 | 2024.12.14 01:14:40.227321 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 17618 | 2024.12.14 01:14:40.227468 [ 197 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 17619 | 2024.12.14 01:14:40.230609 [ 194 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004735447 sec., 8810995.033837354 rows/sec., 126.04 MiB/sec. | ||
| 17620 | 2024.12.14 01:14:40.231066 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17621 | 2024.12.14 01:14:40.231445 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17622 | 2024.12.14 01:14:40.231544 [ 195 ] {089c0e60-8588-4ca4-996f-c4f00e38866d::all_1_91_18} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17623 | 2024.12.14 01:14:40.231675 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17624 | 2024.12.14 01:14:42.798940 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17625 | 2024.12.14 01:14:42.799150 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17626 | 2024.12.14 01:14:42.799225 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17627 | 2024.12.14 01:14:42.799993 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17628 | 2024.12.14 01:14:42.800045 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17629 | 2024.12.14 01:14:42.800495 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17630 | 2024.12.14 01:14:42.800754 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17631 | 2024.12.14 01:14:42.800937 [ 38 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17632 | 2024.12.14 01:14:42.800966 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec. | ||
| 17633 | 2024.12.14 01:14:42.800987 [ 38 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17634 | 2024.12.14 01:14:42.801028 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17635 | 2024.12.14 01:14:42.801057 [ 257 ] {1f1c1b21-ca20-40a0-8b43-4ef679319c59} <Debug> TCPHandler: Processed in 0.002259825 sec. | ||
| 17636 | 2024.12.14 01:14:42.801261 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17637 | 2024.12.14 01:14:42.801406 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17638 | 2024.12.14 01:14:42.801560 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17639 | 2024.12.14 01:14:42.801713 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1434 rows starting from the beginning of the part | ||
| 17640 | 2024.12.14 01:14:42.801932 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17641 | 2024.12.14 01:14:42.802229 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 285 rows starting from the beginning of the part | ||
| 17642 | 2024.12.14 01:14:42.802281 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17643 | 2024.12.14 01:14:42.802896 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part | ||
| 17644 | 2024.12.14 01:14:42.803404 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1432 rows starting from the beginning of the part | ||
| 17645 | 2024.12.14 01:14:42.803981 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part | ||
| 17646 | 2024.12.14 01:14:42.804572 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part | ||
| 17647 | 2024.12.14 01:14:42.806582 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17648 | 2024.12.14 01:14:42.806663 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17649 | 2024.12.14 01:14:42.807493 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17650 | 2024.12.14 01:14:42.807884 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17651 | 2024.12.14 01:14:42.808217 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.007097555 sec., 467625.8232588546 rows/sec., 40.98 MiB/sec. | ||
| 17652 | 2024.12.14 01:14:42.808266 [ 38 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17653 | 2024.12.14 01:14:42.808362 [ 38 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17654 | 2024.12.14 01:14:42.808417 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17655 | 2024.12.14 01:14:42.808463 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006722 sec., 9520.975900029753 rows/sec., 760.97 KiB/sec. | ||
| 17656 | 2024.12.14 01:14:42.808745 [ 4 ] {5a6a754f-08e6-4a55-a453-4815e3937b6e} <Debug> TCPHandler: Processed in 0.007576549 sec. | ||
| 17657 | 2024.12.14 01:14:42.808796 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17658 | 2024.12.14 01:14:42.808845 [ 195 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17659 | 2024.12.14 01:14:42.809029 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17660 | 2024.12.14 01:14:42.809163 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17661 | 2024.12.14 01:14:42.809274 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 915 rows starting from the beginning of the part | ||
| 17662 | 2024.12.14 01:14:42.809393 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17663 | 2024.12.14 01:14:42.809572 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 423 rows starting from the beginning of the part | ||
| 17664 | 2024.12.14 01:14:42.809708 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17665 | 2024.12.14 01:14:42.810085 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part | ||
| 17666 | 2024.12.14 01:14:42.810514 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 893 rows starting from the beginning of the part | ||
| 17667 | 2024.12.14 01:14:42.810593 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17668 | 2024.12.14 01:14:42.811049 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part | ||
| 17669 | 2024.12.14 01:14:42.811124 [ 190 ] {821504f3-3768-4b16-8897-61d7a440b74e::all_1_156_31} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17670 | 2024.12.14 01:14:42.811434 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 17671 | 2024.12.14 01:14:42.811433 [ 188 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part | ||
| 17672 | 2024.12.14 01:14:42.813070 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17673 | 2024.12.14 01:14:42.813160 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17674 | 2024.12.14 01:14:42.814046 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17675 | 2024.12.14 01:14:42.814533 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17676 | 2024.12.14 01:14:42.814629 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.006117437 sec., 396080.9077396302 rows/sec., 30.39 MiB/sec. | ||
| 17677 | 2024.12.14 01:14:42.814912 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005665 sec., 28243.60105913504 rows/sec., 1.97 MiB/sec. | ||
| 17678 | 2024.12.14 01:14:42.814981 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17679 | 2024.12.14 01:14:42.815051 [ 257 ] {914077f1-eaa9-4601-a4cd-320ca328d837} <Debug> TCPHandler: Processed in 0.006175578 sec. | ||
| 17680 | 2024.12.14 01:14:42.815266 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17681 | 2024.12.14 01:14:42.815456 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17682 | 2024.12.14 01:14:42.815498 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17683 | 2024.12.14 01:14:42.815604 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17684 | 2024.12.14 01:14:42.815621 [ 195 ] {ef49a4e9-313e-4966-bc7d-3471a0e45a84::all_1_156_31} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17685 | 2024.12.14 01:14:42.815831 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 17686 | 2024.12.14 01:14:42.816347 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17687 | 2024.12.14 01:14:42.816391 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17688 | 2024.12.14 01:14:42.816788 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17689 | 2024.12.14 01:14:42.817038 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17690 | 2024.12.14 01:14:42.817211 [ 38 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17691 | 2024.12.14 01:14:42.817265 [ 38 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17692 | 2024.12.14 01:14:42.817283 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001848 sec., 32467.532467532466 rows/sec., 2.19 MiB/sec. | ||
| 17693 | 2024.12.14 01:14:42.817314 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17694 | 2024.12.14 01:14:42.817433 [ 4 ] {9a1d7630-d4b9-4a71-9ae0-c283e32b6c3e} <Debug> TCPHandler: Processed in 0.002246866 sec. | ||
| 17695 | 2024.12.14 01:14:42.817508 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17696 | 2024.12.14 01:14:42.817618 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17697 | 2024.12.14 01:14:42.817645 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9106 rows starting from the beginning of the part | ||
| 17698 | 2024.12.14 01:14:42.817730 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part | ||
| 17699 | 2024.12.14 01:14:42.817906 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 17700 | 2024.12.14 01:14:42.818061 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 34 rows starting from the beginning of the part | ||
| 17701 | 2024.12.14 01:14:42.818186 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 48 rows starting from the beginning of the part | ||
| 17702 | 2024.12.14 01:14:42.818379 [ 190 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 17703 | 2024.12.14 01:14:42.821011 [ 210 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9390 rows, containing 4 columns (4 merged, 0 gathered) in 0.003584484 sec., 2619623.912395759 rows/sec., 170.66 MiB/sec. | ||
| 17704 | 2024.12.14 01:14:42.821244 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17705 | 2024.12.14 01:14:42.821594 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17706 | 2024.12.14 01:14:42.821690 [ 196 ] {fe97dc30-0a19-4b10-bf1c-fed16529f1e3::all_1_156_31} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17707 | 2024.12.14 01:14:42.821791 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 17708 | 2024.12.14 01:14:43.275120 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 17709 | 2024.12.14 01:14:43.299045 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17710 | 2024.12.14 01:14:43.299119 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17711 | 2024.12.14 01:14:43.307065 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17712 | 2024.12.14 01:14:43.307923 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17713 | 2024.12.14 01:14:43.308354 [ 38 ] {} <Debug> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17714 | 2024.12.14 01:14:43.308477 [ 38 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17715 | 2024.12.14 01:14:43.308537 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17716 | 2024.12.14 01:14:43.308911 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17717 | 2024.12.14 01:14:43.325892 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 17718 | 2024.12.14 01:14:43.327211 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17719 | 2024.12.14 01:14:43.328495 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 17720 | 2024.12.14 01:14:43.334182 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 17721 | 2024.12.14 01:14:43.340048 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 17722 | 2024.12.14 01:14:43.346052 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 17723 | 2024.12.14 01:14:43.352225 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 17724 | 2024.12.14 01:14:43.358237 [ 190 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 17725 | 2024.12.14 01:14:43.423838 [ 210 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.115168033 sec., 5956.513992038051 rows/sec., 30.80 MiB/sec. | ||
| 17726 | 2024.12.14 01:14:43.427445 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17727 | 2024.12.14 01:14:43.430535 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17728 | 2024.12.14 01:14:43.430659 [ 189 ] {fbad4a23-6925-4da0-8fe5-55a9de43b84f::all_1_91_18} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17729 | 2024.12.14 01:14:43.433341 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 17730 | 2024.12.14 01:14:44.000252 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.26 MiB, peak 287.86 MiB, free memory in arenas 0.00 B, will set to 269.19 MiB (RSS), difference: -1.07 MiB | ||
| 17731 | 2024.12.14 01:14:44.336877 [ 35 ] {} <Debug> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
| 17732 | 2024.12.14 01:14:44.336961 [ 35 ] {} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17733 | 2024.12.14 01:14:44.336988 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17734 | 2024.12.14 01:14:44.337180 [ 191 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full | ||
| 17735 | 2024.12.14 01:14:44.337649 [ 191 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17736 | 2024.12.14 01:14:44.337738 [ 191 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 18 rows starting from the beginning of the part | ||
| 17737 | 2024.12.14 01:14:44.337853 [ 191 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 17738 | 2024.12.14 01:14:44.338052 [ 191 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 17739 | 2024.12.14 01:14:44.338452 [ 191 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 17740 | 2024.12.14 01:14:44.338688 [ 191 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 17741 | 2024.12.14 01:14:44.339868 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002800121 sec., 17856.371206815704 rows/sec., 1.49 MiB/sec. | ||
| 17742 | 2024.12.14 01:14:44.340149 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
| 17743 | 2024.12.14 01:14:44.340529 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17744 | 2024.12.14 01:14:44.340623 [ 210 ] {85f91299-a26b-4a35-a55a-e7679998f139::all_1_31_7} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
| 17745 | 2024.12.14 01:14:44.340731 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17746 | 2024.12.14 01:14:45.085805 [ 224 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17747 | 2024.12.14 01:14:45.085856 [ 224 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17748 | 2024.12.14 01:14:45.087446 [ 224 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17749 | 2024.12.14 01:14:47.365450 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17750 | 2024.12.14 01:14:47.365497 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17751 | 2024.12.14 01:14:47.725800 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 17752 | 2024.12.14 01:14:47.726604 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17753 | 2024.12.14 01:14:47.726657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17754 | 2024.12.14 01:14:47.727206 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17755 | 2024.12.14 01:14:47.727482 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17756 | 2024.12.14 01:14:47.727733 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 17757 | 2024.12.14 01:14:47.804930 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17758 | 2024.12.14 01:14:47.805095 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17759 | 2024.12.14 01:14:47.805161 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17760 | 2024.12.14 01:14:47.805834 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17761 | 2024.12.14 01:14:47.805880 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17762 | 2024.12.14 01:14:47.806279 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17763 | 2024.12.14 01:14:47.806536 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17764 | 2024.12.14 01:14:47.806778 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001729 sec., 8097.165991902833 rows/sec., 582.89 KiB/sec. | ||
| 17765 | 2024.12.14 01:14:47.806839 [ 257 ] {d86419f5-b707-4fa7-995a-7eeb4b3af2a6} <Debug> TCPHandler: Processed in 0.002028569 sec. | ||
| 17766 | 2024.12.14 01:14:47.807080 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17767 | 2024.12.14 01:14:47.807264 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17768 | 2024.12.14 01:14:47.807337 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17769 | 2024.12.14 01:14:47.808240 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17770 | 2024.12.14 01:14:47.808284 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17771 | 2024.12.14 01:14:47.808767 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17772 | 2024.12.14 01:14:47.809039 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17773 | 2024.12.14 01:14:47.809245 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002033 sec., 140186.91588785045 rows/sec., 12.39 MiB/sec. | ||
| 17774 | 2024.12.14 01:14:47.809316 [ 4 ] {8ccc6ed8-24b9-4085-8f04-38162c19fc9e} <Debug> TCPHandler: Processed in 0.002365129 sec. | ||
| 17775 | 2024.12.14 01:14:47.809500 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17776 | 2024.12.14 01:14:47.809647 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17777 | 2024.12.14 01:14:47.809707 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17778 | 2024.12.14 01:14:47.810402 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17779 | 2024.12.14 01:14:47.810444 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17780 | 2024.12.14 01:14:47.810815 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 17781 | 2024.12.14 01:14:47.811056 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17782 | 2024.12.14 01:14:47.811294 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001677 sec., 28622.540250447226 rows/sec., 2.06 MiB/sec. | ||
| 17783 | 2024.12.14 01:14:47.811395 [ 257 ] {4348cebe-9ce0-45e4-9247-1188dd1dba52} <Debug> TCPHandler: Processed in 0.001965287 sec. | ||
| 17784 | 2024.12.14 01:14:47.811586 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17785 | 2024.12.14 01:14:47.811730 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17786 | 2024.12.14 01:14:47.811782 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17787 | 2024.12.14 01:14:47.812367 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17788 | 2024.12.14 01:14:47.812407 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17789 | 2024.12.14 01:14:47.812796 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17790 | 2024.12.14 01:14:47.813044 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17791 | 2024.12.14 01:14:47.813307 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0016 sec., 8750 rows/sec., 612.79 KiB/sec. | ||
| 17792 | 2024.12.14 01:14:47.813483 [ 4 ] {4e54b281-f1f2-491d-88b2-25848d05f5bb} <Debug> TCPHandler: Processed in 0.001989378 sec. | ||
| 17793 | 2024.12.14 01:14:47.813723 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17794 | 2024.12.14 01:14:47.813880 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17795 | 2024.12.14 01:14:47.813940 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17796 | 2024.12.14 01:14:47.814599 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17797 | 2024.12.14 01:14:47.814639 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17798 | 2024.12.14 01:14:47.814996 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17799 | 2024.12.14 01:14:47.815241 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17800 | 2024.12.14 01:14:47.815490 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001642 sec., 7917.174177831912 rows/sec., 493.63 KiB/sec. | ||
| 17801 | 2024.12.14 01:14:47.815563 [ 257 ] {195f2716-b6b8-4697-b4c9-9c876241012f} <Debug> TCPHandler: Processed in 0.001974337 sec. | ||
| 17802 | 2024.12.14 01:14:47.815776 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17803 | 2024.12.14 01:14:47.815926 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17804 | 2024.12.14 01:14:47.815983 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17805 | 2024.12.14 01:14:47.816786 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17806 | 2024.12.14 01:14:47.816825 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17807 | 2024.12.14 01:14:47.817241 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17808 | 2024.12.14 01:14:47.817489 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17809 | 2024.12.14 01:14:47.817708 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001815 sec., 233057.85123966943 rows/sec., 16.66 MiB/sec. | ||
| 17810 | 2024.12.14 01:14:47.817764 [ 4 ] {e700870f-05a2-4a6a-917e-cd4bc747d493} <Debug> TCPHandler: Processed in 0.002095871 sec. | ||
| 17811 | 2024.12.14 01:14:47.817916 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17812 | 2024.12.14 01:14:47.818054 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17813 | 2024.12.14 01:14:47.818115 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17814 | 2024.12.14 01:14:47.818629 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17815 | 2024.12.14 01:14:47.818671 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17816 | 2024.12.14 01:14:47.819029 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17817 | 2024.12.14 01:14:47.819274 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17818 | 2024.12.14 01:14:47.819517 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 17819 | 2024.12.14 01:14:47.819601 [ 257 ] {5a3221fc-ea6b-4486-9c46-a379d2c92b88} <Debug> TCPHandler: Processed in 0.001746421 sec. | ||
| 17820 | 2024.12.14 01:14:47.819810 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17821 | 2024.12.14 01:14:47.819935 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17822 | 2024.12.14 01:14:47.819988 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17823 | 2024.12.14 01:14:47.820595 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17824 | 2024.12.14 01:14:47.820633 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17825 | 2024.12.14 01:14:47.821045 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17826 | 2024.12.14 01:14:47.821420 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17827 | 2024.12.14 01:14:47.821663 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Selected 6 parts from all_1_152_31 to all_157_157_0 | ||
| 17828 | 2024.12.14 01:14:47.821670 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001749 sec., 135506.00343053174 rows/sec., 9.08 MiB/sec. | ||
| 17829 | 2024.12.14 01:14:47.821781 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17830 | 2024.12.14 01:14:47.821850 [ 4 ] {75da4459-3f15-4794-acae-5e949d82a138} <Debug> TCPHandler: Processed in 0.002131551 sec. | ||
| 17831 | 2024.12.14 01:14:47.821867 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17832 | 2024.12.14 01:14:47.822068 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17833 | 2024.12.14 01:14:47.822074 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_152_31 to all_157_157_0 into Compact with storage Full | ||
| 17834 | 2024.12.14 01:14:47.822246 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17835 | 2024.12.14 01:14:47.822284 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17836 | 2024.12.14 01:14:47.822324 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17837 | 2024.12.14 01:14:47.822340 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_31, total 44759 rows starting from the beginning of the part | ||
| 17838 | 2024.12.14 01:14:47.822598 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 17839 | 2024.12.14 01:14:47.822988 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 962 rows starting from the beginning of the part | ||
| 17840 | 2024.12.14 01:14:47.823437 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 128 rows starting from the beginning of the part | ||
| 17841 | 2024.12.14 01:14:47.823688 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 17842 | 2024.12.14 01:14:47.824025 [ 198 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 237 rows starting from the beginning of the part | ||
| 17843 | 2024.12.14 01:14:47.824700 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17844 | 2024.12.14 01:14:47.824743 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17845 | 2024.12.14 01:14:47.825243 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17846 | 2024.12.14 01:14:47.825503 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17847 | 2024.12.14 01:14:47.825805 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003609 sec., 277.0850651149903 rows/sec., 18.67 KiB/sec. | ||
| 17848 | 2024.12.14 01:14:47.825913 [ 257 ] {d6c77d74-44c4-48a7-ac35-b00d4780311b} <Debug> TCPHandler: Processed in 0.003934664 sec. | ||
| 17849 | 2024.12.14 01:14:47.826083 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17850 | 2024.12.14 01:14:47.826358 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17851 | 2024.12.14 01:14:47.826582 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17852 | 2024.12.14 01:14:47.828302 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17853 | 2024.12.14 01:14:47.828354 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17854 | 2024.12.14 01:14:47.829196 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17855 | 2024.12.14 01:14:47.829592 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17856 | 2024.12.14 01:14:47.829968 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003686 sec., 11123.16874660879 rows/sec., 19.93 MiB/sec. | ||
| 17857 | 2024.12.14 01:14:47.830134 [ 4 ] {c9dee532-57d0-4b3f-94e7-065c1f61cf66} <Debug> TCPHandler: Processed in 0.00413211 sec. | ||
| 17858 | 2024.12.14 01:14:47.830299 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17859 | 2024.12.14 01:14:47.830463 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17860 | 2024.12.14 01:14:47.830526 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17861 | 2024.12.14 01:14:47.831234 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17862 | 2024.12.14 01:14:47.831289 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17863 | 2024.12.14 01:14:47.831720 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17864 | 2024.12.14 01:14:47.831978 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17865 | 2024.12.14 01:14:47.832225 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001799 sec., 45580.87826570317 rows/sec., 2.89 MiB/sec. | ||
| 17866 | 2024.12.14 01:14:47.832278 [ 257 ] {46f1dd7d-2cde-45b6-a599-1966b4c904e9} <Debug> TCPHandler: Processed in 0.002046719 sec. | ||
| 17867 | 2024.12.14 01:14:47.834377 [ 210 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46406 rows, containing 5 columns (5 merged, 0 gathered) in 0.012374888 sec., 3750013.7374980687 rows/sec., 253.17 MiB/sec. | ||
| 17868 | 2024.12.14 01:14:47.834839 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Trace> MergedBlockOutputStream: filled checksums all_1_157_32 (state Temporary) | ||
| 17869 | 2024.12.14 01:14:47.835186 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_merge_all_1_157_32 to all_1_157_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17870 | 2024.12.14 01:14:47.835280 [ 202 ] {12905e06-7826-458f-8c10-2f116c9f69cd::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd) (MergerMutator): Merged 6 parts: [all_1_152_31, all_157_157_0] -> all_1_157_32 | ||
| 17871 | 2024.12.14 01:14:47.835369 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 17872 | 2024.12.14 01:14:48.104739 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2462 | ||
| 17873 | 2024.12.14 01:14:48.108302 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17874 | 2024.12.14 01:14:48.108344 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17875 | 2024.12.14 01:14:48.109900 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17876 | 2024.12.14 01:14:48.110216 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17877 | 2024.12.14 01:14:48.110717 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2462 | ||
| 17878 | 2024.12.14 01:14:50.825962 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 17879 | 2024.12.14 01:14:50.849795 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17880 | 2024.12.14 01:14:50.849859 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17881 | 2024.12.14 01:14:50.857441 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17882 | 2024.12.14 01:14:50.858285 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17883 | 2024.12.14 01:14:50.861507 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 17884 | 2024.12.14 01:14:52.372625 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17885 | 2024.12.14 01:14:52.372683 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17886 | 2024.12.14 01:14:52.374799 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17887 | 2024.12.14 01:14:52.378398 [ 224 ] {} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17888 | 2024.12.14 01:14:52.378460 [ 224 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17889 | 2024.12.14 01:14:52.380693 [ 224 ] {} <Debug> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17890 | 2024.12.14 01:14:52.559305 [ 217 ] {} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17891 | 2024.12.14 01:14:52.559374 [ 217 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17892 | 2024.12.14 01:14:52.561575 [ 217 ] {} <Debug> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17893 | 2024.12.14 01:14:52.798145 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17894 | 2024.12.14 01:14:52.798445 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17895 | 2024.12.14 01:14:52.798556 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17896 | 2024.12.14 01:14:52.799316 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17897 | 2024.12.14 01:14:52.799365 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17898 | 2024.12.14 01:14:52.799794 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 17899 | 2024.12.14 01:14:52.800053 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Trace> oximeter.fields_ipaddr (85f91299-a26b-4a35-a55a-e7679998f139): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17900 | 2024.12.14 01:14:52.800325 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001964 sec., 1018.3299389002036 rows/sec., 83.04 KiB/sec. | ||
| 17901 | 2024.12.14 01:14:52.800395 [ 257 ] {8c45c2e6-bb7f-4b60-8669-74000c441b85} <Debug> TCPHandler: Processed in 0.00243576 sec. | ||
| 17902 | 2024.12.14 01:14:52.800655 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17903 | 2024.12.14 01:14:52.800876 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17904 | 2024.12.14 01:14:52.800957 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17905 | 2024.12.14 01:14:52.801806 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17906 | 2024.12.14 01:14:52.801857 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17907 | 2024.12.14 01:14:52.802322 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17908 | 2024.12.14 01:14:52.802593 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17909 | 2024.12.14 01:14:52.802868 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002051 sec., 27791.32130667967 rows/sec., 2.13 MiB/sec. | ||
| 17910 | 2024.12.14 01:14:52.802946 [ 4 ] {26afc336-a397-4da7-9a38-10f2e4981446} <Debug> TCPHandler: Processed in 0.00242822 sec. | ||
| 17911 | 2024.12.14 01:14:52.803162 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17912 | 2024.12.14 01:14:52.803392 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17913 | 2024.12.14 01:14:52.803487 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17914 | 2024.12.14 01:14:52.804105 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17915 | 2024.12.14 01:14:52.804147 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17916 | 2024.12.14 01:14:52.804535 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 17917 | 2024.12.14 01:14:52.804778 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17918 | 2024.12.14 01:14:52.805003 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001669 sec., 1198.3223487118034 rows/sec., 83.67 KiB/sec. | ||
| 17919 | 2024.12.14 01:14:52.805066 [ 257 ] {f766edb4-cca8-4855-b9de-b4d18313effc} <Debug> TCPHandler: Processed in 0.002022209 sec. | ||
| 17920 | 2024.12.14 01:14:52.805281 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17921 | 2024.12.14 01:14:52.805441 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17922 | 2024.12.14 01:14:52.805506 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17923 | 2024.12.14 01:14:52.806177 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17924 | 2024.12.14 01:14:52.806220 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17925 | 2024.12.14 01:14:52.806614 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17926 | 2024.12.14 01:14:52.806870 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17927 | 2024.12.14 01:14:52.807101 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001699 sec., 38846.38022366098 rows/sec., 3.03 MiB/sec. | ||
| 17928 | 2024.12.14 01:14:52.807166 [ 4 ] {6e980ca5-44d7-43b2-bb68-3c05b66cf580} <Debug> TCPHandler: Processed in 0.002004307 sec. | ||
| 17929 | 2024.12.14 01:14:52.807170 [ 220 ] {} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17930 | 2024.12.14 01:14:52.807214 [ 220 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17931 | 2024.12.14 01:14:52.807329 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17932 | 2024.12.14 01:14:52.807450 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17933 | 2024.12.14 01:14:52.807527 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17934 | 2024.12.14 01:14:52.808945 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17935 | 2024.12.14 01:14:52.808993 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17936 | 2024.12.14 01:14:52.809703 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17937 | 2024.12.14 01:14:52.810114 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17938 | 2024.12.14 01:14:52.810494 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003062 sec., 52580.013063357284 rows/sec., 3.66 MiB/sec. | ||
| 17939 | 2024.12.14 01:14:52.810583 [ 257 ] {ef85005d-47b2-4ab3-a0eb-ed927bdd892c} <Debug> TCPHandler: Processed in 0.003318516 sec. | ||
| 17940 | 2024.12.14 01:14:52.810760 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17941 | 2024.12.14 01:14:52.810867 [ 220 ] {} <Debug> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17942 | 2024.12.14 01:14:52.810955 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17943 | 2024.12.14 01:14:52.811064 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17944 | 2024.12.14 01:14:52.812016 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17945 | 2024.12.14 01:14:52.812054 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17946 | 2024.12.14 01:14:52.812434 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17947 | 2024.12.14 01:14:52.812682 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17948 | 2024.12.14 01:14:52.812856 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001974 sec., 30395.136778115502 rows/sec., 2.05 MiB/sec. | ||
| 17949 | 2024.12.14 01:14:52.812907 [ 4 ] {5e947bdf-3f21-4733-a4de-472ca1bcf8f1} <Debug> TCPHandler: Processed in 0.002219785 sec. | ||
| 17950 | 2024.12.14 01:14:55.227844 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 17951 | 2024.12.14 01:14:55.228538 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17952 | 2024.12.14 01:14:55.228593 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17953 | 2024.12.14 01:14:55.229160 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17954 | 2024.12.14 01:14:55.229431 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17955 | 2024.12.14 01:14:55.229683 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 17956 | 2024.12.14 01:14:57.805720 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17957 | 2024.12.14 01:14:57.805933 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17958 | 2024.12.14 01:14:57.806013 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17959 | 2024.12.14 01:14:57.806864 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17960 | 2024.12.14 01:14:57.806917 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17961 | 2024.12.14 01:14:57.807352 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17962 | 2024.12.14 01:14:57.807600 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17963 | 2024.12.14 01:14:57.807825 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec. | ||
| 17964 | 2024.12.14 01:14:57.807885 [ 257 ] {7eaea9d9-9812-4a14-a8ca-a086e43c6f6b} <Debug> TCPHandler: Processed in 0.002311296 sec. | ||
| 17965 | 2024.12.14 01:14:57.808152 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17966 | 2024.12.14 01:14:57.808367 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17967 | 2024.12.14 01:14:57.808450 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17968 | 2024.12.14 01:14:57.809405 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17969 | 2024.12.14 01:14:57.809458 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17970 | 2024.12.14 01:14:57.809926 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17971 | 2024.12.14 01:14:57.810194 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17972 | 2024.12.14 01:14:57.810442 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Debug> executeQuery: Read 299 rows, 27.10 KiB in 0.002135 sec., 140046.83840749413 rows/sec., 12.40 MiB/sec. | ||
| 17973 | 2024.12.14 01:14:57.810511 [ 4 ] {d0091b68-b25c-42dc-a942-7e3abd12a474} <Debug> TCPHandler: Processed in 0.002499732 sec. | ||
| 17974 | 2024.12.14 01:14:57.810679 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17975 | 2024.12.14 01:14:57.810823 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17976 | 2024.12.14 01:14:57.810883 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17977 | 2024.12.14 01:14:57.811599 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17978 | 2024.12.14 01:14:57.811647 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17979 | 2024.12.14 01:14:57.812032 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 17980 | 2024.12.14 01:14:57.812295 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Trace> oximeter.fields_u16 (55181b96-a5ec-46b5-a607-e95a92a64b1e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17981 | 2024.12.14 01:14:57.812534 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Debug> executeQuery: Read 55 rows, 4.07 KiB in 0.001743 sec., 31554.79059093517 rows/sec., 2.28 MiB/sec. | ||
| 17982 | 2024.12.14 01:14:57.812623 [ 257 ] {f8bde3d6-c74c-42ae-8618-d7cc0361e98e} <Debug> TCPHandler: Processed in 0.002010988 sec. | ||
| 17983 | 2024.12.14 01:14:57.812850 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17984 | 2024.12.14 01:14:57.813059 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17985 | 2024.12.14 01:14:57.813124 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17986 | 2024.12.14 01:14:57.813795 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17987 | 2024.12.14 01:14:57.813838 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17988 | 2024.12.14 01:14:57.814213 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17989 | 2024.12.14 01:14:57.814473 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17990 | 2024.12.14 01:14:57.814714 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 581.54 KiB/sec. | ||
| 17991 | 2024.12.14 01:14:57.814737 [ 223 ] {} <Trace> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17992 | 2024.12.14 01:14:57.814790 [ 4 ] {2ed20ebd-7cf9-405a-a696-928d0605ef54} <Debug> TCPHandler: Processed in 0.00207589 sec. | ||
| 17993 | 2024.12.14 01:14:57.814819 [ 223 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17994 | 2024.12.14 01:14:57.814974 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17995 | 2024.12.14 01:14:57.815153 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17996 | 2024.12.14 01:14:57.815225 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17997 | 2024.12.14 01:14:57.816583 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17998 | 2024.12.14 01:14:57.816642 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 17999 | 2024.12.14 01:14:57.817360 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 18000 | 2024.12.14 01:14:57.817805 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18001 | 2024.12.14 01:14:57.818190 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003061 sec., 4246.978111728194 rows/sec., 264.80 KiB/sec. | ||
| 18002 | 2024.12.14 01:14:57.818326 [ 257 ] {46b31959-836c-4307-9212-460dd6609885} <Debug> TCPHandler: Processed in 0.00342327 sec. | ||
| 18003 | 2024.12.14 01:14:57.818486 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18004 | 2024.12.14 01:14:57.818689 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18005 | 2024.12.14 01:14:57.818710 [ 223 ] {} <Debug> oximeter.fields_u32 (5d5ec167-cef7-40e7-bb00-642508bb7aee): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 18006 | 2024.12.14 01:14:57.818757 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18007 | 2024.12.14 01:14:57.820459 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18008 | 2024.12.14 01:14:57.820501 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18009 | 2024.12.14 01:14:57.820897 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 18010 | 2024.12.14 01:14:57.821148 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18011 | 2024.12.14 01:14:57.821397 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Debug> executeQuery: Read 436 rows, 32.04 KiB in 0.002791 sec., 156216.4098889287 rows/sec., 11.21 MiB/sec. | ||
| 18012 | 2024.12.14 01:14:57.821499 [ 4 ] {3737f613-d0c8-48e3-9afa-cb7e657c5955} <Debug> TCPHandler: Processed in 0.003085179 sec. | ||
| 18013 | 2024.12.14 01:14:57.821715 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18014 | 2024.12.14 01:14:57.821930 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18015 | 2024.12.14 01:14:57.821994 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18016 | 2024.12.14 01:14:57.822583 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18017 | 2024.12.14 01:14:57.822630 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18018 | 2024.12.14 01:14:57.823011 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 18019 | 2024.12.14 01:14:57.823254 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18020 | 2024.12.14 01:14:57.823496 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 196.78 KiB/sec. | ||
| 18021 | 2024.12.14 01:14:57.823515 [ 223 ] {} <Trace> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 18022 | 2024.12.14 01:14:57.823573 [ 257 ] {789b506b-8501-4c46-8ef2-9a627b7b6a4b} <Debug> TCPHandler: Processed in 0.001981327 sec. | ||
| 18023 | 2024.12.14 01:14:57.823601 [ 223 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 18024 | 2024.12.14 01:14:57.823810 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18025 | 2024.12.14 01:14:57.823969 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18026 | 2024.12.14 01:14:57.824060 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18027 | 2024.12.14 01:14:57.825350 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18028 | 2024.12.14 01:14:57.825413 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18029 | 2024.12.14 01:14:57.826164 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 18030 | 2024.12.14 01:14:57.826648 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18031 | 2024.12.14 01:14:57.827054 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003111 sec., 76181.29218900675 rows/sec., 5.11 MiB/sec. | ||
| 18032 | 2024.12.14 01:14:57.827218 [ 4 ] {2a18623d-cbb5-424d-8ece-004cc68a6e2f} <Debug> TCPHandler: Processed in 0.003534013 sec. | ||
| 18033 | 2024.12.14 01:14:57.827501 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18034 | 2024.12.14 01:14:57.827577 [ 223 ] {} <Debug> oximeter.measurements_bool (5cf9bdd6-2a1d-4883-83a5-8a536a091628): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 18035 | 2024.12.14 01:14:57.827902 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18036 | 2024.12.14 01:14:57.828108 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18037 | 2024.12.14 01:14:57.830153 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18038 | 2024.12.14 01:14:57.830194 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18039 | 2024.12.14 01:14:57.830568 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 18040 | 2024.12.14 01:14:57.830832 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18041 | 2024.12.14 01:14:57.830990 [ 81 ] {} <Debug> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Selected 6 parts from all_1_63_14 to all_68_68_0 | ||
| 18042 | 2024.12.14 01:14:57.831063 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003313 sec., 301.84123151222457 rows/sec., 20.34 KiB/sec. | ||
| 18043 | 2024.12.14 01:14:57.831076 [ 81 ] {} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18044 | 2024.12.14 01:14:57.831149 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18045 | 2024.12.14 01:14:57.831196 [ 257 ] {814e6b8a-ed79-43c9-8c65-f4e841886923} <Debug> TCPHandler: Processed in 0.003848752 sec. | ||
| 18046 | 2024.12.14 01:14:57.831393 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18047 | 2024.12.14 01:14:57.831410 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_14 to all_68_68_0 into Compact with storage Full | ||
| 18048 | 2024.12.14 01:14:57.831547 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18049 | 2024.12.14 01:14:57.831562 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18050 | 2024.12.14 01:14:57.831612 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_14, total 63 rows starting from the beginning of the part | ||
| 18051 | 2024.12.14 01:14:57.831664 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18052 | 2024.12.14 01:14:57.831779 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 18053 | 2024.12.14 01:14:57.832061 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 18054 | 2024.12.14 01:14:57.832281 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 18055 | 2024.12.14 01:14:57.832520 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 18056 | 2024.12.14 01:14:57.832734 [ 192 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 18057 | 2024.12.14 01:14:57.834609 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.003345157 sec., 20327.89492391538 rows/sec., 1.34 MiB/sec. | ||
| 18058 | 2024.12.14 01:14:57.834828 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Trace> MergedBlockOutputStream: filled checksums all_1_68_15 (state Temporary) | ||
| 18059 | 2024.12.14 01:14:57.835199 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18060 | 2024.12.14 01:14:57.835266 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18061 | 2024.12.14 01:14:57.835486 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc): Renaming temporary part tmp_merge_all_1_68_15 to all_1_68_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18062 | 2024.12.14 01:14:57.835692 [ 210 ] {c80d4f57-1f79-4f2b-9d2f-29fe64e86edc::all_1_68_15} <Trace> oximeter.measurements_f64 (c80d4f57-1f79-4f2b-9d2f-29fe64e86edc) (MergerMutator): Merged 6 parts: [all_1_63_14, all_68_68_0] -> all_1_68_15 | ||
| 18063 | 2024.12.14 01:14:57.835833 [ 210 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18064 | 2024.12.14 01:14:57.836330 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 18065 | 2024.12.14 01:14:57.836604 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Trace> oximeter.measurements_histogramu64 (5593bf58-6d65-47c4-a085-a19f8e8c9b46): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18066 | 2024.12.14 01:14:57.836864 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.005358 sec., 8958.566629339306 rows/sec., 16.05 MiB/sec. | ||
| 18067 | 2024.12.14 01:14:57.837175 [ 4 ] {bf720bcb-8545-4c13-96f8-affdc4225e23} <Debug> TCPHandler: Processed in 0.00587492 sec. | ||
| 18068 | 2024.12.14 01:14:57.837350 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18069 | 2024.12.14 01:14:57.837470 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 18070 | 2024.12.14 01:14:57.837521 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 18071 | 2024.12.14 01:14:57.837997 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Trace> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18072 | 2024.12.14 01:14:57.838037 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18073 | 2024.12.14 01:14:57.838441 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 18074 | 2024.12.14 01:14:57.838714 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Trace> oximeter.measurements_i64 (f27c20b8-bbd9-4657-94ac-871b2be8bc0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18075 | 2024.12.14 01:14:57.839117 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 275.53 KiB/sec. | ||
| 18076 | 2024.12.14 01:14:57.839211 [ 257 ] {5282258f-0a71-44a6-b81c-f4697098f9a6} <Debug> TCPHandler: Processed in 0.001918426 sec. | ||
| 18077 | 2024.12.14 01:14:57.839383 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18078 | 2024.12.14 01:14:57.839529 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18079 | 2024.12.14 01:14:57.839591 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18080 | 2024.12.14 01:14:57.840115 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18081 | 2024.12.14 01:14:57.840153 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18082 | 2024.12.14 01:14:57.840535 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 18083 | 2024.12.14 01:14:57.840785 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18084 | 2024.12.14 01:14:57.841013 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec. | ||
| 18085 | 2024.12.14 01:14:57.841121 [ 4 ] {fd73a646-5084-4590-80e6-1ca95bf081f3} <Debug> TCPHandler: Processed in 0.001805222 sec. | ||
| 18086 | 2024.12.14 01:14:57.916924 [ 225 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18087 | 2024.12.14 01:14:57.916975 [ 225 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18088 | 2024.12.14 01:14:57.919020 [ 225 ] {} <Debug> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18089 | 2024.12.14 01:14:58.110920 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2498 | ||
| 18090 | 2024.12.14 01:14:58.114434 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18091 | 2024.12.14 01:14:58.114504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18092 | 2024.12.14 01:14:58.116149 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18093 | 2024.12.14 01:14:58.116499 [ 243 ] {} <Trace> system.query_log (866a3225-322a-4fba-a601-b4b77f840b10): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18094 | 2024.12.14 01:14:58.117219 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2498 | ||
| 18095 | 2024.12.14 01:14:58.361578 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 18096 | 2024.12.14 01:14:58.389611 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18097 | 2024.12.14 01:14:58.389695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. | ||
| 18098 | 2024.12.14 01:14:58.398949 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 18099 | 2024.12.14 01:14:58.400093 [ 244 ] {} <Trace> system.metric_log (fbad4a23-6925-4da0-8fe5-55a9de43b84f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18100 | 2024.12.14 01:14:58.405644 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 18101 | 2024.12.14 01:15:02.365568 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18102 | 2024.12.14 01:15:02.365665 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18103 | 2024.12.14 01:15:02.729821 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 18104 | 2024.12.14 01:15:02.730672 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18105 | 2024.12.14 01:15:02.730730 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 18106 | 2024.12.14 01:15:02.731362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 18107 | 2024.12.14 01:15:02.731704 [ 242 ] {} <Trace> system.asynchronous_metric_log (089c0e60-8588-4ca4-996f-c4f00e38866d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18108 | 2024.12.14 01:15:02.731978 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 18109 | 2024.12.14 01:15:02.798498 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18110 | 2024.12.14 01:15:02.798668 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18111 | 2024.12.14 01:15:02.798734 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18112 | 2024.12.14 01:15:02.799514 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18113 | 2024.12.14 01:15:02.799560 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 18114 | 2024.12.14 01:15:02.799978 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18115 | 2024.12.14 01:15:02.800248 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Trace> oximeter.fields_string (821504f3-3768-4b16-8897-61d7a440b74e): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18116 | 2024.12.14 01:15:02.800490 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec. | ||
| 18117 | 2024.12.14 01:15:02.800549 [ 257 ] {42145fe2-aa74-4302-9c7a-1e6430c663b2} <Debug> TCPHandler: Processed in 0.002171463 sec. | ||
| 18118 | 2024.12.14 01:15:02.800835 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18119 | 2024.12.14 01:15:02.801034 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18120 | 2024.12.14 01:15:02.801122 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18121 | 2024.12.14 01:15:02.802087 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18122 | 2024.12.14 01:15:02.802141 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 18123 | 2024.12.14 01:15:02.802605 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18124 | 2024.12.14 01:15:02.802879 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Trace> oximeter.fields_uuid (ef49a4e9-313e-4966-bc7d-3471a0e45a84): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18125 | 2024.12.14 01:15:02.803137 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002156 sec., 29684.601113172543 rows/sec., 2.32 MiB/sec. | ||
| 18126 | 2024.12.14 01:15:02.803212 [ 4 ] {aa3382af-5d13-47fc-ba47-00235e325e9a} <Debug> TCPHandler: Processed in 0.002535443 sec. | ||
| 18127 | 2024.12.14 01:15:02.803406 [ 257 ] {} <Trace> TCP-Session: 02256d2e-ccad-4de6-9749-fad1dcf8d69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18128 | 2024.12.14 01:15:02.803550 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18129 | 2024.12.14 01:15:02.803615 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18130 | 2024.12.14 01:15:02.804273 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18131 | 2024.12.14 01:15:02.804316 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 18132 | 2024.12.14 01:15:02.804756 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18133 | 2024.12.14 01:15:02.805044 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Trace> oximeter.measurements_cumulativeu64 (12905e06-7826-458f-8c10-2f116c9f69cd): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18134 | 2024.12.14 01:15:02.805306 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec. | ||
| 18135 | 2024.12.14 01:15:02.805368 [ 257 ] {85c86b34-76c1-4c20-9c95-8f05b8858f16} <Debug> TCPHandler: Processed in 0.002034199 sec. | ||
| 18136 | 2024.12.14 01:15:02.805573 [ 4 ] {} <Trace> TCP-Session: 363e4b41-aff2-4d11-909a-a725576cb606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18137 | 2024.12.14 01:15:02.805747 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52462) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18138 | 2024.12.14 01:15:02.805805 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18139 | 2024.12.14 01:15:02.806370 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18140 | 2024.12.14 01:15:02.806412 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. | ||
| 18141 | 2024.12.14 01:15:02.806871 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 18142 | 2024.12.14 01:15:02.807160 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Trace> oximeter.measurements_u64 (fe97dc30-0a19-4b10-bf1c-fed16529f1e3): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18143 | 2024.12.14 01:15:02.807404 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001695 sec., 35398.23008849558 rows/sec., 2.39 MiB/sec. | ||
| 18144 | 2024.12.14 01:15:02.807458 [ 4 ] {b669c146-482e-4ef3-b800-67e111a0d9f1} <Debug> TCPHandler: Processed in 0.001967256 sec. | ||
| 18145 | 2024.12.14 01:15:03.043581 [ 225 ] {} <Trace> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18146 | 2024.12.14 01:15:03.043637 [ 225 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18147 | 2024.12.14 01:15:03.045804 [ 225 ] {} <Debug> oximeter.fields_i16 (18c46b46-9204-4657-a1c6-eb0e8eeddb6b): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18148 | 2024.12.14 01:15:03.392702 [ 220 ] {} <Trace> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18149 | 2024.12.14 01:15:03.392752 [ 220 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18150 | 2024.12.14 01:15:03.394508 [ 220 ] {} <Debug> oximeter.fields_u8 (1df93825-276f-425c-88c9-bd0336261f49): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||